Hi Todd, CC'ing Sebastien, our GNOME master, keeping patch attached for him.
Brandt, Todd E [2008-05-07 19:22 -0700]: > Hi all, I have removed the date and time applet from moblin-applets as > our implementation doesn't appear capable of operating alongside > policykit/consolkit until its usage bugs are ironed out (command line > programs don't seem capable of logging in with policy kit). This works: POLKIT_AUTH_FORCE_TEXT=1 polkit-auth --obtain org.freedesktop.systemtoolsbackends.set (You probably don't need the POLKIT_AUTH_FORCE_TEXT if you don't have X running). However, it's not terribly convenient indeed. > So for hardy, the time applet in ubuntu-mobile will be installed > with the gnome-system-tools package. I made one very small change to > to the 2.22.0-0ubuntu9 code which upgrades the time.desktop file so > that the tool is visible on the desktop (in the same place where > moblin-time was before). I've attached this patch to the email and > have built version 2.22.0-0ubuntu10 on the ubuntu-mobile PPA ( > https://launchpad.net/~ubuntu-mobile/+archive). OK, that sounds reasonable, as long as it does not change the behaviour in Ubuntu itself. > I saw the three emails in the To list as developers in the > debian/changelog so I was hoping that one of you could help me push > this change upstream into the ubuntu version. Would that be > possible? Can you please open a bug report about this, so that we can track it for a stable release update? Please see the policy [1] for the details. I can help you with getting it uploaded and processed. | -Categories=GNOME;GTK;System;Settings; | +Categories=GNOME;GTK;Settings;System; Does that actually make a difference? If so, I guess it would move the menu entry into a different menu, which we don't want to do (even less so in stables). | +OnlyShowIn=GNOME;Mobile That looks like the relevant change here? Show time-admin in mobile, too? Thanks, Martin [1] https://wiki.ubuntu.com/StableReleaseUpdates -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
#! /bin/sh /usr/share/dpatch/dpatch-run ## 30_mobile_desktop.dpatch by Todd Brandt <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -uNr gnome-system-tools-2.22.0~/src/time/time.desktop.in.in gnome-system-tools-2.22.0/src/time/time.desktop.in.in --- gnome-system-tools-2.22.0~/src/time/time.desktop.in.in 2008-03-09 09:07:03.000000000 -0700 +++ gnome-system-tools-2.22.0/src/time/time.desktop.in.in 2008-05-07 18:45:33.000000000 -0700 @@ -5,10 +5,11 @@ Icon=time-admin Terminal=false Type=Application -Categories=GNOME;GTK;System;Settings; +Categories=GNOME;GTK;Settings;System; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gnome-system-tools X-GNOME-Bugzilla-Component=time-admin [EMAIL PROTECTED]@ StartupNotify=true Encoding=UTF-8 +OnlyShowIn=GNOME;Mobile
signature.asc
Description: Digital signature
-- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
