[Dx-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-05 Thread Robert Ancell
The main issue is when I updated to 0.6.55 the new Meson based build systemd didn't build with systemd support by default. So I've uploaded a build with this enabled. There may still be an underlying issue, but this should fix the eoan issues. ** Changed in: accountsservice (Ubuntu)

[Dx-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-04 Thread Robert Ancell
Upstream bug report opened: https://gitlab.freedesktop.org/accountsservice/accountsservice/issues/80 ** Bug watch added: gitlab.freedesktop.org/accountsservice/accountsservice/issues #80 https://gitlab.freedesktop.org/accountsservice/accountsservice/issues/80 -- You received this bug

[Dx-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-04 Thread Robert Ancell
If the above theory is correct then this commit caused the bug: https://gitlab.freedesktop.org/accountsservice/accountsservice/commit/9b4108755a6e1f5f04d80fef92dd3f81423857ad This commit came when we migrated from 0.6.45 to 0.6.50, which explains why this is being seen in disco and eoan. -- You

[Dx-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-04 Thread Robert Ancell
It looks like it's crashing in this code: username = act_user_get_user_name (user); if (g_hash_table_lookup (priv->system_users_by_name, username) != NULL) { and username is probably NULL. A possible cause of this is the user object for some reason might not have a DBus proxy

[Dx-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-03 Thread Robert Ancell
** Changed in: accountsservice (Ubuntu) Assignee: (unassigned) => Robert Ancell (robert-ancell) -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.

[Dx-packages] [Bug 1841079] Re: Speech Dispatcher and other non-human users should not be shown on LightdDM login screen and session menus

2019-09-03 Thread Robert Ancell
Can you please test accountsservice 0.6.55-0ubuntu7 and confirm if this fixes these users? -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1841079

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-11-11 Thread Robert Ancell
** Changed in: accountsservice (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1789502 Title:

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-09-19 Thread Robert Ancell
** Attachment added: "accountsservice_0.6.50-0ubuntu1.debian.tar.xz" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1789502/+attachment/5190482/+files/accountsservice_0.6.50-0ubuntu1.debian.tar.xz -- You received this bug notification because you are a member of DX Packages,

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-09-19 Thread Robert Ancell
** Patch added: "accounts-service-0.6.50.debdiff" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1789502/+attachment/5190483/+files/accounts-service-0.6.50.debdiff -- You received this bug notification because you are a member of DX Packages, which is subscribed to

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-09-17 Thread Robert Ancell
indicator-messages was updated in https://code.launchpad.net/~robert- ancell/indicator-messages/has-messages/+merge/355127 -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https

Re: [Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-09-06 Thread Robert Ancell
On Thu, Sep 6, 2018 at 9:42 PM Sebastien Bacher wrote: > Hey Robert, > > Le 06/09/2018 à 10:27, Robert Ancell a écrit : > > I'm also looking at dropping the XHasMessages, BackgroundFile and > > KeyboardLayouts patches, as these are all obsolete with LightDM 1.26 - >

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-09-06 Thread Robert Ancell
Patches are here: https://gitlab.freedesktop.org/rancell/accountsservice/tree/ubuntu Please test / look over. -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-09-06 Thread Robert Ancell
I'm also looking at dropping the XHasMessages, BackgroundFile and KeyboardLayouts patches, as these are all obsolete with LightDM 1.26 - Is there anywhere else that might be using them? Does anyone know if the InputSources and FormatsLocale is still applicable and which components use it? If they

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-09-04 Thread Robert Ancell
I don't have it currently in a branch but I'm working on doing that. -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1789502 Title: Update to

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-09-03 Thread Robert Ancell
Gunnar - could you perhaps have a look at 0010-set-language.patch? In particular I'm not sure how we want to do the fallback language property handling in src/user.c - the new code uses autogenerated property handling so we can't intercept it as easily. I guess we could just set the fallback

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-09-03 Thread Robert Ancell
I have all the patches updated except for 0010-set-language.patch -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1789502 Title: Update to

[Dx-packages] [Bug 1789502] Re: Update to 0.6.50

2018-08-30 Thread Robert Ancell
** Changed in: accountsservice (Ubuntu) Assignee: (unassigned) => Robert Ancell (robert-ancell) ** Changed in: accountsservice (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountss

[Dx-packages] [Bug 1772338] Re: Deprecation warning compiling against unity.vapi

2018-08-17 Thread Robert Ancell
That tag comes from src/unity-appinfo-manager.vala so a code change is required: https://code.launchpad.net/~robert-ancell/libunity/update-deprecation-tags/+merge/353363 -- You received this bug notification because you are a member of DX Packages, which is subscribed to libunity in Ubuntu

[Dx-packages] [Bug 1772338] Re: Deprecation warning compiling against unity.vapi

2018-08-17 Thread Robert Ancell
** Changed in: libunity (Ubuntu) Status: Confirmed => Triaged ** Changed in: libunity (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of DX Packages, which is subscribed to libunity in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 872908] Re: Blank entry in switch user account menu

2018-03-06 Thread Robert Ancell
** Changed in: indicator-session Assignee: Robert Ancell (robert-ancell) => (unassigned) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-session in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/b

[Dx-packages] [Bug 1350393] Re: Recent accountsservice update causes login window to hang

2018-03-06 Thread Robert Ancell
** Changed in: accountsservice (Ubuntu) Assignee: Robert Ancell (robert-ancell) => (unassigned) -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.

[Dx-packages] [Bug 1325353] Re: Lock/Switch stay in session menu even if disabled

2018-03-06 Thread Robert Ancell
** Changed in: indicator-session Assignee: Robert Ancell (robert-ancell) => (unassigned) ** Changed in: indicator-session (Ubuntu Trusty) Assignee: Robert Ancell (robert-ancell) => (unassigned) -- You received this bug notification because you are a member of DX Packages,

[Dx-packages] [Bug 1699216] Re: Encrypted home support

2017-12-21 Thread Robert Ancell
Hi Jememy. Nice work on the patches! I've been working with the AccountsService upstream and I'd like to work out how we can get these patches in. I think we can make this work with a couple of changes: - Instead of making the CreateUserEncrypt() method you could make a new account type

[Dx-packages] [Bug 1699216] Re: Encrypted home support

2017-12-21 Thread Robert Ancell
Oh, there was one last point: - You should add a "SupportsEncrypted" property (or similar name) to the AccountsService daemon. That way you can make the g-c-c patch DTRT and also make it more upstreamable. -- You received this bug notification because you are a member of DX Packages, which is

[Dx-packages] [Bug 1723980] [NEW] mplayer needs to be installed as dependency for mps-youtube

2017-10-16 Thread Robert Orzanna
Public bug reported: Otherwise you get the error "player not found". ** Affects: mps-youtube (Ubuntu) Importance: Undecided Status: New ** Package changed: compiz-plugins-main (Ubuntu) => mps-youtube (Ubuntu) -- You received this bug notification because you are a member of DX

[Dx-packages] [Bug 1633319] Re: memory leak in indicator-datetime

2017-03-27 Thread Robert Ruddy
Sorry I need to confirm that it impacts if i turn on evolution data server for google calendar. -- 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 1633319] Re: memory leak in indicator-datetime

2017-03-27 Thread Robert Ruddy
This also impacts 17.04 as installed on March 27th. The leak comes as soon as I turn on evolution-data-server. If I turn that off, logout and back in then I don't have a problem. I concur this was also an issue in 16.10. -- You received this bug notification because you are a member of DX

[Dx-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2017-02-15 Thread Robert Orzanna
the WiFi connection is working. Please see also the attached screenshot. Warmly, ~Robert To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+subscriptions -- Mailing list: https://launchpad.net/~dx-packages Post to : dx

Re: [Dx-packages] [Bug 1380702] Re: No keyboards shortcuts in QT apps

2017-01-26 Thread Robert Orzanna
Wow great! Will I receive this update if I enable the 16.10 beta package repository? -R On Thu, Jan 26, 2017 at 3:10 AM, Anatoli <1380...@bugs.launchpad.net> wrote: > Dmitry, thanks for the fixes! If you update the package in your PPA, I > could test it in 16.04. > > -- > You received this bug

[Dx-packages] [Bug 1655712] Re: Broken Qt application indicator icons due to indicator-application-service

2017-01-13 Thread Robert Orzanna
Thank you so much, Sebastien! Enabling yakkety-proposed solved my problem. :-) Yours, -Robert -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-application in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net

[Dx-packages] [Bug 1655712] [NEW] Broken Qt application indicator icons due to indicator-application-service

2017-01-11 Thread Robert Orzanna
screenshot. Yours, -Robert ** Affects: indicator-application (Ubuntu) Importance: Undecided Status: New ** Attachment added: "Screenshot" https://bugs.launchpad.net/bugs/1655712/+attachment/4802948/+files/2017-01-11-14%3A28%3A30.png -- You received this bug notification b

[Dx-packages] [Bug 1640409] Re: show my login name in menu bar not working.

2016-11-09 Thread Robert Ancell
Unity Control Center is toggling the "show-real-name-on-panel" GSetting but indicator-session appears not to be using it. -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-session in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1640409] Re: show my login name in menu bar not working.

2016-11-09 Thread Robert Ancell
Confirmed this works in Xenial. ** Package changed: unity-control-center (Ubuntu) => indicator-session (Ubuntu) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-session in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1635799] [NEW] Bluetooth on but indicator says off

2016-10-22 Thread Robert Orzanna
Public bug reported: Output from tlp-stat: +++ Wireless bluetooth = on wifi = on wwan = none (no device) hci0(btusb) : not connected ===> Bluetooth is turned on However, the indicator icon returns "Off" [1]. [1] http://i.imgur.com/SXX741z.png Affected system is Ubuntu

[Dx-packages] [Bug 1635136] [NEW] Cannot toggle bluetooth state through the indicator but only through the bluetooth settings menu

2016-10-20 Thread Robert Orzanna
Public bug reported: The attached gif animation demonstrates the problem. Toggling the bluetooth state between on and off does not work through the indicator. Toggling the state does work through the bluetooth settings menu. Affected system is Ubuntu Unity 16.04 with all latest updates

[Dx-packages] [Bug 1554878] Re: fix up usage of XDG_CURRENT_DESKTOP

2016-10-04 Thread Robert Ancell
gnome-session (3.20.2-1ubuntu6) yakkety; urgency=medium * Set DesktopNames back to Unity. There are many buggy components that don't know how to deal with XDG_CURRENT_DESKTOP having multiple values, and it's too close to the release to fix them all. -- Iain Lane

[Dx-packages] [Bug 1554878] Re: fix up usage of XDG_CURRENT_DESKTOP

2016-10-02 Thread Robert Ancell
This is affecting Ubuntu 16.10 now as XDG_CURRENT_DESKTOP is now set to "Unity:Unity7" (e.g. bug 1629668) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/1554878 Title: fix up

[Dx-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-04 Thread Robert Orzanna
So, it has to do something with the Ethernet connection in your case? Weird, I can't test it, unfortunately, as I don't use any Ethernet. ~Robert -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-applet in Ubuntu. Matching

[Dx-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-03 Thread Robert Orzanna
Dear Vincas, That's a good catch. It happens to me, too, mostly on resume from suspend. ~Robert -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-applet in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs

[Dx-packages] [Bug 1600502] Re: extra set of icons are installed in wrong directory

2016-08-01 Thread Robert Ancell
** Changed in: indicator-session (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-session in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1600502 Title: extra

[Dx-packages] [Bug 1594079] Re: Unity Lens Search does not always find applications on Ubuntu 16.04

2016-06-19 Thread Robert Orzanna
screenshot "sig1.png". I type "Sig" but only folders are found 2. I press Escape to delete my search query 3. I retype "Sig" and now Signal application is found as shown in "sig2.png". Can someone reproduce this on Ubuntu 16.04? Thankfully,

[Dx-packages] [Bug 1594079] [NEW] Unity Lens Search does not always find applications on Ubuntu 16.04

2016-06-19 Thread Robert Orzanna
d as shown in "sig2.png". Can someone reproduce this on Ubuntu 16.04? Thankfully, ~Robert ** Affects: unity-lens-applications (Ubuntu) Importance: Undecided Status: New ** Attachment added: "sig1.png" https://bugs.launchpad.net/bugs/1594079/+attachment/

[Dx-packages] [Bug 1389336] Re: Use geoclue-2.0

2016-06-06 Thread Robert Ancell
I had a look at what is required for libunity-webapps and it just appears to be using geoclue to work out what country you are in to show the appropriate Amazon store. Since Geoclue 2.0 doesn't provide this (it just gives a co-ordinate) the easiest solution is to make libunity- webapps contact

[Dx-packages] [Bug 1554878] Re: fix up usage of XDG_CURRENT_DESKTOP

2016-06-06 Thread Robert Ancell
Removing pyxdg as it doesn't make use of XDG_CURRENT_DESKTOP ** Changed in: nautilus (Ubuntu) Status: Triaged => Fix Released ** Changed in: unity-settings-daemon (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: unity-control-center (Ubuntu) Status: Triaged => Fix

[Dx-packages] [Bug 1554878] Re: fix up usage of XDG_CURRENT_DESKTOP

2016-06-06 Thread Robert Ancell
** Changed in: indicator-bluetooth (Ubuntu) Importance: Undecided => Medium ** Changed in: indicator-bluetooth (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-bluetooth in Ubuntu.

[Dx-packages] [Bug 1389336] Re: Use geoclue-2.0

2016-06-01 Thread Robert Ancell
You can switch to using the Ubuntu service in geoclue by seting: [wifi] url=http://geoip.ubuntu.com/v1/geolocate in /etc/geoclue/geoclue.conf -- You received this bug notification because you are a member of DX Packages, which is subscribed to libunity-webapps in Ubuntu.

[Dx-packages] [Bug 1389336] Re: Use geoclue-2.0

2016-05-30 Thread Robert Ancell
I've proposed a change to geoip.ubuntu.com to provide a Google/Mozilla Location Service compatible API. This means we can configure Geoclue 2.0 to use this service. Then I propose we drop geoclue (1.0) and ubuntu-geoip from the archive. ** Changed in: webkit2gtk (Ubuntu) Status: In

[Dx-packages] [Bug 1389336] Re: Use geoclue-2.0

2016-05-30 Thread Robert Ancell
** Changed in: webkit2gtk (Ubuntu) Status: New => In Progress -- 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/1389336 Title: Use geoclue-2.0 Status in empathy package in

[Dx-packages] [Bug 363108] Re: The first IM message from a buddy does not launch a notification bubble

2016-05-29 Thread Robert Hollencamp
this issue was introduced in ubuntu_notify_support.patch. find attached a patch to fix this regression ** Patch added: "first-message-regression.diff" https://bugs.launchpad.net/ubuntu/+source/pidgin-libnotify/+bug/363108/+attachment/4672378/+files/first-message-regression.diff -- You

[Dx-packages] [Bug 1585886] [NEW] WiFi indicator icon disappears in Ubuntu 16.04

2016-05-26 Thread Robert Orzanna
Public bug reported: Dear all, Can someone confirm an occasionally missing WiFi indicator tray icon? Sometimes it happens that the icon is not displayed although the WiFi connection is working. Please see also the attached screenshot. Warmly, ~Robert ** Affects: indicator-applet (Ubuntu

[Dx-packages] [Bug 1577414] Re: Adding time zones to locations of indicator-datetime

2016-05-12 Thread Robert Orzanna
ges. The only open point I can read from your comment is actually this one. How do you suggest to proceed? Would it be worthwhile maintaining a parallel database and what could the potential contribution of users look like to this project? ~Robert -- You received this bug notification because

[Dx-packages] [Bug 1577414] Re: Adding time zones to locations of indicator-datetime

2016-05-09 Thread Robert Orzanna
as a city. 2. This is a good point. Upon user input of, for instance ACT, could the system detect that there are two with the same name and ask the user to pick the correct one? ~Robert -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicato

[Dx-packages] [Bug 1577836] [NEW] Support for California calendar in "Add event..."?

2016-05-03 Thread Robert Orzanna
California was properly supported. Thankfully, ~Robert [1] https://wiki.gnome.org/Apps/California ** Affects: indicator-datetime (Ubuntu) Importance: Undecided Status: New ** Attachment added: "Add-event entry screenshot" https://bugs.launchpad.net/bugs/1577836/+attac

[Dx-packages] [Bug 1577414] Re: Adding time zones to locations of indicator-datetime

2016-05-02 Thread Robert Orzanna
e.g. CEST, EDT, directly to the very useful locations menu? Currently only city names are supported. I am attaching two screenshots: 1. showing the locations menu 2. a mockup of how I envision the time zone to be represented in the indicator Thankfully, ~Robert To manage notificat

[Dx-packages] [Bug 1577414] [NEW] Adding time zones to locations of indicator-datetime

2016-05-02 Thread Robert Orzanna
to be represented in the indicator Thankfully, ~Robert ** Affects: indicator-datetime (Ubuntu) Importance: Undecided Status: New ** Attachment added: "UI locations menu" https://bugs.launchpad.net/bugs/1577414/+attachment/4653655/+files/locations-menu.png -- You receive

[Dx-packages] [Bug 461058] Re: notify-osd needs a "privacy mode"

2016-04-20 Thread Robert Orzanna
It would be nice if this feature was available as an easily accessible indicator icon! Warmly, ~Robert -- You received this bug notification because you are a member of DX Packages, which is subscribed to notify-osd in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs

[Dx-packages] [Bug 891083] Re: ubuntu wont log out/shut down

2016-04-04 Thread Robert Ancell
Closing assumed fixed. ** Changed in: lightdm (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-session in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1059928] Re: Lightdm [Kubuntu) not displaying user thumbnail photos

2016-04-04 Thread Robert Ancell
Is this still applicable? ** No longer affects: lightdm ** Changed in: lightdm (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1325259] Re: Log out/Lock not functional with user with no password

2016-04-04 Thread Robert Ancell
** Package changed: lightdm (Ubuntu) => indicator-session (Ubuntu) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-session in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1325259 Title: Log out/Lock

[Dx-packages] [Bug 878836] Re: [FFe] Unity Greeter - Use Unity Greeter to fulfil lock screen as well as login functions

2016-04-03 Thread Robert Ancell
This is a problem that won't be solved in Ubuntu until we use Unity8 + Mir for displaying. Other systems are already using greeters as lockscreens, so the work has been done for this. Closing lightdm and unity-greeter tasks to reduce any confusion. -- You received this bug notification because

[Dx-packages] [Bug 878836] Re: [FFe] Unity Greeter - Use Unity Greeter to fulfil lock screen as well as login functions

2016-04-03 Thread Robert Ancell
** No longer affects: lightdm ** Changed in: unity-greeter (Ubuntu) Status: Triaged => Won't Fix ** Changed in: lightdm (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-session in

[Dx-packages] [Bug 1317288] Re: Date and time do not show up on indicator panel

2016-03-25 Thread Robert Handsfield
ApportVersion: 2.14.1-0ubuntu3.19 Architecture: amd64 CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2014-05-15 (680 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) NonfreeKernelModules: fglrx Package: indicator-datetime

[Dx-packages] [Bug 1317288] ProcEnviron.txt

2016-03-25 Thread Robert Handsfield
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1317288/+attachment/4612095/+files/ProcEnviron.txt -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching

[Dx-packages] [Bug 1317288] Dependencies.txt

2016-03-25 Thread Robert Handsfield
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1317288/+attachment/4612094/+files/Dependencies.txt -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching

[Dx-packages] [Bug 1317288] Re: Date and time do not show up on indicator panel

2016-03-25 Thread Robert Handsfield
This is still a problem for me. @charlesk when running `apport-collect 1317288`, I receive a popup window: "You are not the reporter or subscriber of this problem report, or the report is a duplicate or already closed. Please create a new report using "apport-bug"." So I created a new report

[Dx-packages] [Bug 1562242] [NEW] Date and time don't display on Unity indicator panel

2016-03-25 Thread Robert Handsfield
*** This bug is a duplicate of bug 1317288 *** https://bugs.launchpad.net/bugs/1317288 Private bug reported: Ref bug #1317288 This is a new ticket for bug 1317288, solely because I cannot use apport to update the existing bug. When trying apport-collect 1317288 to update the existing bug,

[Dx-packages] [Bug 1553592] Re: 16.04 casper 15_autologin file contains obsolete lightdm configuration

2016-03-06 Thread Robert Ancell
While this configuration is old, it will continue to work. However, if this file is changed then accountsservice should also be updated to look in the new location. I did look at this a while ago and decided it was too much to fix (and I'm not confident enough in this area) when I changed the

[Dx-packages] [Bug 1534485] [NEW] Stop using Ubuntu Software Centre reviews database

2016-01-14 Thread Robert Ancell
Public bug reported: We're looking at migrating from Ubuntu Software Centre to GNOME Software. This will break the reviews support in the Unity dash. We need another solution. ** Affects: unity-lens-applications (Ubuntu) Importance: Medium Status: Triaged ** Tags:

[Dx-packages] [Bug 830348] Re: desktop contents briefly visible on resume from suspend before lock dialog

2015-12-28 Thread Robert Kampas
*** This bug is a duplicate of bug 1280300 *** https://bugs.launchpad.net/bugs/1280300 I have Ubuntu 15.10 on my laptop and this is still happening. Unfortunately solution above didn't help. -- You received this bug notification because you are a member of DX Packages, which is subscribed

[Dx-packages] [Bug 1509808] Re: Bluetooth indicator disappeared after upgrade from 15.04 to 15.10

2015-11-17 Thread Robert Orzanna
Dear all, In this screencast I tried to demonstrate how I experience the problem: https://www.youtube.com/watch?v=muqIG5Zkebs=em-upload_owner I hope this helps to understand my issue! Thankfully, ~ Robert -- You received this bug notification because you are a member of DX Packages, which

[Dx-packages] [Bug 815996] Re: Desktop occasionally freezes/locks up when switching workspaces

2015-11-07 Thread Robert N.G.
** Changed in: oem-priority/trusty Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to compiz-plugins-main in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/815996 Title:

[Dx-packages] [Bug 815996] Re: Desktop occasionally freezes/locks up when switching workspaces

2015-11-07 Thread Robert N.G.
** Changed in: compiz-plugins-main Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to compiz-plugins-main in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/815996 Title:

[Dx-packages] [Bug 1509808] [NEW] Bluetooth indicator disappeared after upgrade from 15.04 to 15.10

2015-10-25 Thread Robert Orzanna
Public bug reported: After the upgrade from 15.04 to 15.10 the bluetooth indicator icon disappeared. Can someone confirm this? Experienced on a Thinkpad X230. ** Affects: indicator-bluetooth (Ubuntu) Importance: Undecided Status: New ** Summary changed: - Bluetooth indicator

[Dx-packages] [Bug 1508612] [NEW] Build with multiarch support

2015-10-21 Thread Robert Ancell
Public bug reported: Build with multiarch support ** Affects: libunity-webapps (Ubuntu) Importance: Medium Status: Triaged ** Tags: multiarch -- You received this bug notification because you are a member of DX Packages, which is subscribed to libunity-webapps in Ubuntu.

[Dx-packages] [Bug 1508656] [NEW] Build with multiarch support

2015-10-21 Thread Robert Ancell
Public bug reported: Build with multiarch support ** Affects: pocketsphinx (Ubuntu) Importance: Medium Status: Triaged ** Tags: multiarch -- You received this bug notification because you are a member of DX Packages, which is subscribed to pocketsphinx in Ubuntu.

[Dx-packages] [Bug 1508658] [NEW] Build with multiarch support

2015-10-21 Thread Robert Ancell
Public bug reported: Build with multiarch support ** Affects: sphinxbase (Ubuntu) Importance: Medium Status: Triaged ** Tags: multiarch -- You received this bug notification because you are a member of DX Packages, which is subscribed to sphinxbase in Ubuntu.

[Dx-packages] [Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2015-10-15 Thread Robert
Today I experienced this problem for the first time. The machine that had the problem has been in operation for many years without this issue. I want to draw attention to what ouahabix wrote in this thread back on 2014-07-27 as that would appear to be the same as my experience. My machine is a

[Dx-packages] [Bug 1473269] Re: Wily login screen shows an all black notification bubble

2015-10-04 Thread Robert Ancell
** Changed in: notify-osd (Ubuntu) Importance: Undecided => High ** Changed in: unity-greeter (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of DX Packages, which is subscribed to notify-osd in Ubuntu. Matching subscriptions:

[Dx-packages] [Bug 1498775] Re: Greeter auth doesn't unlock unity lockscreen

2015-09-29 Thread Robert Ancell
I've uploaded a version to wily with libaudit support disabled. -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1498775 Title: Greeter auth doesn't unlock

[Dx-packages] [Bug 1498775] Re: Greeter auth doesn't unlock unity lockscreen

2015-09-29 Thread Robert Ancell
Also - confirming after reboot the changes worked. -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1498775 Title: Greeter auth doesn't unlock unity

[Dx-packages] [Bug 1498775] Re: Greeter auth doesn't unlock unity lockscreen

2015-09-28 Thread Robert Ancell
I've managed to reproduce on a VM, however commenting out the PAM changes seems to have no effect - it still shows the Unity lockscreen when returning from the greeter. -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching

[Dx-packages] [Bug 1498775] Re: Greeter auth doesn't unlock unity lockscreen

2015-09-28 Thread Robert Ancell
tyhicks / others - does the libaudit functionality work if we revert the PAM configuration? i.e. is it a way forward to revert this PAM change until we work out what the problem is? -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in

[Dx-packages] [Bug 1497928] Re: /usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service:11:bluez_update_device:___lambda5_:____lambda5__object_manager_interfaces_added:g_closure_invo

2015-09-27 Thread Robert Ancell
The stack traces are suggesting the crash is due to there not being a cached property "UUIDs" for the device. We check for NULL in the other properties, not for this one. This is probably bad that this property doesn't exist but we still shouldn't crash. -- You received this bug notification

[Dx-packages] [Bug 1483205] Re: unity-control-center needs bluetooth packages

2015-08-10 Thread Robert Ancell
This is because unity-control-center needs the GSettings schema from indicator-bluetooth and schemas need to be installed otherwise the control center would crash. Otherwise indicator-bluetooth would just be a recommends. A solution would be to make an indicator-bluetooth-schemas package that

[Dx-packages] [Bug 1475623] Re: zeitgeist ftbfs with GCC 5

2015-07-23 Thread Robert Ancell
** Bug watch added: freedesktop.org Bugzilla #91443 https://bugs.freedesktop.org/show_bug.cgi?id=91443 ** Also affects: zeitgeist via https://bugs.freedesktop.org/show_bug.cgi?id=91443 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Dx-packages] [Bug 1475623] Re: zeitgeist ftbfs with GCC 5

2015-07-23 Thread Robert Ancell
Patch filed upstream and upload to the GCC 5.1 PPA. ** Changed in: zeitgeist (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of DX Packages, which is subscribed to zeitgeist in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1475623] Re: zeitgeist ftbfs with GCC 5

2015-07-23 Thread Robert Ancell
I think the issue is the std::string object is going out of scope in the tests. The tests are like this: g_assert_cmpstr (std::string (scheme_no_spaces_in_uris), ==, StringUtils::MangleUri(scheme:no spaces in uris).c_str ()); Inside the g_assert_cmpstr macro the two strings are stored in

[Dx-packages] [Bug 1475623] Re: zeitgeist ftbfs with GCC 5

2015-07-23 Thread Robert Ancell
Note this only happens in the tests with strings 15 characters in length. I suspect that must be the boundary where std::string starts mallocing the contents. -- You received this bug notification because you are a member of DX Packages, which is subscribed to zeitgeist in Ubuntu. Matching

[Dx-packages] [Bug 1475623] Re: zeitgeist ftbfs with GCC 5

2015-07-21 Thread Robert Ancell
The linked build in comment 1 is for telephony-service, not zeitgeist. -- 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/1475623 Title: zeitgeist ftbfs

[Dx-packages] [Bug 1475623] Re: zeitgeist ftbfs with GCC 5

2015-07-21 Thread Robert Ancell
The first build log is implying that Mir is not built / linekd correctly: /usr/lib/x86_64-linux-gnu/libmirprotobuf.so.0: undefined reference to `google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(int, std::string const, google::protobuf::io::CodedOutputStream*)' -- You

[Dx-packages] [Bug 1475623] Re: zeitgeist ftbfs with GCC 5

2015-07-21 Thread Robert Ancell
https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/landing-016/+build/7656245 is a build failing with test. -- You received this bug notification because you are a member of DX Packages, which is subscribed to zeitgeist in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1361702] Re: clock-app alarms need to be handled differently from other VTODO events

2015-07-16 Thread Robert Bruce Park
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = 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 https://bugs.launchpad.net/bugs/1361702 Title:

[Dx-packages] [Bug 1361702] Re: clock-app alarms need to be handled differently from other VTODO events

2015-07-16 Thread Robert Bruce Park
** Changed in: ubuntu-ui-toolkit (Ubuntu Vivid) Status: New = 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 https://bugs.launchpad.net/bugs/1361702

[Dx-packages] [Bug 1364949] Re: Editing alarm sounds doesn't actually change them

2015-07-16 Thread Robert Bruce Park
** Changed in: ubuntu-ui-toolkit (Ubuntu Vivid) Status: New = 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 https://bugs.launchpad.net/bugs/1364949

[Dx-packages] [Bug 1364949] Re: Editing alarm sounds doesn't actually change them

2015-07-16 Thread Robert Bruce Park
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = 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 https://bugs.launchpad.net/bugs/1364949 Title:

[Dx-packages] [Bug 1432484] Re: ctrl+alt+t hot key doesn't open terminal

2015-06-27 Thread Robert L Walton
I have the same symptoms as #16. ctrl+alt+t doesn't work, but ctrl+alt+y, for example, does work if I assign ctrl-alt-y to the terminal shortcut. I have 15.04 running on a System 76 Kudu Professional. ctrl-alt-l doesn't work either. Also, as #8 mentioned, the PrtSc/SysRq button appears to do

[Dx-packages] [Bug 1466289] Re: Update to 0.6.40

2015-06-17 Thread Robert Ancell
** Changed in: accountsservice (Ubuntu) Status: New = In Progress ** Changed in: accountsservice (Ubuntu) Importance: Undecided = Medium ** Changed in: accountsservice (Ubuntu) Assignee: (unassigned) = Robert Ancell (robert-ancell) -- You received this bug notification because

[Dx-packages] [Bug 1466289] Re: Update to 0.6.40

2015-06-17 Thread Robert Ancell
Required for gnome-control-center 3.16 (bug 1466245) -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1466289 Title: Update to 0.6.40 Status in

[Dx-packages] [Bug 1466289] [NEW] Update to 0.6.40

2015-06-17 Thread Robert Ancell
Public bug reported: Update to 0.6.40 ** Affects: accountsservice (Ubuntu) Importance: Undecided Status: New ** Tags: upgrade-software-version -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu.

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

2015-06-16 Thread Robert Ancell
Required for gnome-contacts 3.16 (bug 1463657) -- 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 evolution-data-server to

  1   2   3   >