[Bug 1289047] Re: [Trusty] hostapd package is broken

2016-11-05 Thread Romano Giannetti
I am still using the pinned-down version hostapd_1.0-3ubuntu2.1 which (seems to) work. If anyone lands here and it's stuck with the bug, here: http://www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot- access.html you have the instruction on how to get it working. Having it fixed for good

[Bug 1588545] Re: escape doesn't close search bar

2017-03-12 Thread Romano Giannetti
It seems that CTRL-F does the trick, anyway... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1588545 Title: escape doesn't close search bar To manage notifications about this bug go to:

[Bug 1670959] Re: systemd-resolved using 100% CPU

2018-07-31 Thread Romano Giannetti
I also think it's an upgrade artifact. It happened on my upgraded laptop but not in the freshly installed desktop machine. The problem in the laptop now (I think) hostapd that requires dnsmasq. The workaround cited by @ahasenack in #49 seems to work. -- You received this bug notification

[Bug 937040] Re: Duplicate ufw rules installed by dovecot packages

2018-09-05 Thread Romano Giannetti
I removed dovecot-core (I think it's more or less the same, they are duplicated) because it was older than dovecot-imapd... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937040 Title: Duplicate ufw

[Bug 1764450] Re: pdftk missing in 18.04 (bionic)

2018-07-08 Thread Romano Giannetti
You can find more solution on https://askubuntu.com/questions/1028522 /how-can-i-install-pdftk-in-ubuntu-18-04-bionic User pgoetz's solution is ,in my opinion, the cleanest one: just sudo snap install pdftk-smoser and then alias the pdftk-smoser.pdftk command to pdftk. -- You received this

[Bug 1768855] Re: ufraw-batch in bionic segfault

2018-09-30 Thread Romano Giannetti
I compiled ufraw-batch with -g, and this is the result: tarting program: /home/romano/tmp/src/ufraw-0.22/ufraw-batch --embedded-image --out-type=png --size=64 p1040069.rw2 --overwrite --silent --output=uffa.png [Thread debugging using libthread_db enabled] Using host libthread_db library

[Bug 1768855] Re: ufraw-batch in bionic segfault

2018-09-30 Thread Romano Giannetti
Thanks Eugene. I found the problem, was a typo in my MIME type (so it was really unrelated). Your solution is probably better than mine, but if someone wants the ufraw-batch binary compiled without lensfun (you shouldn't trust binaries from internet) just tell me --- or I can post instructions on

[Bug 1768855] Re: ufraw-batch in bionic segfault

2018-09-26 Thread Romano Giannetti
Probably is as big in lensfun, but the sad thing is that even calling it with --lensfun=none still give the core dump... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768855 Title: ufraw-batch in

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2019-01-18 Thread Romano Giannetti
And by the way, just if somebody is still struggling to find where the "good" error messages (instead of the surprising useful "some font thing failed"), grep for apparmor in /var/log/kern.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2019-01-18 Thread Romano Giannetti
My solution was to apply this diff: diff --git a/./etc-apparmor.d-abstractions-fonts b/etc/apparmor.d/abstractions/fonts index 45cdf9a..44c54ac 100644 --- a/./etc-apparmor.d-abstractions-fonts +++ b/etc/apparmor.d/abstractions/fonts @@ -51,6 +51,8 @@ /usr/local/share/fonts/ r,

[Bug 1808702] Re: Bubblewrap integration broke user thumbnailers

2019-01-20 Thread Romano Giannetti
@c4pp4, could be, but I think this is already in... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808702 Title: Bubblewrap integration broke user thumbnailers To manage notifications about this

[Bug 1808702] Re: Bubblewrap integration broke user thumbnailers

2019-01-20 Thread Romano Giannetti
@c4pp4 --- you're right. So probably the only thing we need is the bind of /etc/alternatives; upstream seems to agree it's the only way to go: https://gitlab.gnome.org/GNOME/gnome-desktop/issues/92 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1808702] Re: Bubblewrap integration broke user thumbnailers

2018-12-16 Thread Romano Giannetti
Notice anyway that one of the problems was that originally the thumbnailer called /usr/bin/composite which, do to the alternative setup in .deb packages, was a link to /etc/alternatives/composite that pointed back to the real binary; probably the "/etc/alternatives/" directory should be

[Bug 1808702] [NEW] Bubblewrap integration broke user thumbnailers

2018-12-16 Thread Romano Giannetti
Public bug reported: This bug is related to https://bugs.launchpad.net/ubuntu/+source/gnome- desktop3/+bug/1795668 and to the question in Ubuntu Stackexchange https://askubuntu.com/questions/1088539/custom-thumbnailers-don-t-work- on-ubuntu-18-10-and-18-04 The recent hardening on thumbnailers by

[Bug 1795668] Re: Enable bubblewrap in gnome-desktop3 for Ubuntu 18.04 LTS

2018-12-14 Thread Romano Giannetti
This "enhancement2 broke all my thumbnailers too; unfortunately they are quite a bit more complex than the one @eros2 commented. Is there any instruction on how enabling back a personal script for thumbnails generation after the upgrade? Note that this has been noticed by users; see for example

[Bug 1808702] Re: Bubblewrap integration broke user thumbnailers

2018-12-20 Thread Romano Giannetti
Indeed. So it must be something different; the problem with alternative is real, but nevertheless the aforementioned thumbnailer does not work even with the absolute path to composite... Will dig a bit more. The puzzling thing is that using the wrapper script from

[Bug 1808702] Re: Bubblewrap integration broke user thumbnailers

2018-12-20 Thread Romano Giannetti
As an aside, can you hint where I can find the messages printed by the `g_warning()` in the code? I was utterly unable to find them... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808702 Title:

[Bug 1795668] Re: Enable bubblewrap in gnome-desktop3 for Ubuntu 18.04 LTS

2018-12-19 Thread Romano Giannetti
...and we have also the huge slowdown, see https://gitlab.gnome.org/GNOME/gnome-desktop/issues/90 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1795668 Title: Enable bubblewrap in gnome-desktop3

[Bug 1808702] Re: Bubblewrap integration broke user thumbnailers

2018-12-19 Thread Romano Giannetti
Ok, the problem is that the commit from: https://gitlab.gnome.org/GNOME/gnome- desktop/commit/259e7e4edb0d9b84fb7cf0847149ff8d42ab9a56 should be added, since Ubuntu/Debian has unmerged /usr. Also, the problem with alternatives still stands, see

[Bug 1795668] Re: Enable bubblewrap in gnome-desktop3 for Ubuntu 18.04 LTS

2018-12-19 Thread Romano Giannetti
Yep: @nicolas-bernaerts is right. Ubuntu should include this commit: https://gitlab.gnome.org/GNOME/gnome- desktop/commit/259e7e4edb0d9b84fb7cf0847149ff8d42ab9a56 since we have unmerged /usr. Also, the problem with alternatives still stands, see

[Bug 381017] Re: Cannot drag attachment from mail attachment pane to desktop

2019-12-01 Thread Romano Giannetti
Still here in TB 68.2.1. Must be a record... Really, I suppose this bug has been forgotten... ;-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/381017 Title: Cannot drag attachment from mail

[Bug 381017]

2019-12-02 Thread Romano Giannetti
It seems that the firefox bug (which is listed as a duplicate, I do not think is 100% correct) #396370 has been marked as fixed. Could this be the case for thunderbird also? That would be great... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 381017]

2019-12-02 Thread Romano Giannetti
Yes, still here; will not disappear alone. I still think that the worst problem of this bug is that is _seems_ to work, and can lead to data loss. It would be much better to forbid the drag and drop completely, if fixing it is too difficult. -- You received this bug notification because you are

[Bug 381017]

2019-12-02 Thread Romano Giannetti
Checked right now with thunderbird 68.2.1 --- the bug is still here. The dropped attachment creates a file which consists of a broken link. I *suspect* that this bug has been forgot; it seems really strange that, with all the nice things happened to thunderbird in the last couple of years, no one

[Bug 1899736] [NEW] package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 1: dependency problem

2020-10-14 Thread Romano Giannetti
Public bug reported: Setting up grub-pc (2.04-1ubuntu26.4) ... dpkg: error processing package grub-pc (--configure): installed grub-pc package post-installation script subprocess returned error exit status 1 dpkg: dependency problems prevent configuration of grub-gfxpayload-lists:

[Bug 1899736] Re: package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 1: dependency problem

2020-10-14 Thread Romano Giannetti
I have solved it by sudo apt purge grub-pc sudo apt install grub-pc Quite scaring but it worked. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899736 Title: package grub-pc

[Bug 811604] Re: uvcdynctrl spams uvcdynctrl-udev.log and fills up filesystem

2020-08-28 Thread Romano Giannetti
I have (Ubuntu 18.04) also a spamming on /var/log/syslog, like: Aug 28 12:01:13 pern kernel: [ 4554.463716] uvcvideo: Failed to query (GET_DEF) UVC control 2 on unit 1: -32 (exp. 1). Aug 28 12:01:13 pern kernel: [ 4554.464089] uvcvideo: Failed to query (GET_DEF) UVC control 2 on unit 1: -32

[Bug 1868502] Re: Synchronization with earlier Ubuntu versions or a recent Debian version fails

2020-10-03 Thread Romano Giannetti
@christos pontikis (pontikis) this saved my day, thanks! As a small improvement: you do not need to remove all cache, just the fp* files that have been created after you started using the new version. I think that this is the kind of software that would benefit greatly the snap/appimage/flatpack

[Bug 1855500] Re: obs-studio: "Failed to initialize video." on Intel Core 2 systems

2020-10-23 Thread Romano Giannetti
I am not sure about the resolution of this bug... If I use: LIBGL_ALWAYS_SOFTWARE=1 obs OBS studio works perfectly ok. So I think that hard-crashing the app is not really a nice solution, no? Shouldn't just propose to use software GL? -- You received this bug notification because you are a

[Bug 381017]

2021-03-08 Thread Romano Giannetti
In version 78.7.1 the behavior is better: still not working, but it raises an error instead of copying an unusable link. The error is also ok: "drag and drop not supported". Definitely better! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2058409] Re: Install of tevlive-full hangs: tex/context/base/mkiv/l-sandbox.lua:180: module 'socket.core' not found

2024-04-28 Thread Romano Giannetti
Notice that this is making all sorts of CI integration for LaTeX packages development using the Ubuntu images fail, given that the "solution" of pressing enter several times is unfeasible in that environment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

<    5   6   7   8   9   10