FWIW, I boot into a text session, then run startx to start my X-session.
I tried running cx-launch session before startx, as part of ~/.Xclients-
default (see below), and within LXDE. No change under any of the above
circumstances.

/etc/rcS.d$ ls
K30x11-common             S06keyboard-setup                   S25brltty         
        S39ufw
K44mountnfs-bootclean.sh  S07linux-restricted-modules-common  S30checkfs.sh     
        S40networking
K55mountnfs.sh            S10udev                             S35mountall.sh    
        S49console-setup
K87pcmciautils            S11mountdevsubfs.sh                 
S36mountall-bootclean.sh  S55bootmisc.sh
README                    S15module-init-tools                S37apparmor       
        S55urandom
S01mountkernfs.sh         S17procps                           
S37mountoverflowtmp       S70screen-cleanup
S01readahead              S20checkroot.sh                     S37udev-finish
S02hostname.sh            S22mtab.sh                          
S39readahead-desktop
=====================
/etc/rc2.d$ ls
K01laptop-mode      S10sysklogd      S20powernowd  S50avahi-daemon           
S70bootlogs.sh  S90binfmt-support
README              S11klogd         S20wicd       S50cups                   
S70dns-clean    S98usplash
S01policykit        S12dbus          S23ntp        S50pulseaudio             
S70pppd-dns     S99acpi-support
S10acpid            S16ssh           S24hal        S50rsync                  
S89anacron      S99rc.local
S10apmd             S20apport        S25bluetooth  S50saned                  
S89atd          S99rmnologin
S10powernowd.early  S20hotkey-setup  S30gdm        S50system-tools-backends  
S89cron         S99stop-readahead
==============================
~$ cat .Xclients-default 
#!/bin/bash
# (c) 2001 Red Hat, Inc.
WM="startlxde"
WMPATH="/usr/bin /usr/X11R6/bin /usr/local/bin"
exec roxterm &
exec ck-launch-session
for p in $WMPATH ; do
   [ -x $p/$WM ] && exec $p/$WM
done

exit 1

-- 
cannot mount USB thumb drive as normal user
https://bugs.launchpad.net/bugs/342940
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to