[Touch-packages] [Bug 1772629] Re: Automatic logout when resuming from suspend on Xubuntu 18.04

2018-09-08 Thread Paulo Marcel Coelho Aragão
Bug #1776887 indicated that Xorg crashes because of a problem in blk- core.c. A patch and a workaround were presented, as well as a test from blktests. It took a long for the patch to reach the kernel, and it was finally included with 4.15.0-31-generic. And here the bug hit a snag because: 1. If t

[Touch-packages] [Bug 1782567] Re: apt changelog outputs "usage: which [-as] program ..." if variable PAGER doesn't exist

2018-08-22 Thread Paulo Marcel Coelho Aragão
The bug was present in 1.6.3, but it seems to have been fixed in 1.6.3ubuntu0.1. If you roll back to 1.6.3, it's easy to reproduce it: $ PAGER= $ apt changelog apt It shows this error message: usage: which [-as] program ... and then goes on to show the changelog for apt. Whether apt called wh

[Touch-packages] [Bug 1782908] [NEW] Package gtk-3-examples doesn't include icon gtk3-icon-browser

2018-07-21 Thread Paulo Marcel Coelho Aragão
Public bug reported: gtk3-icon-browser.desktop in package gtk-3-examples references icon gtk3 -icon-browser: paulo:~$ grep ^Icon /usr/share/applications/gtk3-icon-browser.desktop Icon=gtk3-icon-browser but the packages doesn't include it: paulo:~$ dpkg -L gtk-3-examples | grep gtk3-icon-browser

[Touch-packages] [Bug 1782570] [NEW] nohup is not preventing jobs from receiving SIGHUP when the shell ends

2018-07-19 Thread Paulo Marcel Coelho Aragão
Public bug reported: nohup seems to have stopped working, not sure since when. It's easy to reproduce: 1. Close your default browser 2. Run: nohup sensible-browser & 3. Wait for the browser to open 4. Close the terminal emulator The browser is terminated. I have discovered that, instead of ru

[Touch-packages] [Bug 1782567] [NEW] apt changelog outputs "usage: which [-as] program ..." if variable PAGER doesn't exist

2018-07-19 Thread Paulo Marcel Coelho Aragão
Public bug reported: When variable PAGER isn't in the environment, apt changelog always outputs this message: usage: which [-as] program ... but it goes on and shows the changelog with less. Most certainly it's running: which $PAGER without checking first if PAGER is empty. sensible-browser h

[Touch-packages] [Bug 1782447] [NEW] If BROWSER isn't set, sensible-browser outputs: "usage: which [-as] program ..."

2018-07-18 Thread Paulo Marcel Coelho Aragão
Public bug reported: If environment variable BROWSER isn't set, sensible-browser always shows this error message: usage: which [-as] program ... even though it goes on and opens the browser. It's easy to reproduce: $ unset BROWSER $ sensible-browser http://example.com The bug is right at the

[Touch-packages] [Bug 1775593] [NEW] X server crashes with SIGBUS when resuming from suspend

2018-06-07 Thread Paulo Marcel Coelho Aragão
Public bug reported: Every night I suspend my laptop and resume it in the morning. At least once a week, the X server crashes with SIGBUS when resuming from suspend. I scoured systemd journals and all logs under /var/log, and this was the only suspicious message I found: [ 59358.134] (EE) /dev/d

[Touch-packages] [Bug 1775392] [NEW] at-spi-bus-launcher makes Xorg crash when resuming from suspend

2018-06-06 Thread Paulo Marcel Coelho Aragão
Public bug reported: If at-spi2-core is installed, when resuming from suspend messages like these are logged in systemd journal: at-spi-bus-launcher[31720]: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0" at-spi-bus-launcher[31720]: after 8065 requests (8065 k

[Touch-packages] [Bug 1775043] [NEW] bash completion not working: uses deprecated have()

2018-06-04 Thread Paulo Marcel Coelho Aragão
Public bug reported: bash completion, defined in /usr/share/bash-completion/completions/ufw, doesn't work: the completion is not dynamically loaded, because it uses deprecated helper function have(). According to /usr/share/bash-completions/bash_completion, which defines the helper functions: #

[Touch-packages] [Bug 1772629] Re: Automatic logout when resuming from suspend on Xubuntu 18.04

2018-05-30 Thread Paulo Marcel Coelho Aragão
I have discovered that the automatic logout was caused by the Xorg server crashing with SIGBUS. So this bug may and should be closed. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.ne

[Touch-packages] [Bug 1772629] [NEW] Automatic logout when resuming from suspend on Xubuntu 18.04

2018-05-22 Thread Paulo Marcel Coelho Aragão
Public bug reported: When my Xubuntu 18.04 laptop resumes from suspend, systemd-logind automatically logs out of the current session if the laptop has stayed suspended for more than a couple of hours. If the interval between suspend and resume is short, it doesn't log out. I still haven't discover

[Touch-packages] [Bug 289592] Re: Unknown media types in /usr/share/mime/packages/kde.xml

2018-01-19 Thread Paulo Marcel Coelho Aragão
In xubuntu 17.10, kdelibs5-data 4.14.34-0ubuntu2, file /usr/share/mime/packages/kde.xml still includes MIME types all/all and all/allfiles. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to shared-mime-info in Ubuntu. https://bu

[Touch-packages] [Bug 1721948] Re: gvfs-open/xdg-open shows message about 'gio open' which confuses user

2017-10-18 Thread Paulo Marcel Coelho Aragão
This is fixed in xdg-util's current upstream release 1.1.2+ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1721948 Title: gvfs-open/xdg-open shows message about 'gio open'

[Touch-packages] [Bug 1434647] Re: 'file -i' reports application/octet-stream for mp3 files

2015-03-20 Thread Paulo Marcel Coelho Aragão
This error was introduced with version 5.19-1ubuntu1.2. Version 5.19-1ubuntu1.1 was correctly reporting the MIME type of mp3 files as 'audio/mpeg'. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to file in Ubuntu. https://bugs.l

[Touch-packages] [Bug 1434647] [NEW] 'file -i' reports application/octet-stream for mp3 files

2015-03-20 Thread Paulo Marcel Coelho Aragão
Public bug reported: 'file -i' reports 'application/octet-stream' for mp3 files, when it should be 'audio/mpeg'. It can be reproduced with any mp3 file: file -i To get the correct mime type: xdg-mime query filetype ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: file 1:5.19-1ubuntu1.2

touch-packages@lists.launchpad.net

2015-02-21 Thread Paulo Marcel Coelho Aragão
Public bug reported: If the message body contains the character ampersand (&), notify-send shows the title, but not the message body. It's easily reproduced running it with any message body containing &, for instance: notify-send teste 'this & that' See the screenshot attached. ProblemType: Bu

[Touch-packages] [Bug 1252121] Re: missing PrepareForSleep signal after resuming, causing networking to stay disabled

2015-01-22 Thread Paulo Marcel Coelho Aragão
It is still happening in Xubuntu 14.10. After coming back from suspend (closed the laptop lid), NetworkManager is asleep: RUNNING STATE WIFI-HARDWARE WIFI WWAN-HARDWARE WWAN running asleep enabled enabledenabled disabled Thi

[Touch-packages] [Bug 1252121] Re: missing PrepareForSleep signal after resuming, causing networking to stay disabled

2014-11-24 Thread Paulo Marcel Coelho Aragão
Confirming: I installed Xubuntu Utopic 2 days ago, and this bug is also biting me. However, I noticed that it depends on the time interval between suspend and resume: the bug only happens when I resume 2+ hours after I suspend (it always happens in the morning when I first open the laptop lid). --