Skip to content

Commit 3067609

Browse files
Supply custom .desktop file for .deb builds to fix icons under GNOME (#1917)
1 parent 2045375 commit 3067609

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Desktop Entry]
2+
Name=Haveno
3+
GenericName=Monero Exchange
4+
Comment=A decentralized monero exchange network.
5+
Exec=/opt/haveno/bin/Haveno
6+
Icon=/opt/haveno/lib/Haveno.png
7+
Terminal=false
8+
Type=Application
9+
Categories=Network
10+
MimeType=
11+
StartupWMClass=haveno.desktop.app.HavenoApp

desktop/package/package.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ task packageInstallers {
321321

322322
// Package deb
323323
executeCmd(jPackageFilePath + commonOpts + linuxOpts +
324+
" --resource-dir \"${project(':desktop').projectDir}/package/linux/jpackage.deb\"" +
324325
" --linux-deb-maintainer noreply@haveno.exchange" +
325326
" --type deb")
326327

0 commit comments

Comments
 (0)