[Bug 1777679] CurrentDmesg.txt

2018-06-19 Thread Alistair Sutter
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1777679/+attachment/5154325/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1777679] Lspci.txt

2018-06-19 Thread Alistair Sutter
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1777679/+attachment/5154327/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1777679 Title:

[Bug 1777679] Re: ELAN1200 touchpad not working at all with kernel 4.15+; Recognized at ITE 8910 keyboard

2018-06-19 Thread Alistair Sutter
** Attachment added: "dmesg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1777679/+attachment/5154321/+files/dmesg.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1777679 Title:

[Bug 1777679] Re: ELAN1200 touchpad not working at all with kernel 4.15+; Recognized at ITE 8910 keyboard

2018-06-19 Thread Alistair Sutter
** Description changed: Laptop is an Asus-GL503VD Touchpad is an ELAN touchpad model 1200. This bug is relative to the Asus-GL503VD and any Asus laptop using the ELAN1200 touchpad. I tried Arch, Debian, Ubuntu 14/16/18, Pop_OS, Sabayon Linux, Fedora. Same problem, touchpad is

[Bug 1777679] AlsaInfo.txt

2018-06-19 Thread Alistair Sutter
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1777679/+attachment/5154323/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1777679

[Bug 1777679] Re: ELAN1200 touchpad not working at all with kernel 4.15+; Recognized at ITE 8910 keyboard

2018-06-19 Thread Alistair Sutter
** Attachment added: "xinput" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1777679/+attachment/5154322/+files/xinputlist.log ** Changed in: linux (Ubuntu) Status: Incomplete => New ** Tags added: apport-collected bionic ** Description changed: Laptop is an Asus-GL503VD

[Bug 1777679] Re: ELAN1200 touchpad not working at all with kernel 4.15+; Recognized at ITE 8910 keyboard

2018-06-19 Thread Alistair Sutter
** Attachment added: "lsusb" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1777679/+attachment/5154320/+files/lsusb.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1777679 Title:

[Bug 1777679] [NEW] ELAN1200 touchpad not working at all with kernel 4.15+; Recognized at ITE 8910 keyboard

2018-06-19 Thread Alistair Sutter
Public bug reported: Laptop is an Asus-GL503VD Touchpad is an ELAN touchpad model 1200. This bug is relative to the Asus-GL503VD and any Asus laptop using the ELAN1200 touchpad. I tried Arch, Debian, Ubuntu 14/16/18, Pop_OS, Sabayon Linux, Fedora. Same problem, touchpad is totally

[Bug 1512120]

2018-06-08 Thread Alistair Buxton
There seems to be a problem with the patch for this bug - namely that it now deadlocks instead of crashing. The problem appears to be as follows: 1. A file in that directory gets renamed. 2. G_FILE_MONITOR_EVENT_MOVED happens on thread A. 3. The mutex gets locked. 4. The thumbnail associated

[Bug 1771227] [NEW] Ristretto is the default MIME handler for PGM files, even though it cannot display them

2018-05-14 Thread Alistair Buxton
Public bug reported: To reproduce: 1. Be running Xubuntu 18.04 with defaults 2. Download these example PGM files: http://people.sc.fsu.edu/~jburkardt/data/pgma/apollonian_gasket.ascii.pgm http://people.sc.fsu.edu/~jburkardt/data/pgmb/baboon.pgm 3. Double click on them in Thunar.

[Bug 1769774] Re: Xfce doesn't set GNOME/Gtk3 dconf keys for theme and font

2018-05-10 Thread Alistair Buxton
** Description changed: - Terminator thinks that the system default fixed width font is monospace - 11, but the system font settings dialog is set to monospace 10. + Xfce stores it's idea of the system default font, monospace font, and + Gtk theme, icon theme etc into Xfconf: + +

[Bug 1769774] Re: Xfce doesn't set GNOME/Gtk3 dconf keys for theme and font

2018-05-09 Thread Alistair Buxton
Xfce sets the xsetting for monospace font, but Gtk+3 ignores it: Gdk-Message: 23:32:18.664: Gtk/MonospaceFontName = "Monospace 9.5" Gdk-Message: 23:32:18.664: ==> unknown to GTK So Gtk+3 doesn't have any way to get the monospace font from xsettings, contrary to what I was told on IRC. :(

[Bug 1769774] Re: Xfce doesn't set GNOME/Gtk3 dconf keys for theme and font

2018-05-09 Thread Alistair Buxton
For extra fun, even xfce4-terminal queries gsettings directly for the system monospace font, which means it doesn't follow the xfce default font setting either: https://github.com/xfce- mirror/xfce4-terminal/blob/5a8581ff9cf2b300c3be5278652d7051517a88da/terminal /terminal-screen.c#L2658 ** Also

[Bug 1769774] Re: Xfce doesn't set GNOME/Gtk3 dconf keys for theme and font

2018-05-09 Thread Alistair Buxton
Here is the code which tries to figure out the system default font: https://bazaar.launchpad.net/~gnome- terminator/terminator/gtk3/view/head:/terminatorlib/config.py#L368 I went and asked on #gtk+ about this and this is what they said about the dconf/gsettings keys: (20:20:58) ali1234: so why

[Bug 1769774] Re: Terminator uses the wrong font when system default is selected

2018-05-09 Thread Alistair Buxton
dconf command has no output for that. I assume because the value is set to the default. dconf-editor does show it though, and after I changed it to match the rest of the desktop, dconfcli shows it too. This makes Terminator show the right font. I have added xfce4-settings because Xfce

[Bug 1770205] Re: Panel not reserving space on borders with multiple monitors

2018-05-09 Thread Alistair Buxton
Here is a screenshot of my panel config. Panel 2 is the panel which is not reserving space. 1, 3, 5 are the bottom panels, so I have hidden them. The selected line has p=0. If I change this to p=11 to match panel 4 then space is reserved. I don't know what "p" means, and it doesn't affect

[Bug 1770205] [NEW] Panel not reserving space on borders with multiple monitors

2018-05-09 Thread Alistair Buxton
Public bug reported: The option "Don't reserve space on borders" is not selected, but windows still appear behind the panel on my left-most monitor. See screenshot. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xfce4-panel 4.12.2-1ubuntu1 ProcVersionSignature: Ubuntu 4.15.0-20.21-generic

[Bug 1769774] Re: Terminator uses the wrong font when system default is selected

2018-05-08 Thread Alistair Buxton
I agree. Can you tell me where Gtk3 sets those standards, so that I can check? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769774 Title: Terminator uses the wrong font when system default is

[Bug 1769774] [NEW] Terminator uses the wrong font when system default is selected

2018-05-07 Thread Alistair Buxton
Public bug reported: Terminator thinks that the system default fixed width font is monospace 11, but the system font settings dialog is set to monospace 10. Screenshot attached. Desktop is Xfce. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: terminator 1.91-1 ProcVersionSignature: Ubuntu

[Bug 1769775] [NEW] Adjusting volume displays a notification bubble for every instance of the volume plugin

2018-05-07 Thread Alistair Buxton
Public bug reported: To reproduce: 1. Add more than one xfce4-pulseaudio-plugin to the panel. (For example, because you have a panel on more than one monitors and a plugin on every panel.) 2. Adjust the volume. Result: You get a bubble for every instance of the plugin. If you have three

[Bug 1756650] Re: Installer welcome page does not indicate what it is going to install nor what the user should do next

2018-05-01 Thread Alistair Buxton
** Summary changed: - Installer welcome page is blank except for a release notes link + Installer welcome page does not indicate what it is going to install nor what the user should do next ** Description changed: To reproduce, simply boot any 18.04 installer ISO in either live desktop or

[Bug 1756650] Re: Installer welcome page is blank (missing release notes link) if you have no internet connection

2018-05-01 Thread Alistair Buxton
It only sounds intentional after you changed the title of the bug to be something other than what I reported. ** Summary changed: - Installer welcome page is blank (missing release notes link) if you have no internet connection + Installer welcome page is blank except for a release notes link

[Bug 1767326] Re: Giant icons in Preferred Applications with some icon sets

2018-04-27 Thread Alistair Buxton
** Bug watch added: Xfce Bugzilla #14362 https://bugzilla.xfce.org/show_bug.cgi?id=14362 ** Also affects: exo via https://bugzilla.xfce.org/show_bug.cgi?id=14362 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1767326] Re: Giant icons in Preferred Applications with some icon sets

2018-04-27 Thread Alistair Buxton
** Description changed: To reproduce: 1. Fresh install Xubuntu 18.04 2. Open Appearance settings and set icon theme to ubuntu-mono-light, or Adwaita, or GNOME. 3. Open Preferred Application settings. Result: Firefox icon is huge. Screenshot attached. + + Note: This is a

[Bug 1767326] [NEW] Giant icons in Preferred Applications with some icon sets

2018-04-27 Thread Alistair Buxton
Public bug reported: To reproduce: 1. Fresh install Xubuntu 18.04 2. Open Appearance settings and set icon theme to ubuntu-mono-light, or Adwaita, or GNOME. 3. Open Preferred Application settings. Result: Firefox icon is huge. Screenshot attached. ProblemType: Bug DistroRelease: Ubuntu 18.04

[Bug 1766746] Re: Cannot save customized configurations - can only copy defaults

2018-04-24 Thread Alistair Buxton
After discussing this on IRC it seems it could be a quirk of how the UI works: if you want to save the current config, you need to make sure that "current config" is selected in the list. Otherwise it will make a direct copy of whatever you do have selected. -- You received this bug notification

[Bug 1766746] Re: Cannot save customized configurations - can only copy defaults

2018-04-24 Thread Alistair Buxton
Hi. I wrote the patch that was applied in the most recent version, and I think I have seen your issue too. However, I don't understand how my patch could have fixed it. It is related to config copying. If you load a config and then immediately try to save it creates a direct copy of the config

[Bug 1765565] Re: xfpanel-switch is failing to save panel settings

2018-04-19 Thread Alistair Buxton
** Branch linked: lp:~a-j-buxton/xfpanel-switch/orphan-plugins -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765565 Title: xfpanel-switch is failing to save panel settings To manage notifications

[Bug 1765565] Re: xfpanel-switch is failing to save panel settings

2018-04-19 Thread Alistair Buxton
First a quick description of the panel configuration: Every plugin on every panel is stored in a series of properties. Then, each panel has a list of plugins on that panel, which references the central list. What has happened here is that somehow a panel has been deleted (panel-0), but the plugin

[Bug 1765565] Re: xfpanel-switch is failing to save panel settings

2018-04-19 Thread Alistair Buxton
Oh and one other thing: the missing .desktops are dated from 2015 and this is an upgrade. Looks like the default panel configuration? Maybe this is a bug in an old xfce4-panel which is now fixed, but leaves behind broken config artifacts? -- You received this bug notification because you are a

[Bug 1762779] Re: AttributeError: 'PanelConfig' object has no attribute 'source'

2018-04-15 Thread Alistair Buxton
** Description changed: To reproduce: - 1. Open panel switcher. - 2. Click "Save Configuration" button. - 3. Click "Save Configuration" button. + 1. Open the main system menu. + 2. Drag an icon from the menu onto the panel. + 3. Click "create launcher". + 4. Open panel switcher. + 5. Click

[Bug 1762779] Re: AttributeError: 'PanelConfig' object has no attribute 'source'

2018-04-13 Thread Alistair Buxton
** Branch linked: lp:~a-j-buxton/xfpanel-switch/missing-source -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762779 Title: AttributeError: 'PanelConfig' object has no attribute 'source' To manage

[Bug 1762779] [NEW] AttributeError: 'PanelConfig' object has no attribute 'source'

2018-04-10 Thread Alistair Buxton
Public bug reported: To reproduce: 1. Open panel switcher. 2. Click "Save Configuration" button. 3. Click "Save Configuration" button. Result: Nothing happens. The window does not close, and clicking cancel no longer works either. The following error is printed on the terminal: :~$

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-04-09 Thread Alistair Buxton
*** This bug is a duplicate of bug 1749546 *** https://bugs.launchpad.net/bugs/1749546 The Bluez timeout errors still show up in ~/.xsession-errors at least on hardware without Bluetooth. However, it seems to be harmless. -- You received this bug notification because you are a member of

[Bug 1728651] Re: System hangs after iwlwifi firmware crash

2018-04-09 Thread Alistair Cunningham
Just had a system hang on 18.04 due to this. The hangs are definitely much rarer, but do happen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728651 Title: System hangs after iwlwifi firmware

[Bug 1761602] [NEW] XFLR5 out of date - new file extension used in XFLR5 v6.10

