* Include extras/* in ISO * build-wk modifies build.sh before it is called * NetworkManager is back * Switched to Numix-Square icons * Added remount-rw script * Accessible in Thunar as custom action * Readded mesa-demos to fix inxi message * Removed xorg-video-ati (conflicts with AMDGPU) * Swapping nvidia in for nouveau (attempt to fix X for newer macs) * Added mbpfan-git * Added Mac fans script (set all fans to auto/max) * Fixed issue where udevil would use /media/$USER/Name for the first call
5 lines
265 B
Text
5 lines
265 B
Text
# UDISKS_FILESYSTEM_SHARED
|
|
# ==1: mount filesystem to a shared directory (/media/VolumeName)
|
|
# ==0: mount filesystem to a private directory (/run/media/$USER/VolumeName)
|
|
# See udisks(8)
|
|
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"
|