Your message dated Wed, 24 Sep 2008 09:02:31 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469401: fixed in slim 1.3.0-2
has caused the Debian Bug report #469401,
regarding slim wrongly uses /usr/X11R6/bin path
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 [EMAIL PROTECTED]
immediately.)
--
469401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469401
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: slim
Version: 1.3.0-1
Severity: normal
Hi,
/usr/X11R6/bin path is considered deprecated, but it's used in slim (in both
config file and source).
Attached patch fix that.
Cheers,
--
Yves-Alexis
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.27-rc5+drm-next (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages slim depends on:
ii debconf [debconf-2.0] 1.5.23 Debian configuration management sy
ii libc6 2.7-13 GNU C Library: Shared libraries
ii libgcc1 1:4.3.2-1 GCC support library
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii libpam0g 1.0.1-4+b1 Pluggable Authentication Modules l
ii libpng12-0 1.2.27-1 PNG library - runtime
ii libstdc++6 4.3.2-1 The GNU Standard C++ Library v3
ii libx11-6 2:1.1.5-1 X11 client-side library
ii libxft2 2.1.12-3 FreeType-based font drawing librar
ii libxmu6 2:1.0.4-1 X11 miscellaneous utility library
slim recommends no packages.
Versions of packages slim suggests:
pn scrot <none> (no description available)
-- debconf information:
* shared/default-x-display-manager: slim
commit 1dcc68620dce9451c93e33d94e1f1bf4d6bbc2e2
Author: Yves-Alexis Perez <[EMAIL PROTECTED]>
Date: Sun Sep 21 12:46:24 2008 +0200
remove /usr/X11R6/bin from source file
Signed-off-by: Yves-Alexis Perez <[EMAIL PROTECTED]>
diff --git a/cfg.cpp b/cfg.cpp
index c1d755b..a589869 100644
--- a/cfg.cpp
+++ b/cfg.cpp
@@ -27,19 +27,19 @@ Cfg::Cfg()
: currentSession(-1)
{
// Configuration options
- options.insert(option("default_path","./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin"));
- options.insert(option("default_xserver","/usr/X11R6/bin/X"));
+ options.insert(option("default_path","./:/bin:/usr/bin:/usr/local/bin"));
+ options.insert(option("default_xserver","/usr/bin/X"));
options.insert(option("xserver_arguments",""));
options.insert(option("numlock",""));
options.insert(option("daemon",""));
- options.insert(option("xauth_path","/usr/X11R6/bin/xauth"));
+ options.insert(option("xauth_path","/usr/bin/xauth"));
options.insert(option("login_cmd","exec /bin/bash -login ~/.xinitrc %session"));
options.insert(option("halt_cmd","/sbin/shutdown -h now"));
options.insert(option("reboot_cmd","/sbin/shutdown -r now"));
options.insert(option("suspend_cmd",""));
options.insert(option("sessionstart_cmd",""));
options.insert(option("sessionstop_cmd",""));
- options.insert(option("console_cmd","/usr/X11R6/bin/xterm -C -fg white -bg black +sb -g %dx%d+%d+%d -fn %dx%d -T ""Console login"" -e /bin/sh -c ""/bin/cat /etc/issue; exec /bin/login"""));
+ options.insert(option("console_cmd","/usr/bin/xterm -C -fg white -bg black +sb -g %dx%d+%d+%d -fn %dx%d -T ""Console login"" -e /bin/sh -c ""/bin/cat /etc/issue; exec /bin/login"""));
options.insert(option("screenshot_cmd","import -window root /slim.png"));
options.insert(option("welcome_msg","Welcome to %host"));
options.insert(option("default_user",""));
commit 0d7753e05f8a87c9c9a30d42ab0d99dd8b96b3a0
Author: Yves-Alexis Perez <[EMAIL PROTECTED]>
Date: Sun Sep 21 12:44:55 2008 +0200
remove X11R6 paths
Signed-off-by: Yves-Alexis Perez <[EMAIL PROTECTED]>
diff --git a/slim.conf b/slim.conf
index 7785830..02bb29a 100644
--- a/slim.conf
+++ b/slim.conf
@@ -1,17 +1,17 @@
# Path, X server and arguments (if needed)
# Note: -xauth $authfile is automatically appended
-default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
-default_xserver /usr/X11R6/bin/X
+default_path ./:/bin:/usr/bin:/usr/local/bin
+default_xserver /usr/bin/X
#xserver_arguments -dpi 75
# Commands for halt, login, etc.
halt_cmd /sbin/shutdown -h now
reboot_cmd /sbin/shutdown -r now
-console_cmd /usr/X11R6/bin/xterm -C -fg white -bg black +sb -T
"Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
+console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console
login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
#suspend_cmd /usr/sbin/suspend
# Full path to the xauth binary
-xauth_path /usr/X11R6/bin/xauth
+xauth_path /usr/bin/xauth
# Xauth file for server
authfile /var/run/slim.auth
--- End Message ---
--- Begin Message ---
Source: slim
Source-Version: 1.3.0-2
We believe that the bug you reported is fixed in the latest version of
slim, which is due to be installed in the Debian FTP archive:
slim_1.3.0-2.diff.gz
to pool/main/s/slim/slim_1.3.0-2.diff.gz
slim_1.3.0-2.dsc
to pool/main/s/slim/slim_1.3.0-2.dsc
slim_1.3.0-2_amd64.deb
to pool/main/s/slim/slim_1.3.0-2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mike Massonnet <[EMAIL PROTECTED]> (supplier of updated slim package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 21 Sep 2008 16:15:15 +0200
Source: slim
Binary: slim
Architecture: source amd64
Version: 1.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Mike Massonnet <[EMAIL PROTECTED]>
Changed-By: Mike Massonnet <[EMAIL PROTECTED]>
Description:
slim - desktop-independent graphical login manager for X11
Closes: 441630 469401 476245 478671 484773 495029 497587 499048 499557
Changes:
slim (1.3.0-2) unstable; urgency=low
.
* Minor changes:
- Move from dpatch to quilt.
- Export every possible locale env-var (updated
local/Xsession.d/20slim_locale). Closes: #441630
Note: Test and validate the patch that uses pam instead (#476248).
- Modifications to patches/slim-conf.patch:
- Replace X11R6/bin with bin/X11. Closes: #469401
- Add "default" to the start of the list of sessions. Closes: #476245
- Set default X server option -nolisten tcp. Closes: #478671
- Don't include the current path "." inside $PATH. Closes: #484773
- Switch from xterm to x-terminal-emulator. Closes: #499048
Note: now we recommend xterm at least.
- Add patches/fix-manpage.patch, lintian spewed an error on slim.1.
- Update clean rule to remove the .pc directory
* New theme:
- Add new theme debian-moreblue-orbit and set it as default. Closes:
#495029
* Update translations:
- Portuguese. Closes: #497587
- Turkish. Closes: #499557
Checksums-Sha1:
885b852bd51f7abe9f6a4f297a4d7ea130ef6ef3 1067 slim_1.3.0-2.dsc
09abe2be75819b6235f53561da25e3520d1aa2d3 657420 slim_1.3.0-2.diff.gz
5df2aa2ed3987ad56211c121417a8d6d0b2864b0 815494 slim_1.3.0-2_amd64.deb
Checksums-Sha256:
1137d784bff4528034cc17ec252ec4597e4d61a306ca19b35abcd297feb785a2 1067
slim_1.3.0-2.dsc
77a057c552395c47514293727deea031f1f54a4fc71512b1e0300bda8f0fab59 657420
slim_1.3.0-2.diff.gz
76cce9db5b5818b9bf0431a298a8ac858ef2df64aba6a288e60ef245450bc184 815494
slim_1.3.0-2_amd64.deb
Files:
02b0a505c97b14fbb9d5488b5165349d 1067 x11 optional slim_1.3.0-2.dsc
637d4759ec8bb08c37f40230ed504b1e 657420 x11 optional slim_1.3.0-2.diff.gz
dead5171b624d19423c0029f99178350 815494 x11 optional slim_1.3.0-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjZ+oUACgkQTUTAIMXAW67XDQCfRxuV1Le7rPH1VXUWDyf7Cx15
Ij8AoJtjCE++F92k9VNMM4tbnol+gAtq
=8EQ8
-----END PGP SIGNATURE-----
--- End Message ---