[Dx-packages] [Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2021-06-22 Thread Iain Lane
** Changed in: accountsservice (Ubuntu Groovy) Status: New => Invalid ** Changed in: accountsservice (Ubuntu Hirsute) Status: New => Invalid ** Changed in: gnome-shell (Ubuntu Groovy) Status: New => Invalid ** Changed in: gnome-shell (Ubuntu Hirsute) Status: New =>

[Dx-packages] [Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2021-06-17 Thread Iain Lane
I filed an upstream bug with D-Bus: https://gitlab.freedesktop.org/dbus/dbus/-/issues/337 Hopefully a maintainer there will be able to give a better opinion as to what's going on here ** Bug watch added: gitlab.freedesktop.org/dbus/dbus/-/issues #337

[Dx-packages] [Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2021-06-16 Thread Iain Lane
Thanks! Here's where I think the problem starts: Ok, let's authenticate to dbus: Jun 16 08:54:54 alan-hirsute-base-aiamcicscciaelhaktpo systemd[1]: Bus bus-api-system: changing state AUTHENTICATING → HELLO ... Jun 16 08:54:54 alan-hirsute-base-aiamcicscciaelhaktpo systemd[1]: Bus

[Dx-packages] [Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2021-06-15 Thread Iain Lane
That's interesting actually. I thought this was an interaction between reloading dbus-daemon and daemon-reloading systems at the same time. But in this cloud case, I don't think dbus is being reloaded, is it? It's going to be next to impossible for me to look into this in detail without being

[Dx-packages] [Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2020-09-25 Thread Iain Lane
Yeah, sorry, I don't think that's a reproducer for the bug. You killed dbus, gdm and everything else, and they obligingly died on you. :) My feeling is that this bug is about a deadlock that somehow happens when dbus and/or systemd are reloaded, possibly at the same time. It looks like dbus stops

[Dx-packages] [Bug 1843982] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup() from update_user()

2020-05-15 Thread Iain Lane
Right. It's in the library. Programs will remain using the versions of the libraries that were on the system when they started, so that means that you need to upgrade, reboot, and *then* try the restart. I should update the QA steps to make that more clear, will do. ** Description changed: [

[Dx-packages] [Bug 1878611] Re: accountsservice 0.6.55-0ubuntu12~20.04.1 update crashes into greeter

2020-05-15 Thread Iain Lane
*** This bug is a duplicate of bug 1843982 *** https://bugs.launchpad.net/bugs/1843982 It's not a regression. It is in fact the same bug happening one last time. I just explained it in the other bug, hope that's clear. (If I'm not understanding right, please un-dupe and re-open this bug.)

[Dx-packages] [Bug 1843982] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup() from update_user()

2020-05-05 Thread Iain Lane
Okay, I've uploaded a fix to groovy and the review queue for 20.04. ** Description changed: + [ Description ] + + When accountsservice's daemon is restarted - particularly when there is + a user configured for auto login - it can cause code using its library + to crash. This is bad because

[Dx-packages] [Bug 1843982] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup() from update_user()

2020-04-15 Thread Iain Lane
** Also affects: accountsservice (Ubuntu Focal) Importance: High Assignee: Iain Lane (laney) Status: Triaged ** Changed in: accountsservice (Ubuntu Focal) Milestone: None => ubuntu-20.04.1 -- You received this bug notification because you are a member of DX Packages, wh

[Dx-packages] [Bug 1819103] Re: Indicator Application and indicator-applet does not show indicators

2019-03-08 Thread Iain Lane
** Description changed: + [ Description ] + + When gnome-shell-extension-appindicator is installed and in use, and + indicator-application is also in use, there is a race condition that + means that Ubuntu sessions might not show any appindicators. They each + try to claim a bus name, and only

[Dx-packages] [Bug 1819103] Re: Indicator Application and indicator-applet does not show indicators

2019-03-08 Thread Iain Lane
Progress ** Changed in: indicator-application (Ubuntu) Assignee: (unassigned) => Iain Lane (laney) ** Changed in: indicator-application (Ubuntu Bionic) Assignee: (unassigned) => Iain Lane (laney) ** Changed in: indicator-application (Ubuntu Cosmic) Assignee: (unassigned) =>

[Dx-packages] [Bug 1819103] Re: Indicator Application and indicator-applet does not show indicators

2019-03-08 Thread Iain Lane
** Branch linked: lp:~laney/indicator-application/no-autostart- ubuntu-18.04 ** Branch linked: lp:~laney/indicator-application/no-autostart-ubuntu ** Branch linked: lp:~laney/indicator-application/no-autostart- ubuntu-18.10 -- You received this bug notification because you are a member of DX

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-25 Thread Iain Lane
They're all uploaded now. To the SRU team - these are quite delicate SRUs. I think they're right, but more eyes would be appreciated. The essence is that when nux-tools is removed-not-purged at a buggy version, the leftover conffile is harmful. So we picked a core package, x11-common, and made it

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-25 Thread Iain Lane
** Changed in: xorg (Ubuntu Artful) Status: Confirmed => In Progress ** Changed in: xorg (Ubuntu Xenial) Status: Confirmed => In Progress -- You received this bug notification because you are a member of DX Packages, which is subscribed to nux in Ubuntu. Matching subscriptions:

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-21 Thread Iain Lane
> Well, I just wanted to make sure this happened as early as possible, since this is not related to what the package installs, I thought it was better to handle this in preinst, so that this can be also just removed at later times. The thing about the preinst is that it runs super early, you

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-19 Thread Iain Lane
Cheers! My nux-tools review comments apply to x11-common too. The following are for x11-common: What's the reason for doing this in preinst rather than postinst configure? It's fine in this case but usually we do things in postinst where possible. What about adding a "Breaks: nux-tools (<<

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-14 Thread Iain Lane
Marco, I don't think there is a solution that satisfies all the requirements and doesn't involve nux cooperating in some way. I've given you mostly-working debdiffs now - can we please move forward with them? -- You received this bug notification because you are a member of DX Packages, which is

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-14 Thread Iain Lane
This is the solution that I proposed to you in private. It is a fix to mesa (a "common" package) and a followup to nux-tools. It needs some testing. In particular I don't think I picked the right mesa package to use, and we also need to check with the mesa maintainer. There are various version

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-14 Thread Iain Lane
** Patch added: "mesa.debdiff" https://bugs.launchpad.net/ubuntu/+source/nux/+bug/1768610/+attachment/5152448/+files/mesa.debdiff -- You received this bug notification because you are a member of DX Packages, which is subscribed to nux in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-14 Thread Iain Lane
** Patch added: "nux.debdiff" https://bugs.launchpad.net/ubuntu/+source/nux/+bug/1768610/+attachment/5152447/+files/nux.debdiff -- You received this bug notification because you are a member of DX Packages, which is subscribed to nux in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-13 Thread Iain Lane
I'm adding a mesa task, as this bug also needs to be fixed for people who *already* removed the package without purging it. I suggest mesa, because that's the package that LIBGL_ALWAYS_SOFTWARE=1 acts on (mostly?) - so fixing it there will fix for everybody whereas ubuntu- desktop or whatever

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-13 Thread Iain Lane
(you can reassign that task from mesa to something else if it's going to be fixed elsewhere) -- You received this bug notification because you are a member of DX Packages, which is subscribed to nux in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1768610 Title:

[Dx-packages] [Bug 1768610] Re: leftover conffile forces GNOME is software rendering

2018-06-13 Thread Iain Lane
buntu Artful) Assignee: (unassigned) => Iain Lane (laney) ** Changed in: nux (Ubuntu Artful) Assignee: Iain Lane (laney) => Marco Trevisan (Treviño) (3v1n0) ** Changed in: nux (Ubuntu Bionic) Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0) ** Changed in: nux (Ubuntu)

[Dx-packages] [Bug 1735929] Re: security problems with incorrect permissions for ubuntu 17.10

2018-03-27 Thread Iain Lane
** Also affects: gnome-session (Ubuntu Bionic) Importance: High Assignee: Sebastien Bacher (seb128) Status: Triaged ** Also affects: dconf (Ubuntu Bionic) Importance: High Status: Triaged ** Also affects: d-conf (Ubuntu Bionic) Importance: High Assignee:

[Dx-packages] [Bug 1718254] Re: please drop url-dispatcher dependencies

2017-10-04 Thread Iain Lane
Not sure desktop is going to have time to work on this for 17.10. ** Tags added: rls-aa-notfixinf ** Tags removed: rls-aa-notfixinf ** Tags added: rls-aa-notfixing -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in

[Dx-packages] [Bug 1688395] Re: Remove Oxide, webbrowser-app and the Unity webapps

2017-07-10 Thread Iain Lane
** Changed in: libunity-webapps (Ubuntu) Status: Expired => Triaged ** Changed in: oxide-qt (Ubuntu) Status: Expired => Triaged ** Changed in: webbrowser-app (Ubuntu) Status: Incomplete => Triaged ** Changed in: libunity-webapps (Ubuntu) Importance: Undecided => Medium

[Dx-packages] [Bug 1688395] Re: Remove Oxide, webbrowser-app and the Unity webapps

2017-05-04 Thread Iain Lane
Moving from bug #1649310 On Thu, May 04, 2017 at 08:02:57PM -, Steve Langasek wrote: > On Thu, May 04, 2017 at 03:20:01PM -, Dimitri John Ledkov wrote: > > Notable things not listed: > > * oxide/webbrowser app, still in use for amazon "app" >· > What pulls in the amazon app? I have

[Dx-packages] [Bug 1688395] Re: Remove Oxide, webbrowser-app and the Unity webapps

2017-05-04 Thread Iain Lane
Initially assigning xnox, but feel free to move that. -- You received this bug notification because you are a member of DX Packages, which is subscribed to libunity-webapps in Ubuntu. https://bugs.launchpad.net/bugs/1688395 Title: Remove Oxide, webbrowser-app and the Unity webapps Status in

[Dx-packages] [Bug 1681870] Re: indicator-datetime-service crashed with SIGABRT in __malloc_assert()

2017-04-11 Thread Iain Lane
We think this is an undisclosed ABI break and we'll rebuild for it (in a silo) to see if that works. ** Changed in: indicator-datetime (Ubuntu) Status: New => Triaged ** Changed in: indicator-datetime (Ubuntu) Importance: Medium => High ** Changed in: indicator-datetime (Ubuntu)

[Dx-packages] [Bug 1669655] Re: Adapt to new Nautilus icon name

2017-03-09 Thread Iain Lane
Huh, it seems like the new icon is actually shipped by Nautilus itself. So symlinks in adwaita-icon-theme doesn't make sense. The rest of my point still stands. I think a-i-t and h-i-t are good now, so I will upload them. -- You received this bug notification because you are a member of DX

[Dx-packages] [Bug 1669655] Re: Adapt to new Nautilus icon name

2017-03-09 Thread Iain Lane
I am trying to tell you to be less aggressive in the changes you're pushing into Ubuntu, especially after feature freeze. I don't think that making it easier to maintain a PPA is a good reason to risk bugs in the release proper and to take up a fair amount of reviewer time. We do not, and will

[Dx-packages] [Bug 1669655] Re: Adapt to new Nautilus icon name

2017-03-09 Thread Iain Lane
The new ubuntu-mono packages symlink org.gnome.Nautilus.svg to system- file-manager-panel.svg. This makes you get that icon as the icon for Nautilus, which is wrong. I think that change should be reverted. I also think that implies that the -panel change in humanity is also wrong. I'd really

[Dx-packages] [Bug 1669655] Re: Adapt to new Nautilus icon name

2017-03-08 Thread Iain Lane
laney@zesty> bzr diff -r tag:0.6.12 === added symlink 'Humanity-Dark/status/16/org.gnome.Nautilus.svg' === target is u'system-file-manager-panel.svg' === added symlink 'Humanity-Dark/status/22/org.gnome.Nautilus.svg' === target is u'system-file-manager-panel.svg' === added symlink

[Dx-packages] [Bug 1666495] Re: [Zesty] No default apps shown on first start in kvm oem end user

2017-03-01 Thread Iain Lane
uploaded, please test tomorrow once it hits an image -- You received this bug notification because you are a member of DX Packages, which is subscribed to zeitgeist in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1666495 Title: [Zesty] No default apps shown on

[Dx-packages] [Bug 1666833] Re: Nautilus GTK overlay scrollbars never appear at small window sizes

2017-02-28 Thread Iain Lane
Typoed the bug number in the upload, but I think the new nautilus (3.20.4) fixes this. ** Changed in: gtk+3.0 (Ubuntu) Status: Confirmed => Invalid ** Changed in: overlay-scrollbar (Ubuntu) Status: Confirmed => Invalid ** Changed in: nautilus (Ubuntu) Status: Confirmed =>

[Dx-packages] [Bug 1666495] Re: [Zesty] No default apps shown on first start in kvm oem end user

2017-02-27 Thread Iain Lane
Trevinho disagrees with me, but I want to put on the record that I think comment #6's patch is wrong and that instead the VACUUM mode should explicitly check if the database exists and "return 0" in that case. Rationale: It's reasonable to say that it's okay to run without having run the main

[Dx-packages] [Bug 1622686] Re: double header in 16.10

2017-01-24 Thread Iain Lane
** Changed in: humanity-icon-theme (Ubuntu) Status: New => Fix Committed ** Also affects: ubiquity (Ubuntu Yakkety) Importance: Undecided Status: New ** Also affects: humanity-icon-theme (Ubuntu Yakkety) Importance: Undecided Status: New ** Also affects: ubiquity

[Dx-packages] [Bug 1657863] Re: Icons are too big or the wrong icon is shown on hidpi screens

2017-01-24 Thread Iain Lane
** Changed in: humanity-icon-theme (Ubuntu) Status: Confirmed => Fix Committed ** Also affects: humanity-icon-theme (Ubuntu Yakkety) Importance: Undecided Status: New ** Also affects: humanity-icon-theme (Ubuntu Xenial) Importance: Undecided Status: New -- You

[Dx-packages] [Bug 1622686] Re: double header in 16.10

2017-01-24 Thread Iain Lane
** Also affects: humanity-icon-theme (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of DX Packages, which is subscribed to humanity-icon-theme in Ubuntu. Matching subscriptions: dx-packages

Re: [Dx-packages] [Bug 1644323] Re: Installing unity8-session-snap adversely effects unity7

2017-01-10 Thread Iain Lane
But the fix is elsewhere. -- Iain Lane [ i...@orangesquash.org.uk ] Debian Developer [ la...@debian.org ] Ubuntu Developer [ la...@ubuntu.com ] -- You received this bug notification because you

[Dx-packages] [Bug 1644323] Re: Installing unity8-session-snap adversely effects unity7

2016-12-19 Thread Iain Lane
I don't see how this can be v-done given the QA steps in the description, since unity-gtk-module isn't accepted yet. Were those steps followed? If so, maybe I was too hasty in linking u-g-m into the bug. If not, please could u-g-m be reviewed and ideally accepted into x-proposed so this can be

[Dx-packages] [Bug 1644323] Re: Installing unity8-session-snap adversely effects unity7

2016-11-30 Thread Iain Lane
** Description changed: [ Description ] In Xenial, when dbus-user-session is installed, dbus' upstart job still starts a new bus. Things get confused about which bus to talk to. [ Fix ] Already fixed in Yakkety. Cherry-pick the upstart job. On top of Yakkety's version, call

[Dx-packages] [Bug 1644323] Re: Installing unity8-session-snap adversely effects unity7

2016-11-30 Thread Iain Lane
Both uploaded. -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity-gtk-module in Ubuntu. https://bugs.launchpad.net/bugs/1644323 Title: Installing unity8-session-snap adversely effects unity7 Status in Canonical System Image:

[Dx-packages] [Bug 1644323] Re: Installing unity8-session-snap adversely effects unity7

2016-11-30 Thread Iain Lane
unity-gtk-module needs to update the systemd environment now too ** Description changed: + [ Description ] + + In Xenial, when dbus-user-session is installed, dbus' upstart job still + starts a new bus. Things get confused about which bus to talk to. + + [ Fix ] + + Already fixed in Yakkety.

[Dx-packages] [Bug 1632413] [NEW] Starts on a unity 7 session where it isn't needed

2016-10-11 Thread Iain Lane
Public bug reported: indicator-transfer is starting on unity 7, but it's not needed there ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: indicator-transfer 0.2+16.10.20160808.1-0ubuntu1 ProcVersionSignature: Ubuntu 4.8.0-21.23-generic 4.8.0 Uname: Linux 4.8.0-21-generic x86_64

Re: [Dx-packages] [Bug 1618886] Re: unity-gtk-module.service is racy; session services don't stop if session terminates

2016-10-02 Thread Iain Lane
On Sun, Oct 02, 2016 at 10:27:43AM -, Martin Pitt wrote: > Iain Lane [2016-10-01 19:26 -]: > > Hmm. Maybe this is saying that we should bind ubuntu-session.target to > > something else - like unity7? You can't log in again with an active > > unity7, so in theory (if st

Re: [Dx-packages] [Bug 1618886] Re: unity-gtk-module.service is racy; session services don't stop if session terminates

2016-10-02 Thread Iain Lane
ession dies, so it is a bad choice of leader while that is true. -- Iain Lane [ i...@orangesquash.org.uk ] Debian Developer [ la...@debian.org ] Ubuntu Developer [ la...@ubuntu.com ] -- You rece

Re: [Dx-packages] [Bug 1618886] Re: unity-gtk-module.service is racy; session services don't stop if session terminates

2016-10-01 Thread Iain Lane
if stop is propagated down to graphical-session and graphical-session-pre) there wouldn't be a need to stop/restart in the script since everything would be stopped by definition if you're trying to start unity7 again. -- Iain Lane [

[Dx-packages] [Bug 1618886] Re: unity-gtk-module.service is racy; session services don't stop if session terminates

2016-09-27 Thread Iain Lane
** Changed in: gnome-session (Ubuntu) Importance: High => Medium ** Changed in: gnome-session (Ubuntu) Assignee: Martin Pitt (pitti) => Iain Lane (laney) ** Changed in: upstart (Ubuntu) Assignee: Martin Pitt (pitti) => Iain Lane (laney) -- You received this bug not

[Dx-packages] [Bug 1618886] Re: unity-gtk-module.service is racy

2016-08-31 Thread Iain Lane
To restart everything when the session starts, add systemctl --user stop graphical-session.target to the systemd-graphical-session.conf and run-systemd-session, after the block where all failed units are reset. For the unity-in-upstart case, we might want to not override unity-gtk- module?

[Dx-packages] [Bug 1618886] Re: unity-gtk-module.service is racy

2016-08-31 Thread Iain Lane
s/restart everything/stop everything from a previous graphical session/ -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity-gtk-module in Ubuntu. https://bugs.launchpad.net/bugs/1618886 Title: unity-gtk-module.service is racy Status in

[Dx-packages] [Bug 1597598] Re: a11y-profile-manager-indicator has wrong scale in Ubiquity with HiDPI display.

2016-06-30 Thread Iain Lane
Please resubmit this as a merge proposal against lp:libindicator. I think you should (as well as doing this) fix the earlier calls to gtk_icon_theme_lookup_by_gicon to use gtk_icon_theme_lookup_by_gicon_for_scale. What does gtk_widget_get_scale_factor on the GtkImage give you? If that's right,

Re: [Dx-packages] [Bug 1551986] Re: [FFe][UIFe] HUD hotkey assignment is suboptimal

2016-04-13 Thread Iain Lane
? Cheers, -- Iain Lane [ i...@orangesquash.org.uk ] Debian Developer [ la...@debian.org ] Ubuntu Developer [ la...@ubuntu.com ] -- You received this bug notification because you are a member of DX Packag

[Dx-packages] [Bug 1551986] Re: [FFe][UIFe] HUD hotkey assignment is suboptimal

2016-04-13 Thread Iain Lane
I've blocked this change in xenial-proposed. They only got there because the CI train bypasses the unapproved queue. The FFe wasn't approved so they shouldn't really have been uploaded. I think it's contentious to make HUD take over what was a bit of window manager functionality, especially so

[Dx-packages] [Bug 1538471] Re: scope-runner-dbus.py assert failure: *** Error in `/usr/bin/python3': free(): invalid next size (fast): 0x0000000001ca17b0 ***

2016-03-24 Thread Iain Lane
ted ** Changed in: pygobject (Ubuntu) Assignee: Ubuntu Desktop (ubuntu-desktop) => Iain Lane (laney) ** Changed in: libunity (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to libunity

[Dx-packages] [Bug 1513110] Re: global menus are broken and cannot be clicked

2015-11-04 Thread Iain Lane
reverted, will make sure the .symbols are fixed before re-uploading the original fixes -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-appmenu in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1513110

[Dx-packages] [Bug 1513110] Re: global menus are broken and cannot be clicked

2015-11-04 Thread Iain Lane
indicator-appmenu migrated before bamf, from which it uses new symbols, due to bamf not having a correct .symbols file ** Package changed: unity (Ubuntu) => indicator-appmenu (Ubuntu) ** Changed in: unity Status: Confirmed => Invalid -- You received this bug notification because you are

[Dx-packages] [Bug 1460626] Re: Unity Lockscreen still shows unlocked desktop while shutting down

2015-10-22 Thread Iain Lane
** Also affects: indicator-session (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: unity (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of DX Packages, which is subscribed to

[Dx-packages] [Bug 1350821] Re: unity-panel-service crashed with SIGSEGV in ido_calendar_menu_item_key_press()

2015-10-22 Thread Iain Lane
** Also affects: ido (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of DX Packages, which is subscribed to ido in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1350821 Title:

[Dx-packages] [Bug 1308037] Re: No results from application scope

2015-10-14 Thread Iain Lane
I'm unduping this - bug #1295908 says that there are two ways to fix (try again or check 'applications' in the filters list). This bug is about being in a state where neither of these cases work - apps are never returned until unity is restarted. I got it once again a couple of weeks ago but I

[Dx-packages] [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different environment

2015-10-08 Thread Iain Lane
** Branch linked: lp:~laney/upstart/lp1433013 -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity-lens-applications in Ubuntu. https://bugs.launchpad.net/bugs/1433013 Title: Super -> exec vs Alt-F2 -> exec have different environment

Re: [Dx-packages] [Bug 1499747] Re: gedit crashed with SIGABRT in g_assertion_message()

2015-10-06 Thread Iain Lane
On Mon, Oct 05, 2015 at 08:30:29PM -, Bryan Quigley wrote: > I haven't had this issue since upgrading to glib2.0 (2.46.0-2). Can > this and related issues be closed as Fixed? If they are fixed, then mark them as so. -- Iain Lane [ i...@orangesquash.

[Dx-packages] [Bug 1501476] Re: datetime indicator spins out of control when clicking neighbor-month day

2015-10-01 Thread Iain Lane
*** This bug is a duplicate of bug 1480387 *** https://bugs.launchpad.net/bugs/1480387 ** This bug has been marked a duplicate of bug 1480387 Clicking a date to go back or forward a month causes repeated jumps between two dates -- You received this bug notification because you are a

[Dx-packages] [Bug 1485659] Re: Date/time indicator doesn't update after changing time zone

2015-09-30 Thread Iain Lane
I think this is fixed ** Changed in: indicator-datetime (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1499747] Re: gedit crashed with SIGABRT in g_assertion_message()

2015-09-29 Thread Iain Lane
** Changed in: unity-gtk-module (Ubuntu) Status: Triaged => Invalid ** Changed in: glib2.0 (Ubuntu) Status: Invalid => Triaged ** Changed in: glib2.0 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of DX Packages, which is

[Dx-packages] [Bug 1499747] Re: gedit crashed with SIGABRT in g_assertion_message()

2015-09-28 Thread Iain Lane
I uploaded it to unstable and will sync when Launchpad picks it up, thanks for the testing -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity-gtk-module in Ubuntu. https://bugs.launchpad.net/bugs/1499747 Title: gedit crashed with

[Dx-packages] [Bug 1499747] Re: gedit crashed with SIGABRT in g_assertion_message()

2015-09-26 Thread Iain Lane
It's *probably* a bug in unity-gtk-module - Will has been looking into this. ** Also affects: unity-gtk-module (Ubuntu) Importance: Undecided Status: New ** Changed in: unity-gtk-module (Ubuntu) Status: New => Triaged ** Changed in: unity-gtk-module (Ubuntu) Importance:

[Dx-packages] [Bug 1499747] Re: gedit crashed with SIGABRT in g_assertion_message()

2015-09-26 Thread Iain Lane
Oh and you can reproduce it by turning the External Tools plugin on -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity-gtk-module in Ubuntu. https://bugs.launchpad.net/bugs/1499747 Title: gedit crashed with SIGABRT in

[Dx-packages] [Bug 1499286] [NEW] In scale factors > 1, some icons in the dash (e, g. d-feet) may be clipped instead of scaled

2015-09-24 Thread Iain Lane
Public bug reported: This happens on my laptop with 2× but not my desktop with 1× 1. Install d-feet 2. Search for d-feet in the dash 3. Look at the icon - you see the top-left corner of it and not the whole thing Screenshot is attached. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package:

[Dx-packages] [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different environment

2015-09-08 Thread Iain Lane
I think it makes sense. DBus in wily (>= 1.9) does similar for Xsession.d managed sessions: # unset login-session-specifics unset XDG_SEAT unset XDG_SESSION_ID unset XDG_VTNR # tell dbus-daemon --session (and systemd --user, if running) # to put the Xsession's environment

[Dx-packages] [Bug 1485659] Re: Date/time indicator doesn't update after changing time zone

2015-09-01 Thread Iain Lane
** Branch linked: lp:~laney/indicator-datetime/timedated-timezone- property -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1485659 Title:

[Dx-packages] [Bug 1485659] Re: Date/time indicator doesn't update after changing time zone

2015-08-25 Thread Iain Lane
We should instead watch timedated's Timezone property ** Changed in: indicator-datetime (Ubuntu) Status: Confirmed = In Progress ** Changed in: indicator-datetime (Ubuntu) Assignee: (unassigned) = Iain Lane (laney) -- You received this bug notification because you are a member

[Dx-packages] [Bug 1485659] Re: Date/time indicator doesn't update after changing time zone

2015-08-25 Thread Iain Lane
I think it's a glib GFileMonitor problem - it works again if I build 2.44 and run with that. The code here is watching /etc/timezone to know when it changes. -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu.

[Dx-packages] [Bug 1295908] Re: Sometimes applications stop showing up in the Dash

2015-08-03 Thread Iain Lane
Forgive me that I'm re-explaining the bug, but I just want it to be clear. When I see this (I agree it is certainly not #1308037 - when that happens [haven't seen it for a long time though], *no* searches ever give a result until Unity is restarted - this is about some searches not working

[Dx-packages] [Bug 1480387] [NEW] Clicking a date to go back or forward a month causes repeated jumps between two dates

2015-07-31 Thread Iain Lane
Public bug reported: I asked in #ubuntu-desktop and people couldn't reproduce this in vivid or trusty. It happened for me in the most recent wily iso. Open the indicator, click one of the greyed dates at the start or end of the month (sometimes requires more than one go). The active date starts

[Dx-packages] [Bug 1460271] Re: Update evolution-data-server to 3.16

2015-07-31 Thread Iain Lane
** Changed in: evolution-data-server (Ubuntu) Status: In Progress = Fix Released ** Changed in: indicator-datetime (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in

Re: [Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-07-20 Thread Iain Lane
lots of people were unhappy about) or having no menu in fullscreen and we chose what we consider to be the lesser of two evils. Ubuntu's team for managing updates to stable releases had the chance to review this update and passed it too. It has gone through our correct process. Cheers, -- Iain

[Dx-packages] [Bug 1460271] Re: Update evolution-data-server to 3.16

2015-06-29 Thread Iain Lane
See https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1469208 -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1460271 Title:

[Dx-packages] [Bug 1460271] Re: Update evolution-data-server to 3.16

2015-06-17 Thread Iain Lane
Uploading to ppa:laney/experimental prior to putting into wily -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1460271 Title: Update

[Dx-packages] [Bug 1460271] Re: Update evolution-data-server to 3.16

2015-06-16 Thread Iain Lane
** Changed in: evolution-data-server (Ubuntu) Status: Triaged = In Progress ** Changed in: evolution-data-server (Ubuntu) Assignee: (unassigned) = Iain Lane (laney) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator

[Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-06-11 Thread Iain Lane
the regular menu which is visible when not in full screen. + + No other regressions are expected, so if you find any please report in + this bug. ** Changed in: totem (Ubuntu Vivid) Status: Confirmed = In Progress ** Changed in: totem (Ubuntu Vivid) Assignee: (unassigned) = Iain Lane

[Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-06-11 Thread Iain Lane
** Changed in: indicator-appmenu (Ubuntu) Status: Confirmed = Invalid ** Changed in: indicator-appmenu (Ubuntu Vivid) Status: Confirmed = Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-appmenu in Ubuntu.

[Dx-packages] [Bug 1430059] Re: LyX menu is not updated by indicator-appmenu in mode unity-all-menus

2015-06-11 Thread Iain Lane
** Changed in: lyx (Ubuntu Vivid) Status: Confirmed = Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-appmenu in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1430059 Title: LyX menu

Re: [Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-06-11 Thread Iain Lane
On Thu, Jun 11, 2015 at 01:13:14PM +0100, Iain Lane wrote: On Thu, Jun 11, 2015 at 11:57:31AM -, Rich Daley wrote: +1 to pwuertz's comment. This is a wider issue than totem so marking it as resolved when there's a workaround only for totem doesn't help those of us with issues in VLC

Re: [Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-06-11 Thread Iain Lane
was checking on another report. The vlc issue is bug #1340059. -- Iain Lane [ i...@orangesquash.org.uk ] Debian Developer [ la...@debian.org ] Ubuntu Developer [ la...@ubuntu.com ] -- You received

[Dx-packages] [Bug 1430059] Re: LyX menu is not updated by indicator-appmenu in mode unity-all-menus

2015-06-11 Thread Iain Lane
This affects vlc too (originally reported in bug #1447224) - could you upload this soon SRU it? ** Also affects: lyx (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: indicator-appmenu (Ubuntu Vivid) Importance: Undecided Status: New -- You received this

[Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-06-10 Thread Iain Lane
That patch uses gtk_popover_set_transitions_enabled, which is ≥ 3.16 :( -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-appmenu in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1447224 Title:

[Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-06-04 Thread Iain Lane
Recording what we said on IRC - No way to change languages/subtitles in fullscreen - There's an empty menu when the file doesn't have selectable audio languages. Can submenus be made insensitive? Or maybe add a No languages item. - Doesn't backport cleanly to 3.14 for SRU to vivid my

[Dx-packages] [Bug 1460271] Re: Update evolution-data-server to 3.16

2015-06-03 Thread Iain Lane
They're about to do this in Debian so we can get patches for free-ish (or help out there) if we wait. -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages

Re: [Dx-packages] [Bug 1390120] Re: Manually set time and date reverts to Automatically on restart (Ubuntu Phone)

2015-05-22 Thread Iain Lane
is handling the rest (+ vivid/overlay). -- Iain Lane [ i...@orangesquash.org.uk ] Debian Developer [ la...@debian.org ] Ubuntu Developer [ la...@ubuntu.com ] -- You received this bug notification

Re: [Dx-packages] [Bug 1390120] Re: Manually set time and date reverts to Automatically on restart (Ubuntu Phone)

2015-05-22 Thread Iain Lane
On Fri, May 22, 2015 at 04:18:50PM +0100, Iain Lane wrote: On Fri, May 22, 2015 at 03:01:43PM -, Pat McGowan wrote: ** Changed in: canonical-devices-system-image Status: Confirmed = Fix Released I'm not sure what that means but if it means that it's supposed to be fixed

[Dx-packages] [Bug 1433013] Re: Super - exec vs Alt-F2 - exec have different environment

2015-05-11 Thread Iain Lane
Can you please test this with the gnome-session in vivid-proposed / wily? We think it might be the same issue. -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-05-07 Thread Iain Lane
Lars said he would take a look at this soon - looks to me (but I don't know the most about this stuff) like totem's code is failing to populate the traditional menubar but does for the gear menu - so there's a bug in totem too in addition to any indicator-appmenu bug. ** Changed in: totem

[Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-05-07 Thread Iain Lane
rhythmbox has a function rb_application_link_shared_menus that might be similar to what we want here -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-appmenu in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-05-07 Thread Iain Lane
rhythmbox has a function rb_application_link_shared_menus that might be similar to what we want here -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-appmenu in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1412709] Re: Error: loading icon 'notification-notification-audio-volume-medium' caused error: 'Icon 'notification-notification-audio-volume-medium' not present in theme'

2015-04-08 Thread Iain Lane
** Changed in: notify-osd (Ubuntu) Status: In Progress = Fix Released ** Changed in: telephony-service (Ubuntu) Assignee: Iain Lane (laney) = (unassigned) -- You received this bug notification because you are a member of DX Packages, which is subscribed to notify-osd in Ubuntu

[Dx-packages] [Bug 1425578] Re: Window title sometimes gets rendered underneath controls

2015-02-25 Thread Iain Lane
** Attachment added: controls.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1425578/+attachment/4327267/+files/controls.png -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1425578] [NEW] Window title sometimes gets rendered underneath controls

2015-02-25 Thread Iain Lane
Public bug reported: If it's relevant I have all LIM settings at default (enabled, show on mouse over). When changing workspaces, the controls of a maximised unfocused window sometimes get rendered behind the controls of that window. 1. Maximise a window (I use firefox) 2. Focus another window

[Dx-packages] [Bug 1412709] Re: Error: loading icon 'notification-notification-audio-volume-medium' caused error: 'Icon 'notification-notification-audio-volume-medium' not present in theme'

2015-01-31 Thread Iain Lane
** Changed in: notify-osd (Ubuntu) Status: New = In Progress ** Changed in: telephony-service (Ubuntu) Status: New = In Progress ** Changed in: telephony-service (Ubuntu) Assignee: (unassigned) = Iain Lane (laney) -- You received this bug notification because you are a member of DX

[Dx-packages] [Bug 1414613] Re: Replace gnome-icon-theme with adwaita-icon-theme

2015-01-27 Thread Iain Lane
** Changed in: gnome-themes-standard (Ubuntu) Status: New = Fix Released ** Changed in: ubuntu-themes (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity-asset-pool in Ubuntu. Matching

  1   2   >