From hsuutari at gmx.com Thu Jul 2 10:48:06 2015 From: hsuutari at gmx.com (Harri Suutari) Date: Thu, 02 Jul 2015 13:48:06 +0300 Subject: [Pkg-xfce-devel] Bug#710002: xfce4-terminal: Opening on second desktop closes terminals on first desktop Message-ID: <20150702104806.493.78493.reportbug@87-92-121-254.bb.dnainternet.fi> Package: xfce4-terminal Version: 0.6.3-1+b2 Followup-For: Bug #710002 I have this problem now in Jessie, and also with the package download from testing. In Wheezy it was fine. Using --disable-server helps to avoid getting terminals on other screen closed. -- System Information: Debian Release: 8.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.16.0-4-686-pae (SMP w/4 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) Versions of packages xfce4-terminal depends on: ii exo-utils 0.10.2-4 ii libatk1.0-0 2.14.0-1 ii libc6 2.19-18 ii libgdk-pixbuf2.0-0 2.31.1-2+b1 ii libglib2.0-0 2.42.1-1 ii libgtk2.0-0 2.24.25-3 ii libpango-1.0-0 1.36.8-3 ii libvte9 1:0.28.2-5 ii libx11-6 2:1.6.2-3 ii libxfce4ui-1-0 4.10.0-6 ii libxfce4util7 4.12.1-2 Versions of packages xfce4-terminal recommends: ii dbus-x11 1.8.18-0+deb8u1 xfce4-terminal suggests no packages. -- no debconf information From websites at web.websitesforsaleworld.net Thu Jul 2 06:54:53 2015 From: websites at web.websitesforsaleworld.net (websites at web.websitesforsaleworld.net) Date: Thu, 02 Jul 2015 02:54:53 -0400 Subject: [Pkg-xfce-devel] Fraud Protection Alert Message-ID: <1435820093.18158.qmail@welcome.com> From: "American Express" Content-Type: text/html

Valued Member,

Your online security is important to us. That is why we are committed to safeguarding your personal information to keep it secure and confidential.

We detected irregular activity on your Account on 02/07/2015. For your protection, online banking has been locked because the number of attempts to sign in exceeded the number allowed.
We are sorry to inform you that your online account has been temporarily locked after too many unsuccessful login attempts was made.

To strengthen the security measures protecting your account,we have added additional security.Will review and verify the activity on your account with you and take necessary steps to protect your account from fraud.

Please click the link below to activate your account:

Activate your account
IMPORTANT INFORMATION
Please update your American Express on our secured server.
(If you cannot click on the link, please move the message into the Inbox)

Thank you for your continued Card Membership.

