Bug 20214

Summary: KDE-2 and autorun?
Product: [Retired] Red Hat Raw Hide Reporter: Sammy <umar>
Component: autorunAssignee: Harald Hoyer <harald>
Status: CLOSED WONTFIX QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-11-02 17:16:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sammy 2000-11-02 15:08:04 UTC
Since I have kde-2 installed the CD's are not automatically mounted.
I can click the right mouse button on the icon and chose mount, which
works but in the past the filemanager use to start automatically.
Anything I can change to achieve the same function? Thanks

Comment 1 Harald Hoyer 2000-11-02 16:26:33 UTC
You may take kautorun from kdenonbeta or install autorun and put
/etc/skel/Desktop/Autostart/Autorun.kdelnk in your Desktop/Autostart folder.


Comment 2 Sammy 2000-11-02 17:16:28 UTC
Well I had all that with autorun...I just tested the Exec line in Autorun.kdelnk

/bin/bash -c "if test -O /dev/console -a -z \"`/sbin/pidof autorun`\" -a -x
/usr/bin/autorun;then /usr/bin/autorun --interval=1000 --cdplayer=/usr/bin/kscd
& fi"

and this for some reason never executes autorun!!! I have /dev/console owned
by the user...If I replace the above with:

/bin/bash -c "/usr/bin/autorun --interval=1000 --cdplayer=/usr/bin/kscd &"

in Autorun.kdelnk than everyhting starts to work!!!! something stopped
testing in the exec above.....
                                                                         


Comment 3 Harald Hoyer 2000-11-17 14:17:56 UTC
maybe an already running autorun??? But I think KDE2 just can't cope with that
much " and '