2015-08-30 06:43:43 +00:00
|
|
|
--- src/gui/widgets/FileDialog.cpp.orig 2014-12-17 14:30:23.000000000 +0100
|
|
|
|
+++ src/gui/widgets/FileDialog.cpp 2015-08-29 21:06:53.992239554 +0200
|
|
|
|
@@ -58,8 +58,8 @@
|
|
|
|
#else
|
2010-11-08 16:19:59 +00:00
|
|
|
QString home = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
|
2015-08-30 06:43:43 +00:00
|
|
|
#endif
|
2010-11-08 16:19:59 +00:00
|
|
|
- QString examples = home + "/.local/share/rosegarden/examples";
|
|
|
|
- QString templates = home + "/.local/share/rosegarden/templates";
|
|
|
|
+ QString examples = "/usr/share/rosegarden/examples";
|
|
|
|
+ QString templates = "/usr/share/rosegarden/templates";
|
|
|
|
QString rosegarden = home + "/rosegarden";
|
|
|
|
|
|
|
|
RG_DEBUG << "FileDialog::FileDialog(...)" << endl
|
2015-08-30 06:43:43 +00:00
|
|
|
--- src/gui/studio/BankEditorDialog.cpp.orig 2014-12-17 14:30:23.000000000 +0100
|
|
|
|
+++ src/gui/studio/BankEditorDialog.cpp 2015-08-29 21:07:37.151687434 +0200
|
|
|
|
@@ -1562,7 +1562,7 @@
|
|
|
|
#else
|
2010-11-08 16:19:59 +00:00
|
|
|
QString home = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
|
2015-08-30 06:43:43 +00:00
|
|
|
#endif
|
2010-11-08 16:19:59 +00:00
|
|
|
- QString deviceDir = home + "/.local/share/rosegarden/library";
|
|
|
|
+ QString deviceDir = "/usr/share/rosegarden/library";
|
|
|
|
|
|
|
|
QString url_str = FileDialog::getOpenFileName(this, tr("Import Banks from Device in File"), deviceDir,
|
|
|
|
tr("Rosegarden Device files") + " (*.rgd *.RGD)" + ";;" +
|