You are not logged in.

#1 2011-03-02 02:24:09

henson119
Member
Registered: 2011-03-02
Posts: 2

Hide Windows partition icons on Desktop in Xfce [SOLVED]

Just came back to Arch, and having a little trouble. I'm sure the answer is out there, just having a hard time finding it:

In xfce4 with gvfs and thunar-volman, icons for any removable media show up on the Desktop so that I can easily mount/unmount. This would be great, but the partition for Windows (I'm dual-booting) also shows. How can I hide certain partitions from now showing up on the deskop?

Last edited by henson119 (2011-03-02 03:11:34)

Offline

#2 2011-03-02 02:30:41

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Hide Windows partition icons on Desktop in Xfce [SOLVED]

Welcome to the boards.

You are encouraged to search before posting: there is a wealth of information on the wiki and these boards, eg.,

https://bbs.archlinux.org/viewtopic.php … 05#p882105


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2011-03-02 03:11:00

henson119
Member
Registered: 2011-03-02
Posts: 2

Re: Hide Windows partition icons on Desktop in Xfce [SOLVED]

Thanks!

As suggested, I created the file /etc/udev/rules.d/10-local.rules

and in it, I put the lines:

KERNEL=="sda1", ENV{UDISKS_PRESENTATION_HIDE}="1"
KERNEL=="sda2", ENV{UDISKS_PRESENTATION_HIDE}="1"

To hide my first and second partitions on /dev/sda

Offline

#4 2018-02-19 11:48:31

shrinathk
Member
Registered: 2016-10-22
Posts: 10

Re: Hide Windows partition icons on Desktop in Xfce [SOLVED]

Hello,

I have the same problem - Dual booting with Arch and Windows and I see my Windows partitions showing up.
I tried adding a rule in /etc/udev/rules.d but the icons are still there (even after a system restart). Anything else that I can do ?

[shrinath@shrinath-laptop ~]$ cat /etc/udev/rules.d/10-local.rules 
KERNEL=="sda4", ENV{UDISKS_PRESENTATION_HIDE}="1"
KERNEL=="sda7", ENV{UDISKS_PRESENTATION_HIDE}="1"
[shrinath@shrinath-laptop ~]$

Thanks !

Offline

#5 2018-02-19 12:09:41

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,626

Re: Hide Windows partition icons on Desktop in Xfce [SOLVED]

Please open your own thread for help instead of bumping a seven year old solved one.

https://wiki.archlinux.org/index.php/Co … bumping.22

Closing.

Offline

Board footer

Powered by FluxBB