Skip to content

Commit

Permalink
[native] Use official .desktop file name on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 2, 2018
1 parent f9476fc commit 7421247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/linux/qgslinuxnative.cpp
Expand Up @@ -35,7 +35,7 @@ void QgsLinuxNative::initializeMainWindow( QWindow *,
const QString & )
{
// Hardcoded desktop file value matching our official .deb packages
mDesktopFile = QStringLiteral( "qgis.desktop" );
mDesktopFile = QStringLiteral( "org.qgis.qgis.desktop" );
}

void QgsLinuxNative::openFileExplorerAndSelectFile( const QString &path )
Expand Down

0 comments on commit 7421247

Please sign in to comment.