mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 23:00:56 -04:00
Fix "!!!The RetroShare's desktop file is missing or wrong!!!" message
for Linux.
This commit is contained in:
parent
37ae8bcb6a
commit
e6347d7aef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue