Hey, would it be possible to make a stable upload, targeted at 6.0.1 or 6.0.2, to disable default automount/autobrowse in thunar-volman?
It's only a matter of shipping a config file, so the following diff
should do the trick:
diff -u thunar-volman-0.3.80/debian/rules thunar-volman-0.3.80/debian/rules
--- thunar-volman-0.3.80/debian/rules
+++ thunar-volman-0.3.80/debian/rules
@@ -10,4 +10,5 @@
install/thunar-volman::
chrpath -d -k $(CURDIR)/debian/thunar-volman/usr/bin/thunar-volman
+ dh_install debian/thunar-volman.xml
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/
DEB_INSTALL_MANPAGES_thunar-volman := debian/thunar-volman.1
diff -u thunar-volman-0.3.80/debian/changelog
thunar-volman-0.3.80/debian/changelog
--- thunar-volman-0.3.80/debian/changelog
+++ thunar-volman-0.3.80/debian/changelog
@@ -1,3 +1,12 @@
+thunar-volman (0.3.80-5) stable; urgency=low
+
+ * debian/thunar-volman.xml:
+ - disable device automount/autorun/autobrowse by default
+ * debian/rules:
+ - install thunar-volman.xml
+
+ -- Yves-Alexis Perez <[email protected]> Fri, 18 Feb 2011 08:34:05 +0100
+
thunar-volman (0.3.80-4) unstable; urgency=low
[ Stefan Ott ]
only in patch2:
unchanged:
--- thunar-volman-0.3.80.orig/debian/thunar-volman.xml
+++ thunar-volman-0.3.80/debian/thunar-volman.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="thunar-volman" version="1.0">
+ <property name="automount-media" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="automount-drives" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autobrowse" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autoopen" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+</channel>
Regards,
--
Yves-Alexis
signature.asc
Description: This is a digitally signed message part