2018-04-05 Thread Alistair Brand
Public bug reported: Current version of XFLR5 in "Ubuntu Software" app uses file extension .wpa whereas newer XFLR5 versions use .xfl therefore designs made on this version cannot be exported with XFLR5 programmes rendering them pretty useless. ProblemType: Bug DistroRelease: Ubuntu 16.04

[Bug 1728651] Re: System hangs after iwlwifi firmware crash

2018-04-05 Thread Alistair Cunningham
On Ubuntu 18.04, the warnings in kern.log still happen, and a kernel oops is reported, but the system doesn't hang. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728651 Title: System hangs after

[Bug 1728651] Re: System hangs after iwlwifi firmware crash

2018-04-05 Thread Alistair Cunningham
Upon upgrading to Ubuntu 18.04 beta, which runs kernel 4.15.0-13-generic and iwlwifi 8265 driver firmware 34.0.1, this problem seems to have gone away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-04-04 Thread Alistair Buxton
One final thing: this does not affect Ubuntu desktop after install. But it does affect the Ubuntu live image, which takes an extra minute or so to boot. It seems that the Ubuntu desktop installer rebuilds the system font cache during install. -- You received this bug notification because you are

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-04-03 Thread Alistair Buxton
Some more: touching the system cache files doesn't make it work. Binary diff on the cache files before and after running fc-cache shows this: 63 c7 c3 5a 00 00 00 00 47 72 ce 15 00 00 00 00 63 c7 c3 5a 00 00 00 00 00 00 00 00 00 00 00 00 Before, at offset 0x38, the "bad" cache files have

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-04-03 Thread Alistair Buxton
Another piece of the puzzle: if you run: sudo fc-cache -fv this will rebuild the system font cache in /var/cache/fontconfig If you then delete the user's cache in ~/.cache/fontconfig and re-log, there is no delay... and the user's font cache will NOT be rebuilt. After a delayed login,

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-04-03 Thread Alistair Buxton
As far as the original bug with delayed login goes... it seems that the Bluetooth stuff is a red herring. Since it only happens on first login, I deleted the contents of ~ and relogged. The delay came back, so I bisected the files until I arrived at the single file which needs to be deleted in

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-04-03 Thread Alistair Buxton
seems related: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845058 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754836 Title: Xubuntu: ERROR:dbus.proxies:Introspect error on

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-03-31 Thread Alistair Buxton
I tried to log in over ssh and run top so I could watch which processes were running but this caused the delay to disappear. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754836 Title: Xubuntu:

[Bug 1760310] [NEW] pastebinit crashed with UnicodeDecodeError in decode(): 'utf-8' codec can't decode byte 0xad in position 15319: invalid start byte

2018-03-31 Thread Alistair Buxton
Public bug reported: To reproduce: 1. Attempt to paste non-unicode data with a pipe: cat ~/.config/pulse/cookie | pastebinit Result: Python throwsa Unicode error. Expected result: It should work, as it does if you run: pastebinit ~/.config/pulse/cookie Impact: If a program outputs

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-03-31 Thread Alistair Buxton
Since this only happens on first login, I ran a diff on the full home directory before/after login: https://paste.ubuntu.com/p/SJ2nNx7WfP/ I don't see anything obvious in there. The pulse cookie and a blueman settings file (empty) were created. The rest seems to be Thunar/desktop defaults and

[Bug 1760302] [NEW] No option/message "Is plugged to a power source" on laptop

2018-03-31 Thread Alistair Buxton
Public bug reported: When installing Xubuntu desktop 18.04 on a real laptop, no message asking the user to plug in to a power source is displayed at any point during the installation. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.4 ProcVersionSignature: Ubuntu

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-03-31 Thread Alistair Buxton
On the current daily ISO this now hangs for 50 seconds instead of 75, and the blueman/bluetooth messages are completely gone from xsession- errors. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1728651] Re: System hangs after iwlwifi firmware crash

2018-03-31 Thread Alistair Cunningham
Am suffering from the same bug on a Thinkpad T470s with an Intel 8265 wifi chip running Ubuntu 17.10, Linux kernel 4.13.0-37-generic, and iwlwifi 31.560484.0. There are multiple reports like the errors below in kern.log. After a while, the machine completely locks up. Interestingly, the system

