Skip to content

Commit 7421247

Browse files
committedNov 2, 2018
[native] Use official .desktop file name on linux
1 parent f9476fc commit 7421247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/native/linux/qgslinuxnative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void QgsLinuxNative::initializeMainWindow( QWindow *,
3535
const QString & )
3636
{
3737
// Hardcoded desktop file value matching our official .deb packages
38-
mDesktopFile = QStringLiteral( "qgis.desktop" );
38+
mDesktopFile = QStringLiteral( "org.qgis.qgis.desktop" );
3939
}
4040

4141
void QgsLinuxNative::openFileExplorerAndSelectFile( const QString &path )

0 commit comments

Comments
 (0)
Please sign in to comment.