diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-05-04 01:53:05 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-05-04 01:53:05 +0000 |
commit | 66f0f37b6b2b9c94e107dca61a89c5b74289bbcf (patch) | |
tree | 71a5d03a00dae5355387d2f80a2f3fd2e43a5d33 | |
parent | 653d4e947187c17d3f5f88d234c5d9049de23545 (diff) | |
download | config-66f0f37b6b2b9c94e107dca61a89c5b74289bbcf.tar config-66f0f37b6b2b9c94e107dca61a89c5b74289bbcf.tar.gz config-66f0f37b6b2b9c94e107dca61a89c5b74289bbcf.tar.bz2 config-66f0f37b6b2b9c94e107dca61a89c5b74289bbcf.tar.xz config-66f0f37b6b2b9c94e107dca61a89c5b74289bbcf.zip |
- use xfburn as a default burning tool
- import photos with gthumb
-rw-r--r-- | common/Thunar/volmanrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/Thunar/volmanrc b/common/Thunar/volmanrc index 3469f9e..efb8c10 100644 --- a/common/Thunar/volmanrc +++ b/common/Thunar/volmanrc @@ -5,8 +5,8 @@ Autobrowse=TRUE Autorun=TRUE Autoopen=TRUE Autoburn=TRUE -AutoburnDataCommand=/usr/bin/brasero -d -AutoburnAudioCommand=/usr/bin/brasero -a +AutoburnDataCommand=xfburn +AutoburnAudioCommand=xfburn AutoplayAudioCd=TRUE AutoplayAudioCdCommand=totem %d AutoplayVideoCd=TRUE @@ -14,7 +14,7 @@ AutoplayVideoCdCommand=totem %d Autoipod=FALSE AutoipodCommand= Autophoto=TRUE -AutophotoCommand=/usr/bin/ristretto-import.sh +AutophotoCommand=gthumb --import-photos Autopalm=FALSE AutopalmCommand=gpilotd-control-applet Autopocketpc=FALSE |