pmaports/main/postmarketos-ui-phosh/udiskie.desktop
Clayton Craft 5979bd6813
main/postmarketos-ui-phosh: add support for automounting disks (MR 2905)
This installs/starts udiskie, a udisk2 helper, that facilitates
auto-mounting of removable drives.

Note support for umounting is broken in the current Portfolio release,
so disks have to be umounted manually:

    udiskie-umount /run/media/<user>/*

I decided to add this to the `depends` and not `pmb_recommends`, because
I felt like 1) this is a feature that folks would expect to work, 2) by
having it in depends, it'll 'fix' existing installs where mounting
removable disks automatically is not implemented
2022-02-19 23:54:54 -08:00

9 lines
256 B
Desktop File

[Desktop Entry]
Name=udiskie
Comment=udisks2 frontend
# Note: notifications from udiskie are disabled because Phosh sends its own
# notifications on drive connect/disconnect
Exec=/usr/bin/udiskie -N
Terminal=false
Type=Application
X-GNOME-AutoRestart=true