Your message dated Sat, 30 Apr 2016 09:26:31 +0200
with message-id <20160430072630.gd9...@gnuservers.com.ar>
and subject line Re: Bug#822623: sddm session script should load ~/.Xmodmap if
present
has caused the Debian Bug report #822623,
regarding sddm session script should load ~/.Xmodmap if present
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 ow...@bugs.debian.org
immediately.)
--
822623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822623
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sddm
Version: 0.13.0-1
Severity: important
Just add this line to
/usr/share/sddm/scripts/Xsession
before the session is started
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.5.0-1-amd64 (SMP w/8 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 sddm depends on:
ii adduser 3.114
ii debconf [debconf-2.0] 1.5.59
ii libc6 2.22-6
ii libgcc1 1:5.3.1-14
ii libpam0g 1.1.8-3.2
ii libqt5core5a 5.5.1+dfsg-16+b1
ii libqt5dbus5 5.5.1+dfsg-16+b1
ii libqt5gui5 5.5.1+dfsg-16+b1
ii libqt5network5 5.5.1+dfsg-16+b1
ii libqt5qml5 5.5.1-3
ii libqt5quick5 5.5.1-3
ii libstdc++6 5.3.1-14
ii libsystemd0 229-4
ii libxcb-xkb1 1.11.1-1
ii libxcb1 1.11.1-1
ii qml-module-qtquick2 5.5.1-3
ii sddm-theme-breeze [sddm-theme] 4:5.4.3-2
Versions of packages sddm recommends:
ii libpam-systemd 229-4
Versions of packages sddm suggests:
ii libpam-kwallet5 5.4.3-1
-- debconf information:
* shared/default-x-display-manager: sddm
sddm/daemon_name: /usr/bin/sddm
----------------------------------------------------------------------
This message is intended only for the use of the individual or entity to which
it is addressed and may contain information which is privileged, confidential
or subject to copyright. Internet communications cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
arrive late or contain viruses. The information contained in this e-mail is
drawn from sources believed to be reliable, but the accuracy and completeness
of the information is not guaranteed, nor in providing it does Canaccord
Genuity Corp. or its subsidiaries, or affiliated companies, "The Firm" assume
any liability.
Canaccord Genuity Corp., its subsidiaries or affiliated companies, disclaims
all responsibility and accepts no liability (including negligence) for the
consequences for any person acting, or refraining from acting, on such
information. Unless otherwise stated, this transmission is neither an offer nor
the solicitation of an offer to sell or purchase any investment. As a
solicitation, this e-mail was intended for distribution in those jurisdictions
where The Firm is registered as advisors or dealers in securities. Any
unauthorized use, disclosure, distribution or copying of this communication by
anyone other than the intended recipient is strictly prohibited.
When addressed to our clients, any opinions or advice contained in this email
are subject to the terms and conditions expressed in the governing Canaccord
Genuity Corp., its subsidiaries or affiliated companies' client agreements. If
you have received this message in error, please notify us immediately by return
email and destroy and delete the message from your computer. (Disclaimer)
--- /usr/share/sddm/scripts/Xsession~ 2015-11-04 14:41:36.000000000 -0600
+++ /usr/share/sddm/scripts/Xsession 2016-04-25 13:48:31.272552070 -0500
@@ -84,6 +84,7 @@
xrdb -merge /etc/X11/Xresources
fi
[ -f $HOME/.Xresources ] && xrdb -merge $HOME/.Xresources
+[ -f $HOME/.Xmodmap ] && xmodmap ~/.Xmodmap
case $session in
"")
--- End Message ---
--- Begin Message ---
¡Hola Stephen!
El 2016-04-25 a las 13:53 -0500, Stephen Crowley escribió:
Just add this line to
/usr/share/sddm/scripts/Xsession
The default session command used by sddm is /etc/sddm/Xsession, which in turn
ends up calling /etc/X11/Xsession. That's so we have a common session across
all the display managers in Debian.
Afaik /etc/X11/Xsession won't load the .Xmodmap file, you can add a script in
/etc/X11/Xsession.d to do so, or you could report a bug to x11-common if you
think this should be done for every Debian system running X.
I'm closing this bug as it seems there is nothing to do from the sddm
maintenance point of view.
Happy hacking,
--
"C makes it easy to shoot yourself in the foot; C++ makes it harder,
but when you do it blows your whole leg off."
-- Bjarne Stroustrup
Saludos /\/\ /\ >< `/
signature.asc
Description: Digital signature
--- End Message ---