You are not logged in.
Pages: 1
Hi,
Installed Arch Linux a couple of weeks ago and installed the XFCE DE. I dual-boot with Windows 10. As expected, the Windows partitions show up as icons on my desktop.I added the following rules for udev, but the icons are still showing up.
[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 ~]$
Did I miss anything ? Any help is appreciated. Thanks !
Offline
If you are using udisks2, it has changed. Replace "UDISKS_PRESENTATION_HIDE" with "UDISKS_IGNORE".
Reference: https://wiki.archlinux.org/index.php/Ud … partitions
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
If you are using udisks2, it has changed. Replace "UDISKS_PRESENTATION_HIDE" with "UDISKS_IGNORE".
Reference: https://wiki.archlinux.org/index.php/Ud … partitions
This (along with a restart) worked !! Thank you !
Also, I am not sure how to mark this thread as SOLVED. Can you please close this thread ? Thanks !
Last edited by shrinathk (2018-02-20 13:11:51)
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 523.58 KiB (Peak: 531.45 KiB) ]