Package: remmina
Version: 0.9.3-3
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

Hello,
I don't if it is some recent change in libunique-1.0-0 but
unique_app_send_message() does not except 0 as command_id.

So if remmina is executed with -i parameter, i.e. from $HOME/.config/autostart/remmina-applet.desktop, it will not detect previously running remmina instance and new one is started.

(remmina:7963): Unique-CRITICAL **: unique_app_send_message: assertion `command_id != 0' failed


diff --git a/src/remminaexec.h b/src/remminaexec.h
index 738cfad..8cce4d0 100644
--- a/src/remminaexec.h
+++ b/src/remminaexec.h
@@ -25,7 +25,7 @@ G_BEGIN_DECLS

 typedef enum
 {
-    REMMINA_COMMAND_NONE        = 0,
+    REMMINA_COMMAND_NONE        = -1,
     REMMINA_COMMAND_MAIN        = 1,
     REMMINA_COMMAND_PREF        = 2,
     REMMINA_COMMAND_NEW         = 3,

Cheers, Petr

--- System information. ---
Architecture: i386
Kernel:       Linux 3.0.0-1-686-pae

Debian Release: wheezy/sid
  990 unstable        www.debian-multimedia.org
  990 unstable        unofficial.debian-maintainers.org
  990 unstable        ftp.cz.debian.org
  500 experimental    ftp.cz.debian.org

--- Package information. ---
Depends                    (Version) | Installed
====================================-+-==============
libatk1.0-0              (>= 1.12.4) | 2.0.1-2
libavahi-client3         (>= 0.6.16) | 0.6.30-5
libavahi-common3         (>= 0.6.16) | 0.6.30-5
libavahi-glib1           (>= 0.6.16) | 0.6.30-5
libavahi-ui0             (>= 0.6.21) | 0.6.30-5
libc6                       (>= 2.7) | 2.13-18
libcairo2                 (>= 1.2.4) | 1.10.2-6.1
libfontconfig1            (>= 2.8.0) | 2.8.0-3
libfreetype6              (>= 2.2.1) | 2.4.6-2
libgcrypt11               (>= 1.4.6) | 1.4.6-9
libgdk-pixbuf2.0-0       (>= 2.22.0) | 2.23.5-3
libglib2.0-0             (>= 2.24.0) | 2.28.6-2
libgtk2.0-0              (>= 2.24.0) | 2.24.5-4
libpango1.0-0            (>= 1.14.0) | 1.28.4-3
libssh-4                 (>= 0.3.91) | 0.5.1-1
libunique-1.0-0           (>= 1.0.0) | 1.1.6-2
libvte9                (>= 1:0.24.0) | 1:0.28.1-2
libx11-6                             | 2:1.4.4-1


Recommends              (Version) | Installed
=================================-+-===========
remmina-plugin-rdp                | 0.9.2-2
remmina-plugin-vnc                | 0.9.2-2


Package's Suggests field is empty.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to