mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 10:46:23 -04:00
Merge pull request #427 from PhenomRetroShare/Fix_TheRetroSharesDeskTopFileIsMissing
Fix "!!!The RetroShare's desktop file is missing or wrong!!!" message
This commit is contained in:
commit
043c5b1f22
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