[Bug 1915091] Re: Nautilus shows LXD storage pool in sidebar

2021-02-09 Thread Stéphane Graber
Ok, so the mount table output confirms that your LXD default storage pool isn't visible in the host's mount table, so that's not what's triggering nautilus. Also, if that was the case, I'd have seen it on my own machine a long time ago ;) My best guess is that it's the loop device (also called

[Bug 1870354] Re: gnome-shell crashed with SIGSEGV in st_theme_node_get_text_align() from _st_set_text_from_style() from st_label_style_changed()

2020-04-05 Thread Stéphane Graber
https://github.com/gTile/gTile/issues/124 ** Bug watch added: github.com/gTile/gTile/issues #124 https://github.com/gTile/gTile/issues/124 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.

[Bug 1870354] Re: gnome-shell crashed with SIGSEGV in st_theme_node_get_text_align() from _st_set_text_from_style() from st_label_style_changed()

2020-04-05 Thread Stéphane Graber
Tracked it down to gTile being the issue actually, disabling that one with the rest of them on seems to fix it. ** Changed in: gnome-shell (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1762952] Re: Alternative shortcut for layout switching Alt+Shift unexpectedly set by default

2018-08-08 Thread Stéphane Graber
Hello Markus, or anyone else affected, Accepted console-setup into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/console- setup/1.178ubuntu2.6 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1762952] Re: Alternative shortcut for layout switching Alt+Shift unexpectedly set by default

2018-08-08 Thread Stéphane Graber
** Changed in: console-setup (Ubuntu Bionic) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1762952 Title: Alternative

[Bug 1732411] Re: On upgrade, daemon-reexec should only be issued if safe

2017-12-12 Thread Stéphane Graber
Marking the lxc task as invalid since LXC does not drop any such capabilities by default, so such failure isn't lxc's fault. It's either the user's fault (by dropping capabilities that Ubuntu/Debian consider as required) or the systemd's package fault (for not doing a capability check). **

[Bug 1718771] [NEW] Incorrect handling of link-local IPv6 DNS servers

2017-09-21 Thread Stéphane Graber
Public bug reported: We've recently seen odd looking DNS failures on autopkgtest: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/amd64/d/docker.io/20170921_065231_181b8@/log.gz This shows a fe80:: link-local IPv6 address as one

[Bug 1713149] [NEW] resolv.conf symlink is broken after clean debootstrap

2017-08-25 Thread Stéphane Graber
Public bug reported: Reproducer: - debootstrap artful artful Expected: - "chroot artful cat /etc/resolv.conf" doesn't fail. - /etc/resolv.conf is a symlink to something valid in /run Actual: - "chroot artful cat /etc/resolv.conf" gets you "No such file or directory" - /etc/resolv.conf is a

[Bug 1709536] [NEW] snapd 2.26.14 on ubuntu-core won't start in containers anymore

2017-08-09 Thread Stéphane Graber
Public bug reported: It looks like snapd in ubuntu-core (2.26.14 here) has been modified to use a negative Nice value in systemd. Systemd seems to treat a failure to apply the requested Nice value as critical to unit startup. Unprivileged LXD containers do not allow the use of negative nice

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2017-02-21 Thread Stéphane Graber
I'm not seeing a compelling reason to switch to 3.24 and the newer vte other than the version bump. If your argument is that after this revert, both gnome-terminal and vte are effectively identical feature-wise as what we have in the archive right now, then you're not introducing or removing

[Bug 1656024] Re: hostnamectl does not work inside lxd

2017-01-12 Thread Stéphane Graber
Looks like the problem is to do with systemd and it failing to spawn units that have: PrivateNetwork=yes I'm not sure exactly what systemd attempts to do which doesn't work in an unprivileged container, but the answer is almost certainly to have it not do that :) Re-assigning bug to systemd.

[Bug 1577001] Re: Installing lxd leaves /var/lib/lxd/unix.socket with wrong group ownership

2016-04-30 Thread Stéphane Graber
Moving over to systemd, our unit is very clear about the expected owner for the socket. The needed group is created in preinst so is guaranteed to be there by the time systemd is poked in postinst. LXD itself doesn't change socket ownership when socket activated and if it did, it would honor the

[Bug 1576341] Re: fails in lxd container

2016-04-28 Thread Stéphane Graber
LXC doesn't drop many capabilities, we only really drop mac_admin, mac_override, sys_time, sys_module and sys_rawio. That's because we do run workloads which do need the other capabilities, including cap_sys_admin. Now in an unprivileged container, having those capabilities will only do you

[Bug 1540803] [NEW] systemd doesn't respect /etc/fstab for internal mounts

2016-02-02 Thread Stéphane Graber
Public bug reported: Under upstart, I can have the following line in my /etc/fstab: tmpfs /run tmpfs defaults,size=10M 0 0 At mount time, mountall will use /etc/fstab as an override for the internal fstab (/lib/init/fstab) and so I end up with /run mounted with a 10MB limit. Under systemd,

[Bug 1519499] Re: Shutdown failure: Assertion 'sd_id128_randomize() >= 0' failed at ../src/core/dbus.c:657, function bus_on_connection(). Aborting.

2015-12-08 Thread Stéphane Graber
As a reminder: - http://lists.freedesktop.org/archives/systemd-devel/2015-January/027246.html - http://lists.freedesktop.org/archives/systemd-devel/2015-January/027323.html http://cgit.freedesktop.org/systemd/systemd/commit/?id=874d3404cbf2363604106c8f86683db4082691ea The code change at that

[Bug 1519499] Re: [systemd] SIGPWR doesn't always lead to shutdown

2015-11-30 Thread Stéphane Graber
Thanks, that does indeed seem to point towards a systemd issue, I've added a systemd task, Martin should be able to pick things up from there. Can you also tell us what version of the kernel you're using? We've seen some weird behavior with systemd on some specific kernel releases in the past.

[Bug 1477130] Re: timedatectl fails inside container

2015-11-09 Thread Stéphane Graber
Seems to work fine here: root@ubuntu:~# timedatectl Local time: Mon 2015-11-09 18:33:40 UTC Universal time: Mon 2015-11-09 18:33:40 UTC RTC time: n/a Time zone: Etc/UTC (UTC, +) Network time on: yes NTP synchronized: yes RTC in local TZ: no That's with a 15.10

[Bug 1500992] [NEW] networkd: Don't reset forwarding unless told to do so in config

2015-09-29 Thread Stéphane Graber
Public bug reported: It's been reported by several LXC users that systemd-networkd will turn off per-interface forwarding for all network interfaces when it starts. Presumably upstream expects users to go and manually edit their config to allow it when needed. This breaks LXC, libvirt, ...

[Bug 1414544] [NEW] Machine never boots, stuck at network bringup

2015-01-25 Thread Stéphane Graber
Public bug reported: root@lantea:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # Physical network

[Bug 1314904] Update Released

2014-07-03 Thread Stéphane Graber
The verification of the Stable Release Update for shotwell has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter

[Bug 1296275] Update Released

2014-06-24 Thread Stéphane Graber
The verification of the Stable Release Update for libgphoto2 has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you

[Bug 1309025] Re: systemd-logind assert failure: cgmanager-client.c:6322: Assertion failed in cgmanager_list_children_sync: proxy != NULL

2014-06-18 Thread Stéphane Graber
) Importance: Undecided Status: New ** Also affects: cgmanager (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Utopic) Importance: Medium Assignee: Stéphane Graber (stgraber) Status: Confirmed ** Also affects: cgmanager (Ubuntu

[Bug 1313250] Re: Shortcut key Ctrl+L no longer sets cursor to page selector in 3.10.3

2014-06-03 Thread Stéphane Graber
Hello macho, or anyone else affected, Accepted evince into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/evince/3.10.3-0ubuntu10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1318581] Re: Tooltips for Next and Previous pages are mixed up

2014-06-03 Thread Stéphane Graber
Hello TenLeftFingers, or anyone else affected, Accepted evince into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/evince/3.10.3-0ubuntu10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1312179] Re: fit and width hotkeys broken

2014-06-03 Thread Stéphane Graber
Hello Krister, or anyone else affected, Accepted evince into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/evince/3.10.3-0ubuntu10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1310782] Re: Zoom in shortcut should be =/+, not shift +

2014-06-03 Thread Stéphane Graber
Hello Aibara, or anyone else affected, Accepted evince into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/evince/3.10.3-0ubuntu10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1317179] Re: lxc containers fail to start in trusty with newer kernels

2014-05-08 Thread Stéphane Graber
) Status: Fix Committed = Fix Released ** Changed in: systemd (Ubuntu Trusty) Assignee: (unassigned) = Stéphane Graber (stgraber) ** Changed in: systemd (Ubuntu) Assignee: (unassigned) = Stéphane Graber (stgraber) ** Changed in: systemd (Ubuntu Trusty) Status: Triaged = In Progress

[Bug 1309025] Re: systemd-logind assert failure: cgmanager-client.c:6322: Assertion failed in cgmanager_list_children_sync: proxy != NULL

2014-04-23 Thread Stéphane Graber
I don't see anything obviously wrong in the call made by systemd-logind itself, so this may be a problem with cgmanager, adding a task. ** Also affects: cgmanager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu

[Bug 1307595] [NEW] systemd-logind fails to start in unprivileged containers

2014-04-14 Thread Stéphane Graber
Public bug reported: Because of systemd-logind using the limit upstart stanza, it fails to start in unprivileged containers where the ulimit is lower than the requested one. The proposed fix is to call ulimit from the job itself instead and ignore the failure (it'll get logged though in case

[Bug 1303649] Re: systemd-logind spins in cgmanager_ping_sync()

2014-04-10 Thread Stéphane Graber
The stacktrace suggests we are in libcgmanager, so adding a cgmanager task. ** Also affects: cgmanager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu.

[Bug 1301544] Re: cannot boot with latest systemd updates

2014-04-02 Thread Stéphane Graber
Moving to cgmanager, cgmanager is supposed to work entirely without /usr, this is a bug and needs fixing ASAP. ** Package changed: systemd (Ubuntu) = cgmanager (Ubuntu) ** Changed in: cgmanager (Ubuntu) Importance: Undecided = Critical ** Changed in: cgmanager (Ubuntu) Status: New =

[Bug 1297363] [NEW] [FFe] Add cgmanager support

2014-03-25 Thread Stéphane Graber
Public bug reported: I'd like to add cgmanager support to systemd-logind so that in environment where it doesn't have direct access to the cgroup hierarchy (most notably unprivileged LXC containers), it'll be able to use cgmanager to perform all the operations it needs. This is implemented

[Bug 1238410] Update Released

2014-01-07 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1198315] Update Released

2014-01-07 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 805154] Re: gdm-simple-slave crashed with SIGSEGV in _nss_compat_getpwnam_r()

2014-01-07 Thread Stéphane Graber
Hello Blümchen, or anyone else affected, Accepted gdm into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/gdm/3.0.4-0ubuntu15.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1241736] Update Released

2014-01-06 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1000325] Update Released

2014-01-06 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1196523] Re: gedit crashed with SIGSEGV in magazine_chain_pop_head()

2013-12-10 Thread Stéphane Graber
Hello Mitsuya, or anyone else affected, Accepted gtk+3.0 into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/gtk+3.0/3.8.6-0ubuntu3.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1235625] Re: fix legacy keygrabber for gnome-ish sessions

2013-11-26 Thread Stéphane Graber
Hello Tim, or anyone else affected, Accepted gnome-settings-daemon into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/gnome- settings-daemon/3.8.5-0ubuntu11.2 in a few hours, and then in the -proposed repository. Please help us by testing this

[Bug 859600] Re: Please convert gnome-keyring to multiarch

2013-11-26 Thread Stéphane Graber
Hello Riku, or anyone else affected, Accepted gnome-keyring into quantal-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/gnome- keyring/3.6.1-0ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1094319] Re: p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such

2013-11-26 Thread Stéphane Graber
Hello Rodney, or anyone else affected, Accepted gnome-keyring into quantal-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/gnome- keyring/3.6.1-0ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1198315] Re: [network]: gnome-control-center SIGSEGV in append_escaped_text() (invalid utf8 ssid name)

2013-11-26 Thread Stéphane Graber
Hello Cedric, or anyone else affected, Accepted gnome-control-center into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/gnome- control-center/1:3.6.3-0ubuntu45.2 in a few hours, and then in the -proposed repository. Please help us by testing

[Bug 1241881] Update Released

2013-11-18 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1225514] Update Released

2013-11-18 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1245874] Update Released

2013-11-18 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1236601] Re: wrong background color when editing icons on desktop

2013-11-18 Thread Stéphane Graber
Hello Marc, or anyone else affected, Accepted nautilus into saucy-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/nautilus/1:3.8.2-0ubuntu2.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 580961] Re: unzip fails to deal correctly with filename encodings

2013-11-12 Thread Stéphane Graber
** Tags added: verification-done-precise -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to a duplicate bug report (34667). https://bugs.launchpad.net/bugs/580961 Title: unzip fails to deal correctly with filename encodings To manage

[Bug 1246265] Update Released

2013-11-07 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1209092] Update Released

2013-11-07 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1238266] Update Released

2013-11-05 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 408903] Re: Does not handle microphone mute button (KEY_MICMUTE)

2013-11-05 Thread Stéphane Graber
Hello Christopher, or anyone else affected, Accepted gnome-settings-daemon into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/gnome- settings-daemon/3.4.2-0ubuntu0.6.5 in a few hours, and then in the -proposed repository. Please help us by

[Bug 408903] Please test proposed package

2013-11-05 Thread Stéphane Graber
Hello Christopher, or anyone else affected, Accepted xkeyboard-config into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/xkeyboard- config/2.5-1ubuntu1.5 in a few hours, and then in the -proposed repository. Please help us by testing this

[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-10-21 Thread Stéphane Graber
** Changed in: onboard (Ubuntu) Milestone: ubuntu-13.10 = saucy-updates ** Changed in: gnome-settings-daemon (Ubuntu) Milestone: ubuntu-13.10 = saucy-updates -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1180721] Re: replaygain crashing on second play

2013-10-21 Thread Stéphane Graber
** Changed in: rhythmbox (Ubuntu) Milestone: ubuntu-13.10 = saucy-updates -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/1180721 Title: replaygain crashing on second play

[Bug 1234392] Re: gnome-control-center on precise crashes when the network panel is closed

2013-10-17 Thread Stéphane Graber
Hello errors.ubuntu.com, or anyone else affected, Accepted gnome-control-center into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/gnome- control-center/1:3.4.2-0ubuntu0.13 in a few hours, and then in the -proposed repository. Please help us

[Bug 1234392] Update Released

2013-10-17 Thread Stéphane Graber
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1153488] Re: Treats bluetooth input device batteries as batteries

2013-10-17 Thread Stéphane Graber
Hello Jeff, or anyone else affected, Accepted upower into raring-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/upower/0.9.20-1ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1153488] Re: Treats bluetooth input device batteries as batteries

2013-10-17 Thread Stéphane Graber
Hello Jeff, or anyone else affected, Accepted upower into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/upower/0.9.15-3git1ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1215980] Re: [FFe] Freeze exception for converged indicators

2013-10-15 Thread Stéphane Graber
Closing this FFe since we're now doing final image generation and that any change affecting binary packages on any of our released images is now forbidden (unless it's a critical bugfix). ** Changed in: indicator-bluetooth (Ubuntu) Status: Confirmed = Fix Released ** Changed in:

[Bug 1219777] Re: [FFe] update to 0.15

