This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 7812da2 Add R (x2gothinclient-chroot): ntp. new 5d70391 Disallow Caja to handle storage media (automounting, opening, etc.). The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + .../19_x2gothinclient-minidesktop.gschema.override | 5 +++++ 2 files changed, 6 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 5d70391e328aa8b98a283585b64ca30f47cea9c1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Aug 27 13:28:26 2014 +0200 Disallow Caja to handle storage media (automounting, opening, etc.). --- debian/changelog | 1 + .../19_x2gothinclient-minidesktop.gschema.override | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 57e90a3..7688cf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low box in MATE results in the restricted TCE X2Go Client. . Make contrib and non-free software available on minidesktop TCE creation. + . Disallow Caja to handle storage media (automounting, opening, etc.). - Adapt management package to TCE flavouring. Add new configuration option in x2gothinclient_settings: TC_FLAVOUR (can be: minidesktop or displaymanager). diff --git a/minidesktop/schema-overrides/19_x2gothinclient-minidesktop.gschema.override b/minidesktop/schema-overrides/19_x2gothinclient-minidesktop.gschema.override index 7cb5f75..2479365 100644 --- a/minidesktop/schema-overrides/19_x2gothinclient-minidesktop.gschema.override +++ b/minidesktop/schema-overrides/19_x2gothinclient-minidesktop.gschema.override @@ -11,3 +11,8 @@ theme='MurrineRounded' [org.mate.caja.preferences] always-use-browser=true click-policy='single' + +[org.mate.media-handling] +automount=false +automount-open=false +automount-never=true -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git