mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Merge pull request #897 from onnozweers/patch-1
Adding "Type=Application" to desktop file (to fix autostart in Ubuntu)
This commit is contained in:
commit
f09cae74fb
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ void Utility::setLaunchOnStartup(const QString &appName, const QString& guiName,
|
||||||
<< QLatin1String("Terminal=") << "false" << endl
|
<< QLatin1String("Terminal=") << "false" << endl
|
||||||
<< QLatin1String("Icon=") << appName << endl
|
<< QLatin1String("Icon=") << appName << endl
|
||||||
<< QLatin1String("Categories=") << QLatin1String("Network") << endl
|
<< QLatin1String("Categories=") << QLatin1String("Network") << endl
|
||||||
|
<< QLatin1String("Type=") << QLatin1String("Application") << endl
|
||||||
<< QLatin1String("StartupNotify=") << "false" << endl
|
<< QLatin1String("StartupNotify=") << "false" << endl
|
||||||
<< QLatin1String("X-GNOME-Autostart-enabled=") << "true" << endl
|
<< QLatin1String("X-GNOME-Autostart-enabled=") << "true" << endl
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue