[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Jean-Baptiste Lallement
** Changed in: xorg (Ubuntu) Status: New = Confirmed ** Changed in: xorg (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1236317 Title: [touch]

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Jean-Baptiste Lallement
** Tags added: rls-s-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1236317 Title: [touch] /usr/sbin/lightdm-session calls non-existent xrdb To manage notifications about this bug go to:

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Timo Aaltonen
it already should handle this: # If xrdb (from xbase-clients) is installed, merge system-wide X resources. # Then merge the user's X resources, if the options file is so configured. if [ -d $SYSRESOURCES ] type xrdb /dev/null 21; then RESOURCEFILES=$(run-parts --list $SYSRESOURCES) if [ -n

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Jean-Baptiste Lallement
I don't understand why this has been reassigned to xorg because the error is clearly in lightdm source. And more precisely in j-lallement@sark:/tmp/lightdm-1.7.18⟫ grep -nr xrdb * debian/lightdm-session:36:xrdb -nocpp -merge $file debian/lightdm-session:42:xrdb -nocpp -merge

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Robert Ancell
huh, whoops. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1236317 Title: [touch] /usr/sbin/lightdm-session calls non-existent xrdb To manage notifications about this bug go to:

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Timo Aaltonen
heh, good point, moving back ** Package changed: xorg (Ubuntu) = lightdm (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1236317 Title: [touch] /usr/sbin/lightdm-session calls non-existent

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Robert Ancell
** Changed in: lightdm (Ubuntu) Status: Triaged = In Progress ** Changed in: lightdm (Ubuntu) Assignee: (unassigned) = Robert Ancell (robert-ancell) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~robert-ancell/lightdm/handle-no-xrdb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1236317 Title: [touch] /usr/sbin/lightdm-session calls non-existent xrdb To manage

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Robert Ancell
** Changed in: lightdm (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1236317 Title: [touch] /usr/sbin/lightdm-session calls non-existent xrdb To

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/lightdm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1236317 Title: [touch] /usr/sbin/lightdm-session calls non-existent xrdb To manage notifications

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-08 Thread Launchpad Bug Tracker
This bug was fixed in the package lightdm - 1.8.0-0ubuntu1 --- lightdm (1.8.0-0ubuntu1) saucy; urgency=low * debian/lightdm-session: - Handle xrdb, setxkbmap and xmodmap not being installed (LP: #1236317) -- Robert Ancell robert.anc...@canonical.com Wed, 09 Oct 2013 15:53:56

[Bug 1236317] Re: [touch] /usr/sbin/lightdm-session calls non-existent xrdb

2013-10-07 Thread Robert Ancell
This is run from the file /etc/X11/Xsession.d/30x11-common_xresources which is in the x11-common package. Either this package should depend on xrdb, or it should handle xrdb not being installed. ** Package changed: lightdm (Ubuntu) = xorg (Ubuntu) -- You received this bug notification because