diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-26 21:40:46 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-26 21:40:46 -0400 |
commit | 5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06 (patch) | |
tree | 4ef427579548a07d78834984e5dc1110f962b0ae /README | |
parent | add xdg autostart, and hide_when_no_media config opt (diff) | |
download | myautomount-5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06.tar.gz myautomount-5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06.tar.bz2 myautomount-5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06.zip |
add license texts, add user config to trayicon
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -1,12 +0,0 @@ -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. - -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 |