[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#598874: marked as done (unblock: deskbar-applet/2.32.0-1)



Your message dated Mon, 4 Oct 2010 12:18:57 +0200
with message-id <20101004101857.GR21708@patate.is-a-geek.org>
and subject line Re: Bug#598874: unblock: deskbar-applet/2.32.0-1
has caused the Debian Bug report #598874,
regarding unblock: deskbar-applet/2.32.0-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
598874: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598874
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: freeze-exception

Hi,

please unblock deskbar-applet for squeeze.

deskbar-applet (2.32.0-1) unstable; urgency=low

  * Recommend gnome-dictionary instead of gnome-utils.
  * New upstream translation and bugfix release.
    + Should work with gdm3.

 -- Josselin Mouette <joss@debian.org>  Sat, 02 Oct 2010 19:37:52 +0200

Code changes attached.

Cheers,
-- 
 .''`.      Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-    […] I will see what I can do for you.”  -- Jörg Schilling
--- deskbar-applet-2.30.1//deskbar/defs.py	2010-05-02 13:14:29.000000000 +0200
+++ deskbar-applet-2.32.0//deskbar/defs.py	2010-09-27 15:27:33.000000000 +0200
@@ -1,4 +1,4 @@
-DATA_DIR = "/usr/local/share"
-LIB_DIR = "/usr/local/libexec"
-VERSION = "2.30.1"
+DATA_DIR = "/usr/share"
+LIB_DIR = "/usr/libexec"
+VERSION = "2.32.0"
 PACKAGE = "deskbar-applet"
--- deskbar-applet-2.30.1//deskbar/handlers/gdmactions.py	2010-05-02 13:09:39.000000000 +0200
+++ deskbar-applet-2.32.0//deskbar/handlers/gdmactions.py	2010-09-27 15:25:25.000000000 +0200
@@ -6,7 +6,6 @@ import dbus.glib
 import deskbar
 import deskbar.core.Indexer
 import deskbar.core.Utils
-import deskbar.handlers.gdmclient
 import deskbar.interfaces.Action
 import deskbar.interfaces.Match
 import deskbar.interfaces.Module
@@ -324,7 +323,7 @@ class GdmSwitchUserAction(deskbar.interf
         deskbar.interfaces.Action.__init__(self, name)
         
     def activate(self, text=None):
-        deskbar.handlers.gdmclient.new_login()
+        glib.spawn_async(["gdmflexiserver", "--startnew"], flags=glib.SPAWN_SEARCH_PATH)
         
     def get_verb(self):
         return _("Switch User")

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
On Sat, Oct  2, 2010 at 19:54:50 +0200, Josselin Mouette wrote:

> deskbar-applet (2.32.0-1) unstable; urgency=low
> 
Unblocked.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: