[Bug 1903081] Re: Unable to update colorhug firmware

2021-04-29 Thread Ash Holland
fwiw: `fwupdmgr install aa1b94b36c91929fbf75551b8a376d7292f8c51c- hughski-colorhug-1.2.6.cab --force` worked for me on ubuntu bionic (--force required because of version numbering issues fixed in upstream fwupd after bionic release) -- You received this bug notification because you are a member

[Bug 1915568] [NEW] lessfile is broken when using ~/.lessfilter

2021-02-12 Thread Ash Holland
Public bug reported: If ~/.lessfilter exists and is used by lesspipe/lessfile, then lessfile will make the filename of the temporary file visible in less. The attached patch fixes this. (The filename is echoed to less after the subshell exits; trying to do it inside the subshell means it ends up

[Bug 1867996] Re: Segfault in app_indicator_set_icon_full [patch attached]

2021-01-14 Thread Ash Holland
tested with libappindicator 12.10.1+18.04.20200408.1-0ubuntu1 from -proposed on 18.04, Discord appears to be stable after multiple hours in a call. no regressions observed (other applications' indicators are still present). ** Tags removed: verification-needed-bionic ** Tags added:

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2020-09-22 Thread Ash Holland
I would suggest you read through the past comments on this issue, and the design document you mention. For example, "put things in the XDG directories (~/.local, ~/.cache, ~/.config)" has been suggested many times; it's explained earlier in the comments here (e.g. comment #30) why that wouldn't

[Bug 1892872] [NEW] "repeat" checkbox gets out of sync with actual repeat state

2020-08-25 Thread Ash Holland
Public bug reported: If you use an external application to ask totem to start/stop repeating (via e.g. `playerctl loop -p totem None` or `playerctl loop -p totem Playlist`), then the "Repeat" checkbox in the UI changes state, but totem doesn't actually start/stop repeating the track. Concretely:

[Bug 1885984] [NEW] "restart required" dialog appears too frequently after being dismissed

2020-07-01 Thread Ash Holland
Public bug reported: Whenever I run an upgrade that requires a reboot (e.g. kernel upgrade), I get a dialog saying "Please restart the computer to begin using your updated software" immediately after the upgrade; fair enough, I click "restart later". *Every time*, the same dialog appears about 3

[Bug 1755305] Re: .xsession-errors filled with entries

2020-04-27 Thread Ash Holland
** Bug watch added: gitlab.gnome.org/GNOME/network-manager-applet/issues #34 https://gitlab.gnome.org/GNOME/network-manager-applet/issues/34 ** Also affects: network-manager-applet via https://gitlab.gnome.org/GNOME/network-manager-applet/issues/34 Importance: Unknown Status:

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2020-04-25 Thread Ash Holland
If you think it's so easy, why not try it yourself? snapd is free software, and I'm sure the maintainers would be grateful for a patch which fixes such a widely-shared issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1867996] Re: Segfault in app_indicator_set_icon_full [patch attached]

2020-04-10 Thread Ash Holland
It seems like there is still an unresolved issue with Discord after applying these patches: https://github.com/flathub/shared- modules/pull/96#issuecomment-608084182 though I don't know if the issue is caused by libappindicator or if it's a Discord problem that's exposed by the

[Bug 1867996] Re: Segfault in app_indicator_set_icon_full [patch attached]

2020-03-21 Thread Ash Holland
correction: I also need to apply this patch in order to fix the segfaults for me. ** Patch added: "n_elements.patch" https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1867996/+attachment/5339867/+files/n_elements.patch -- You received this bug notification because you are a

[Bug 1867996] Re: Segfault in app_indicator_set_icon_full [patch attached]

2020-03-19 Thread Ash Holland
fwiw, that patch (or at least a slightly modified version which applies on the Ubuntu 18.04 libappindicator) appears to fix the Discord segfaults for me, and also looks correct from my reading of the gobject documentation. -- You received this bug notification because you are a member of Ubuntu