[Bug 794315] Re: lightdm forgets to source /etc/profile and ~/.profile

2014-10-28 Thread jtniehof
Note that the profile is sourced at the top of /usr/sbin/lightdm- session, and the bottom of lightdm-session runs everything in /etc/X11/Xsession.d. The final file is 99x11-common_start, which is exec $STARTUP. Thus this never returns to the exec in lightdm-session. Since 99upstart (from upstart pa

[Bug 1386760] [NEW] Upstart quashes Xsession.d environment

2014-10-28 Thread jtniehof
Public bug reported: upstart "owns" (dpkg -S) a file /etc/X11/Xsession.d/99upstart which changes the STARTUP environment variable to "init --user". This makes the actual X session startup in 99x11-common_start go through upstart. Since the environment variables used in calling init do not get pass

[Bug 1386760] Re: Upstart quashes Xsession.d environment

2014-10-28 Thread jtniehof
PEBKAC. Forgot I need to export (actually to the environment) since it needs to go out to child processes regardless of the path that takes. Needed coffee, I guess. ** Changed in: upstart (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubu

[Bug 124743] Re: Sony Sixaxis Controller does not work over bluetooth

2012-01-08 Thread jtniehof
Most of the guides out there are for old versions of bluez (3.x). I have applied the patch from Fedora and made a debdiff against the version in oneiric. With this patch applied, all I need to do is plug the controller in via USB once for the pairing, then unplug and use the PS button to connect. N

[Bug 791463] Re: asunder becomes unresponsive

2013-06-22 Thread jtniehof
Happens to me on precise. Strace output while unresponsive open("/dev/sr0", O_RDONLY|O_NONBLOCK) = 6 ioctl(6, CDROM_DISC_STATUS, 0x7fff) = 100 close(6)= 0 poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}], 2, 0) = 1 ([{fd=4, revents=POLLIN}]) read(5, 0x7

<    1   2