mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +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(){
|
||||
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());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue