Skip to content

Commit

Permalink
Home sweet home
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 9, 2024
1 parent f84f5f2 commit 33398d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgismobileapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ QgisMobileapp::QgisMobileapp( QgsApplication *app, QObject *parent )
QFile::setPermissions( QStringLiteral( "%1/%2" ).arg( dataDir, file ), QFileDevice::ReadOwner | QFileDevice::WriteOwner );
qInfo() << QFile::permissions( QStringLiteral( "%1/%2" ).arg( dataDir, file ) );
}
setenv( "HOME", dataDir.toUtf8(), true );
setenv( "PGSYSCONFDIR", dataDir.toUtf8(), true );
break;
}
Expand Down

0 comments on commit 33398d7

Please sign in to comment.