install to ~/.local/icons, not ~/icons
Apparently the Icon Theme Specification no longer matches reality, as implemented by XFCE and xdg-icon-resource.
This commit is contained in:
parent
19b8bcbe30
commit
80b390560e
2 changed files with 10 additions and 13 deletions
|
@ -55,10 +55,10 @@ writeFDODesktop command = do
|
|||
installMenu command
|
||||
=<< inDestDir (desktopMenuFilePath "git-annex" datadir)
|
||||
|
||||
installIcon "doc/logo.svg" =<< inDestDir
|
||||
=<< iconFilePath "git-annex.svg" "scalable" systemwide
|
||||
installIcon "doc/favicon.png" =<< inDestDir
|
||||
=<< iconFilePath "git-annex.png" "16x16" systemwide
|
||||
installIcon "doc/logo.svg"
|
||||
=<< inDestDir (iconFilePath "git-annex.svg" "scalable" datadir)
|
||||
installIcon "doc/favicon.png"
|
||||
=<< inDestDir (iconFilePath "git-annex.png" "16x16" datadir)
|
||||
|
||||
configdir <- if systemwide then return systemConfigDir else userConfigDir
|
||||
installAutoStart command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue