Compare commits
5 commits
0dcbfb4e4e
...
b8129b4e62
Author | SHA1 | Date | |
---|---|---|---|
b8129b4e62 | |||
|
76b3650865 | ||
ca2aded9e3 | |||
ca5d362267 | |||
eca1da3500 |
4 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,8 +6,10 @@ moc_*.cpp
|
|||
*.moc
|
||||
Makefile
|
||||
*.a
|
||||
*.so
|
||||
*.list
|
||||
org.monich.harbour.books*.qm
|
||||
org.monich.harbour.books*.ts
|
||||
org.monich.harbour.books
|
||||
RPMS/
|
||||
.DS_Store
|
||||
|
|
|
@ -18,5 +18,5 @@ X-Nemo-Application-Type=silica-qt5
|
|||
Permissions=Documents;Downloads;RemovableMedia;Audio
|
||||
OrganizationName=org.monich
|
||||
ApplicationName=harbour.books
|
||||
ExecDBus=/usr/bin/org.monich.harbour.books %u
|
||||
ExecDBus=/usr/bin/org.monich.harbour.books
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
# define BOOKS_SETTINGS_MENU true
|
||||
#endif
|
||||
|
||||
#define BOOKS_SETTINGS_PATH "org.monich/harbour.books"
|
||||
#define BOOKS_DBUS_SERVICE BOOKS_DBUS_INTERFACE
|
||||
#define BOOKS_DCONF_ROOT "/apps/" BOOKS_APP_NAME "/"
|
||||
#define BOOKS_DATA_ROOT "usr/share/" BOOKS_APP_NAME
|
||||
|
|
|
@ -104,6 +104,7 @@ BooksStorage::Private::Private(
|
|||
{
|
||||
QString cfgDir;
|
||||
cfgDir = QString::fromStdString(ZLibrary::ApplicationWritableDirectory());
|
||||
cfgDir.replace(QString(BOOKS_APP_NAME),QString(BOOKS_SETTINGS_PATH));
|
||||
if (!cfgDir.endsWith('/')) cfgDir += '/';
|
||||
QString subDir;
|
||||
switch (aType) {
|
||||
|
|
Loading…
Reference in a new issue