From: Camaleón on
On Sat, 10 Jul 2010 19:06:14 -0400, H.S. wrote:

> On a newly installed KDE on a Testing system, I notice that when I
> connect a USB flash stick memory, it automatically opens in a Nautilus
> window.
>
> On the previously installed system, the Nautilus window did not open and
> only the removable device notifier for KDE popped up a message saying
> that a memory stick has been inserted. I could then click on the
> memory's icon and it would then open in dolphin browser. How do I get
> this behavior back (and prevent the Nautilus browser from automatically
> opening)?

If you've got GNOME installed, open a GNOME session and launch "config
editor". Navigate to "Desktop/gnome/volume manager" (in Squeeze, the
location of these keys may vary) and uncheck:

[ ] Autobrowse

And maybe:

[ ] Auto-mount drives
[ ] Auto-mount media

And see if that helps.

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/pan.2010.07.11.11.34.03(a)gmail.com
From: H.S. on
On 11/07/10 07:34 AM, Camaleón wrote:
> On Sat, 10 Jul 2010 19:06:14 -0400, H.S. wrote:
>
>> On a newly installed KDE on a Testing system, I notice that when I
>> connect a USB flash stick memory, it automatically opens in a Nautilus
>> window.
>>
>> On the previously installed system, the Nautilus window did not open and
>> only the removable device notifier for KDE popped up a message saying
>> that a memory stick has been inserted. I could then click on the
>> memory's icon and it would then open in dolphin browser. How do I get
>> this behavior back (and prevent the Nautilus browser from automatically
>> opening)?
>
> If you've got GNOME installed, open a GNOME session and launch "config
> editor". Navigate to "Desktop/gnome/volume manager" (in Squeeze, the
> location of these keys may vary) and uncheck:
>
> [ ] Autobrowse
>
> And maybe:
>
> [ ] Auto-mount drives
> [ ] Auto-mount media
>
> And see if that helps.
>
> Greetings,
>

I am yet to try your suggestion. Meanwhile, I killed the following
processes in my KDE session:
$ ps uax | grep gv
hs 13699 0.0 0.0 7320 2904 ? S 12:46 0:00
/usr/lib/gvfs/gvfsd-trash --spawner :1.27 /org/gtk/gvfs/exec_spaw/0
hs 13701 0.0 0.1 42964 3964 ? S 12:46 0:01
/usr/lib/gvfs/gvfs-gdu-volume-monitor
hs 13723 0.0 0.0 7048 2252 ? S 12:46 0:00
/usr/lib/gvfs/gvfs-gphoto2-volume-monitor
hs 13725 0.0 0.0 16840 2176 ? Sl 12:46 0:00
/usr/lib/gvfs/gvfs-afc-volume-monitor
hs 13785 0.0 0.0 6976 2400 ? S 12:47 0:00
/usr/lib/gvfs/gvfsd-burn --spawner :1.27 /org/gtk/gvfs/exec_spaw/1
hs 13819 0.0 0.0 6132 1864 ? S 12:47 0:00
/usr/lib/gvfs/gvfsd-metadata


When they were all gone, inserting a USB stick and clicking on its icon
in KDE's notifier opened the stick's contents in Dolphin. So the trick
is to prevent the above listed processes from starting in KDE.


--

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/i1fuuc$2i7$1(a)dough.gmane.org
From: Camaleón on
On Mon, 12 Jul 2010 16:46:04 -0400, H.S. wrote:

> On 11/07/10 07:34 AM, Camaleón wrote:

(...)

>> If you've got GNOME installed, open a GNOME session and launch "config
>> editor". Navigate to "Desktop/gnome/volume manager" (in Squeeze, the
>> location of these keys may vary) and uncheck:
>>
>> [ ] Autobrowse
>>
>> And maybe:
>>
>> [ ] Auto-mount drives
>> [ ] Auto-mount media
>>
>> And see if that helps.
>>
>>
>>
> I am yet to try your suggestion. Meanwhile, I killed the following
> processes in my KDE session:

> $ ps uax | grep gv
> hs 13699 0.0 0.0 7320 2904 ? S 12:46 0:00
> /usr/lib/gvfs/gvfsd-trash --spawner :1.27 /org/gtk/gvfs/exec_spaw/0 hs
> 13701 0.0 0.1 42964 3964 ? S 12:46 0:01
> /usr/lib/gvfs/gvfs-gdu-volume-monitor hs 13723 0.0 0.0 7048 2252 ?
> S 12:46 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor hs
> 13725 0.0 0.0 16840 2176 ? Sl 12:46 0:00
> /usr/lib/gvfs/gvfs-afc-volume-monitor hs 13785 0.0 0.0 6976 2400 ?
> S 12:47 0:00 /usr/lib/gvfs/gvfsd-burn --spawner :1.27
> /org/gtk/gvfs/exec_spaw/1 hs 13819 0.0 0.0 6132 1864 ? S
> 12:47 0:00 /usr/lib/gvfs/gvfsd-metadata
>
>
> When they were all gone, inserting a USB stick and clicking on its icon
> in KDE's notifier opened the stick's contents in Dolphin. So the trick
> is to prevent the above listed processes from starting in KDE.

Gvfs is Gnome virtual filesystem manager, but it should not be started
under a KDE session unless you are/were running a Gnome service/program
that requires its use.

That is one of the reasons I do not like to mix environments. In theory,
they wouldn't interefere on each other, but the fact is they do >:-)

Check the daemons that are started within your current KDE session or
just close any instance of gvfs, save your current KDE session and choose
that KDE starts a manually saved session to prevent the service being
started on each login.

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/pan.2010.07.12.21.57.09(a)gmail.com
From: H.S. on
On 12/07/10 05:57 PM, Camaleón wrote:
> On Mon, 12 Jul 2010 16:46:04 -0400, H.S. wrote:
>
>> I am yet to try your suggestion. Meanwhile, I killed the following
>> processes in my KDE session:
>
>> $ ps uax | grep gv
>> hs 13699 0.0 0.0 7320 2904 ? S 12:46 0:00
>> /usr/lib/gvfs/gvfsd-trash --spawner :1.27 /org/gtk/gvfs/exec_spaw/0 hs
>> 13701 0.0 0.1 42964 3964 ? S 12:46 0:01
>> /usr/lib/gvfs/gvfs-gdu-volume-monitor hs 13723 0.0 0.0 7048 2252 ?
>> S 12:46 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor hs
>> 13725 0.0 0.0 16840 2176 ? Sl 12:46 0:00
>> /usr/lib/gvfs/gvfs-afc-volume-monitor hs 13785 0.0 0.0 6976 2400 ?
>> S 12:47 0:00 /usr/lib/gvfs/gvfsd-burn --spawner :1.27
>> /org/gtk/gvfs/exec_spaw/1 hs 13819 0.0 0.0 6132 1864 ? S
>> 12:47 0:00 /usr/lib/gvfs/gvfsd-metadata
>>
>>
>> When they were all gone, inserting a USB stick and clicking on its icon
>> in KDE's notifier opened the stick's contents in Dolphin. So the trick
>> is to prevent the above listed processes from starting in KDE.
>
> Gvfs is Gnome virtual filesystem manager, but it should not be started
> under a KDE session unless you are/were running a Gnome service/program
> that requires its use.

Yes, that is correct. I looged in to Gnome the very first time after
installation. But I do switch DE now and then.

>
> That is one of the reasons I do not like to mix environments. In theory,
> they wouldn't interefere on each other, but the fact is they do >:-)
>
> Check the daemons that are started within your current KDE session or
> just close any instance of gvfs, save your current KDE session and choose
> that KDE starts a manually saved session to prevent the service being
> started on each login.

Okay, I will look in to this. But if these things happen, I would say
this is bug. When I find out which package is to be blamed, I will file
the relevant bug.



--

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/i1gbhk$7tm$1(a)dough.gmane.org