mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-14 16:18:48 -05:00
Rename retroshare06 to retroshare
This commit is contained in:
parent
b12fd11496
commit
5bf056c7a4
80 changed files with 212 additions and 212 deletions
|
|
@ -165,7 +165,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html></string>
|
||||
<string><html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare.desktop</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>!!!The RetroShare's desktop file is missing or wrong!!!</string>
|
||||
|
|
|
|||
|
|
@ -799,9 +799,9 @@ bool RshareSettings::getRetroShareProtocol()
|
|||
}
|
||||
}
|
||||
#elif defined(Q_OS_LINUX)
|
||||
QFile desktop("/usr/share/applications/retroshare06.desktop");
|
||||
QFile desktop("/usr/share/applications/retroshare.desktop");
|
||||
if (!desktop.exists()) {
|
||||
desktop.setFileName("/usr/share/applications/RetroShare06.desktop");
|
||||
desktop.setFileName("/usr/share/applications/retroshare.desktop");
|
||||
}
|
||||
if (desktop.exists()) {
|
||||
desktop.open(QIODevice::ReadOnly | QIODevice::Text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue