diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-25 20:39:41 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-25 20:39:41 -0400 |
commit | cee836f71e191e51dd48d34633bfd8c977ba3b8a (patch) | |
tree | 5cf0cbf47cea50276f2dc853500400554d04bd04 /README | |
parent | provide working trayicon now (diff) | |
download | myautomount-cee836f71e191e51dd48d34633bfd8c977ba3b8a.tar.gz myautomount-cee836f71e191e51dd48d34633bfd8c977ba3b8a.tar.bz2 myautomount-cee836f71e191e51dd48d34633bfd8c977ba3b8a.zip |
rename to myautomount
Add annotations to conf file, separate out initialization
so daemon can be per-user. Use a sane name.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,12 @@ -Translated to shell almost line-for-line from Go source at https://github.com/project-trident/trident-utilities/blame/master/src-go/automount/main.go +asdf +Myautomount was translated to shell almost line-for-line from Go source at https://github.com/project-trident/trident-utilities/blame/master/src-go/automount/main.go but then it diverged. -Future goals: -make system tray icon version, probably that reads xdg desktop entries and displays icons for them +TODO: +write makefile +write full dependencies (including gtk3) + +# TESTING AND BUILDING +Use environment variable MYA_PREFIX for testing. + + export MYA_PREFIX=~/dev/myautomount/src + sudo DEBUG=1 MYA_PREFIX=~/dev/myautomount/src sh -x usr/libexec/myautomount/myautomount-initialize.sh |