diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-09-05 16:20:01 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-09-05 16:20:01 +0000 |
commit | 691fb6fe1cd02b00dd35f7cf78c574b25ccb353a (patch) | |
tree | 4840209494d4119d61eca00757540e04410fe015 | |
parent | abe6991f705269833002c7be240fb4449e64fb9f (diff) | |
download | config-691fb6fe1cd02b00dd35f7cf78c574b25ccb353a.tar config-691fb6fe1cd02b00dd35f7cf78c574b25ccb353a.tar.gz config-691fb6fe1cd02b00dd35f7cf78c574b25ccb353a.tar.bz2 config-691fb6fe1cd02b00dd35f7cf78c574b25ccb353a.tar.xz config-691fb6fe1cd02b00dd35f7cf78c574b25ccb353a.zip |
- use dynamic scripts for user actions
-rw-r--r-- | common/Thunar/volmanrc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/common/Thunar/volmanrc b/common/Thunar/volmanrc index 4abede6..fad581c 100644 --- a/common/Thunar/volmanrc +++ b/common/Thunar/volmanrc @@ -5,22 +5,22 @@ Autobrowse=TRUE Autorun=TRUE Autoopen=TRUE Autoburn=TRUE -AutoburnDataCommand=xfburn -AutoburnAudioCommand=xfburn +AutoburnDataCommand=/etc/dynamic/user-scripts/blank_cd.script +AutoburnAudioCommand=/etc/dynamic/user-scripts/blank_cd.script AutoplayAudioCd=TRUE -AutoplayAudioCdCommand=exaile --play-cd +AutoplayAudioCdCommand=/etc/dynamic/user-scripts/audio_cd.script AutoplayVideoCd=TRUE -AutoplayVideoCdCommand=totem %d -Autoipod=FALSE -AutoipodCommand= +AutoplayVideoCdCommand=/etc/dynamic/user-scripts/video_dvd.script +Autoipod=TRUE +AutoipodCommand=/etc/dynamic/user-scripts/ipod.script Autophoto=TRUE -AutophotoCommand=gthumb --import-photos +AutophotoCommand=/etc/dynamic/user-scripts/digicam.script Autopalm=FALSE AutopalmCommand=gpilotd-control-applet Autopocketpc=FALSE AutopocketpcCommand=multisync -Autoprinter=FALSE -AutoprinterCommand=gnome-printer-add hal://%h +Autoprinter=TRUE +AutoprinterCommand=/etc/dynamic/scripts/lp.script Autokeyboard=FALSE AutokeyboardCommand= Automouse=FALSE |