[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 of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1903081

Title:
  Unable to update colorhug firmware

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1903081/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
looking to less like part of the file being viewed.)

To test this, you can place the following file at ~/.lessfilter:

#!/bin/sh
echo foo
exit 0

Then opening any file in less (assuming you have lessfile set up) should
show "foo". The bug is that, currently, it also shows a filename from
somewhere in /tmp.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: less 487-0.1
ProcVersionSignature: Ubuntu 4.15.0-135.139-generic 4.15.18
Uname: Linux 4.15.0-135-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.23
Architecture: amd64
CurrentDesktop: Unity7
Date: Fri Feb 12 21:25:34 2021
Dependencies:
 debianutils 4.8.4
 gcc-8-base 8.4.0-1ubuntu1~18.04
 libc6 2.27-3ubuntu1.4
 libgcc1 1:8.4.0-1ubuntu1~18.04
 libtinfo5 6.1-1ubuntu1.18.04
InstallationDate: Installed on 2018-08-13 (914 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: less
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: less (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

** Patch added: "fix-lessfile-with-lessfilter.patch"
   
https://bugs.launchpad.net/bugs/1915568/+attachment/5463304/+files/fix-lessfile-with-lessfilter.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915568

Title:
  lessfile is broken when using ~/.lessfilter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/less/+bug/1915568/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1867996

Title:
  Segfault in app_indicator_set_icon_full [patch attached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1867996/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 work, and the same applies to an environment variable
like $SNAPS_HOME.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575053

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1575053/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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:

- start totem playing a file
- tick the "Repeat" checkbox
- run `playerctl loop -p totem None`
- observe that the "Repeat" checkbox is no longer checked
- observe that totem continues to repeat the music

totem version: 3.26.0-0ubuntu6.2
playerctl (https://github.com/altdesktop/playerctl) version: 2.2.1

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: totem 3.26.0-0ubuntu6.2
ProcVersionSignature: Ubuntu 4.15.0-112.113-generic 4.15.18
Uname: Linux 4.15.0-112-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
CurrentDesktop: Unity7
Date: Tue Aug 25 14:58:34 2020
InstallationDate: Installed on 2018-08-13 (742 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: totem
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1892872

Title:
  "repeat" checkbox gets out of sync with actual repeat state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1892872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 minutes
later, asking me to restart. Usually it goes away for a bit longer after
I click "restart later" for the second time, but every time I do an apt
operation it appears again.

I would suggest that, probably, three minutes is not likely to be enough
time for _anyone_ to have finished doing whatever has caused them to
press "restart later" – it's especially bad that the dialog reappears
early if you do other things with apt, since you end up having to
continually dismiss it if you're trying to fix something broken before
you reboot.

Would it be an idea to rate-limit the dialog so that it appears, at
most, once an hour or so?

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1885984

Title:
  "restart required" dialog appears too frequently after being dismissed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1885984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1755305

Title:
  .xsession-errors filled with entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/1755305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.
https://bugs.launchpad.net/bugs/1575053

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1575053/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 libappindicator-induced crashes
being fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1867996

Title:
  Segfault in app_indicator_set_icon_full [patch attached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1867996/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1867996

Title:
  Segfault in app_indicator_set_icon_full [patch attached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1867996/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1867996

Title:
  Segfault in app_indicator_set_icon_full [patch attached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1867996/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs