mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
cleanup desktop entry
This commit is contained in:
parent
a73d715b72
commit
33035a21a8
1 changed files with 4 additions and 6 deletions
|
@ -265,16 +265,14 @@ void copyColumn(QModelIndex *index, int column) {
|
||||||
QString xdgDesktopEntry(){
|
QString xdgDesktopEntry(){
|
||||||
return QString(
|
return QString(
|
||||||
"[Desktop Entry]\n"
|
"[Desktop Entry]\n"
|
||||||
"Name=Feather\n"
|
"Name=Feather Wallet\n"
|
||||||
"GenericName=Feather\n"
|
"Comment=A free Monero desktop wallet\n"
|
||||||
"X-GNOME-FullName=Feather\n"
|
|
||||||
"Comment=a free, open source Monero desktop wallet\n"
|
|
||||||
"Keywords=Monero;\n"
|
"Keywords=Monero;\n"
|
||||||
"Exec=\"%1\" %u\n"
|
"Exec=\"%1\"\n"
|
||||||
"Terminal=false\n"
|
"Terminal=false\n"
|
||||||
"Type=Application\n"
|
"Type=Application\n"
|
||||||
"Icon=feather\n"
|
"Icon=feather\n"
|
||||||
"Categories=Network;GNOME;Qt;\n"
|
"Categories=Network;\n"
|
||||||
"StartupNotify=false\n"
|
"StartupNotify=false\n"
|
||||||
).arg(applicationFilePath());
|
).arg(applicationFilePath());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue