Skip to content

Commit

Permalink
cleanup desktop entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Nov 28, 2023
1 parent a73d715 commit 33035a2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/utils/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,16 +265,14 @@ void copyColumn(QModelIndex *index, int column) {
QString xdgDesktopEntry(){
return QString(
"[Desktop Entry]\n"
"Name=Feather\n"
"GenericName=Feather\n"
"X-GNOME-FullName=Feather\n"
"Comment=a free, open source Monero desktop wallet\n"
"Name=Feather Wallet\n"
"Comment=A free Monero desktop wallet\n"
"Keywords=Monero;\n"
"Exec=\"%1\" %u\n"
"Exec=\"%1\"\n"
"Terminal=false\n"
"Type=Application\n"
"Icon=feather\n"
"Categories=Network;GNOME;Qt;\n"
"Categories=Network;\n"
"StartupNotify=false\n"
).arg(applicationFilePath());
}
Expand Down

0 comments on commit 33035a2

Please sign in to comment.