diff --git a/Cargo.toml b/Cargo.toml index c8f3ff66..f913225c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ assets = [ ["res/linux/space-acres-autostart.desktop", "/etc/xdg/autostart/space-acres.desktop", "644"], ["target/release/space-acres", "/usr/bin/space-acres", "755"], ["res/linux/space-acres.desktop", "/usr/share/applications/space-acres.desktop", "644"], - ["res/linux/space-acres.png", "/usr/share/icons/hicolor/apps/space-acres.png", "644"], + ["res/linux/space-acres.png", "/usr/share/pixmaps/space-acres.png", "644"], ] # TODO: Menu shortcut will not be generated automatically in case of re-init: https://github.com/volks73/cargo-wix/issues/141 diff --git a/res/linux/space-acres-autostart.desktop b/res/linux/space-acres-autostart.desktop index 045fd522..fc3537a1 100644 --- a/res/linux/space-acres-autostart.desktop +++ b/res/linux/space-acres-autostart.desktop @@ -2,5 +2,5 @@ Type=Application Name=Space Acres Comment=Space Acres is an opinionated unofficial GUI application for farming on Subspace Network -Icon=/usr/share/icons/hicolor/apps/space-acres.png +Icon=space-acres Exec=space-acres --startup diff --git a/res/linux/space-acres.desktop b/res/linux/space-acres.desktop index 92e0d90b..46ca8ae7 100644 --- a/res/linux/space-acres.desktop +++ b/res/linux/space-acres.desktop @@ -5,7 +5,7 @@ Categories=Network GenericName=Subspace Network Farming Software Comment=Space Acres is an opinionated unofficial GUI application for farming on Subspace Network Keywords=subspace;farmer;farming -Icon=/usr/share/icons/hicolor/apps/space-acres.png +Icon=space-acres Exec=space-acres Terminal=false StartupNotify=false