2013-10-15 Thread Stéphane Graber
** Changed in: shotwell (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to shotwell in Ubuntu. https://bugs.launchpad.net/bugs/1219777 Title: [FFe] update to 0.15 To manage

[Bug 1180721] Re: replaygain crashing on second play

2013-10-11 Thread Stéphane Graber
** Changed in: rhythmbox (Ubuntu) Milestone: ubuntu-13.09 = ubuntu-13.10 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/1180721 Title: replaygain crashing on second play To

[Bug 1180721] Re: replaygain crashing on second play

2013-09-24 Thread Stéphane Graber
** Changed in: rhythmbox (Ubuntu) Milestone: ubuntu-13.06 = ubuntu-13.09 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/1180721 Title: replaygain crashing on second play To

[Bug 1217991] Re: Regression: gnome-flashback* fails to init with latest upstart

2013-08-29 Thread Stéphane Graber
** Package changed: upstart (Ubuntu) = gnome-panel (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in Ubuntu. https://bugs.launchpad.net/bugs/1217991 Title: Regression: gnome-flashback* fails to init with

[Bug 1181312] Re: Race to start gnome-settings-daemon in upstart user session

2013-05-17 Thread Stéphane Graber
Sounds like a gnome-session bug as we're overriding the gnome-settings- daemon desktop file in the XDG path to prevent just that: stgraber@castiana:~/Desktop/menu$ env | grep XDG | grep upstart XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg stgraber@castiana:~/Desktop/menu$

[Bug 1181312] Re: Race to start gnome-settings-daemon in upstart user session

2013-05-17 Thread Stéphane Graber
Hi, Indeed a local copy in .config/autostart would be higher priority than our override in /usr/share/upstart/xdg and would explain what you saw. Closing the bug report. ** Changed in: gnome-settings-daemon (Ubuntu) Status: New = Invalid -- You received this bug notification because

[Bug 1094319] Re: p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such

2013-05-17 Thread Stéphane Graber
** Also affects: gnome-keyring (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: gnome-keyring (Ubuntu Quantal) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1094319] Re: p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such

2013-05-17 Thread Stéphane Graber
** Changed in: gnome-keyring (Ubuntu Precise) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/1094319 Title: p11-kit: couldn't load module:

[Bug 1094319] Re: p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such

2013-05-17 Thread Stéphane Graber
** Changed in: gnome-keyring (Ubuntu Quantal) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/1094319 Title: p11-kit: couldn't load module:

[Bug 859600] Re: Please convert gnome-keyring to multiarch

2013-05-17 Thread Stéphane Graber
** Changed in: gnome-keyring (Ubuntu Quantal) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/859600 Title: Please convert

[Bug 401819] Re: reduced_resources option enabled in accessibility mode

2012-10-03 Thread Stéphane Graber
Assigning to Luke who's the most likely to have a clue about this bug. ** Changed in: casper (Ubuntu) Assignee: (unassigned) = Luke Yelavich (themuso) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in Ubuntu.

[Bug 999413] Re: Remove launchpad-integration from the archive

2012-09-26 Thread Stéphane Graber
As discussed on IRC, nothing depends on launchpad-integration anymore, however, we think that quite a few packages outside of the archive, like those in extras may still be depending on it as it was the default in the quickly template. The source and all binaries are now in universe and will stay

[Bug 1056936] Re: [FFE] GDM 3.6.0 won't start without gnome-session 3.6.0

2012-09-26 Thread Stéphane Graber
Can you attach the changelog please? From what Kate told me on IRC it sounds like it should be fine, but I'd prefer to look at it myself. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu.

[Bug 1056936] Re: [FFE] GDM 3.6.0 won't start without gnome-session 3.6.0

2012-09-26 Thread Stéphane Graber
Ok, sounds reasonable then. Shouldn't that bug be retargeted at gnome- session then? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/1056936 Title: [FFE] GDM 3.6.0 won't start without

[Bug 1053352] Re: screen shot apparently not saved on desktop

2012-09-20 Thread Stéphane Graber
** Package changed: xserver-xorg-video-ati (Ubuntu) = nautilus (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1053352 Title: screen shot apparently not saved on desktop

[Bug 976624] Re: Add support for keywords

2012-08-25 Thread Stéphane Graber
** Changed in: totem (Ubuntu Precise) Milestone: ubuntu-12.04.1 = ubuntu-12.04.2 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in Ubuntu. https://bugs.launchpad.net/bugs/976624 Title: Add support for keywords To manage

[Bug 859600] Re: Please convert gnome-keyring to multiarch

2012-08-25 Thread Stéphane Graber
** Changed in: gnome-keyring (Ubuntu Precise) Milestone: ubuntu-12.04.1 = ubuntu-12.04.2 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/859600 Title: Please convert

[Bug 950160] Re: Unity blocks other programs from binding globally to Super+* or Alt+* (* = any key)

2012-08-14 Thread Stéphane Graber
Tested the gnome-settings-daemon part, win+p didn't use to work, now it does, so I guess that's a pass. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1029531] Re: cdromupgrade from Lucid to Precise failed with unmet dependencies without network connection

2012-08-12 Thread Stéphane Graber
I successfully upgraded an Ubuntu 10.04.4 desktop image to 12.04.1 using only the alternate media, so the resolver issues appear to be fixed. The test was done using an amd64 install. However to consider this verification-done and have them copied to -updates (before the 7 days), we're still

[Bug 1029531] Re: cdromupgrade from Lucid to Precise failed with unmet dependencies without network connection

2012-08-08 Thread Stéphane Graber
) Assignee: Canonical Foundations Team (canonical-foundations) = Stéphane Graber (stgraber) ** Changed in: openoffice.org (Ubuntu Precise) Importance: Undecided = Critical ** Changed in: openoffice.org (Ubuntu Precise) Assignee: (unassigned) = Stéphane Graber (stgraber) ** Changed in: nspr

[Bug 1029531] Re: cdromupgrade from Lucid to Precise failed with unmet dependencies without network connection

2012-08-08 Thread Stéphane Graber
** Changed in: update-notifier (Ubuntu Precise) Status: Triaged = In Progress ** Changed in: openoffice.org (Ubuntu Precise) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1029531] Re: cdromupgrade from Lucid to Precise failed with unmet dependencies without network connection

2012-08-08 Thread Stéphane Graber
Updated the seeds to include libgnome2-0 on the alternate media. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to launchpad-integration in Ubuntu. https://bugs.launchpad.net/bugs/1029531 Title: cdromupgrade from Lucid to Precise

[Bug 1029531] Re: cdromupgrade from Lucid to Precise failed with unmet dependencies without network connection

2012-08-08 Thread Stéphane Graber
** Changed in: update-manager (Ubuntu Precise) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to launchpad-integration in Ubuntu. https://bugs.launchpad.net/bugs/1029531 Title: cdromupgrade from

[Bug 1029531] Re: cdromupgrade from Lucid to Precise failed with unmet dependencies without network connection

2012-08-08 Thread Stéphane Graber
** Description changed: - Upgrade with Precise Alternate 20120726 AMD64 + RATIONALE + Unable to upgrade from lucid to precise using only the alternate media as a package source. TEST CASE 1. Install Lucid and updates 2. Disconnect the network cable 3. Insert Precise Alternate CD 4.

[Bug 1029531] Re: cdromupgrade from Lucid to Precise failed with unmet dependencies without network connection

2012-08-08 Thread Stéphane Graber
** Changed in: update-manager (Ubuntu) Status: Triaged = Fix Released ** Changed in: update-notifier (Ubuntu Precise) Milestone: None = ubuntu-12.04.1 ** Changed in: openoffice.org (Ubuntu Precise) Milestone: None = ubuntu-12.04.1 ** Changed in: nspr (Ubuntu Precise)

[Bug 1013950] Re: castling problem when playing against cpu

2012-07-27 Thread Stéphane Graber
Confirming the fix, haven't done any additional testing of glchess besides reproducing the bug and testing the fix. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 896617] Re: Glchess 3.2.1 does no allow a legal move after en-passante

2012-07-27 Thread Stéphane Graber
Confirming the fix, haven't done any additional testing of glchess besides reproducing the bug and testing the fix. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 886826] Re: glchess - en passant with knight

2012-07-27 Thread Stéphane Graber
Confirming the fix, haven't done any additional testing of glchess besides reproducing the bug and testing the fix. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1018535] Re: No session indicator with theme 'High Contrast'

2012-07-16 Thread Stéphane Graber
session indicator icon is now there after applying the SRU. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-icon-theme in Ubuntu.

[Bug 998156] Re: GTK Print dialog sends broken custom page size attribute: PageSize=Custom.Custom.widthxlength

2012-07-13 Thread Stéphane Graber
** Also affects: gimp (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: firefox (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: cups (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: gtk+3.0 (Ubuntu Precise)

[Bug 977959] Re: Please transition libgnome to multi-arch

2012-07-12 Thread Stéphane Graber
Is this still going to land in 12.04.1? ** Changed in: libgnome (Ubuntu) Status: Confirmed = Triaged ** Changed in: libgnome (Ubuntu Precise) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 998521] Re: whoopsie process is leaking memory

2012-07-12 Thread Stéphane Graber
** No longer affects: whoopsie-daisy (Ubuntu) ** No longer affects: whoopsie-daisy (Ubuntu Precise) ** No longer affects: whoopsie-daisy (Ubuntu Quantal) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.

[Bug 859600] Re: Please convert gnome-keyring to multiarch

2012-07-12 Thread Stéphane Graber
** Changed in: gnome-keyring (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/859600 Title: Please convert gnome-keyring to

[Bug 986008] Re: Strange character showing in file listing in Nautilus in some views, for Thai language file names

2012-06-09 Thread Stéphane Graber
Did you have a chance to test it yet? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pango1.0 in Ubuntu. https://bugs.launchpad.net/bugs/986008 Title: Strange character showing in file listing in Nautilus in some views, for Thai

[Bug 998521] Re: whoopsie process is leaking memory

2012-06-07 Thread Stéphane Graber
** Changed in: whoopsie-daisy (Ubuntu) Milestone: quantal-alpha-1 = quantal-alpha-2 ** Changed in: glib2.0 (Ubuntu) Milestone: quantal-alpha-1 = quantal-alpha-2 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in

[Bug 968534] Re: zenity crashed with SIGSEGV in zenity_tree_dialog_response()

2012-06-07 Thread Stéphane Graber
** Changed in: zenity (Ubuntu) Milestone: quantal-alpha-1 = quantal-alpha-2 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to zenity in Ubuntu. https://bugs.launchpad.net/bugs/968534 Title: zenity crashed with SIGSEGV in

[Bug 855556] Re: Restart and Shut Down don't work if anyone else is logged in

2012-05-22 Thread Stéphane Graber
Adding a casper task to be closed by the change proposed by Alex. ** Also affects: casper (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-session in Ubuntu.

[Bug 985721] Re: Desktop files shown at reboot

2012-04-19 Thread Stéphane Graber
*** This bug is a duplicate of bug 941399 *** https://bugs.launchpad.net/bugs/941399 ** This bug has been marked a duplicate of bug 941399 Scrivania contents differ from the Desktop ones -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 966294] Re: Ubiquity loops forever from ubiquity_webcam_play

2012-04-12 Thread Stéphane Graber
Ok, I just updated the title to reflect reality. As far as I can tell, gstreamer doesn't loop, though the gtk client certainly hangs (debug log still shows frames being processed). I figured a fix for the regression by reverting part of an upstream commit: http://paste.ubuntu.com/926326/ The

[Bug 966294] Re: gstreamer hangs when accessing webcam (on specific hardware)

2012-04-12 Thread Stéphane Graber
** Attachment added: cheese.gz https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/966294/+attachment/3052263/+files/cheese.gz -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.

[Bug 966294] Re: gstreamer hangs when accessing webcam (on specific hardware)

2012-04-12 Thread Stéphane Graber
** Attachment added: cheese-with-revert.gz https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/966294/+attachment/3052264/+files/cheese-with-revert.gz -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gstreamer0.10 in

  1   2   3   >