mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix "!!!The RetroShare's desktop file is missing or wrong!!!" message
for Linux.
This commit is contained in:
parent
37ae8bcb6a
commit
e6347d7aef
@ -777,7 +777,7 @@ bool RshareSettings::getRetroShareProtocol()
|
||||
}
|
||||
}
|
||||
#elif defined(Q_OS_LINUX)
|
||||
QFile desktop("/usr/share/applications/retroshare06.desktop");
|
||||
QFile desktop("/usr/share/applications/RetroShare06.desktop");
|
||||
if (desktop.exists()) {
|
||||
desktop.open(QIODevice::ReadOnly | QIODevice::Text);
|
||||
QTextStream in(&desktop);
|
||||
|
Loading…
Reference in New Issue
Block a user