touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #52799
[Bug 1364070] Re: vivid, utopic and trusty unity (7.3.1+14.10.20140811-0ubuntu1) launcher addition through gsettings isn't picked up
Thanks Andrea for looking deeper into this! Opened the upstream bug for
it.
** Bug watch added: GNOME Bug Tracker #744030
https://bugzilla.gnome.org/show_bug.cgi?id=744030
** Also affects: glib via
https://bugzilla.gnome.org/show_bug.cgi?id=744030
Importance: Unknown
Status: Unknown
** Changed in: unity
Status: In Progress => Incomplete
** Changed in: unity (Ubuntu)
Status: In Progress => Incomplete
** Changed in: unity
Status: Incomplete => Invalid
** Changed in: unity (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1364070
Title:
vivid, utopic and trusty unity (7.3.1+14.10.20140811-0ubuntu1)
launcher addition through gsettings isn't picked up
Status in The "G" Library - GLib:
Unknown
Status in Unity:
Invalid
Status in unity package in Ubuntu:
Invalid
Bug description:
As discussed on IRC, I tried to change the favorites key, and 3 trials
on 10 didn't make any change in what the launcher displays. seb128
reproduced it as well. (just be aware that we just create the .desktop
file just before).
The exact same code seems to work 100% of the time on trusty.
So, we:
1. create the desktop file
2. from gi.repository import GLib, Gio
gsettings = Gio.Settings(schema_id="com.canonical.Unity.Launcher", path="/com/canonical/unity/launcher/")
then, get the favorites list and add the desktop file.
3. gsettings.set_strv("favorites", new_launcher_list)
-> No launcher icon added from new launcher list.
However, a "$ gsettings get" shows that desktop file (which is present.
Note that changing the list and changing it back works.
This was first experimented on June 2014 and reported on IRC.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1364070/+subscriptions
References