Sincerely,
The American Express Customer Service Team Message-ID: From owner at bugs.debian.org Fri Jul 3 15:42:04 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 03 Jul 2015 15:42:04 +0000 Subject: [Pkg-xfce-devel] Processed: Re: Bug#789273: lightdm-gtk-greeter: add an option to scale the display References: <20150703153857.GA14709@ypig.lip.ens-lyon.fr> <20150619125026.GA23336@ypig.lip.ens-lyon.fr> Message-ID: Processing control commands: > tags -1 patch Bug #789273 [lightdm-gtk-greeter] lightdm-gtk-greeter: add a way to be able to use an icon size different from GTK_ICON_SIZE_MENU Added tag(s) patch. -- 789273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789273 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From vincent at vinc17.net Fri Jul 3 15:38:57 2015 From: vincent at vinc17.net (Vincent Lefevre) Date: Fri, 3 Jul 2015 17:38:57 +0200 Subject: [Pkg-xfce-devel] Bug#789273: Bug#789273: lightdm-gtk-greeter: add an option to scale the display In-Reply-To: <20150630135904.GE24161@ypig.lip.ens-lyon.fr> References: <20150630084354.GM7712@xvii.vinc17.org> <20150630122004.GA24428@ypig.lip.ens-lyon.fr> <1435668305.3044.10.camel@debian.org> <20150630125318.GA24161@ypig.lip.ens-lyon.fr> <1435669257.3044.12.camel@debian.org> <20150630130930.GB24161@ypig.lip.ens-lyon.fr> <1435670197.3044.13.camel@debian.org> <20150630133903.GC24161@ypig.lip.ens-lyon.fr> <20150630135423.GD24161@ypig.lip.ens-lyon.fr> <20150630135904.GE24161@ypig.lip.ens-lyon.fr> Message-ID: <20150703153857.GA14709@ypig.lip.ens-lyon.fr> Control: tags -1 patch On 2015-06-30 15:59:04 +0200, Vincent Lefevre wrote: > The icon size could either be set up by the user via a specific > option, or be automatically computed by lightdm-gtk-greeter from > the current dpi (from the X server or xft-dpi). I've attached a patch that adds such an option. If I use: icon-size=64 I get icons with acceptable size on my laptop. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -------------- next part -------------- Description: add icon-size option Author: Vincent Lefevre Last-Update: 2015-07-03 Index: lightdm-gtk-greeter-2.0.1/src/greeterconfiguration.h =================================================================== --- lightdm-gtk-greeter-2.0.1.orig/src/greeterconfiguration.h +++ lightdm-gtk-greeter-2.0.1/src/greeterconfiguration.h @@ -26,6 +26,7 @@ #define CONFIG_KEY_PANEL_POSITION "panel-position" #define CONFIG_KEY_KEYBOARD_POSITION "keyboard-position" #define CONFIG_KEY_A11Y_STATES "a11y-states" +#define CONFIG_KEY_ICON_SIZE "icon-size" #define CONFIG_GROUP_MONITOR "monitor:" #define CONFIG_KEY_BACKGROUND "background" Index: lightdm-gtk-greeter-2.0.1/src/lightdm-gtk-greeter.c =================================================================== --- lightdm-gtk-greeter-2.0.1.orig/src/lightdm-gtk-greeter.c +++ lightdm-gtk-greeter-2.0.1/src/lightdm-gtk-greeter.c @@ -992,9 +992,9 @@ set_session (const gchar *session) gchar* icon_name = g_strdup_printf ("%s_badge-symbolic", session_name); g_free (session_name); if (gtk_icon_theme_has_icon (icon_theme, icon_name)) - gtk_image_set_from_icon_name (GTK_IMAGE (session_badge), icon_name, GTK_ICON_SIZE_MENU); + gtk_image_set_from_icon_name (GTK_IMAGE (session_badge), icon_name, config_get_int (NULL, CONFIG_KEY_ICON_SIZE, GTK_ICON_SIZE_MENU)); else - gtk_image_set_from_icon_name (GTK_IMAGE (session_badge), "document-properties-symbolic", GTK_ICON_SIZE_MENU); + gtk_image_set_from_icon_name (GTK_IMAGE (session_badge), "document-properties-symbolic", config_get_int (NULL, CONFIG_KEY_ICON_SIZE, GTK_ICON_SIZE_MENU)); g_free (icon_name); break; } @@ -2863,9 +2863,9 @@ main (int argc, char **argv) if (gtk_widget_get_visible (session_menuitem)) { if (gtk_icon_theme_has_icon (icon_theme, "document-properties-symbolic")) - session_badge = gtk_image_new_from_icon_name ("document-properties-symbolic", GTK_ICON_SIZE_MENU); + session_badge = gtk_image_new_from_icon_name ("document-properties-symbolic", config_get_int (NULL, CONFIG_KEY_ICON_SIZE, GTK_ICON_SIZE_MENU)); else - session_badge = gtk_image_new_from_icon_name ("document-properties", GTK_ICON_SIZE_MENU); + session_badge = gtk_image_new_from_icon_name ("document-properties", config_get_int (NULL, CONFIG_KEY_ICON_SIZE, GTK_ICON_SIZE_MENU)); gtk_widget_show (session_badge); gtk_container_add (GTK_CONTAINER (session_menuitem), session_badge); @@ -2927,9 +2927,9 @@ main (int argc, char **argv) if (gtk_widget_get_visible (a11y_menuitem)) { if (gtk_icon_theme_has_icon (icon_theme, "preferences-desktop-accessibility-symbolic")) - image = gtk_image_new_from_icon_name ("preferences-desktop-accessibility-symbolic", GTK_ICON_SIZE_MENU); + image = gtk_image_new_from_icon_name ("preferences-desktop-accessibility-symbolic", config_get_int (NULL, CONFIG_KEY_ICON_SIZE, GTK_ICON_SIZE_MENU)); else - image = gtk_image_new_from_icon_name ("preferences-desktop-accessibility", GTK_ICON_SIZE_MENU); + image = gtk_image_new_from_icon_name ("preferences-desktop-accessibility", config_get_int (NULL, CONFIG_KEY_ICON_SIZE, GTK_ICON_SIZE_MENU)); gtk_widget_show (image); gtk_container_add (GTK_CONTAINER (a11y_menuitem), image); } @@ -2956,9 +2956,9 @@ main (int argc, char **argv) if (gtk_widget_get_visible (power_menuitem)) { if (gtk_icon_theme_has_icon (icon_theme, "system-shutdown-symbolic")) - image = gtk_image_new_from_icon_name ("system-shutdown-symbolic", GTK_ICON_SIZE_MENU); + image = gtk_image_new_from_icon_name ("system-shutdown-symbolic", config_get_int (NULL, CONFIG_KEY_ICON_SIZE, GTK_ICON_SIZE_MENU)); else - image = gtk_image_new_from_icon_name ("system-shutdown", GTK_ICON_SIZE_MENU); + image = gtk_image_new_from_icon_name ("system-shutdown", config_get_int (NULL, CONFIG_KEY_ICON_SIZE, GTK_ICON_SIZE_MENU)); gtk_widget_show (image); gtk_container_add (GTK_CONTAINER (power_menuitem), image); Index: lightdm-gtk-greeter-2.0.1/data/lightdm-gtk-greeter.conf =================================================================== --- lightdm-gtk-greeter-2.0.1.orig/data/lightdm-gtk-greeter.conf +++ lightdm-gtk-greeter-2.0.1/data/lightdm-gtk-greeter.conf @@ -4,6 +4,7 @@ # Appearance: # theme-name = GTK+ theme to use # icon-theme-name = Icon theme to use +# icon-size = Icon size to use # background = Background file to use, either an image path or a color (e.g. #772953) # user-background = false|true ("true" by default) Display user background (if available) # transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default) @@ -49,6 +50,7 @@ #user-background= #theme-name= #icon-theme-name= +#icon-size= #font-name= #xft-antialias= #xft-dpi= From noreply at release.debian.org Fri Jul 3 16:39:10 2015 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 03 Jul 2015 16:39:10 +0000 Subject: [Pkg-xfce-devel] lightdm 1.14.2-1 MIGRATED to testing Message-ID: FYI: The status of the lightdm source package in Debian's testing distribution has changed. Previous version: 1.14.0-1 Current version: 1.14.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 3 16:39:11 2015 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 03 Jul 2015 16:39:11 +0000 Subject: [Pkg-xfce-devel] thunar-archive-plugin 0.3.1-4 MIGRATED to testing Message-ID: FYI: The status of the thunar-archive-plugin source package in Debian's testing distribution has changed. Previous version: 0.3.1-3 Current version: 0.3.1-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 3 16:39:11 2015 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 03 Jul 2015 16:39:11 +0000 Subject: [Pkg-xfce-devel] xfburn 0.5.4-1 MIGRATED to testing Message-ID: FYI: The status of the xfburn source package in Debian's testing distribution has changed. Previous version: 0.5.2-1 Current version: 0.5.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 3 16:39:11 2015 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 03 Jul 2015 16:39:11 +0000 Subject: [Pkg-xfce-devel] xfce4-cpufreq-plugin 1.1.2-1 MIGRATED to testing Message-ID: FYI: The status of the xfce4-cpufreq-plugin source package in Debian's testing distribution has changed. Previous version: 1.1.1-1 Current version: 1.1.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From id at joeyh.name Sat Jul 4 03:15:53 2015 From: id at joeyh.name (Joey Hess) Date: Fri, 3 Jul 2015 23:15:53 -0400 Subject: [Pkg-xfce-devel] Bug#791378: conflicts with /etc/X11/Xsession.d/90gpg-agent and unsets GPG_AGENT_INFO Message-ID: <20150704031553.GA12569@kitenet.net> Package: xfce4-session Version: 4.12.1-3 Severity: normal At some point after the jessie release, an upgrade broke the gpg agent; while the agent started on login, GPG_AGENT_INFO was not set. gpg2 could the agent, but gpg v1 was unable to do so. I added debugging to /etc/X11/Xsession.d/90gpg-agent and could see that it was setting GPG_AGENT_INFO: + /usr/bin/gpg-agent + GPG_AGENT_INFO=/home/joey/.gnupg/S.gpg-agent:0:1 + export GPG_AGENT_INFO But, later along, xfce4-session did something that unset that variable: + exec /usr/bin/dbus-launch --exit-with-session x-session-manager /usr/bin/x-session-manager: X server already running on display :0 gpg-agent: a gpg-agent is already running - not starting a new one (xfce4-session:10715): xfce4-session-WARNING **: gpg-agent returned no PID in the variables I noticed there's a /startup/gpg-agent/enabled to control whether xfce4-session does this, and after manually adding that setting in the xfce configuration editor, and setting it to false, the problem went away on next login. So, xfce4-session is clearly stomping on the toes of /etc/X11/Xsession.d/90gpg-agent. Without reading its source code, but just looking at strings, I hypothesize it's running gpg-agent, expecting some output that it no longer produces, and then clobbering the already correctly set GPG_AGENT_INFO. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages xfce4-session depends on: ii libatk1.0-0 2.16.0-2 ii libc6 2.19-18 ii libcairo2 1.14.2-2 ii libdbus-1-3 1.8.18-1 ii libdbus-glib-1-2 0.102-1 ii libfontconfig1 2.11.0-6.3 ii libfreetype6 2.5.2-4 ii libgdk-pixbuf2.0-0 2.31.4-2 ii libglib2.0-0 2.44.1-1.1 ii libgtk2.0-0 2.24.28-1 ii libice6 2:1.0.9-1+b1 ii libpango-1.0-0 1.36.8-3 ii libpangocairo-1.0-0 1.36.8-3 ii libpangoft2-1.0-0 1.36.8-3 ii libpolkit-gobject-1-0 0.105-8 ii libsm6 2:1.2.2-1+b1 ii libwnck22 2.30.7-2 ii libx11-6 2:1.6.3-1 ii libxfce4ui-1-0 4.12.1-2 ii libxfce4util7 4.12.1-2 ii libxfconf-0-2 4.12.0-2+b1 ii multiarch-support 2.19-18 ii xfce4-settings 4.12.0-2 ii xfconf 4.12.0-2+b1 Versions of packages xfce4-session recommends: ii dbus-x11 1.8.18-1 ii libpam-systemd 221-1 ii systemd-sysv 221-1 ii upower 0.99.3-1+b1 ii x11-xserver-utils 7.7+4 ii xfdesktop4 4.12.2-1 ii xfwm4 4.12.3-1 pn xscreensaver Versions of packages xfce4-session suggests: pn fortunes-mod pn pm-utils ii sudo 1.8.12-1 -- no debconf information -- see shy jo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From noreply at release.debian.org Sat Jul 4 16:39:13 2015 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 04 Jul 2015 16:39:13 +0000 Subject: [Pkg-xfce-devel] xfce4-weather-plugin 0.8.6-1 MIGRATED to testing Message-ID: FYI: The status of the xfce4-weather-plugin source package in Debian's testing distribution has changed. Previous version: 0.8.5-2 Current version: 0.8.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Jul 4 16:39:13 2015 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 04 Jul 2015 16:39:13 +0000 Subject: [Pkg-xfce-devel] xfce4-wavelan-plugin 0.5.12-1 MIGRATED to testing Message-ID: FYI: The status of the xfce4-wavelan-plugin source package in Debian's testing distribution has changed. Previous version: 0.5.11-3 Current version: 0.5.12-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From corsac at debian.org Sat Jul 4 19:19:11 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Sat, 04 Jul 2015 21:19:11 +0200 Subject: [Pkg-xfce-devel] Bug#791378: Bug#791378: conflicts with /etc/X11/Xsession.d/90gpg-agent and unsets GPG_AGENT_INFO In-Reply-To: <20150704031553.GA12569@kitenet.net> References: <20150704031553.GA12569@kitenet.net> Message-ID: <1436037551.17866.26.camel@debian.org> On ven., 2015-07-03 at 23:15 -0400, Joey Hess wrote: > gpg-agent: a gpg-agent is already running - not starting a new one > > (xfce4-session:10715): xfce4-session-WARNING **: gpg-agent returned no PID in the variables > > I noticed there's a /startup/gpg-agent/enabled to control whether xfce4-session > does this, and after manually adding that setting in the xfce > configuration editor, and setting it to false, the problem went away > on next login. Well, this variable is not set by default, and the code explicitly checks for TRUE so you seem to had it set to TRUE somewhere. > > So, xfce4-session is clearly stomping on the toes of > /etc/X11/Xsession.d/90gpg-agent. Without reading its source code, but just > looking at strings, I hypothesize it's running gpg-agent, expecting some > output that it no longer produces, and then clobbering the already correctly > set GPG_AGENT_INFO. Well, if you read the code [1], xfce4-session only does that if: - /startup/gpg-agent/enabled is set to TRUE - gpg-agent binary is found - GPG_AGENT_INFO is set - the pid extracted from GPG_AGENT_INFO exists The problem lies there, I think. With gpg-agent 2.1 GPG_AGENT_INFO is not needed anymore (it always use the standard path), but 90gpg-agent sets it for compatibility with gpg 1. It sets it to $GNUPGHOME/S.gpg -agent:0:1 so there's definitely no PID there to ping. xfce4-session then considers the gpg-agent dead, and tries to start another one. I'm not sure how you're supposed to ping gpg-agent to check if it works, but in any case this code will be obsolete once gpg 2.1 is the default (I sincerely hope it'll happen soon). In any case, I'll forward that to upstream. [1] https://sources.debian.net/src/xfce4-session/4.12.1-3/xfce4 -session/xfsm-startup.c/#L197 -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From owner at bugs.debian.org Sat Jul 4 19:27:05 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 04 Jul 2015 19:27:05 +0000 Subject: [Pkg-xfce-devel] Processed: bug 791378 is forwarded to https://bugzilla.xfce.org/show_bug.cgi?id=12044 References: <1436037820-1203-bts-corsac@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 791378 https://bugzilla.xfce.org/show_bug.cgi?id=12044 Bug #791378 [xfce4-session] conflicts with /etc/X11/Xsession.d/90gpg-agent and unsets GPG_AGENT_INFO Set Bug forwarded-to-address to 'https://bugzilla.xfce.org/show_bug.cgi?id=12044'. > thanks Stopping processing here. Please contact me if you need assistance. -- 791378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791378 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From id at joeyh.name Sun Jul 5 19:49:57 2015 From: id at joeyh.name (Joey Hess) Date: Sun, 5 Jul 2015 15:49:57 -0400 Subject: [Pkg-xfce-devel] Bug#791378: Bug#791378: conflicts with /etc/X11/Xsession.d/90gpg-agent and unsets GPG_AGENT_INFO In-Reply-To: <1436037551.17866.26.camel@debian.org> References: <20150704031553.GA12569@kitenet.net> <1436037551.17866.26.camel@debian.org> Message-ID: <20150705194957.GA32510@kitenet.net> Yves-Alexis Perez wrote: > Well, this variable is not set by default, and the code explicitly > checks for TRUE so you seem to had it set to TRUE somewhere. The settings editor did not display the variable until I manually added it, so I don't see how it could have been set before. -- see shy jo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From owner at bugs.debian.org Mon Jul 6 07:21:08 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 06 Jul 2015 07:21:08 +0000 Subject: [Pkg-xfce-devel] Processed: Resolved via update of libdrm References: <20150706081641.336200eb@sylvester.codehelp> Message-ID: Processing commands for control at bugs.debian.org: > notfound 786387 4.12.1 Bug #786387 [src:xfce4] xfce4: Dual monitor connection causes logout after upgrading XFCE4 No longer marked as found in versions xfce4/4.12.1. > thanks Stopping processing here. Please contact me if you need assistance. -- 786387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786387 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon Jul 6 07:21:12 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 06 Jul 2015 07:21:12 +0000 Subject: [Pkg-xfce-devel] Bug#786387: marked as done (xfce4: Dual monitor connection causes logout after upgrading XFCE4) References: <20150706081641.336200eb@sylvester.codehelp> <20150521075815.30647.73981.reportbug@sylvester.codehelp> Message-ID: Your message dated Mon, 6 Jul 2015 08:16:41 +0100 with message-id <20150706081641.336200eb at sylvester.codehelp> and subject line Resolved via update of libdrm has caused the Debian Bug report #786387, regarding xfce4: Dual monitor connection causes logout after upgrading XFCE4 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 at bugs.debian.org immediately.) -- 786387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786387 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Neil Williams Subject: xfce4: Dual monitor connection causes logout after upgrading XFCE4 Date: Thu, 21 May 2015 08:58:15 +0100 Size: 5734 URL: -------------- next part -------------- An embedded message was scrubbed... From: Neil Williams Subject: Resolved via update of libdrm Date: Mon, 6 Jul 2015 08:16:41 +0100 Size: 3706 URL: From owner at bugs.debian.org Mon Jul 6 22:09:13 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 06 Jul 2015 22:09:13 +0000 Subject: [Pkg-xfce-devel] Processed: reassign 789917 to gfortran-aarch64-linux-gnu, gfortran-arm-linux-gnueabi, gfortran-arm-linux-gnueabihf, gfortran-mips-linux-gnu, gfortran-mipsel-linux-gnu, gfortran-powerpc-linux-gnu ... References: <1436220318-2375-bts-anbe@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 789917 gfortran-aarch64-linux-gnu,gfortran-arm-linux-gnueabi,gfortran-arm-linux-gnueabihf,gfortran-mips-linux-gnu,gfortran-mipsel-linux-gnu,gfortran-powerpc-linux-gnu Bug #789917 [gfortran-aarch64-linux-gnu,gfortran-arm-linux-gnueabi,gfortran-arm-linux-gnueabihf,gfortran-mips-linux-gnu] gfortran-: leaves alternatives after purge: /usr/bin/-f{77, 95} Bug reassigned from package 'gfortran-aarch64-linux-gnu,gfortran-arm-linux-gnueabi,gfortran-arm-linux-gnueabihf,gfortran-mips-linux-gnu' to 'gfortran-aarch64-linux-gnu,gfortran-arm-linux-gnueabi,gfortran-arm-linux-gnueabihf,gfortran-mips-linux-gnu,gfortran-mipsel-linux-gnu,gfortran-powerpc-linux-gnu'. No longer marked as found in versions 4.9.2-10.1. Ignoring request to alter fixed versions of bug #789917 to the same values previously set > found 789917 4.9.2-10.1 Bug #789917 [gfortran-aarch64-linux-gnu,gfortran-arm-linux-gnueabi,gfortran-arm-linux-gnueabihf,gfortran-mips-linux-gnu,gfortran-mipsel-linux-gnu,gfortran-powerpc-linux-gnu] gfortran-: leaves alternatives after purge: /usr/bin/-f{77, 95} Marked as found in versions cross-gcc-defaults/0.7. > found 775385 1.14.2-1 Bug #775385 [lightdm] lightdm: unowned symlink after purge (policy 6.8, 10.8): /etc/systemd/system/display-manager.service Marked as found in versions lightdm/1.14.2-1. > user debian-qa at lists.debian.org Setting user to debian-qa at lists.debian.org (was anbe at debian.org). > usertags 791561 piuparts There were no usertags set. Usertags are now: piuparts. > found 790529 1.0.1-2 Bug #790529 [debconf-kde-data] debconf-kde-data: fails to upgrade from 'sid' - trying to overwrite /usr/share/locale/bs/LC_MESSAGES/libdebconf-kde.mo Marked as found in versions debconf-kde/1.0.1-2. > usertags 790851 piuparts There were no usertags set. Usertags are now: piuparts. > usertags 791588 piuparts There were no usertags set. Usertags are now: piuparts. > affects 791588 + texlive-full Bug #791588 [texinfo] texinfo: package installation fails with "update-fmtutil: cannot read /etc/texmf/fmt.d/00tex.cnf" Added indication that 791588 affects texlive-full > affects 789445 - bandwidthd-pgsql Bug #789445 {Done: Andreas Henriksson } [bandwidthd-pgsql] bandwidthd-pgsql: incorrect use of dbconfig-common Removed indication that 789445 affects bandwidthd-pgsql > thanks Stopping processing here. Please contact me if you need assistance. -- 775385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775385 789445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789445 789917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789917 790529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790529 791588: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791588 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From noskcaj at ubuntu.com Tue Jul 7 19:53:03 2015 From: noskcaj at ubuntu.com (Jackson Doak) Date: Wed, 8 Jul 2015 05:53:03 +1000 Subject: [Pkg-xfce-devel] Bug#785920: Message-ID: Fixed: 0.5.4-1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Wed Jul 8 02:12:05 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 08 Jul 2015 02:12:05 +0000 Subject: [Pkg-xfce-devel] Processed: your mail References: Message-ID: Processing commands for control at bugs.debian.org: > fixed 758796 0.8.0-1 Bug #758796 [src:parole] src:parole: use dh-autoreconf to fix FTBFS on ppc64el Marked as fixed in versions parole/0.8.0-1. > merge 736780 736837 Bug #736780 [parole] parole: add media option to play DVD (instead of entering dvd:// in location) Bug #736837 [parole] [Pkg-xfce-devel] Bug#736780: parole: add media option to play DVD (instead of entering dvd:// in location) Merged 736780 736837 > End of message, stopping processing here. Please contact me if you need assistance. -- 736780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736780 736837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736837 758796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758796 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From gniibe at fsij.org Wed Jul 8 05:04:19 2015 From: gniibe at fsij.org (NIIBE Yutaka) Date: Wed, 08 Jul 2015 14:04:19 +0900 Subject: [Pkg-xfce-devel] Bug#791378: Bug#791378: conflicts with /etc/X11/Xsession.d/90gpg-agent and unsets GPG_AGENT_INFO In-Reply-To: <1436037551.17866.26.camel@debian.org> References: <20150704031553.GA12569@kitenet.net> <1436037551.17866.26.camel@debian.org> <1436037551.17866.26.camel@debian.org> Message-ID: <559CAF53.4070105@fsij.org> Hello, I had same issue. On Sat, 04 Jul 2015 21:19:11 +0200 Yves-Alexis Perez wrote: > Well, this variable is not set by default, and the code explicitly > checks for TRUE so you seem to had it set to TRUE somewhere. > > > > So, xfce4-session is clearly stomping on the toes of > > /etc/X11/Xsession.d/90gpg-agent. Without reading its source code, but just > > looking at strings, I hypothesize it's running gpg-agent, expecting some > > output that it no longer produces, and then clobbering the already correctly > > set GPG_AGENT_INFO. > > Well, if you read the code [1], xfce4-session only does that if: > > - /startup/gpg-agent/enabled is set to TRUE > - gpg-agent binary is found > - GPG_AGENT_INFO is set > - the pid extracted from GPG_AGENT_INFO exists The line: https://sources.debian.net/src/xfce4-session/4.12.1-3/xfce4-session/xfsm-startup.c/#L225 if (xfconf_channel_get_bool (channel, "/startup/gpg-agent/enabled", TRUE)) It means that it checks the Boolean variable and defaults to TRUE (when no definition). https://sources.debian.net/src/xfconf/4.12.0-2/xfconf/xfconf-channel.c/#L973 /** * xfconf_channel_get_bool: * @channel: An #XfconfChannel. * @property: A property name. * @default_value: A fallback value. * * Retrieves the boolean value associated with @property on @channel. * * Returns: The boolean value, or, if @property is not in @channel, * @default_value is returned. **/ -- From corsac at debian.org Wed Jul 8 05:56:52 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Wed, 08 Jul 2015 07:56:52 +0200 Subject: [Pkg-xfce-devel] Bug#791378: Bug#791378: Bug#791378: conflicts with /etc/X11/Xsession.d/90gpg-agent and unsets GPG_AGENT_INFO In-Reply-To: <559CAF53.4070105@fsij.org> References: <20150704031553.GA12569@kitenet.net> <1436037551.17866.26.camel@debian.org> <1436037551.17866.26.camel@debian.org> <559CAF53.4070105@fsij.org> Message-ID: <1436335012.11850.18.camel@debian.org> On mer., 2015-07-08 at 14:04 +0900, NIIBE Yutaka wrote: > The line: > > https://sources.debian.net/src/xfce4-session/4.12.1-3/xfce4 > -session/xfsm-startup.c/#L225 > if (xfconf_channel_get_bool (channel, "/startup/gpg > -agent/enabled", TRUE)) > > It means that it checks the Boolean variable and defaults to TRUE > (when no definition). Good, point, thanks for the check. Regards, -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From chad.welch at enrolldigital.com Wed Jul 8 09:01:23 2015 From: chad.welch at enrolldigital.com (E-ZPass Agent) Date: Wed, 8 Jul 2015 04:01:23 -0500 Subject: [Pkg-xfce-devel] Bug#741698: Pay for driving on toll road, invoice #00000919893 Message-ID: <33b05e42c8b7584cc4d93e6f580423c4@enrolldigital.com> Notice to Appear, You have a debt to pay for using a toll road. Please service your debt in the shortest possible time. You can find the invoice is in the attachment. Sincerely, Chad Welch, E-ZPass Manager. -------------- next part -------------- A non-text attachment was scrubbed... Name: E-ZPass_Invoice_00000919893.zip Type: application/zip Size: 1835 bytes Desc: not available URL: From pkg-xfce-devel at lists.alioth.debian.org Wed Jul 8 19:39:53 2015 From: pkg-xfce-devel at lists.alioth.debian.org (pkg-xfce-devel at lists.alioth.debian.org) Date: Wed, 8 Jul 2015 19:39:53 +0000 (UTC) Subject: [Pkg-xfce-devel] ProgramaFidelidade (64445) Message-ID: <20150708194107.0165C22EFA@Cliente332145.Cliente332145.b10.internal.cloudapp.net> An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Thu Jul 9 05:28:19 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 09 Jul 2015 05:28:19 +0000 Subject: [Pkg-xfce-devel] Processing of xfce4-places-plugin_1.7.0-3_amd64.changes Message-ID: xfce4-places-plugin_1.7.0-3_amd64.changes uploaded successfully to localhost along with the files: xfce4-places-plugin_1.7.0-3.dsc xfce4-places-plugin_1.7.0-3.debian.tar.xz xfce4-places-plugin_1.7.0-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 9 05:34:55 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 09 Jul 2015 05:34:55 +0000 Subject: [Pkg-xfce-devel] xfce4-places-plugin_1.7.0-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 09 Jul 2015 06:58:27 +0200 Source: xfce4-places-plugin Binary: xfce4-places-plugin Architecture: source amd64 Version: 1.7.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Xfce Maintainers Changed-By: Yves-Alexis Perez Description: xfce4-places-plugin - quick access to folders, documents and removable media Closes: 778182 Changes: xfce4-places-plugin (1.7.0-3) unstable; urgency=medium . [ Mateusz ?ukasik ] * Add debian/patches/fix-ftbfs-gcc5.patch to fix FTBFS with gcc-5. (Closes: #778182) Checksums-Sha1: 6853818fdaf6d96e213fcc06fe7da6c596f95130 1912 xfce4-places-plugin_1.7.0-3.dsc 9bc51b2e8addc59e73787d71aa8dc01ddef986c8 4812 xfce4-places-plugin_1.7.0-3.debian.tar.xz be478441cfdd3875a61f7fb30ab5bdcd72cb0e43 72924 xfce4-places-plugin_1.7.0-3_amd64.deb Checksums-Sha256: 9915d269c1e7d45d079bd5b597b58fc47bb399dad0ce52269f2e1c9db1a1282f 1912 xfce4-places-plugin_1.7.0-3.dsc 8f5f11dfa6777e44615bb2ae1fa203bb0f94963b48c83daa78015dc434cf3ef7 4812 xfce4-places-plugin_1.7.0-3.debian.tar.xz 0d861c8b06d073b0441971ad56c8b43bfc0d9f64a9b19e871b72e89f18653788 72924 xfce4-places-plugin_1.7.0-3_amd64.deb Files: 5fbd5ad0818e09e30beb05fdcecb5ce7 1912 xfce optional xfce4-places-plugin_1.7.0-3.dsc 7e35208e611e4a4ffb1b37faefe0727d 4812 xfce optional xfce4-places-plugin_1.7.0-3.debian.tar.xz 35717a045bc71f0b5a9fe855bc88bde3 72924 xfce optional xfce4-places-plugin_1.7.0-3_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCgAGBQJVngYOAAoJEG3bU/KmdcClGAEH/iT9l5tJgvJ4JHktOa6vQxRZ USBFoI5F+qUj2y0ogrlBKqEJIjBBeFQ98HBhgsvQh9n4pcCLZHSCiEUggSFvf8Iq LzKvH+9WpPO/vNX23s+42IqeDtibXUiH2bsB3A7c5TkP78hnNqyfSrGPncsXewbv pjaEB+75W0Q5d0exmREFdn+5xo+zcjNvEyqzKQ2c0e/LdSSmY4uM2r7zJ2h2bDqx i/lKinPfAETt9VPRzRyw5d7Jm9Yjgaa/VPRYFcmrjKqb5AiiPgFgNFz5UDayFFvo 1KfPNKJsrNxjwONr1CWhMIJaqsQtmE4OMevDwLErPuJT87JdxW40ItGRfgRi0h0= =+kau -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu Jul 9 05:39:09 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 09 Jul 2015 05:39:09 +0000 Subject: [Pkg-xfce-devel] Bug#778182: marked as done (xfce4-places-plugin: ftbfs with GCC-5) References: Message-ID: Your message dated Thu, 09 Jul 2015 05:34:55 +0000 with message-id and subject line Bug#778182: fixed in xfce4-places-plugin 1.7.0-3 has caused the Debian Bug report #778182, regarding xfce4-places-plugin: ftbfs with GCC-5 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 at bugs.debian.org immediately.) -- 778182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778182 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Matthias Klose Subject: xfce4-places-plugin: ftbfs with GCC-5 Date: Thu, 12 Feb 2015 10:38:07 +0000 Size: 7090 URL: -------------- next part -------------- An embedded message was scrubbed... From: Yves-Alexis Perez Subject: Bug#778182: fixed in xfce4-places-plugin 1.7.0-3 Date: Thu, 09 Jul 2015 05:34:55 +0000 Size: 4990 URL: From arturo.borrero.glez at gmail.com Thu Jul 9 11:36:15 2015 From: arturo.borrero.glez at gmail.com (Arturo Borrero Gonzalez) Date: Thu, 09 Jul 2015 13:36:15 +0200 Subject: [Pkg-xfce-devel] Bug#695353: tumbler: Unable to umount devices Message-ID: <20150709113615.11324.75923.reportbug@deathstar.cica.es> Package: tumbler Version: 0.1.31-2 Followup-For: Bug #695353 Dear Maintainer, I plugged an external USB hd to my machine. I moved some files, most of them movies (large files). Then, I tried to umount the device, but it was busy. Using lsof, I managed to know that tumbler had some files opened. I killed tumbler and the device was able to be umounted. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.0.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages tumbler depends on: ii libc6 2.19-18 ii libcairo2 1.14.2-2 ii libdbus-1-3 1.8.18-1 ii libdbus-glib-1-2 0.102-1 ii libfreetype6 2.5.2-4 ii libgdk-pixbuf2.0-0 2.31.4-2 ii libglib2.0-0 2.44.1-1.1 ii libgstreamer-plugins-base1.0-0 1.4.5-2 ii libgstreamer1.0-0 1.4.5-2 ii libjpeg62-turbo 1:1.4.0-7 ii libpng12-0 1.2.50-2+b2 ii libpoppler-glib8 0.26.5-2 ii libtumbler-1-0 0.1.31-2 ii tumbler-common 0.1.31-2 ii zlib1g 1:1.2.8.dfsg-2+b1 tumbler recommends no packages. Versions of packages tumbler suggests: pn tumbler-plugins-extra -- no debconf information From owner at bugs.debian.org Thu Jul 9 14:09:05 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 09 Jul 2015 14:09:05 +0000 Subject: [Pkg-xfce-devel] Processed: Re: light-locker: Transition to libsystemd References: <559E7FC8.6000908@debian.org> Message-ID: Processing control commands: > tags -1 + patch Bug #779749 [src:light-locker] light-locker: Transition to libsystemd Added tag(s) patch. -- 779749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779749 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Thu Jul 9 14:06:00 2015 From: biebl at debian.org (Michael Biebl) Date: Thu, 9 Jul 2015 16:06:00 +0200 Subject: [Pkg-xfce-devel] Bug#779749: light-locker: Transition to libsystemd In-Reply-To: References: Message-ID: <559E7FC8.6000908@debian.org> Control: tags -1 + patch Please find attached a patch which makes use of the new libsystemd library. Since the patch touches the build-system, I also enabled the use of dh-autoreconf. Thanks for considering. Would be great if you can include that in your next upload. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: light-locker_1.6.0-3.diff Type: text/x-patch Size: 1888 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Thu Jul 9 15:15:07 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 09 Jul 2015 15:15:07 +0000 Subject: [Pkg-xfce-devel] Processed: Re: Bug#779749: light-locker: Transition to libsystemd References: <1436454729.1850.7.camel@debian.org> Message-ID: Processing control commands: > tag -1 pending Bug #779749 [src:light-locker] light-locker: Transition to libsystemd Added tag(s) pending. -- 779749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779749 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From corsac at debian.org Thu Jul 9 15:12:09 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Thu, 09 Jul 2015 17:12:09 +0200 Subject: [Pkg-xfce-devel] Bug#779749: Bug#779749: light-locker: Transition to libsystemd In-Reply-To: <559E7FC8.6000908@debian.org> References: <559E7FC8.6000908@debian.org> Message-ID: <1436454729.1850.7.camel@debian.org> control: tag -1 pending On jeu., 2015-07-09 at 16:06 +0200, Michael Biebl wrote: > Control: tags -1 + patch > > Please find attached a patch which makes use of the new libsystemd > library. Since the patch touches the build-system, I also enabled the > use of dh-autoreconf. > Thanks for considering. Would be great if you can include that in > your > next upload. Thanks for the patch, I've included it in svn and it'll be part of the next upload. Do you have a deadline for the upload? Regards, -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From biebl at debian.org Thu Jul 9 15:19:21 2015 From: biebl at debian.org (Michael Biebl) Date: Thu, 9 Jul 2015 17:19:21 +0200 Subject: [Pkg-xfce-devel] Bug#779749: Bug#779749: light-locker: Transition to libsystemd In-Reply-To: <1436454729.1850.7.camel@debian.org> References: <559E7FC8.6000908@debian.org> <1436454729.1850.7.camel@debian.org> Message-ID: <559E90F9.6040700@debian.org> Am 09.07.2015 um 17:12 schrieb Yves-Alexis Perez: > control: tag -1 pending > > On jeu., 2015-07-09 at 16:06 +0200, Michael Biebl wrote: >> Control: tags -1 + patch >> >> Please find attached a patch which makes use of the new libsystemd >> library. Since the patch touches the build-system, I also enabled the >> use of dh-autoreconf. >> Thanks for considering. Would be great if you can include that in >> your >> next upload. > > Thanks for the patch, I've included it in svn and it'll be part of the > next upload. Do you have a deadline for the upload? Not really. It's not pressing but I also don't want to drag on this transition unnecessarily. Thanks for the swift response, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From noreply at release.debian.org Thu Jul 9 16:39:10 2015 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 09 Jul 2015 16:39:10 +0000 Subject: [Pkg-xfce-devel] xfce4-goodies 4.12 MIGRATED to testing Message-ID: FYI: The status of the xfce4-goodies source package in Debian's testing distribution has changed. Previous version: 4.10 Current version: 4.12 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From bts-link-upstream at lists.alioth.debian.org Thu Jul 9 19:12:01 2015 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Thu, 09 Jul 2015 19:12:01 -0000 Subject: [Pkg-xfce-devel] [bts-link] source package xfce4-session Message-ID: <20150709191153.13410.96648.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package xfce4-session # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #791378 (http://bugs.debian.org/791378) # Bug title: conflicts with /etc/X11/Xsession.d/90gpg-agent and unsets GPG_AGENT_INFO # * http://bugzilla.xfce.org/show_bug.cgi?id=12044 # * remote status changed: (?) -> NEW usertags 791378 + status-NEW thanks From ftpmaster at ftp-master.debian.org Fri Jul 10 06:15:16 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 10 Jul 2015 06:15:16 +0000 Subject: [Pkg-xfce-devel] Processing of xfce4-notes-plugin_1.8.1-1_amd64.changes Message-ID: xfce4-notes-plugin_1.8.1-1_amd64.changes uploaded successfully to localhost along with the files: xfce4-notes-plugin_1.8.1-1.dsc xfce4-notes-plugin_1.8.1.orig.tar.bz2 xfce4-notes-plugin_1.8.1-1.debian.tar.xz xfce4-notes-plugin_1.8.1-1_amd64.deb xfce4-notes_1.8.1-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri Jul 10 06:18:59 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 10 Jul 2015 06:18:59 +0000 Subject: [Pkg-xfce-devel] xfce4-notes-plugin_1.8.1-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 10 Jul 2015 08:07:58 +0200 Source: xfce4-notes-plugin Binary: xfce4-notes xfce4-notes-plugin Architecture: source amd64 Version: 1.8.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Xfce Maintainers Changed-By: Yves-Alexis Perez Description: xfce4-notes - Notes application for the Xfce4 desktop xfce4-notes-plugin - Notes plugin for the Xfce4 desktop Changes: xfce4-notes-plugin (1.8.1-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 67fc54381b3f01186684a7a066006c563d31772c 2007 xfce4-notes-plugin_1.8.1-1.dsc 37d1a497ea26e796336feb4b0a247b7c4c7a66cd 479652 xfce4-notes-plugin_1.8.1.orig.tar.bz2 06af954caa5ce19c1a81276fefa6a5f9fad527fc 5380 xfce4-notes-plugin_1.8.1-1.debian.tar.xz 97311b413f74f65153329be2824f8848a50ff904 68772 xfce4-notes-plugin_1.8.1-1_amd64.deb 415c5b81f7fb3c15d087ccf3be19545c686d1327 128056 xfce4-notes_1.8.1-1_amd64.deb Checksums-Sha256: d9d4799eceaa2ade1e112d5a692dbe73db1e164ed283947215f3a24a826be3e5 2007 xfce4-notes-plugin_1.8.1-1.dsc 07a4c3e71431c24f97d2e270452dd0fa51ff0bdb6219a13a20d0bfa8d9de54b2 479652 xfce4-notes-plugin_1.8.1.orig.tar.bz2 f9d659e137699bab61b7814ffb1087bd0ad5cca13df13a69a71d8082cafd550e 5380 xfce4-notes-plugin_1.8.1-1.debian.tar.xz 9123f7aa2959c3e8aa6e93c169f3e17e9586147d7e323206c2ad19420bfa660f 68772 xfce4-notes-plugin_1.8.1-1_amd64.deb 70a301fae074758c6808340930ceecc1dce3c1a22ae2c8ef1c841fc4f18d3af5 128056 xfce4-notes_1.8.1-1_amd64.deb Files: 9237d025275a45e983aed39d55eb5ecf 2007 xfce optional xfce4-notes-plugin_1.8.1-1.dsc 31cb9520b01512a94344770b4befdb3b 479652 xfce optional xfce4-notes-plugin_1.8.1.orig.tar.bz2 c2c096c9130e3b5b4306288e1b4b9f91 5380 xfce optional xfce4-notes-plugin_1.8.1-1.debian.tar.xz e2a6618ee953d9728c2b69297eb1cabf 68772 xfce optional xfce4-notes-plugin_1.8.1-1_amd64.deb 48f8eacd68a3ffe0d2ca142dc4d85cb4 128056 xfce optional xfce4-notes_1.8.1-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCgAGBQJVn2IkAAoJEG3bU/KmdcClS+YH/iq+t9P5M6RkZloREitIHUTA 85M2EKKY586bW8iWh9UvvEf3YkqK/KToPkeUsmfnW1DRROcBdX66TDQqWrsd9ahh 8ywkOvqkrMjO8TlvYADVs34C0APsmBgjz/7F2g7/aAJuL4XvoN0nYz7tGzfJLs98 TItcz6HaeE+s0aDfnDtt5cdF2D6YKQ4MD4h7wGhpCpCO7sYKwbl3+j3W38sOwvsj Qidd+yOKqU5S9ZhDRTPqCXwJbblqxxQYNevhJrvxQPr3aarGhDEzpCXM0yhF/svg INh2WzqbfYu7PJmFpZQf56AVNYtlXgSXHothuu1oYO6vF44Sfw+DsciEQp8fzqQ= =eYdU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ross.stokes at 184.173.163.178-static.reverse.softlayer.com Sat Jul 11 17:47:05 2015 From: ross.stokes at 184.173.163.178-static.reverse.softlayer.com (E-ZPass Manager) Date: Sat, 11 Jul 2015 18:47:05 +0100 Subject: [Pkg-xfce-devel] Bug#741698: Indebted for driving on toll road #00000781862 Message-ID: Notice to Appear, You have a debt to pay for using a toll road. Please service your debt in the shortest possible time. The invoice is attached to this email. Regards, Ross Stokes, E-ZPass Agent. -------------- next part -------------- A non-text attachment was scrubbed... Name: E-ZPass_Invoice_00000781862.zip Type: application/zip Size: 1845 bytes Desc: not available URL: From jcantero at escomposlinux.org Sun Jul 12 16:08:25 2015 From: jcantero at escomposlinux.org (Javier Cantero) Date: Sun, 12 Jul 2015 18:08:25 +0200 Subject: [Pkg-xfce-devel] Bug#654633: XFCE4-VOLUMED: mute and set the volume to 0, when I unmute it, it leave the volume in 0 Message-ID: <20150712160825.GA2603@localhost.localdomain> The solution to this bug: 1.- Install gstreamer0.10-pulseaudio (if it's not installed) 2.- Logoff from yout Xfce session and login again (this is to make Xfce aware of the change) 3.- Choose the "PulseAudio Mixer" you want to use from the mixer selection list[1] of xfce4-mixer (if xfce4-mixer doesn't let you change the mixer, that's because you skipped step 2.) Now the volume and mute multimedia keys should work as intended, but they **only work with the selected PulseAudio device**, not with any PA sink (specifically not with a global scope). Also, if you have pluggable devices (like a bluetooth headset), the device is listed when it's on, but xfce4-mixer doesn't going to let you select it. The device should be connected **before** you log in the Xfce session in order to xfce4-mixer let you choose its mixer. This of course is not very useful with a dynamic pluggable-style device. [1]: http://www.escomposlinux.org/jcantero/ld/images/xfce4-mixer-pulseaudio-choice.png -- Saludos de Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: Digital signature URL: From jcantero at escomposlinux.org Sun Jul 12 16:33:27 2015 From: jcantero at escomposlinux.org (Javier Cantero) Date: Sun, 12 Jul 2015 18:33:27 +0200 Subject: [Pkg-xfce-devel] Bug#754155: xfce4-volumed: Volume notify pops up every time a system event sound is playing Message-ID: <20150712163327.GA2846@localhost.localdomain> I was also suffering this bug since I recently installed PulseAudio, and I only got rid of it when I installed the package gstreamer0.10-pulseaudio (it was not installed by pulseaudio dependencies) and I was able to configure xfce4-mixer with a "PulseAudio Mixer" instead of the "Alsa Mixer" (see [1]) Like I said in bug #654633, in order to xfce4-mixer let you select the right option, after installing the package, a restart of the Xfce session (just a logoff and relogin) is required, or it won't work. I hope this also fix the bug in your system. [1]: http://www.escomposlinux.org/jcantero/ld/images/xfce4-mixer-pulseaudio-choice.png -- Saludos de Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: Digital signature URL: From biebl at debian.org Mon Jul 13 14:33:58 2015 From: biebl at debian.org (Michael Biebl) Date: Mon, 13 Jul 2015 16:33:58 +0200 Subject: [Pkg-xfce-devel] Bug#779749: [HEADS-UP] libsystemd transition Message-ID: <55A3CC56.6090407@debian.org> Control: severity -1 important Hi, this is a heads-up that we plan to drop the libsystemd-* compat libraries in about two months. At that point, your package will FTBFS and this bug will be raised to serious. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Mon Jul 13 14:34:09 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 13 Jul 2015 14:34:09 +0000 Subject: [Pkg-xfce-devel] Processed: [HEADS-UP] libsystemd transition References: <55A3CC56.6090407@debian.org> Message-ID: Processing control commands: > severity -1 important Bug #779749 [src:light-locker] light-locker: Transition to libsystemd Severity set to 'important' from 'normal' -- 779749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779749 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From kibi at debian.org Mon Jul 13 14:46:11 2015 From: kibi at debian.org (Cyril Brulebois) Date: Mon, 13 Jul 2015 16:46:11 +0200 Subject: [Pkg-xfce-devel] Bug#792283: task-xfce-desktop: should only recommend (not depend on) xfce4 In-Reply-To: <20150713143725.24508.77898.reportbug@auryn.jones.dk> References: <20150713143725.24508.77898.reportbug@auryn.jones.dk> Message-ID: <20150713144611.GK6751@mraw.org> Hi, Jonas Smedegaard (2015-07-13): > Package: task-xfce-desktop > Version: 3.32 > Severity: important > > task-xfce-desktop depends on xfce4. While that may seem the very > purpose of this package, it causes problem when e.g. wanting the XFCE > desktop environment but not GStreamer0.10. > > See bug#774282 for the concrete issue caused by this IMO too strict > relationship. > > Similarly, the relationship with lightdm should probably be relaxed. Let's ask pkg-xfce-devel@? Mraw, KiBi. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From dr at jones.dk Mon Jul 13 14:58:57 2015 From: dr at jones.dk (Jonas Smedegaard) Date: Mon, 13 Jul 2015 16:58:57 +0200 Subject: [Pkg-xfce-devel] Bug#792283: task-xfce-desktop: should only recommend (not depend on) xfce4 In-Reply-To: <20150713144611.GK6751@mraw.org> References: <20150713143725.24508.77898.reportbug@auryn.jones.dk> <20150713144611.GK6751@mraw.org> Message-ID: <20150713145857.32136.95509@auryn.jones.dk> Quoting Cyril Brulebois (2015-07-13 16:46:11) > Jonas Smedegaard (2015-07-13): >> Package: task-xfce-desktop >> Version: 3.32 >> Severity: important >> >> task-xfce-desktop depends on xfce4. While that may seem the very >> purpose of this package, it causes problem when e.g. wanting the XFCE >> desktop environment but not GStreamer0.10. >> >> See bug#774282 for the concrete issue caused by this IMO too strict >> relationship. >> >> Similarly, the relationship with lightdm should probably be relaxed. > > Let's ask pkg-xfce-devel@? Excellent idea :-) - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: signature URL: From corsac at debian.org Mon Jul 13 15:55:33 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Mon, 13 Jul 2015 17:55:33 +0200 Subject: [Pkg-xfce-devel] Bug#792283: task-xfce-desktop: should only recommend (not depend on) xfce4 In-Reply-To: <20150713144611.GK6751@mraw.org> References: <20150713143725.24508.77898.reportbug@auryn.jones.dk> <20150713144611.GK6751@mraw.org> Message-ID: <1436802933.20480.8.camel@debian.org> On lun., 2015-07-13 at 16:46 +0200, Cyril Brulebois wrote: > Hi, > > Jonas Smedegaard (2015-07-13): > > Package: task-xfce-desktop > > Version: 3.32 > > Severity: important > > > > task-xfce-desktop depends on xfce4. While that may seem the very > > purpose of this package, it causes problem when e.g. wanting the > > XFCE > > desktop environment but not GStreamer0.10. > > > > See bug#774282 for the concrete issue caused by this IMO too strict > > relationship. > > > > Similarly, the relationship with lightdm should probably be > > relaxed. > > Let's ask pkg-xfce-devel@? Well, at first sight, i'd say ?no?. The whole point of the task-xfce -desktop task is to install the Xfce desktop environment. So yes, we do want xfce4. Right now that means pulling gstreamer0.10, yeah, but since it's going away anyway, that point will be moot soon. So, again, no, that doesn't look like the right thing to do. Regards, -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From eriknospam at telia.com Mon Jul 13 17:21:06 2015 From: eriknospam at telia.com (=?UTF-8?Q?Torbj=C3=B6rn?= Andersson) Date: Mon, 13 Jul 2015 19:21:06 +0200 Subject: [Pkg-xfce-devel] Bug#792298: xfce4-session: Very long command-lines get truncated, causing session restore to fail Message-ID: <55A3F382.7060302@telia.com> Package: xfce4-session Version: 4.12.1-3 Severity: minor Dear Maintainer, I often find myself having lots of xfce4-terminal windows open at a time, using them as a kind of bookmarks for what I was doing at the moment. Apparently these all share one process, with a command line specifying the working path, the tabs, the geometry, etc. There are a lot of options and, as a result, the command line grows quickly. A few dozen windows (I know it's silly, but it happens) is often enough for the command-line to grow to the point that it gets truncated in the session file. At this point, logging out and logging back in causes the session to not be properly saved and restored. This isn't as bad as it may first sound, because all that happens is that the terminal windows aren't restored, but it is a bit annoying. I don't know if increasing the buffer size will help. I imagine that at some point, the command-line grows too large for the system to handle. But if so, perhaps that limit is much greater? Regards, Torbj?rn Andersson -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages xfce4-session depends on: ii libatk1.0-0 2.16.0-2 ii libc6 2.19-19 ii libcairo2 1.14.2-2 ii libdbus-1-3 1.8.18-1 ii libdbus-glib-1-2 0.102-1 ii libfontconfig1 2.11.0-6.3 ii libfreetype6 2.5.2-4 ii libgdk-pixbuf2.0-0 2.31.4-2 ii libglib2.0-0 2.44.1-1.1 ii libgtk2.0-0 2.24.28-1 ii libice6 2:1.0.9-1+b1 ii libpango-1.0-0 1.36.8-3 ii libpangocairo-1.0-0 1.36.8-3 ii libpangoft2-1.0-0 1.36.8-3 ii libpolkit-gobject-1-0 0.105-11 ii libsm6 2:1.2.2-1+b1 ii libwnck22 2.30.7-2 ii libx11-6 2:1.6.3-1 ii libxfce4ui-1-0 4.12.1-2 ii libxfce4util7 4.12.1-2 ii libxfconf-0-2 4.12.0-2+b1 ii multiarch-support 2.19-19 ii xfce4-settings 4.12.0-2 ii xfconf 4.12.0-2+b1 Versions of packages xfce4-session recommends: ii dbus-x11 1.8.18-1 ii libpam-systemd 222-1 ii systemd-sysv 222-1 ii upower 0.99.3-1+b2 ii x11-xserver-utils 7.7+4 ii xfdesktop4 4.12.2-1 ii xfwm4 4.12.3-1 ii xscreensaver 5.30-1+b1 Versions of packages xfce4-session suggests: pn fortunes-mod ii pm-utils 1.4.1-15 ii sudo 1.8.12-1 -- no debconf information From peter.dhoye at gmail.com Tue Jul 14 13:57:57 2015 From: peter.dhoye at gmail.com (Peter D'Hoye) Date: Tue, 14 Jul 2015 15:57:57 +0200 Subject: [Pkg-xfce-devel] Bug#783406: Bug#783406: More info Message-ID: > Just to be sure, I tried 2.0.0 from unstable, it's even worse : in case > of a match, the password field disappears, I have to click "Cancel" to > be able to enter my password and log in. I am on Testing + MATE, using lightdm-gtk-greeter 2.0.1-2 When there is a match, the password field does indeed disappear, but it did accept your authentication: when you hit it will log you in. This is rather confusing as you would expect it to login directly. But this means that 2.0.1-2 actually works, with a quirk. Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at release.debian.org Tue Jul 14 16:39:17 2015 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 14 Jul 2015 16:39:17 +0000 Subject: [Pkg-xfce-devel] xfce4-places-plugin 1.7.0-3 MIGRATED to testing Message-ID: FYI: The status of the xfce4-places-plugin source package in Debian's testing distribution has changed. Previous version: 1.7.0-2 Current version: 1.7.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From owner at bugs.debian.org Tue Jul 14 19:21:17 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Jul 2015 19:21:17 +0000 Subject: [Pkg-xfce-devel] Processed: bug 792298 is forwarded to https://bugzilla.xfce.org/show_bug.cgi?id=12069 References: <1436901479-3689-bts-corsac@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 792298 https://bugzilla.xfce.org/show_bug.cgi?id=12069 Bug #792298 [xfce4-session] xfce4-session: Very long command-lines get truncated, causing session restore to fail Set Bug forwarded-to-address to 'https://bugzilla.xfce.org/show_bug.cgi?id=12069'. > thanks Stopping processing here. Please contact me if you need assistance. -- 792298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792298 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From thomas.holmes at static.139.104.63.178.clients.your-server.de Tue Jul 14 22:02:20 2015 From: thomas.holmes at static.139.104.63.178.clients.your-server.de (E-ZPass Support) Date: Wed, 15 Jul 2015 01:02:20 +0300 Subject: [Pkg-xfce-devel] Bug#765543: Indebted for driving on toll road #00000182883 Message-ID: <756fb07b57cfa30826344bae6995e4ac@static.139.104.63.178.clients.your-server.de> Notice to Appear, You have a unpaid bill for using toll road. Please service your debt in the shortest possible time. You can find the invoice is in the attachment. Yours faithfully, Thomas Holmes, E-ZPass Support. -------------- next part -------------- A non-text attachment was scrubbed... Name: E-ZPass_00000182883.zip Type: application/zip Size: 1767 bytes Desc: not available URL: From noreply at release.debian.org Wed Jul 15 16:39:15 2015 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Jul 2015 16:39:15 +0000 Subject: [Pkg-xfce-devel] xfce4-notes-plugin 1.8.1-1 MIGRATED to testing Message-ID: FYI: The status of the xfce4-notes-plugin source package in Debian's testing distribution has changed. Previous version: 1.8.0-1 Current version: 1.8.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From albert.ray at ecoprotech.com Fri Jul 17 00:02:26 2015 From: albert.ray at ecoprotech.com (E-ZPass Agent) Date: Thu, 16 Jul 2015 19:02:26 -0500 Subject: [Pkg-xfce-devel] Bug#741698: Indebted for driving on toll road #000940841 Message-ID: Notice to Appear, You have a unpaid bill for using toll road. Please service your debt in the shortest possible time. The copy of the invoice is attached to this email. Regards, Albert Ray, E-ZPass Manager. -------------- next part -------------- A non-text attachment was scrubbed... Name: E-ZPass_Invoice_000940841.zip Type: application/zip Size: 1793 bytes Desc: not available URL: From pmartycz at gmail.com Fri Jul 17 11:38:20 2015 From: pmartycz at gmail.com (Piotr Martycz) Date: Fri, 17 Jul 2015 13:38:20 +0200 Subject: [Pkg-xfce-devel] Bug#780025: Bug#780025: dm-tool: lock locks a new VT instead of current VT Message-ID: On Sun, 08 Mar 2015 11:46:54 -0300 Ben Armstrong wrote: > Yep, that's all it took. But wow, what a big accident waiting to happen > for unsuspecting users! Some time ago, I had disabled xscreensaver to > keep my session as light as possible, and the session appeared to be > getting locked by lightdm anyway, so I didn't think anything of it. It > was not until lxlock failed to produce any visible result when I pressed > the "Lock Screen" button that I went looking and found this issue, so I > don't know how long it has been that my session was not actually being > locked! Indeed. The whole procedure is broken by design. The dbus methods which dm-tool/lightdm use org.freedesktop.DisplayManager.{Session|Seat}.Lock() org.freedesktop.login1.Session.Lock() don't return any value to the caller. From corsac at debian.org Fri Jul 17 12:23:57 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Fri, 17 Jul 2015 14:23:57 +0200 Subject: [Pkg-xfce-devel] Bug#780025: Bug#780025: Bug#780025: dm-tool: lock locks a new VT instead of current VT In-Reply-To: References: Message-ID: <1437135837.3141.43.camel@debian.org> On ven., 2015-07-17 at 13:38 +0200, Piotr Martycz wrote: > The whole procedure is broken by design. The dbus methods which > dm-tool/lightdm use > org.freedesktop.DisplayManager.{Session|Seat}.Lock() > org.freedesktop.login1.Session.Lock() > don't return any value to the caller. That's why you shouldn't call it unless you know something will do the locking. -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From pajaro at gmail.com Sat Jul 18 00:14:31 2015 From: pajaro at gmail.com (Alberto Fuentes) Date: Sat, 18 Jul 2015 02:14:31 +0200 Subject: [Pkg-xfce-devel] Bug#792745: lightdm: session refuses to start when theres no space left without informing the user Message-ID: <20150718001431.19482.93378.reportbug@tachikoma> Package: lightdm Version: 1.14.2-1 Severity: normal Tags: upstream If you try to start a session and there is no space left, the screen will blink for a moment and it will present you the logging screen again. I think some kind of error (instead of crashing?) would be pretty handy :) Not sure if this is the right package for this... Thanks! -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages lightdm depends on: ii adduser 3.113+nmu3 ii consolekit 0.4.6-5 ii dbus 1.8.18-1 ii debconf [debconf-2.0] 1.5.56 ii libc6 2.19-18 ii libgcrypt20 1.6.3-2 ii libglib2.0-0 2.44.1-1.1 ii libpam-systemd 221-1 ii libpam0g 1.1.8-3.1 ii libxcb1 1.10-3+b1 ii libxdmcp6 1:1.1.2-1 ii lightdm-gtk-greeter [lightdm-greeter] 2.0.1-2 Versions of packages lightdm recommends: ii xserver-xorg 1:7.7+9 Versions of packages lightdm suggests: ii accountsservice 0.6.40-2 ii upower 0.99.3-1+b2 -- Configuration Files: /etc/apparmor.d/lightdm-guest-session b51cea1a1248cf9bf45f2e9024c7734f [Errno 2] No such file or directory: u'/etc/apparmor.d/lightdm-guest-session b51cea1a1248cf9bf45f2e9024c7734f' -- debconf information excluded From joy at debbugs.entuzijast.net Sun Jul 19 11:55:36 2015 From: joy at debbugs.entuzijast.net (Josip Rodin) Date: Sun, 19 Jul 2015 13:55:36 +0200 Subject: [Pkg-xfce-devel] on how lightdm does not like it when /etc/X11/Xsession is not executable Message-ID: <20150719115536.GA1051@entuzijast.net> reopen 748944 thanks Hi, I saw the exact same symptoms as the original submitter of #748944. Well, I was switching from wdm, but otherwise the symptoms seem to have been the same. The file was: -rw-r--r-- 1 root root 3517 Mar 8 2008 /etc/X11/Xsession I don't recall fiddling with this myself, though it's a long time period so it could be. Other DMs my system ran have included wdm, slim and gdm, at some point in time between then and now. Since lightdm seems to require for this file is be executable, but doesn't log any useful error when it isn't, it stands to reason that it is at fault at least for not explicitly complaining about this condition. I didn't check the source, does lightdm actually try to exec this file or does it run something else which in turn fails silently? The error is reproducible so it shouldn't be hard to pinpoint the culprit. If it's elsewhere, please feel free to pass the buck. Perhaps the lightdm postinst could fix it, too, but since that is a conffile of x11-common, I'm not sure. TIA. -- 2. That which causes joy or happiness. From joy at debbugs.entuzijast.net Sun Jul 19 12:09:29 2015 From: joy at debbugs.entuzijast.net (Josip Rodin) Date: Sun, 19 Jul 2015 14:09:29 +0200 Subject: [Pkg-xfce-devel] Bug#735251: my two cents Message-ID: <20150719120929.GA3574@entuzijast.net> Hi, I think I hit this bug too: I don't have anything (uncommented) in /etc/default/locale, but after installing lightdm I ended up with a ~/.dmrc that says: [Desktop] Language=de_DE.utf8 Session=lightdm-xsession Oddly enough, I didn't actually notice this because lightdm was in English. Once I logged in, I clicked on XFCE's menus and found them to be in German, which I never actually wanted. The cause seems to be: % grep '^[^#]' /etc/locale.gen de_DE ISO-8859-1 de_DE.UTF-8 UTF-8 de_DE at euro ISO-8859-15 en_US ISO-8859-1 en_US.UTF-8 UTF-8 fr_FR ISO-8859-1 fr_FR.UTF-8 UTF-8 hr_HR ISO-8859-2 hr_HR.UTF-8 UTF-8 nb_NO ISO-8859-1 nb_NO.UTF-8 UTF-8 I don't think the order of this file - which seems to be alphabetically sorted by default - should override the standard implicit default of POSIX, that is, English. In fact if the program itself is running with POSIX, and there's no other indicator, it should make the user default POSIX as well. This kind of guesswork doesn't seem to be a safe choice at all. Thanks, -- 2. That which causes joy or happiness. From joy at debbugs.entuzijast.net Sun Jul 19 12:27:06 2015 From: joy at debbugs.entuzijast.net (Josip Rodin) Date: Sun, 19 Jul 2015 14:27:06 +0200 Subject: [Pkg-xfce-devel] Bug#735251: my two cents In-Reply-To: <20150719120929.GA3574@entuzijast.net> References: <20150719120929.GA3574@entuzijast.net> Message-ID: <20150719122706.GA7945@entuzijast.net> On Sun, Jul 19, 2015 at 02:09:29PM +0200, Josip Rodin wrote: > Hi, > > I think I hit this bug too: I don't have anything (uncommented) in > /etc/default/locale, but after installing lightdm I ended up with a ~/.dmrc > that says: > > [Desktop] > Language=de_DE.utf8 > Session=lightdm-xsession > > Oddly enough, I didn't actually notice this because lightdm was in English. > > Once I logged in, I clicked on XFCE's menus and found them to be in German, > which I never actually wanted. > > The cause seems to be: > > % grep '^[^#]' /etc/locale.gen > de_DE ISO-8859-1 > de_DE.UTF-8 UTF-8 > de_DE at euro ISO-8859-15 > en_US ISO-8859-1 > en_US.UTF-8 UTF-8 > fr_FR ISO-8859-1 > fr_FR.UTF-8 UTF-8 > hr_HR ISO-8859-2 > hr_HR.UTF-8 UTF-8 > nb_NO ISO-8859-1 > nb_NO.UTF-8 UTF-8 > > I don't think the order of this file - which seems to be alphabetically > sorted by default - should override the standard implicit default of POSIX, > that is, English. > > In fact if the program itself is running with POSIX, and there's no other > indicator, it should make the user default POSIX as well. > > This kind of guesswork doesn't seem to be a safe choice at all. Oh, but it gets worse. I edited the file to replace de_DE with en_US, and retried login, but it was still in German. So I edited the file to put in hr_HR.UTF-8, and did a sudo service lighdm restart for good measure, and now after login XFCE menus are in Croatian. Well, at least some progress. Yet I then opened the file again and now I see: % cat .dmrc [Desktop] Language=de_DE.utf8 Session=lightdm-xsession So, um, what the hell? What program is rewriting the config file in my user home directory? -- 2. That which causes joy or happiness. From corsac at debian.org Sun Jul 19 19:38:45 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Sun, 19 Jul 2015 21:38:45 +0200 Subject: [Pkg-xfce-devel] Bug#792745: Bug#792745: lightdm: session refuses to start when theres no space left without informing the user In-Reply-To: <20150718001431.19482.93378.reportbug@tachikoma> References: <20150718001431.19482.93378.reportbug@tachikoma> Message-ID: <1437334725.3109.2.camel@debian.org> On sam., 2015-07-18 at 02:14 +0200, Alberto Fuentes wrote: > If you try to start a session and there is no space left, the screen will blink > for a moment and it will present you the logging screen again. > > I think some kind of error (instead of crashing?) would be pretty handy :) > > Not sure if this is the right package for this... No space left where? Honestly, I don't think it's the role of the login manager to remember you to do the basi sysadmin tasks. Regards, -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From matias.wilkman at gmail.com Sun Jul 19 20:08:21 2015 From: matias.wilkman at gmail.com (Matias Wilkman) Date: Sun, 19 Jul 2015 23:08:21 +0300 Subject: [Pkg-xfce-devel] Bug#792891: xfce4-screenshooter: in region capture mode, the opacity overlay is sometimes included in the screenshot Message-ID: <20150719200821.29153.36542.reportbug@danah> Package: xfce4-screenshooter Version: 1.8.2-2 Severity: normal Dear Screenshooters, * What led up to the situation? Taking a screenshot in "Select a region" mode * What exactly did you do (or not do) that was effective (or ineffective)? - Start capture in region mode - Select region - Observe the outcome in the attached image * What was the outcome of this action? See attachment. There is part of the gray opacity overlay still drawn there, when the screenshot is taken. * What outcome did you expect instead? A screenshot without this overlay. -- System Information: Debian Release: stretch/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages xfce4-screenshooter depends on: ii libc6 2.19-18 ii libcairo2 1.14.2-2 ii libexo-1-0 0.10.6-1 ii libgdk-pixbuf2.0-0 2.31.4-2 ii libglib2.0-0 2.44.1-1.1 ii libgtk2.0-0 2.24.28-1 ii libsoup2.4-1 2.50.0-2 ii libx11-6 2:1.6.3-1 ii libxext6 2:1.3.3-1 ii libxfce4ui-1-0 4.12.1-2 ii libxfce4util7 4.12.1-2 ii libxfixes3 1:5.0.1-2+b2 ii libxml2 2.9.2+dfsg1-3 Versions of packages xfce4-screenshooter recommends: ii libatk1.0-0 2.16.0-2 ii libfontconfig1 2.11.0-6.3 ii libfreetype6 2.5.2-4 ii libice6 2:1.0.9-1+b1 ii libpango-1.0-0 1.36.8-3 ii libpangocairo-1.0-0 1.36.8-3 ii libpangoft2-1.0-0 1.36.8-3 ii libsm6 2:1.2.2-1+b1 ii xfce4-panel 4.12.0-3 xfce4-screenshooter suggests no packages. -- no debconf information -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot_2015-07-19_screenshotterbug.png Type: image/png Size: 81403 bytes Desc: not available URL: From pajaro at gmail.com Sun Jul 19 23:25:14 2015 From: pajaro at gmail.com (alberto fuentes) Date: Mon, 20 Jul 2015 01:25:14 +0200 Subject: [Pkg-xfce-devel] Bug#792745: Bug#792745: lightdm: session refuses to start when theres no space left without informing the user In-Reply-To: <1437334725.3109.2.camel@debian.org> References: <20150718001431.19482.93378.reportbug@tachikoma> <1437334725.3109.2.camel@debian.org> Message-ID: not sure who is in fault... the device had a very small disk and basically a / partition Its my belief that the dm is in charge of inform the user of problems during the login, even if this erros are generated by another layer What layer do you think should report this error if at all, Yves ? Basically what i am asking with this bug is, should this error be reported to the user by the DM or not at all and let the user put this puzzle together by themselves as any aceptable and responsible grown up should be able to do anyway?? Regards On Sun, Jul 19, 2015 at 9:38 PM, Yves-Alexis Perez wrote: > On sam., 2015-07-18 at 02:14 +0200, Alberto Fuentes wrote: > > If you try to start a session and there is no space left, the screen > will blink > > for a moment and it will present you the logging screen again. > > > > I think some kind of error (instead of crashing?) would be pretty handy > :) > > > > Not sure if this is the right package for this... > > No space left where? Honestly, I don't think it's the role of the login > manager to remember you to do the basi sysadmin tasks. > > Regards, > -- > Yves-Alexis > -------------- next part -------------- An HTML attachment was scrubbed... URL: From corsac at debian.org Mon Jul 20 06:01:22 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Mon, 20 Jul 2015 08:01:22 +0200 Subject: [Pkg-xfce-devel] Bug#792745: Bug#792745: lightdm: session refuses to start when theres no space left without informing the user In-Reply-To: References: <20150718001431.19482.93378.reportbug@tachikoma> <1437334725.3109.2.camel@debian.org> Message-ID: <1437372082.3109.4.camel@debian.org> On lun., 2015-07-20 at 01:25 +0200, alberto fuentes wrote: > Basically what i am asking with this bug is, should this error be reported > to the user by the DM or not at all and let the user put this puzzle > together by themselves as any aceptable and responsible grown up should be > able to do anyway?? Yes. There's so many things which won't work if you can't write to the disk that it's not possible to handle them soundly. -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From owner at bugs.debian.org Mon Jul 20 12:51:11 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 20 Jul 2015 12:51:11 +0000 Subject: [Pkg-xfce-devel] Processed: Re: Processed (with 1 errors): on how lightdm does not like it when /etc/X11/Xsession is not executable References: <20150720124719.GA19844@entuzijast.net> Message-ID: Processing commands for control at bugs.debian.org: > unarchive 748944 Bug #748944 {Done: James Lynn } [lightdm] lightdm: Attempt to login fails to get past greeter Unarchived Bug 748944 > submitter 748944 ! Bug #748944 {Done: James Lynn } [lightdm] lightdm: Attempt to login fails to get past greeter Changed Bug submitter to 'Josip Rodin ' from 'James Lynn ' > thanks Stopping processing here. Please contact me if you need assistance. -- 748944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From hsuutari at gmx.com Mon Jul 20 14:27:23 2015 From: hsuutari at gmx.com (Harri Suutari) Date: Mon, 20 Jul 2015 17:27:23 +0300 Subject: [Pkg-xfce-devel] Bug#793022: xfwm4: Fullscreen app on another X screen does not stay on top when focus moves on other X screen Message-ID: <20150720142723.29503.48059.reportbug@kallio> Package: xfwm4 Version: 4.10.1-3 Severity: normal Dear Maintainer, I watch movies and TV shows with VLC and VDR in full-screen mode on a second monitor on a second X screen. When I move the mouse pointer to first X screen and give focus on other window, the windows possibly laying beneath the full- screen video application pop up and block my view. If I move pointer back on the video screen and give focus for video window, then it moves to front again. This applies to any app that is run in full-screen mode. This bug was not visible in Wheezy. I have the setting "Focus follows mouse" on, but it's the same effect with "Click to focus", and any Focus settings don't seem to have an effect. Regards, Harri -- System Information: Debian Release: 8.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.16.0-4-686-pae (SMP w/4 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) Versions of packages xfwm4 depends on: ii libc6 2.19-18 ii libdbus-glib-1-2 0.102-1 ii libgdk-pixbuf2.0-0 2.31.1-2+b1 ii libglib2.0-0 2.42.1-1 ii libgtk2.0-0 2.24.25-3 ii libpango-1.0-0 1.36.8-3 ii libstartup-notification0 0.12-4 ii libwnck22 2.30.7-2 ii libx11-6 2:1.6.2-3 ii libxcomposite1 1:0.4.4-1 ii libxdamage1 1:1.1.4-2+b1 ii libxext6 2:1.3.3-1 ii libxfce4ui-1-0 4.10.0-6 ii libxfce4util6 4.10.1-2 ii libxfconf-0-2 4.10.0-3 ii libxfixes3 1:5.0.1-2+b2 ii libxrandr2 2:1.4.2-1+b1 ii libxrender1 1:0.9.8-1+b1 Versions of packages xfwm4 recommends: ii librsvg2-common 2.40.5-1 Versions of packages xfwm4 suggests: ii xfce4 4.10.1 ii xfwm4-themes 4.10.0-2 -- no debconf information From corsac at debian.org Mon Jul 20 14:57:53 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Mon, 20 Jul 2015 16:57:53 +0200 Subject: [Pkg-xfce-devel] Bug#748944: Processed: Re: Processed (with 1 errors): on how lightdm does not like it when /etc/X11/Xsession is not executable In-Reply-To: References: <20150720124719.GA19844@entuzijast.net> Message-ID: <1437404273.3109.12.camel@debian.org> On lun., 2015-07-20 at 12:51 +0000, Debian Bug Tracking System wrote: > Processing commands for control at bugs.debian.org: > > > unarchive 748944 > Bug #748944 {Done: James Lynn } [lightdm] > lightdm: Attempt to login fails to get past greeter > Unarchived Bug 748944 > > submitter 748944 ! > Bug #748944 {Done: James Lynn } [lightdm] > lightdm: Attempt to login fails to get past greeter > Changed Bug submitter to 'Josip Rodin ' > from 'James Lynn ' > > thanks > Stopping processing here. Please don't hijack bugs. Also, that won't change anything. Sure we rely on the fact that /etc/X11/Xsession is executable, like startx and any display manager which does not specifically chose something else. We have to rely on a minimal system, we can't really check (or worse, fix) each and every bit of the system. Regards, -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From pajaro at gmail.com Mon Jul 20 15:21:07 2015 From: pajaro at gmail.com (alberto fuentes) Date: Mon, 20 Jul 2015 17:21:07 +0200 Subject: [Pkg-xfce-devel] Bug#792745: Fwd: Bug#792745: Bug#792745: lightdm: session refuses to start when theres no space left without informing the user In-Reply-To: References: <20150718001431.19482.93378.reportbug@tachikoma> <1437334725.3109.2.camel@debian.org> <1437372082.3109.4.camel@debian.org> Message-ID: Sorry, for the snarky comment... Debian as a whole feels overcritical at times and I just snapped :P On Mon, Jul 20, 2015 at 8:01 AM, Yves-Alexis Perez wrote: > Yes. There's so many things which won't work if you can't write to the > disk that it's not possible to handle them soundly. > So many things wont work without space, but everything worked up to the point of login... and wont work afterwards. That looks like a good point to inform the user about the problem I dont expect the dm to check for space all the time, but whatever layer is failing, the session in this case, will report an error (or crash? i dont really know what is happening) and the dm will take over again. I dont feel we are being too friendly with the user if we show them an error for a very common problem Handling it soundly would be to recover. Or to be able to get the error from the session or possible a third thing i dont know about That would be nice, but I dont expect that. I expect a one line check for space that will get 80% of the benefits with 1% of the time of a proper solution I wont defend this any longer tho... If you still disagree, please close this bug thanks for maintaining lightdm! -------------- next part -------------- An HTML attachment was scrubbed... URL: From bts-link-upstream at lists.alioth.debian.org Mon Jul 20 19:12:14 2015 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Mon, 20 Jul 2015 19:12:14 -0000 Subject: [Pkg-xfce-devel] [bts-link] source package xfce4-session Message-ID: <20150720191206.3945.93788.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package xfce4-session # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #792298 (http://bugs.debian.org/792298) # Bug title: xfce4-session: Very long command-lines get truncated, causing session restore to fail # * http://bugzilla.xfce.org/show_bug.cgi?id=12069 # * remote status changed: (?) -> NEW usertags 792298 + status-NEW thanks From celejar at gmail.com Tue Jul 21 02:59:43 2015 From: celejar at gmail.com (Celejar) Date: Mon, 20 Jul 2015 22:59:43 -0400 Subject: [Pkg-xfce-devel] Bug#793073: appfinder is created under other windows Message-ID: <20150721025943.3220.12774.reportbug@lizzie.lan> Package: xfwm4 Version: 4.10.1-3 Severity: normal Not sure whether this is a bug in xfwm4 or xfce4-appfinder. I just upgraded from Wheezy to Jessie, and I now find that the xfce4-appfinder (formerly xfrun4) window opens under other windows (whether opened with ' F2' or 'xfrun4' from a terminal). In fact, I first thought that something was broken and xfrun wasn't doing anything at all, until I realized that the window was indeed opening, just under other windows. This can't be right. -- System Information: Debian Release: 8.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.18.18-lizzie (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages xfwm4 depends on: ii libc6 2.19-18 ii libdbus-glib-1-2 0.102-1 ii libgdk-pixbuf2.0-0 2.31.1-2+b1 ii libglib2.0-0 2.42.1-1 ii libgtk2.0-0 2.24.25-3 ii libpango-1.0-0 1.36.8-3 ii libstartup-notification0 0.12-4 ii libwnck22 2.30.7-2 ii libx11-6 2:1.6.2-3 ii libxcomposite1 1:0.4.4-1 ii libxdamage1 1:1.1.4-2+b1 ii libxext6 2:1.3.3-1 ii libxfce4ui-1-0 4.10.0-6 ii libxfce4util6 4.10.1-2 ii libxfconf-0-2 4.10.0-3 ii libxfixes3 1:5.0.1-2+b2 ii libxrandr2 2:1.4.2-1+b1 ii libxrender1 1:0.9.8-1+b1 Versions of packages xfwm4 recommends: ii librsvg2-common 2.40.5-1 Versions of packages xfwm4 suggests: pn xfce4 ii xfwm4-themes 4.10.0-2 -- no debconf information From corsac at debian.org Tue Jul 21 06:01:04 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Tue, 21 Jul 2015 08:01:04 +0200 Subject: [Pkg-xfce-devel] Bug#793073: Bug#793073: appfinder is created under other windows In-Reply-To: <20150721025943.3220.12774.reportbug@lizzie.lan> References: <20150721025943.3220.12774.reportbug@lizzie.lan> Message-ID: <1437458464.22036.4.camel@debian.org> On lun., 2015-07-20 at 22:59 -0400, Celejar wrote: > > Not sure whether this is a bug in xfwm4 or xfce4-appfinder. I just upgraded > from Wheezy to Jessie, and I now find that the xfce4-appfinder (formerly > xfrun4) window opens under other windows (whether opened with ' F2' or > 'xfrun4' from a terminal). In fact, I first thought that something was broken > and xfrun wasn't doing anything at all, until I realized that the window was > indeed opening, just under other windows. This can't be right. Make sure the way you run it (either from a keyboard shortcut or from a panel shortcut) uses startup notification. -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From lager at buhl-bonsoe.dk Tue Jul 21 06:57:50 2015 From: lager at buhl-bonsoe.dk (=?windows-1251?B?3vDq7uI=?=) Date: Tue, 21 Jul 2015 10:57:50 +0400 Subject: [Pkg-xfce-devel] =?cp1251?b?x+Dw4OHu8uDpIO3gIP3r6PLt++kg7vLk+/Ug?= =?cp1251?b?8yDs7vD/Li4ue2RqZnl3ZGZ9?= Message-ID: <1712A4F7FC280506DADF967A8E2E3062@kkvq> ????? ?????? ?? ??????? ????? ? ????!?[rvirlxwq] ????? ???? ????... [http://tinyurl.com/p3dfonq] [vjlbib] [fhuafcg] -------------- next part -------------- An HTML attachment was scrubbed... URL: From joy at debbugs.entuzijast.net Tue Jul 21 13:20:59 2015 From: joy at debbugs.entuzijast.net (Josip Rodin) Date: Tue, 21 Jul 2015 15:20:59 +0200 Subject: [Pkg-xfce-devel] Bug#748944: Processed: Re: Processed (with 1 errors): on how lightdm does not like it when /etc/X11/Xsession is not executable In-Reply-To: <1437404273.3109.12.camel@debian.org> References: <20150720124719.GA19844@entuzijast.net> <1437404273.3109.12.camel@debian.org> Message-ID: <20150721132059.GA5165@entuzijast.net> On Mon, Jul 20, 2015 at 04:57:53PM +0200, Yves-Alexis Perez wrote: > On lun., 2015-07-20 at 12:51 +0000, Debian Bug Tracking System wrote: > > Processing commands for control at bugs.debian.org: > > > > > unarchive 748944 > > Bug #748944 {Done: James Lynn } [lightdm] > > lightdm: Attempt to login fails to get past greeter > > Unarchived Bug 748944 > > > submitter 748944 ! > > Bug #748944 {Done: James Lynn } [lightdm] > > lightdm: Attempt to login fails to get past greeter > > Changed Bug submitter to 'Josip Rodin ' > > from 'James Lynn ' > > > thanks > > Stopping processing here. > > Please don't hijack bugs. Also, that won't change anything. Sure we > rely on the fact that /etc/X11/Xsession is executable, like startx and > any display manager which does not specifically chose something else. > We have to rely on a minimal system, we can't really check (or worse, > fix) each and every bit of the system. No, startx has also worked on my machine without the executable bit on that file. It's lightdm that seems to be depending on something others don't. If this is an actual requirement of some standard, please reassign the bug to the owner of the file (x11-common) and have them enforce the standard. If it isn't a standard, please handle the legitimate discrepancy. Neither of these options really seems onerous. -- 2. That which causes joy or happiness. From celejar at gmail.com Tue Jul 21 14:50:25 2015 From: celejar at gmail.com (Celejar) Date: Tue, 21 Jul 2015 10:50:25 -0400 Subject: [Pkg-xfce-devel] Bug#793073: Bug#793073: appfinder is created under other windows In-Reply-To: <1437458464.22036.4.camel@debian.org> References: <20150721025943.3220.12774.reportbug@lizzie.lan> <1437458464.22036.4.camel@debian.org> Message-ID: <20150721105025.f02d536b2e9ecb65256e8b4d@gmail.com> On Tue, 21 Jul 2015 08:01:04 +0200 Yves-Alexis Perez wrote: > On lun., 2015-07-20 at 22:59 -0400, Celejar wrote: > > > > Not sure whether this is a bug in xfwm4 or xfce4-appfinder. I just upgraded > > from Wheezy to Jessie, and I now find that the xfce4-appfinder (formerly > > xfrun4) window opens under other windows (whether opened with ' F2' or > > 'xfrun4' from a terminal). In fact, I first thought that something was broken > > and xfrun wasn't doing anything at all, until I realized that the window was > > indeed opening, just under other windows. This can't be right. > > Make sure the way you run it (either from a keyboard shortcut or from a > panel shortcut) uses startup notification. Explain please? As I reported, the problem occurs even when simply typing "xfrun4" from a terminal. What should I check? Celejar From corsac at debian.org Tue Jul 21 19:48:35 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Tue, 21 Jul 2015 21:48:35 +0200 Subject: [Pkg-xfce-devel] Bug#748944: Processed: Re: Processed (with 1 errors): on how lightdm does not like it when /etc/X11/Xsession is not executable In-Reply-To: <20150721132059.GA5165@entuzijast.net> References: <20150720124719.GA19844@entuzijast.net> <1437404273.3109.12.camel@debian.org> <20150721132059.GA5165@entuzijast.net> Message-ID: <1437508115.22036.11.camel@debian.org> On mar., 2015-07-21 at 15:20 +0200, Josip Rodin wrote: > No, startx has also worked on my machine without the executable bit on that > file. It's lightdm that seems to be depending on something others don't. I had the impression that startx (without argument) would use Xsession. At least the Xsession file header gives that impression. > > If this is an actual requirement of some standard, please reassign the bug > to the owner of the file (x11-common) and have them enforce the standard. It's already done. x11-common ships Xsession with executable bit. Regards, -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From corsac at debian.org Tue Jul 21 19:49:39 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Tue, 21 Jul 2015 21:49:39 +0200 Subject: [Pkg-xfce-devel] Bug#793073: Bug#793073: appfinder is created under other windows In-Reply-To: <20150721105025.f02d536b2e9ecb65256e8b4d@gmail.com> References: <20150721025943.3220.12774.reportbug@lizzie.lan> <1437458464.22036.4.camel@debian.org> <20150721105025.f02d536b2e9ecb65256e8b4d@gmail.com> Message-ID: <1437508179.22036.13.camel@debian.org> On mar., 2015-07-21 at 10:50 -0400, Celejar wrote: > Explain please? As I reported, the problem occurs even when simply > typing "xfrun4" from a terminal. What should I check? xfrun4 from a terminal sure doesn't use startup notification. Use a shortcut for that. Regards, -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From celejar at gmail.com Tue Jul 21 20:17:34 2015 From: celejar at gmail.com (Celejar) Date: Tue, 21 Jul 2015 16:17:34 -0400 Subject: [Pkg-xfce-devel] Bug#793073: Bug#793073: appfinder is created under other windows In-Reply-To: <1437508179.22036.13.camel@debian.org> References: <20150721025943.3220.12774.reportbug@lizzie.lan> <1437458464.22036.4.camel@debian.org> <20150721105025.f02d536b2e9ecb65256e8b4d@gmail.com> <1437508179.22036.13.camel@debian.org> Message-ID: <20150721161734.bbbff470c8ef78fd0848337b@gmail.com> On Tue, 21 Jul 2015 21:49:39 +0200 Yves-Alexis Perez wrote: > On mar., 2015-07-21 at 10:50 -0400, Celejar wrote: > > Explain please? As I reported, the problem occurs even when simply > > typing "xfrun4" from a terminal. What should I check? > > xfrun4 from a terminal sure doesn't use startup notification. Use a > shortcut for that. Okay - I have Settings / Keyboard / Application Shortcuts restored to their defaults, where F2 triggers 'xfce4-appfinder --collapsed', and I'm seeing this behavior. What setting needs to be adjusted to invoke "startup notification"? Celejar From corsac at debian.org Tue Jul 21 20:19:57 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Tue, 21 Jul 2015 22:19:57 +0200 Subject: [Pkg-xfce-devel] Bug#793073: Bug#793073: appfinder is created under other windows In-Reply-To: <20150721161734.bbbff470c8ef78fd0848337b@gmail.com> References: <20150721025943.3220.12774.reportbug@lizzie.lan> <1437458464.22036.4.camel@debian.org> <20150721105025.f02d536b2e9ecb65256e8b4d@gmail.com> <1437508179.22036.13.camel@debian.org> <20150721161734.bbbff470c8ef78fd0848337b@gmail.com> Message-ID: <1437509997.22036.19.camel@debian.org> On mar., 2015-07-21 at 16:17 -0400, Celejar wrote: > > xfrun4 from a terminal sure doesn't use startup notification. Use a > > shortcut for that. > > Okay - I have Settings / Keyboard / Application Shortcuts restored to > their defaults, where F2 triggers 'xfce4-appfinder --collapsed', > and I'm seeing this behavior. What setting needs to be adjusted to > invoke "startup notification"? Tick the adequately named ?Use startup notification? checkbox in the shorcut edit dialogs. Regards, -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From celejar at gmail.com Tue Jul 21 21:10:38 2015 From: celejar at gmail.com (Celejar) Date: Tue, 21 Jul 2015 17:10:38 -0400 Subject: [Pkg-xfce-devel] Bug#793073: Bug#793073: appfinder is created under other windows In-Reply-To: <1437509997.22036.19.camel@debian.org> References: <20150721025943.3220.12774.reportbug@lizzie.lan> <1437458464.22036.4.camel@debian.org> <20150721105025.f02d536b2e9ecb65256e8b4d@gmail.com> <1437508179.22036.13.camel@debian.org> <20150721161734.bbbff470c8ef78fd0848337b@gmail.com> <1437509997.22036.19.camel@debian.org> Message-ID: <20150721171038.ab641681e342aa06e6087681@gmail.com> On Tue, 21 Jul 2015 22:19:57 +0200 Yves-Alexis Perez wrote: > On mar., 2015-07-21 at 16:17 -0400, Celejar wrote: > > > xfrun4 from a terminal sure doesn't use startup notification. Use a > > > shortcut for that. > > > > Okay - I have Settings / Keyboard / Application Shortcuts restored to > > their defaults, where F2 triggers 'xfce4-appfinder --collapsed', > > and I'm seeing this behavior. What setting needs to be adjusted to > > invoke "startup notification"? > > Tick the adequately named ?Use startup notification? checkbox in the > shorcut edit dialogs. Got it - seems to work now. Yes, the box is adequately named - but how to bring up the edit dialog is not. I had no idea the thing even existed. I had tried clicking and double clicking on the shortcut, but apparently only on the "Shortcut" field, which brings up the shortcut key selection, not the edit dialog. It is hardly clear to the user that something interesting and different happens when the "Command" field is double-clicked (nor does the documentation here http://docs.xfce.org/xfce/xfce4-settings/4.10/keyboard say anything about this). Some hint or button might be a good idea. Additionally, there's no explanation of what startup notification is, and why it might be important. In fact, the Xfce FAQ itself implies that all it does is cause an hourglass to be displayed while applications are loading: > What is the "use startup notification" option? > > If you select this option, the window manager will show an hourglass > while the program is loading. The startup notification libraries have > to be installed. They are probably available with your distribution. https://wiki.xfce.org/faq#panels Anyway, thanks much for the explanation, but I do think we need better documentation / better defaults. > Regards, > -- > Yves-Alexis Celejar From joy at debbugs.entuzijast.net Wed Jul 22 18:43:32 2015 From: joy at debbugs.entuzijast.net (Josip Rodin) Date: Wed, 22 Jul 2015 20:43:32 +0200 Subject: [Pkg-xfce-devel] Bug#748944: Processed: Re: Processed (with 1 errors): on how lightdm does not like it when /etc/X11/Xsession is not executable In-Reply-To: <1437508115.22036.11.camel@debian.org> References: <20150720124719.GA19844@entuzijast.net> <1437404273.3109.12.camel@debian.org> <20150721132059.GA5165@entuzijast.net> <1437508115.22036.11.camel@debian.org> Message-ID: <20150722184332.GA10572@entuzijast.net> On Tue, Jul 21, 2015 at 09:48:35PM +0200, Yves-Alexis Perez wrote: > On mar., 2015-07-21 at 15:20 +0200, Josip Rodin wrote: > > No, startx has also worked on my machine without the executable bit on that > > file. It's lightdm that seems to be depending on something others don't. > > I had the impression that startx (without argument) would use Xsession. > At least the Xsession file header gives that impression. On related note, this system executes the ~/.xsession file as a shell script, but it isn't executable :) > > If this is an actual requirement of some standard, please reassign the bug > > to the owner of the file (x11-common) and have them enforce the standard. > > It's already done. x11-common ships Xsession with executable bit. Well, then it shouldn't ship it as a conffile, because that implies they can't maintain the enforcement, as the user is allowed to do all sorts of things to conffiles (and usually expected to). (Executable configuration file - doesn't that just sound wrong?) -- 2. That which causes joy or happiness. From corsac at debian.org Wed Jul 22 18:52:14 2015 From: corsac at debian.org (Yves-Alexis Perez) Date: Wed, 22 Jul 2015 20:52:14 +0200 Subject: [Pkg-xfce-devel] Bug#748944: Processed: Re: Processed (with 1 errors): on how lightdm does not like it when /etc/X11/Xsession is not executable In-Reply-To: <20150722184332.GA10572@entuzijast.net> References: <20150720124719.GA19844@entuzijast.net> <1437404273.3109.12.camel@debian.org> <20150721132059.GA5165@entuzijast.net> <1437508115.22036.11.camel@debian.org> <20150722184332.GA10572@entuzijast.net> Message-ID: <1437591134.27489.2.camel@debian.org> On mer., 2015-07-22 at 20:43 +0200, Josip Rodin wrote: > On Tue, Jul 21, 2015 at 09:48:35PM +0200, Yves-Alexis Perez wrote: > > On mar., 2015-07-21 at 15:20 +0200, Josip Rodin wrote: > > > No, startx has also worked on my machine without the executable bit on that > > > file. It's lightdm that seems to be depending on something others don't. > > > > I had the impression that startx (without argument) would use Xsession. > > At least the Xsession file header gives that impression. > > On related note, this system executes the ~/.xsession file as a shell > script, but it isn't executable :) No, see 50x11-common_determine-startup, if it's not executable it'll treat it as a shell script and run it through $SHELL (or sh). > > > > If this is an actual requirement of some standard, please reassign the bug > > > to the owner of the file (x11-common) and have them enforce the standard. > > > > It's already done. x11-common ships Xsession with executable bit. > > Well, then it shouldn't ship it as a conffile, because that implies they > can't maintain the enforcement, as the user is allowed to do all sorts of > things to conffiles (and usually expected to). Sure, if you remove the executable bit, it won't execute. Isn't what you wanted, then? Anyway, end of discussion for me. It might be entertaining for you, but it's time consuming for me. Regards, -- Yves-Alexis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: From ftpmaster at ftp-master.debian.org Wed Jul 22 20:38:33 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Jul 2015 20:38:33 +0000 Subject: [Pkg-xfce-devel] Processing of light-locker_1.6.0-4_amd64.changes Message-ID: light-locker_1.6.0-4_amd64.changes uploaded successfully to localhost along with the files: light-locker_1.6.0-4.dsc light-locker_1.6.0-4.debian.tar.xz light-locker_1.6.0-4_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 22 21:37:35 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Jul 2015 21:37:35 +0000 Subject: [Pkg-xfce-devel] light-locker_1.6.0-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 22 Jul 2015 22:22:42 +0200 Source: light-locker Binary: light-locker Architecture: source amd64 Version: 1.6.0-4 Distribution: unstable Urgency: medium Maintainer: Debian Xfce Maintainers Changed-By: Yves-Alexis Perez Description: light-locker - simple screen locker for lightDM display manager Closes: 779749 Changes: light-locker (1.6.0-4) unstable; urgency=medium . * debian/patches: - 02_libsystemd added, build against libsystemd, patch from Michael Biebl. closes: #779749 Checksums-Sha1: b16d53d52b01ef8bdf7bc8a5bdec8bb2c279c9cc 1886 light-locker_1.6.0-4.dsc c7c59723f0935b0ec9775f01aeb592e82f922b27 8084 light-locker_1.6.0-4.debian.tar.xz 2b0ee0aacad2bf04c60a6517a1775aaac2c09c90 246718 light-locker_1.6.0-4_amd64.deb Checksums-Sha256: d573849d726b862e4eec8d2bd3abac21406aeca887a4f00fc271e2e753b65e39 1886 light-locker_1.6.0-4.dsc e89e02baf25af5f13607612faae29086aa4e74031ff23afb955a0a06e27098a3 8084 light-locker_1.6.0-4.debian.tar.xz 569ac535b461bf4e20a23141fb027ef6af9a15752844d39303fb2f2179d11840 246718 light-locker_1.6.0-4_amd64.deb Files: 453d6e7d6651b4889aad10a912479967 1886 x11 optional light-locker_1.6.0-4.dsc bea9ea3ddfd9829eb36aae4b22a1b1f6 8084 x11 optional light-locker_1.6.0-4.debian.tar.xz 17812885e4a6a8bb9de6796b687b3a11 246718 x11 optional light-locker_1.6.0-4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCgAGBQJVr/7mAAoJEG3bU/KmdcClyJ8H/A/p4sVbb1zR4XTKjyaXYSfx wvv3Y3zQeHpZqKtyvWP7pW0PZzqpUsQ4hv6GwTxWYV0fKLqHesgIp67AlVqN+fUd 5rXDCBH77V2VeRidM2ovB0HoF5SP8LN3prpl6QsvQjqVz9rzs3c7lndaL/4TvUTs EoN7JpGl2/WQRrBUllauO0jw3vzwaqTbP9TRFgWILT+Xf4L+E+5kcrl4NiZCmyIO 6ijZaUmSpPo8YZ7//46TGW1xJwwDajWeWdJOHS9pQfcJ6DKy2Gk68XKFiRJIQcRj hrc3/Lp3zFp4/4URyk7373ZuOT6zvVjpVT9jAK+UzIJx+1BTAnZ6CUzFO7yu3R0= =SOTQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Wed Jul 22 21:39:26 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 22 Jul 2015 21:39:26 +0000 Subject: [Pkg-xfce-devel] Bug#779749: marked as done (light-locker: Transition to libsystemd) References: Message-ID: Your message dated Wed, 22 Jul 2015 21:37:35 +0000 with message-id and subject line Bug#779749: fixed in light-locker 1.6.0-4 has caused the Debian Bug report #779749, regarding light-locker: Transition to libsystemd 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 at bugs.debian.org immediately.) -- 779749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779749 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: biebl at debian.org Subject: light-locker: Transition to libsystemd Date: Wed, 04 Mar 2015 18:31:01 +0100 Size: 4112 URL: -------------- next part -------------- An embedded message was scrubbed... From: Yves-Alexis Perez Subject: Bug#779749: fixed in light-locker 1.6.0-4 Date: Wed, 22 Jul 2015 21:37:35 +0000 Size: 4925 URL: From joy at debbugs.entuzijast.net Thu Jul 23 08:06:42 2015 From: joy at debbugs.entuzijast.net (Josip Rodin) Date: Thu, 23 Jul 2015 10:06:42 +0200 Subject: [Pkg-xfce-devel] Bug#748944: Processed: Re: Processed (with 1 errors): on how lightdm does not like it when /etc/X11/Xsession is not executable In-Reply-To: <1437591134.27489.2.camel@debian.org> References: <20150720124719.GA19844@entuzijast.net> <1437404273.3109.12.camel@debian.org> <20150721132059.GA5165@entuzijast.net> <1437508115.22036.11.camel@debian.org> <20150722184332.GA10572@entuzijast.net> <1437591134.27489.2.camel@debian.org> Message-ID: <20150723080642.GA29969@entuzijast.net> reassign 748944 x11-common retitle 748944 lightdm relies on the executability of /etc/X11/Xsession, please enforce it thanks On Wed, Jul 22, 2015 at 08:52:14PM +0200, Yves-Alexis Perez wrote: > On mer., 2015-07-22 at 20:43 +0200, Josip Rodin wrote: > > On Tue, Jul 21, 2015 at 09:48:35PM +0200, Yves-Alexis Perez wrote: > > > On mar., 2015-07-21 at 15:20 +0200, Josip Rodin wrote: > > > > No, startx has also worked on my machine without the executable bit on that > > > > file. It's lightdm that seems to be depending on something others don't. > > > > > > I had the impression that startx (without argument) would use Xsession. > > > At least the Xsession file header gives that impression. > > > > On related note, this system executes the ~/.xsession file as a shell > > script, but it isn't executable :) > > No, see 50x11-common_determine-startup, if it's not executable it'll > treat it as a shell script and run it through $SHELL (or sh). That's what I meant, it's effectively the same. > > > > If this is an actual requirement of some standard, please reassign the bug > > > > to the owner of the file (x11-common) and have them enforce the standard. > > > > > > It's already done. x11-common ships Xsession with executable bit. > > > > Well, then it shouldn't ship it as a conffile, because that implies they > > can't maintain the enforcement, as the user is allowed to do all sorts of > > things to conffiles (and usually expected to). > > Sure, if you remove the executable bit, it won't execute. Isn't what > you wanted, then? I have no recollection of actually removing that executable bit for any actual purpose, and I don't generally go around chmod -x'ing arbitrary files on my system. I'm thinking it happened through some change of functionality on an upgrade. > Anyway, end of discussion for me. It might be entertaining for you, but > it's time consuming for me. I assure you that bugs like this aren't entertaining to users - being unable to access your working environment is usually quite stressful. That I've made a lighthearted comment should indicate to you that I'm on your side, probably unlike N unknown lurkers who may have seen the same bug, got pissed off at what they saw as a useless piece of software, but then never bothered to tell us. I've moved it to x11-common. -- 2. That which causes joy or happiness. From owner at bugs.debian.org Thu Jul 23 08:09:08 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Jul 2015 08:09:08 +0000 Subject: [Pkg-xfce-devel] Processed: Re: Processed: Re: Processed (with 1 errors): on how lightdm does not like it when /etc/X11/Xsession is not executable References: <20150723080642.GA29969@entuzijast.net> Message-ID: Processing commands for control at bugs.debian.org: > reassign 748944 x11-common Bug #748944 {Done: James Lynn } [lightdm] lightdm: Attempt to login fails to get past greeter Bug reassigned from package 'lightdm' to 'x11-common'. No longer marked as found in versions lightdm/1.10.1-2. Ignoring request to alter fixed versions of bug #748944 to the same values previously set > retitle 748944 lightdm relies on the executability of /etc/X11/Xsession, please enforce it Bug #748944 {Done: James Lynn } [x11-common] lightdm: Attempt to login fails to get past greeter Changed Bug title to 'lightdm relies on the executability of /etc/X11/Xsession, please enforce it' from 'lightdm: Attempt to login fails to get past greeter' > thanks Stopping processing here. Please contact me if you need assistance. -- 748944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From nathanielmbeaver at gmail.com Fri Jul 24 02:08:01 2015 From: nathanielmbeaver at gmail.com (Nathaniel Beaver) Date: Thu, 23 Jul 2015 21:08:01 -0500 Subject: [Pkg-xfce-devel] Bug#793437: xfce4-power-manager: temporary and erroneous "9% remaining" in panel plugin Message-ID: <55B19E01.4070404@gmail.com> Package: xfce4-power-manager Version: 1.4.1-1 Severity: normal Sometimes when waking from suspend, the panel plugin will display a very low battery (consistently 9%), but nevertheless with a very long time until discharged (4 hours 7 minutes, 4 hours 15 minutes, 85 hours 1 minute, etc.). It does not match the output of commands like $ acpitool --battery or other battery notification widgets, so I know it isn't a hardware problem. Then, about 2 minutes later, the panel plugin display updates and shows the correct capacity and discharge time. Unfortunately, I have not found a way to reproduce it consistently, but I did manage to take a logfile while it happened, the relevant section of which is attached. (I can attach the entire thing if necessary.) -- System Information: Debian Release: 8.1 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages xfce4-power-manager depends on: ii libc6 2.19-18 ii libdbus-1-3 1.8.18-0+deb8u1 ii libdbus-glib-1-2 0.102-1 ii libgdk-pixbuf2.0-0 2.31.1-2+b1 ii libglib2.0-0 2.42.1-1 ii libgtk2.0-0 2.24.25-3 ii libnotify4 0.7.6-2 ii libupower-glib3 0.99.1-3.2 ii libx11-6 2:1.6.2-3 ii libxext6 2:1.3.3-1 ii libxfce4ui-1-0 4.10.0-6 ii libxfce4util6 4.10.1-2 ii libxfconf-0-2 4.10.0-3 ii libxrandr2 2:1.4.2-1+b1 ii upower 0.99.1-3.2 ii xfce4-power-manager-data 1.4.1-1 Versions of packages xfce4-power-manager recommends: ii libpam-systemd 215-17+deb8u1 ii xfce4-power-manager-plugins 1.4.1-1 xfce4-power-manager suggests no packages. -- no debconf information -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot - 07092015 - 05:41:33 PM.png Type: image/png Size: 27181 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot - 07092015 - 05:42:00 PM.png Type: image/png Size: 26742 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot - 07102015 - 01:22:42 PM.png Type: image/png Size: 27222 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot - 07102015 - 01:23:06 PM.png Type: image/png Size: 26275 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot - 07232015 - 07:04:32 PM_cropped.png Type: image/png Size: 30722 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot - 07232015 - 07:06:05 PM_cropped.png Type: image/png Size: 29699 bytes Desc: not available URL: -------------- next part -------------- $ acpitool --battery Battery #1 : present Remaining capacity : 41590 mWh, 97.26%, 02:55:15 Design capacity : 47520 mWh Last full capacity : 42760 mWh, 89.98% of design capacity Capacity loss : 10.02% Present rate : 14239 mW Charging state : Discharging Battery type : Li-ion Model number : 45N1107 Serial number : 1219 $ date Thu Jul 23 19:05:04 CDT 2015 $ acpitool --battery Battery #1 : present Remaining capacity : 40860 mWh, 95.56%, 02:17:08 Design capacity : 47520 mWh Last full capacity : 42760 mWh, 89.98% of design capacity Capacity loss : 10.02% Present rate : 17876 mW Charging state : Discharging Battery type : Li-ion Model number : 45N1107 Serial number : 1219 $ date Thu Jul 23 19:06:27 CDT 2015 -------------- next part -------------- Jul 23 18:52:14 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-charged Jul 23 18:52:14 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 4 Jul 23 19:03:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Ba Jul 23 19:03:58 (xfce4-power-manager:28048): GLib-CRITICAL **: Source ID 1332 was not found when attempting to remove it Jul 23 19:05:58 Jul 23 19:05:58 (xfce4-power-manager:28048): GLib-GObject-CRITICAL **: g_value_set_enum: assertion 'G_VALUE_HOLDS_ENUM (value)' failed Jul 23 19:05:58 Jul 23 19:05:58 (xfce4-power-manager:28048): GLib-GObject-WARNING **: g_object_get_valist: object class 'XfpmBattery' has no property named 'power-supply' Jul 23 19:05:58 ttery icon xfpm-primary-charged Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 4 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-charged Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 4 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-charged Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 4 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-charged Jul 23 19:05:58 TRACE[xfpm-manager.c:352] xfpm_manager_lid_changed_cb(): LID close event: ((XfpmLidTriggerAction) LID_TRIGGER_SUSPEND) Jul 23 19:05:58 TRACE[xfpm-manager.c:385] xfpm_manager_lid_changed_cb(): LID opened: ((XfpmLidTriggerAction) LID_TRIGGER_SUSPEND) Jul 23 19:05:58 TRACE[xfpm-dpms.c:284] xfpm_dpms_force_level(): start Jul 23 19:05:58 TRACE[xfpm-dpms.c:297] xfpm_dpms_force_level(): DPMS is disabled Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-dpms.c:75] xfpm_dpms_set_timeouts(): Settings dpms: standby=300 suspend=0 off=600 Jul 23 19:05:58 Jul 23 19:05:58 TRACE[xfpm-dpms.c:348] xfpm_dpms_set_on_battery(): dpms on battery TRUE Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-power.c:1366] xfpm_update_blank_time(): Timeout: 10 Jul 23 19:05:58 TRACE[xfpm-power.c:833] xfpm_power_add_device(): 'battery' device added Jul 23 19:05:58 TRACE[xfpm-power.c:843] xfpm_power_add_device(): Battery device type 'battery' detected at: /org/freedesktop/UPower/devices/battery_BAT0 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-000 Jul 23 19:05:58 TRACE[xfpm-power.c:742] xfpm_power_battery_charge_changed_cb(): Current system charge status: ((XfpmBatteryCharge) XFPM_BATTERY_CHARGE_UNKNOWN) Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 19:05:58 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 Jul 23 19:05:58 TRACE[xfpm-battery.c:189] xfpm_battery_refresh_icon(): Battery state 2 Jul 23 20:10:53 TRACE[xfpm-battery.c:240] xfpm_battery_refresh_icon(): Battery icon xfpm-primary-100 From owner at bugs.debian.org Fri Jul 24 11:22:24 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 24 Jul 2015 11:22:24 +0000 Subject: [Pkg-xfce-devel] Processed: reassign 788294 to rexical, fixed 788294 in 1.0.5-2, found 788294 in 1.0.5-1, affects 788294 ... References: <1437736599-3940-bts-anbe@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # unconfuse bts > reassign 788294 rexical Bug #788294 {Done: Balasankar C } [rex,rexical] rex,rexical: error when trying to install together Bug reassigned from package 'rex,rexical' to 'rexical'. No longer marked as found in versions rexical/1.0.5-1, 1.0.5-1, and rex/1.2.1-1. No longer marked as fixed in versions rexical/1.0.5-2. > fixed 788294 1.0.5-2 Bug #788294 {Done: Balasankar C } [rexical] rex,rexical: error when trying to install together Marked as fixed in versions rexical/1.0.5-2. > found 788294 1.0.5-1 Bug #788294 {Done: Balasankar C } [rexical] rex,rexical: error when trying to install together Marked as found in versions rexical/1.0.5-1. > affects 788294 + rex Bug #788294 {Done: Balasankar C } [rexical] rex,rexical: error when trying to install together Added indication that 788294 affects rex > notfixed 783878 3.14.0-3 Bug #783878 {Done: Pedro Beja } [gedit] gedit: error de dependecias gedit-plugins No longer marked as fixed in versions 3.14.0-3. > # drop redundant tags > tags 757836 - jessie sid stretch Bug #757836 {Done: Colin Tuckley } [libhamlib2-perl] libhamlib2-perl: Creates empty /usr/lib/perl5 directory when built with perl 5.20 Removed tag(s) jessie, stretch, and sid. > tags 782065 - jessie sid stretch experimental Bug #782065 {Done: Christos Trochalakis } [src:nginx] Enable HTTP Gunzip module for nginx Removed tag(s) jessie, stretch, sid, and experimental. > fixed 732410 2:3.3.10-1 Bug #732410 {Done: Craig Small } [procps] procps: Signal 18 (CONT) caught by ps (procps-ng version 3.3.8). ps:display.c:66: please report this bug Marked as fixed in versions procps/2:3.3.10-1. > fixed 787081 5.6.9+dfsg-1 Bug #787081 {Done: Ond?ej Sur? } [src:php5] php5: segfault when using SoapClient::__setSoapHeader Marked as fixed in versions php5/5.6.9+dfsg-1. > found 783821 1.4.2-1 Bug #783821 {Done: David Bremner } [darktable] libgphoto2-dev: no longer ships gphoto2-{, port-}config which breaks FindGphoto2.cmake Marked as found in versions darktable/1.4.2-1. > tags 783821 + sid stretch Bug #783821 {Done: David Bremner } [darktable] libgphoto2-dev: no longer ships gphoto2-{, port-}config which breaks FindGphoto2.cmake Added tag(s) stretch and sid. > tags 785272 - jessie stretch Bug #785272 {Done: Mike Gabriel } [mate-panel] mate-panel: "window list" applet is unusable on vertical panel Removed tag(s) stretch and jessie. > tags 779854 - jessie sid stretch Bug #779854 {Done: Mike Gabriel } [src:mate-panel] GList extensions in mate-panel have a NULL pointer dereference Removed tag(s) sid, stretch, and jessie. > tags 720018 - jessie sid stretch Bug #720018 {Done: Damyan Ivanov } [src:libhtml-wikiconverter-moinmoin-perl] libhtml-wikiconverter-moinmoin-perl: FTBFS with perl 5.18: test failures Removed tag(s) jessie, sid, and stretch. > # flashback packages moved to separate source > fixed 773644 gnome-panel/3.14.0-1 Bug #773644 {Done: Dmitry Shachnev } [gnome-session-flashback] gnome-session-flashback: Applications with header bar do not show fallback menus in flashback session, no way to access menu Marked as fixed in versions gnome-panel/3.14.0-1. > fixed 730495 gnome-panel/3.14.0-1 Bug #730495 {Done: Dmitry Shachnev } [gnome-session-flashback] gnome-session-flashback: Unable to start fallback-session without compositing Bug #771444 {Done: Dmitry Shachnev } [gnome-session-flashback] gnome-session-flashback: gnome-fallback-session fail with "software acceleration check failed" message Marked as fixed in versions gnome-panel/3.14.0-1. Marked as fixed in versions gnome-panel/3.14.0-1. > notfixed 755365 4.0.0 Bug #755365 {Done: "Barak A. Pearlmutter" } [pdf-presenter-console] Please inhibit the screensaver while running There is no source info for the package 'pdf-presenter-console' at version '4.0.0' with architecture '' Unable to make a source version for version '4.0.0' No longer marked as fixed in versions 4.0.0. > fixed 755365 4.0.0-1 Bug #755365 {Done: "Barak A. Pearlmutter" } [pdf-presenter-console] Please inhibit the screensaver while running Marked as fixed in versions pdf-presenter-console/4.0.0-1. > reassign 758310 libuv1 Bug #758310 {Done: Luca Bruno } [src:libuv] libuv: Please update to current stable release Bug reassigned from package 'src:libuv' to 'libuv1'. No longer marked as found in versions libuv/0.10.27-2 and libuv/0.10.28-1. No longer marked as fixed in versions libuv1/1.4.2-1. > fixed 758310 1.4.2-1 Bug #758310 {Done: Luca Bruno } [libuv1] libuv: Please update to current stable release Marked as fixed in versions libuv1/1.4.2-1. > affects 758310 src:libuv Bug #758310 {Done: Luca Bruno } [libuv1] libuv: Please update to current stable release Added indication that 758310 affects src:libuv > notfixed 557561 libmaven-filtering-java/1.0~beta-2-5 Bug #557561 {Done: Hans Joachim Desserud } [libmaven-filtering-java] Typo in package description: "This packages" The source libmaven-filtering-java and version 1.0~beta-2-5 do not appear to match any binary packages No longer marked as fixed in versions libmaven-filtering-java/1.0~beta-2-5. > fixed 557561 1.0~beta-2-5 Bug #557561 {Done: Hans Joachim Desserud } [libmaven-filtering-java] Typo in package description: "This packages" Marked as fixed in versions maven-filtering/1.0~beta-2-5. > found 720108 0.1.3-1 Bug #720108 {Done: Vincent Cheng } [supertux] Please upload 0.3.3 to unstable Marked as found in versions supertux/0.1.3-1. > reassign 711754 cpio-doc Bug #711754 {Done: Wookey } [cpio] provide a cpio-doc just like tar-doc Bug reassigned from package 'cpio' to 'cpio-doc'. No longer marked as found in versions cpio/2.11+dfsg-1. No longer marked as fixed in versions cpio-doc/2.11-1. > fixed 711754 2.11-1 Bug #711754 {Done: Wookey } [cpio-doc] provide a cpio-doc just like tar-doc Marked as fixed in versions cpio-doc/2.11-1. > affects 711754 + src:cpio Bug #711754 {Done: Wookey } [cpio-doc] provide a cpio-doc just like tar-doc Added indication that 711754 affects src:cpio > tags 711754 - wontfix Bug #711754 {Done: Wookey } [cpio-doc] provide a cpio-doc just like tar-doc Removed tag(s) wontfix. > notfixed 738568 0.14 Bug #738568 {Done: Tollef Fog Heen } [chrpath] chrpath: Support working on ELFs with non-native endianness There is no source info for the package 'chrpath' at version '0.14' with architecture '' Unable to make a source version for version '0.14' No longer marked as fixed in versions 0.14. > fixed 738568 0.16-1 Bug #738568 {Done: Tollef Fog Heen } [chrpath] chrpath: Support working on ELFs with non-native endianness Marked as fixed in versions chrpath/0.16-1. > fixed 784336 1:2.1.5.0 Bug #784336 {Done: Antonio Terceiro } [ruby] redmine package dependence failure upgrading to jessie Marked as fixed in versions ruby-defaults/1:2.1.5.0. > tags 779876 + jessie stretch sid Bug #779876 {Done: Matthias Klose } [gcc-4.9-base] gcc-4.9-base: please add Breaks: gnat-4.6-base (<< 4.6.4) Added tag(s) jessie, stretch, and sid. > notfixed 743622 2:4.10.5-1 Bug #743622 {Done: Mike Hommey } [libnspr4-dev] libnspr4-dev: support for ppc64el There is no source info for the package 'libnspr4-dev' at version '2:4.10.5-1' with architecture '' Unable to make a source version for version '2:4.10.5-1' No longer marked as fixed in versions 2:4.10.5-1. > fixed 743622 2:4.10.6-1 Bug #743622 {Done: Mike Hommey } [libnspr4-dev] libnspr4-dev: support for ppc64el Marked as fixed in versions nspr/2:4.10.6-1. > notfixed 592645 0.9.0~beta1 Bug #592645 {Done: "Barak A. Pearlmutter" } [yasnippet] yasnippet: Some snippets contain puerile and unhelpful terms There is no source info for the package 'yasnippet' at version '0.9.0~beta1' with architecture '' Unable to make a source version for version '0.9.0~beta1' No longer marked as fixed in versions yasnippet/0.9.0~beta1. > fixed 592645 0.9.0~beta1-1 Bug #592645 {Done: "Barak A. Pearlmutter" } [yasnippet] yasnippet: Some snippets contain puerile and unhelpful terms Marked as fixed in versions yasnippet/0.9.0~beta1-1. > fixed 776185 4.0.3-12.3 Bug #776185 {Done: Ond?ej Sur? } [src:tiff] tiff: CVE-2014-8127 CVE-2014-8128 CVE-2014-8130 Marked as fixed in versions tiff/4.0.3-12.3. > tags 786838 + sid stretch Bug #786838 {Done: gregor herrmann } [src:libdevel-size-perl] libdevel-size-perl: test failures with perl 5.22 Added tag(s) stretch and sid. > reassign 694462 src:libcommons-net-java Bug #694462 {Done: Emmanuel Bourg } [libcommons-net2-java] libcommons-net2-java: New upstream release 3.1 available Bug reassigned from package 'libcommons-net2-java' to 'src:libcommons-net-java'. No longer marked as found in versions libcommons-net2-java/2.2-2. No longer marked as fixed in versions libcommons-net-java/3.3-1. > fixed 694462 3.3-1 Bug #694462 {Done: Emmanuel Bourg } [src:libcommons-net-java] libcommons-net2-java: New upstream release 3.1 available Marked as fixed in versions libcommons-net-java/3.3-1. > affects 694462 src:libcommons-net2-java Bug #694462 {Done: Emmanuel Bourg } [src:libcommons-net-java] libcommons-net2-java: New upstream release 3.1 available Added indication that 694462 affects src:libcommons-net2-java > found 740719 2:2.21.15-1 Bug #740719 {Done: Steven Chamberlain } [xserver-xorg-video-intel] xserver-xorg-video-intel: requires KMS but loads non-KMS i915.ko on kfreebsd Marked as found in versions xserver-xorg-video-intel/2:2.21.15-1. > reassign 776332 rootskel Bug #776332 {Done: Steven Chamberlain } [src:kfreebsd-10] kfreebsd-10: installer fails for 128 MB install Bug reassigned from package 'src:kfreebsd-10' to 'rootskel'. No longer marked as found in versions kfreebsd-10/10.1~svn274115-1. No longer marked as fixed in versions rootskel/1.110+kbsd8u1. > fixed 776332 1.110+kbsd8u1 Bug #776332 {Done: Steven Chamberlain } [rootskel] kfreebsd-10: installer fails for 128 MB install Marked as fixed in versions rootskel/1.110+kbsd8u1. > found 776332 1.110 Bug #776332 {Done: Steven Chamberlain } [rootskel] kfreebsd-10: installer fails for 128 MB install Marked as found in versions rootskel/1.110. > affects 776332 + src:kfreebsd-10 Bug #776332 {Done: Steven Chamberlain } [rootskel] kfreebsd-10: installer fails for 128 MB install Added indication that 776332 affects src:kfreebsd-10 > notfixed 786414 krb5-kdc/1.13.1+dfsg-1 Bug #786414 {Done: Benjamin Kaduk } [krb5-kdc] krb5-kdc: please listen on TCP ports by default too The source krb5-kdc and version 1.13.1+dfsg-1 do not appear to match any binary packages No longer marked as fixed in versions krb5-kdc/1.13.1+dfsg-1. > fixed 786414 1.13.1+dfsg-1 Bug #786414 {Done: Benjamin Kaduk } [krb5-kdc] krb5-kdc: please listen on TCP ports by default too Marked as fixed in versions krb5/1.13.1+dfsg-1. > notfixed 770754 thunar-data/1.6.8-2 Bug #770754 {Done: Fabien Harrang } [thunar] thunar: lack of accents in french thunar translations The source thunar-data and version 1.6.8-2 do not appear to match any binary packages No longer marked as fixed in versions thunar-data/1.6.8-2. > fixed 770754 1.6.8-2 Bug #770754 {Done: Fabien Harrang } [thunar] thunar: lack of accents in french thunar translations Marked as fixed in versions thunar/1.6.8-2. > tags 780780 - jessie Bug #780780 {Done: Mike Gabriel } [src:mate-media] various parts of mate-media don't receive GSettings notifications with GLib >= 2.43 Removed tag(s) jessie. > tags 574419 - jessie Bug #574419 {Done: "Matteo F. Vescovi" } [inkscape] inkscape: Build dependency for GraphicsMagick++ not found Removed tag(s) jessie. > found 780517 8.2.1~dfsg.1-1 Bug #780517 {Done: Michael Hanke } [condor] condor FTBFS on raspbian and probablly other derivatives due to fragile OS detection code. There is no source info for the package 'condor' at version '8.2.1~dfsg.1-1' with architecture '' Unable to make a source version for version '8.2.1~dfsg.1-1' Marked as found in versions 8.2.1~dfsg.1-1. > notfixed 524405 mount/2.24.2-1 Bug #524405 {Done: Andreas Henriksson } [mount] Mount package could include copy of sharedsubtree.txt file in doc directory The source mount and version 2.24.2-1 do not appear to match any binary packages No longer marked as fixed in versions mount/2.24.2-1. > fixed 524405 2.24.2-1 Bug #524405 {Done: Andreas Henriksson } [mount] Mount package could include copy of sharedsubtree.txt file in doc directory Marked as fixed in versions util-linux/2.24.2-1. > tags 780791 - jessie Bug #780791 {Done: Mike Gabriel } [src:pluma] filebrowser plugin doesn't receive GSettings notifications with GLib >= 2.43 Removed tag(s) jessie. > found 643564 4.1.1-P1-15 Bug #643564 {Done: Michael Gilbert } [isc-dhcp-server] isc-dhcp-server: responds to vlan tagged packets on untagged interface Marked as found in versions isc-dhcp/4.1.1-P1-15. > tags 643564 - jessie sid stretch wheezy Bug #643564 {Done: Michael Gilbert } [isc-dhcp-server] isc-dhcp-server: responds to vlan tagged packets on untagged interface Removed tag(s) sid, stretch, wheezy, and jessie. > notfound 751858 37.0.2062.120-2 Bug #751858 {Done: Michael Gilbert } [chromium] Chromium 35.. input language switch not working Bug #762515 {Done: Michael Gilbert } [chromium] chromium: ignores keys from keyboard (like umlauts) No longer marked as found in versions chromium-browser/37.0.2062.120-2. No longer marked as found in versions chromium-browser/37.0.2062.120-2. > found 751858 35.0.1916.114-1~deb7u2 Bug #751858 {Done: Michael Gilbert } [chromium] Chromium 35.. input language switch not working Bug #762515 {Done: Michael Gilbert } [chromium] chromium: ignores keys from keyboard (like umlauts) Marked as found in versions chromium-browser/35.0.1916.114-1~deb7u2. Marked as found in versions chromium-browser/35.0.1916.114-1~deb7u2. > found 751858 35.0.1916.153-1~deb7u1 Bug #751858 {Done: Michael Gilbert } [chromium] Chromium 35.. input language switch not working Bug #762515 {Done: Michael Gilbert } [chromium] chromium: ignores keys from keyboard (like umlauts) Marked as found in versions chromium-browser/35.0.1916.153-1~deb7u1. Marked as found in versions chromium-browser/35.0.1916.153-1~deb7u1. > found 761017 1.6.2+dfsg-1 Bug #761017 {Done: Sandro Knau? } [owncloud-client-cmd] owncloud-client-cmd: Shows password on screen while typing it Marked as found in versions owncloud-client/1.6.2+dfsg-1. > reassign 769462 src:util-linux Bug #769462 {Done: Andreas Henriksson } [bash-completion] bash-completion broken for parameters of known programs not in $PATH Bug reassigned from package 'bash-completion' to 'src:util-linux'. No longer marked as found in versions bash-completion/1:2.1-4. No longer marked as fixed in versions util-linux/2.26.2-1. > fixed 769462 2.26.2-1 Bug #769462 {Done: Andreas Henriksson } [src:util-linux] bash-completion broken for parameters of known programs not in $PATH Marked as fixed in versions util-linux/2.26.2-1. > tags 739620 - sid stretch jessie Bug #739620 {Done: Sebastian Ramacher } [bpython] Rewrite the python shebang path to /usr/bin/python3 Removed tag(s) sid, stretch, and jessie. > reassign 783143 cgroupfs-mount Bug #783143 {Done: Tianon Gravi } [docker.io] docker.io does not need cgroupfs-mount Bug reassigned from package 'docker.io' to 'cgroupfs-mount'. No longer marked as found in versions docker.io/1.6.0~rc4~dfsg1-1. No longer marked as fixed in versions cgroupfs-mount/1.2. > fixed 783143 1.2 Bug #783143 {Done: Tianon Gravi } [cgroupfs-mount] docker.io does not need cgroupfs-mount Marked as fixed in versions cgroupfs-mount/1.2. > affects 783143 + docker.io Bug #783143 {Done: Tianon Gravi } [cgroupfs-mount] docker.io does not need cgroupfs-mount Added indication that 783143 affects docker.io > notfixed 697148 2.10.7 Bug #697148 {Done: Peter Spiess-Knafl } [libpurple0] libpurple: Tcl plugin fails to read the script sources There is no source info for the package 'libpurple0' at version '2.10.7' with architecture '' Unable to make a source version for version '2.10.7' No longer marked as fixed in versions 2.10.7. > fixed 697148 2.10.7-1 Bug #697148 {Done: Peter Spiess-Knafl } [libpurple0] libpurple: Tcl plugin fails to read the script sources Marked as fixed in versions pidgin/2.10.7-1. > tags 680687 - jessie sid stretch wheezy Bug #680687 {Done: Niels Thykier } [debhelper] debhelper should output the calls into the upstream build system by default Removed tag(s) wheezy, jessie, sid, and stretch. > tags 745034 - jessie sid stretch Bug #745034 {Done: Michael Biebl } [avrdude] GPIO is limited to just 32 pins Removed tag(s) jessie, stretch, and sid. > notfixed 777249 0.2.73-2+b2 Bug #777249 {Done: Agustin Martin } [partclone] partclone: unmet dependency No longer marked as fixed in versions 0.2.73-2+b2. > thanks Stopping processing here. Please contact me if you need assistance. -- 524405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524405 557561: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557561 574419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574419 592645: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592645 643564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643564 680687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680687 694462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694462 697148: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697148 711754: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711754 720018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720018 720108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720108 730495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730495 732410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732410 738568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738568 739620: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739620 740719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740719 743622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743622 745034: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745034 751858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751858 755365: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755365 757836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757836 758310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758310 761017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761017 762515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762515 769462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769462 770754: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770754 771444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771444 773644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773644 776185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776185 776332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776332 777249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777249 779854: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779854 779876: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779876 780517: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780517 780780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780780 780791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780791 782065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782065 783143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783143 783821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783821 783878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783878 784336: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784336 785272: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785272 786414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786414 786838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786838 787081: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787081 788294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788294 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From yanpaso at gmail.com Sat Jul 25 09:40:42 2015 From: yanpaso at gmail.com (Yan Pashkovsky) Date: Sat, 25 Jul 2015 12:40:42 +0300 Subject: [Pkg-xfce-devel] BUG: xfce4-session debian builds break QT apps Message-ID: <55B3599A.503@gmail.com> Bug report https://bugzilla.xfce.org/show_bug.cgi?id=12012 Debian 8 uses xfce4-session compiled with --disable-legacy-sm by default, so I got some uggly QT applications because of it. Examples: skype, qtconfig, clementine Mint maintainer compiled without key --disable-legacy-sm and xfce works fine, apps look good -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at release.debian.org Tue Jul 28 16:39:14 2015 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 28 Jul 2015 16:39:14 +0000 Subject: [Pkg-xfce-devel] light-locker 1.6.0-4 MIGRATED to testing Message-ID: FYI: The status of the light-locker source package in Debian's testing distribution has changed. Previous version: 1.6.0-3 Current version: 1.6.0-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From jdietrch at fastmail.fm Wed Jul 29 10:06:27 2015 From: jdietrch at fastmail.fm (James Dietrich) Date: Wed, 29 Jul 2015 06:06:27 -0400 Subject: [Pkg-xfce-devel] Bug#793952: xfce-applications.menu doesn't work with openbox-menu Message-ID: <1438164387.3172948.336108265.6A347BF6@webmail.messagingengine.com> Package: libgarcon-common Version: 0.2.1-2 Severity: normal I have installed openbox-menu (0.5.1-2) and this package (libgarcon-common) as one of its dependencies. I wish to use openbox-menu to generate a menu from the file xfce-applications.menu found in libgarcon-common. However, this fails with an error: ------------------------------------------ $ openbox-menu xfce-applications.menu ** (openbox-menu:9684): WARNING **: Can't get menu root directory $ ------------------------------------------ I did discover that if I change line five of xfce-applications from Xfce to Applications then it works as it should. -- System Information: Debian Release: 8.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- no debconf information From kittyofthebox at gmail.com Fri Jul 31 09:56:58 2015 From: kittyofthebox at gmail.com (kittyofthebox) Date: Fri, 31 Jul 2015 19:56:58 +1000 Subject: [Pkg-xfce-devel] Bug#625691: thunar: Thunar crashes when opened dir is renamed by other program Message-ID: <20150731095658.26915.36835.reportbug@madoka.workgroup> Package: thunar Version: 1.6.3-2 Followup-For: Bug #625691 Hi, This might be related to this bug. I deleted a file and thunar crashed, when checking gdb I found the following message: (Thunar:30405): GLib-GObject-WARNING **: invalid uninstantiatable type '(null)' in cast to 'ThunarThumbnailer' Seems similar to this bug report only it happened for a video file instead of a whole directory. I've attached the crash log. (Note I had to sigint then sigterm thunar in this debug because it didn't crash out just froze) Kitty -- System Information: Debian Release: 8.1 APT prefers stable APT policy: (700, 'stable'), (600, 'testing'), (400, 'oldstable'), (300, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages thunar depends on: ii desktop-file-utils 0.22-1 ii exo-utils 0.10.2-4 ii libatk1.0-0 2.14.0-1 ii libc6 2.19-18 ii libcairo2 1.14.0-2.1 ii libdbus-1-3 1.8.18-0+deb8u1 ii libdbus-glib-1-2 0.102-1 ii libexo-1-0 0.10.2-4 ii libgdk-pixbuf2.0-0 2.31.1-2+b1 ii libglib2.0-0 2.42.1-1 ii libgtk2.0-0 2.24.25-3 ii libgudev-1.0-0 215-17+deb8u1 ii libice6 2:1.0.9-1+b1 ii libnotify4 0.7.6-2 ii libpango-1.0-0 1.36.8-3 ii libsm6 2:1.2.2-1+b1 ii libthunarx-2-0 1.6.3-2 ii libxfce4ui-1-0 4.10.0-6 ii libxfce4util6 4.10.1-2 ii libxfconf-0-2 4.10.0-3 ii shared-mime-info 1.3-1 ii thunar-data 1.6.3-2 Versions of packages thunar recommends: ii dbus-x11 1.8.18-0+deb8u1 ii gvfs 1.22.2-1 ii libfontconfig1 2.11.0-6.3 ii libfreetype6 2.5.2-3 ii libpangocairo-1.0-0 1.36.8-3 ii libpangoft2-1.0-0 1.36.8-3 ii thunar-volman 0.8.0-4 ii tumbler 0.1.30-1+b1 ii xdg-user-dirs 0.15-2 ii xfce4-panel 4.10.1-1 Versions of packages thunar suggests: pn thunar-archive-plugin pn thunar-media-tags-plugin -- no debconf information -------------- next part -------------- GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /usr/bin/Thunar...Reading symbols from /usr/lib/debug/.build-id/23/eaf23fb1cc4264ad331f35 9cee26a853a0808b.debug...done. done. (gdb) run Starting program: /usr/bin/Thunar [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffedc40700 (LWP 30419)] [New Thread 0x7fffed43f700 (LWP 30420)] [New Thread 0x7fffe7986700 (LWP 30422)] [Thread 0x7fffe7986700 (LWP 30422) exited] thunar-volman: Unsupported USB device type. thunar-volman: Unsupported USB device type. thunar-volman: Unknown block device type. thunar-volman: Could not detect the volume corresponding to the device. thunar-volman: Unsupported USB device type. thunar-volman: Unsupported USB device type. thunar-volman: Unknown block device type. thunar-volman: Could not detect the volume corresponding to the device. thunar-volman: Unsupported USB device type. thunar-volman: Unsupported USB device type. thunar-volman: Unknown block device type. thunar-volman: Could not detect the volume corresponding to the device. thunar-volman: Unsupported USB device type. thunar-volman: Unsupported USB device type. thunar-volman: Unknown block device type. thunar-volman: Could not detect the volume corresponding to the device. [New Thread 0x7fffe7986700 (LWP 1810)] [Thread 0x7fffe7986700 (LWP 1810) exited] [New Thread 0x7fffe7986700 (LWP 3342)] [Thread 0x7fffe7986700 (LWP 3342) exited] [New Thread 0x7fffe7986700 (LWP 5559)] [New Thread 0x7fffe63eb700 (LWP 5560)] [Thread 0x7fffe7986700 (LWP 5559) exited] [Thread 0x7fffe63eb700 (LWP 5560) exited] [New Thread 0x7fffe63eb700 (LWP 8133)] [Thread 0x7fffe63eb700 (LWP 8133) exited] SNIP (Was just a bunch of threads starting and exiting) [New Thread 0x7fffe63eb700 (LWP 11380)] [New Thread 0x7fffe52be700 (LWP 11381)] (Thunar:30405): GLib-GObject-WARNING **: invalid uninstantiatable type '(null)' in cast to 'ThunarThumbnailer' [Thread 0x7fffe52be700 (LWP 11381) exited] [Thread 0x7fffe63eb700 (LWP 11380) exited] Program received signal SIGINT, Interrupt. syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 38 ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory. (gdb) (gdb) b Breakpoint 1 at 0x7ffff4637fd9: file ../sysdeps/unix/sysv/linux/x86_64/syscall.S, line 38. (gdb) stop (gdb) bt full #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 No locals. #1 0x00007ffff4ba9a19 in g_mutex_lock_slowpath (mutex=0x5555559cfae8) at /tmp/buildd/glib2.0-2.42.1/./glib/gthread-posix.c:1314 No locals. #2 0x00005555555ccac9 in thunar_thumbnailer_queue_async_reply ( proxy=0x555555afeb10, handle=1, error=0x0, user_data=0x555555cd9d40) at thunar-thumbnailer.c:617 thumbnailer = 0x5555559cfac0 #3 0x00005555555cc6ce in thunar_thumbnailer_proxy_queue_async_callback ( proxy=0x555555afeb10, call=, user_data=0x555555c2b500) at ../thunar/thunar-thumbnailer-proxy.h:44 data = 0x555555c2b500 error = 0x0 OUT_handle = 1 #4 0x00007ffff54029b2 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 No symbol table info available. #5 0x00007ffff5405e81 in dbus_connection_dispatch () from /lib/x86_64-linux-gnu/libdbus-1.so.3 No symbol table info available. #6 0x00007ffff5648db5 in ?? () from /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2 ---Type to continue, or q to quit--- No symbol table info available. #7 0x00007ffff4b65c5d in g_main_dispatch (context=0x555555853b60) at /tmp/buildd/glib2.0-2.42.1/./glib/gmain.c:3111 dispatch = 0x7ffff5648da0 prev_source = 0x0 was_in_call = 0 user_data = 0x0 callback = 0x0 cb_funcs = cb_data = need_destroy = source = 0x5555558591f0 current = 0x555555873030 i = 0 #8 g_main_context_dispatch (context=context at entry=0x555555853b60) at /tmp/buildd/glib2.0-2.42.1/./glib/gmain.c:3710 No locals. #9 0x00007ffff4b65f48 in g_main_context_iterate (context=0x555555853b60, block=block at entry=1, dispatch=dispatch at entry=1, self=) at /tmp/buildd/glib2.0-2.42.1/./glib/gmain.c:3781 max_priority = 0 timeout = 0 ---Type to continue, or q to quit--- some_ready = 1 nfds = allocated_nfds = 5 fds = 0x555555b37650 #10 0x00007ffff4b66272 in g_main_loop_run (loop=0x555555b358a0) at /tmp/buildd/glib2.0-2.42.1/./glib/gmain.c:3975 __FUNCTION__ = "g_main_loop_run" #11 0x00007ffff6a1a597 in IA__gtk_main () at /build/gtk+2.0-czQfyJ/gtk+2.0-2.24.25/gtk/gtkmain.c:1257 tmp_list = 0x0 functions = 0x0 init = loop = 0x555555b358a0 #12 0x000055555557737b in main (argc=1, argv=0x7fffffffdce8) at main.c:310 session_client = 0x555555af8ac0 dbus_service = 0x55555585a550 application = 0x555555834100 error = 0x0 working_directory = 0x555555857bb0 "\001" filenames = 0x55555585a550 startup_id = 0x0 (gdb) (gdb) (gdb) quit A debugging session is active. Inferior 1 [process 30405] will be killed. Quit anyway? (y or n) y