[Bug 1756807] Re: performance regression in qemu-user + proot

2018-03-20 Thread Alistair Buxton
I just tested the patch from https://bugs.launchpad.net/qemu/+bug/1740219 and it fixes the problem for me. Specifically I only tried the final patch of the series. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1756807] Re: performance regression in qemu-user + proot

2018-03-19 Thread Alistair Buxton
origin/master is also affected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756807 Title: performance regression in qemu-user + proot To manage notifications about this bug go to:

[Bug 1756807] Re: performance regression in qemu-user + proot

2018-03-19 Thread Alistair Buxton
This upstream bug may be related. It has a patch. https://bugs.launchpad.net/qemu/+bug/1740219 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756807 Title: performance regression in qemu-user +

[Bug 1756807] Re: performance regression in qemu-user + proot

2018-03-19 Thread Alistair Buxton
git bisect start # good: [ba87166e14ffd7299c35badc4c11f3fa3c129ec6] Update version for 2.10.2 release git bisect good ba87166e14ffd7299c35badc4c11f3fa3c129ec6 # bad: [7c1beb52ed86191d9e965444d934adaa2531710f] Update version for 2.11.1 release git bisect bad

[Bug 1756807] [NEW] performance regression in qemu-user + proot

2018-03-19 Thread Alistair Buxton
Public bug reported: To reproduce: 1. Install qemu-user-static and proot 2. Enter some arm chroot using them: proot -0 -q qemu-arm-static -w / -r chroot/ /bin/bash 3. Run a command which normally takes a short but measurable amount of time: cd /usr/share/doc && time grep -R hello

[Bug 1756807] Re: performance regression in qemu-user + proot

2018-03-19 Thread Alistair Buxton
Also, I noticed this while running a script that normally takes 12 minutes. After 12 hours I killed it. It never stopped advancing or threw any errors. It was just excruciatingly slow the whole time. That script builds chroots and can be found here: https://github.com/ali1234/rpi-ramdisk -- You

[Bug 1756187] Re: Some icon themes have missing icons due to missing fallback setting.

2018-03-18 Thread Alistair Buxton
Confirming it is fixed for me. Thanks :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756187 Title: Some icon themes have missing icons due to missing fallback setting. To manage notifications

[Bug 1756650] Re: Installer has no welcome page.

2018-03-18 Thread Alistair Buxton
This is the most recent screenshot of the installer I can find where it gives any helpful information on this screen. Notice that even back then it didn't say the name of the software or the version! ** Attachment added: "ubuntu-install-begin-install.jpg"

[Bug 1756650] Re: Installer has no welcome page.

2018-03-18 Thread Alistair Buxton
** Summary changed: - Xubuntu installer slideshow has no welcome page. + Installer has no welcome page. ** Description changed: - To reproduce, simply boot the Xubuntu 18.04 installer ISO in either live - desktop or install mode, and then start the installation. The very first - page of the

[Bug 1756650] Re: Xubuntu installer slideshow has no welcome page.

2018-03-18 Thread Alistair Buxton
As an absolute bare minimum this screen should say the name and version of the software you are about to install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756650 Title: Xubuntu installer

[Bug 1756650] [NEW] Xubuntu installer slideshow has no welcome page.

2018-03-18 Thread Alistair Buxton
Public bug reported: To reproduce, simply boot the Xubuntu 18.04 installer ISO in either live desktop or install mode, and then start the installation. The very first page of the wizard has no slide at all. ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New **

[Bug 1756651] [NEW] Xubuntu: "remove media" message is not dislayed after installation

2018-03-18 Thread Alistair Buxton
Public bug reported: To reproduce: 1. Boot up the Xubuntu 18.04 desktop AMD64 installer ISO 2. Select "Install Xubuntu" at the menu (NOT live desktop.) 3. Proceed through the installation as normal. Result: At the end of installation a black screen with white error messages is displayed.

[Bug 1756627] Re: status notifier can't see appindicators which are started after it

2018-03-17 Thread Alistair Buxton
This happens if you have the package "ayatana-indicator-application" installed. Note that although it appears to be stealing the indicators, they don't show up in indicator-plugin instead. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1756614] Re: Status Notifier draws some icons at the wrong size

2018-03-17 Thread Alistair Buxton
** Package changed: xfce4-statusnotifier-plugin (Ubuntu) => indicator- cpufreq (Ubuntu) ** Summary changed: - Status Notifier draws some icons at the wrong size + indicator-cpufreq sets a bogus icon theme path ** Description changed: To reproduce: - Open appearance settings. -

[Bug 1756627] [NEW] status notifier can't see appindicators which are started after it

2018-03-17 Thread Alistair Buxton
Public bug reported: To reproduce: 1. Have status notifier on panel. 2. Run a program which creates an appindicator. (attached) Result: Appindicator is not seen on panel. Expected result: Appindicator should immediately appear on the panel. Workaround: Restart the

[Bug 1756624] Re: Status notifier shows appindicators in random order.

2018-03-17 Thread Alistair Buxton
** Summary changed: - Status notifier shows appindicatorsin random order. + Status notifier shows appindicators in random order. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756624 Title: Status

[Bug 1756624] [NEW] Status notifier shows appindicators in random order.

2018-03-17 Thread Alistair Buxton
Public bug reported: To reproduce: 1. run several programs that create appindicators. 2. add multiple sn-plugin to the panel. Result: Each sn-plugin shows the appindicators in a different order. Expected result: The order should be deterministic, ie the order is not important

[Bug 1756612] Re: Launch and Directory Menu items icons are too small

2018-03-17 Thread Alistair Buxton
With greybird everything is reversed. The Application menu/launcher/directory icons fill the panel, but the whisker menu icon is smaller. No clipping that I can see. ** Attachment added: "greybird.png"

[Bug 1756614] Re: Status Notifier draws some icons at the wrong size

2018-03-17 Thread Alistair Buxton
On closer inspection it turns out that the icon is being drawn at the right size. It looks funny because the wrong variant has been selected: light icon on a light panel. status notifier does not seem to be able to select the correct variant. ** Description changed: To reproduce: -

[Bug 1756608] Re: Applications Menu plugin clips panel icon.

2018-03-17 Thread Alistair Buxton
Direct comparison of panel in 16.04 vs 18.04 from the other bug: https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1756612/+attachment/5082690/+files/panel.png ** Description changed: To reproduce: - Add Applications Menu widget to panel. - Set it to use a circle icon. +

[Bug 1756612] Re: Launch and Directory Menu items icons are too small

2018-03-17 Thread Alistair Buxton
This screenshot shows the panel in 16.04 vs the panel in 18.04. Same panel size, theme, icons, font, and DPI. ** Description changed: To reproduce: - Drag an application item on to the panel to create a launcher. - Right click the launcher and open properties. - Change the icon to

[Bug 1756614] [NEW] Status Notifier draws some icons at the wrong size

2018-03-17 Thread Alistair Buxton
Public bug reported: To reproduce: Install the package indicator-cpufreq Open a terminal and run "indicator-cpufreq" Result: The indicator will appear in the legacy notification area and the icon will be rendered at the correct size. Now: Open panel preferences and add a

[Bug 1756612] [NEW] Launch and Directory Menu items icons are too small

2018-03-17 Thread Alistair Buxton
Public bug reported: To reproduce: Drag an application item on to the panel to create a launcher. Right click the launcher and open properties. Change the icon to the circular whisker menu icon. Result: The icon will be rendered at a different size to the whisker menu icon.

[Bug 1756608] [NEW] Applications Menu plugin clips panel icon.

2018-03-17 Thread Alistair Buxton
Public bug reported: To reproduce: Add Applications Menu widget to panel. Set it to use a circle icon. Result: The top and bottom of the icon are clipped, regardless of how big you make the panel. It consistently removes 2-3 pixels from the top and bottom of the icon. Screenshots

[Bug 1756187] Re: Some icon themes have missing icons due to missing fallback setting.

2018-03-15 Thread Alistair Buxton
After playing around with gconf, dconf, xfconf for a long time I ended up getting my 16.04 system to reproduce this problem, which is not really what I expected at all. I'm still not 100% sure what is going on but I think I am comfortable with recommending to set the /Net/FallbackIconTheme key by

[Bug 1756191] [NEW] Thumbnail sidebar shows error icons in place of some images.

2018-03-15 Thread Alistair Buxton
Public bug reported: To reproduce: cd /usr/share/icons/gnome/16x16/categories xdg-open system-help.png Result: ristretto opens the icon and displaysit, and opens a sidebar which displays other images in the folder. But some of those images just show errors. See screenshot.

[Bug 1756187] Re: Some icon themes have missing icons due to missing fallback setting.

2018-03-15 Thread Alistair Buxton
This screenshot shows the setting I created in xfce4-settings-manager in order to fix the problem. ** Attachment added: "setting to set" https://bugs.launchpad.net/ubuntu/+source/xubuntu-meta/+bug/1756187/+attachment/5080832/+files/xfce4-settings-manager.png ** Description changed: + To

[Bug 1756187] [NEW] Some icon themes have missing icons due to missing fallback setting.

2018-03-15 Thread Alistair Buxton
Public bug reported: To reproduce: Install Xubuntu 18.04 Open Appearance settings -> Icons and set to ubuntu-mono-light Open xfce4-settings-manager Result: "Mouse and Touchpad" settings has no icon. The same icon is missing in a few other places too. This affects pretty

[Bug 1756054] [NEW] elementary-xfce-darkest has no icon-theme.cache

2018-03-15 Thread Alistair Buxton
Public bug reported: This causes the appearance dialog to display a weird error in a tool tip. The missing file should be at /usr/share/icons/elementary-xfce- darkest/icon-theme.cache. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xubuntu-icon-theme 18.04.2 ProcVersionSignature: Ubuntu

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-03-13 Thread Alistair Buxton
There is more stuff in syslog too. It looks like pulseaudio is trying and failing to start blueman. ** Attachment added: "cat syslog | grep -E '(pulseaudio|blueman)'" https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1754836/+attachment/5077997/+files/syslog.txt -- You received this bug

[Bug 1754836] Re: Xubuntu: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': time

2018-03-13 Thread Alistair Buxton
** Attachment added: "log running blueman-applet manually" https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1754836/+attachment/5077985/+files/blueman-applet-manual.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1754836] Re: ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (se

2018-03-13 Thread Alistair Buxton
** Summary changed: - Xubuntu: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms) + ERROR:dbus.proxies:Introspect error on org.bluez:/org/bluez:

[Bug 1754836] Re: Xubuntu: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms

2018-03-13 Thread Alistair Buxton
No, we are talking about the errors in xsession-errors.txt: ERROR:dbus.proxies:Introspect error on org.bluez:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms) ERROR:dbus.proxies:Introspect

[Bug 1754836] Re: Failed to activate service

2018-03-11 Thread Alistair Buxton
The same messages are logged on the live image boot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754836 Title: Failed to activate service To manage notifications about this bug go to:

[Bug 1751403] Re: geometry no longer matches X(7) spec

2018-02-24 Thread Alistair Buxton
Turns out this has already been fixed upstream. Here's the correct bug report. ** Bug watch added: Xfce Bugzilla #13753 https://bugzilla.xfce.org/show_bug.cgi?id=13753 ** Changed in: xfce4-terminal Remote watch: Xfce Bugzilla #14238 => Xfce Bugzilla #13753 -- You received this bug

[Bug 1751403] Re: geometry no longer matches X(7) spec

2018-02-24 Thread Alistair Buxton
Reported upstream. I also bisected to find the commit the broke it, so this should get fixed. Fix probably won't get backported to 17.10. ** Bug watch added: Xfce Bugzilla #14238 https://bugzilla.xfce.org/show_bug.cgi?id=14238 ** Also affects: xfce4-terminal via

[Bug 1740489] Re: Newly opened windows appear behind the Unity panel and launcher

2017-12-30 Thread Alistair Buxton
compiz --replace has no effect. It works correctly in a live USB. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1740489 Title: Newly opened windows appear behind the Unity panel and launcher To

[Bug 1740489] [NEW] Newly opened windows appear behind the Unity panel and launcher

2017-12-29 Thread Alistair Buxton
Public bug reported: Steps to reproduce: 1. Open any window of any application. Expected result: The whole window is visible. Actual result: The window is obscured by both the launcher and top panel, regardless of what size it is. All new windows appear at position 0,0. Impact: User can't

[Bug 1740489] Re: Newly opened windows appear behind the Unity panel and launcher

2017-12-29 Thread Alistair Buxton
** Attachment added: "Screenshot showing the bug." https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1740489/+attachment/5028682/+files/Screenshot%20from%202017-12-29%2011-38-18.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1719209] Re: firefox opens nautilus inside XCFE desktop

2017-12-11 Thread Alistair Buxton
** Also affects: desktop-file-utils (Ubuntu) Importance: Undecided Status: New ** Changed in: desktop-file-utils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1073089] Re: ubuntu kernel does not support gadgetfs

2017-11-04 Thread Alistair Buxton
Still broken in 16.04. gadgetfs has been replaced by functionfs, which is also available in the standard kernel packages, but still does not work because it too relies on dummy_hcd on x86 platforms. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 335223] Re: sagcad crashed with SIGSEGV in gtk_image_set_from_pixmap()

2017-10-23 Thread Alistair Buxton
This bug is still reproducible in 16.04. ** Changed in: sagcad (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/335223 Title: sagcad crashed with SIGSEGV

[Bug 401242] Re: sagcad crashed with SIGSEGV in IA__gtk_image_set_from_pixmap()

2017-10-23 Thread Alistair Buxton
*** This bug is a duplicate of bug 335223 *** https://bugs.launchpad.net/bugs/335223 ** This bug has been marked a duplicate of bug 335223 sagcad crashed with SIGSEGV in gtk_image_set_from_pixmap() -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1724342] Re: test_drop_privileges AssertionError groups mismatch

2017-10-18 Thread Alistair Coles
** Changed in: swift Status: In Progress => Confirmed ** Changed in: swift Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1724342 Title: test_drop_privileges

[Bug 1712587] Re: Firefox 55 instantly crashes on Google Maps

2017-08-26 Thread Alistair Buxton
** Bug watch added: Mozilla Bugzilla #1393164 https://bugzilla.mozilla.org/show_bug.cgi?id=1393164 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=1393164 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member

[Bug 1712587] [NEW] Firefox 55 instantly crashes on Google Maps

2017-08-23 Thread Alistair Buxton
Public bug reported: To reproduce: 1. Go to http://maps.google.co.uk Result: Firefox instantly crashes. I tried disabling hardware acceleration. It didn't make any difference. This crash is 100% reproducible. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: firefox

[Bug 1265418] Re: Gtk3 bookmark can't be removed if it points to a file

2017-08-18 Thread Alistair Buxton
Just because the upstream report was marked as a duplicate, does not mean it is invalid. ** Bug watch added: GNOME Bug Tracker #762252 https://bugzilla.gnome.org/show_bug.cgi?id=762252 ** Changed in: gtk Importance: Medium => Unknown ** Changed in: gtk Status: Invalid => Unknown

[Bug 1690139] [NEW] "snapcraft clean " fails if the files I asked it to clean don't exist

2017-05-11 Thread Alistair Buxton
Public bug reported: Steps to reproduce: Make a directory and save attached snapcraft.yaml in it. snapcraft snapcraft clean pulseview Expected result: All build/stage/prime etc artifacts for the pulseview part are deleted. Actual result: al@al-desktop:~/Source/sigrok-snap-test$ snapcraft

[Bug 1690139] Re: "snapcraft clean " fails if the files I asked it to clean don't exist

2017-05-11 Thread Alistair Buxton
Attaching the snapcraft.yaml in case the git repo changes. ** Attachment added: "snapcraft.yaml showing the bug" https://bugs.launchpad.net/ubuntu/+source/snapcraft/+bug/1690139/+attachment/4875164/+files/snapcraft.yaml ** Description changed: Steps to reproduce: - git clone

[Bug 1217585] Re: System hangs after some time with nouveau and GT240

2017-05-07 Thread Alistair Buxton
I do wish you would stop marking this bug incomplete. It is very much incomplete, is an upstream bug, and the developers are not asking for further information. ** Changed in: xserver-xorg-video-nouveau (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification

[Bug 1670905] Re: qemu-debootstrap inserts debian repos into the chroot

2017-03-08 Thread Alistair Buxton
Yes, I expected the chroot to end up with the mirror I asked for in the sources.list. This is the behaviour with a normal debbotstrap invocation. This doesn't actually have anything to do with the keyring file at all. The reason this happens is because there is no mechanism for the first stage

<    1   2   3   4   5   6   7   8   9   10   >