summaryrefslogtreecommitdiff
path: root/Assistant/Install
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Install')
-rw-r--r--Assistant/Install/AutoStart.hs1
-rw-r--r--Assistant/Install/Menu.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/Assistant/Install/AutoStart.hs b/Assistant/Install/AutoStart.hs
index 13b4bc7ab..b03d20224 100644
--- a/Assistant/Install/AutoStart.hs
+++ b/Assistant/Install/AutoStart.hs
@@ -35,4 +35,5 @@ fdoAutostart command = genDesktopEntry
"Autostart"
False
(command ++ " assistant --autostart")
+ Nothing
[]
diff --git a/Assistant/Install/Menu.hs b/Assistant/Install/Menu.hs
index cb9b76ba6..940a2b32c 100644
--- a/Assistant/Install/Menu.hs
+++ b/Assistant/Install/Menu.hs
@@ -27,4 +27,5 @@ fdoDesktopMenu command = genDesktopEntry
"Track and sync the files in your Git Annex"
False
(command ++ " webapp")
+ (Just "git-annex") -- icon base name
["Network", "FileTransfer"]