diff --git a/harbour-org.gpodder.sailfish.desktop b/harbour-org.gpodder.sailfish.desktop
index 75e38b1..76eaae7 100644
--- a/harbour-org.gpodder.sailfish.desktop
+++ b/harbour-org.gpodder.sailfish.desktop
@@ -4,3 +4,11 @@ X-Nemo-Application-Type=silica-qt5
Name=gPodder
Icon=harbour-org.gpodder.sailfish
Exec=sailfish-qml harbour-org.gpodder.sailfish
+
+[X-Sailjail]
+Permissions=Audio;UserDirs;RemovableMedia;Internet
+OrganizationName=harbour-org.gpodder.sailfish
+ApplicationName=harbour-org.gpodder.sailfish
+
+[X-HarbourBackup]
+BackupPathList=.config/harbour-org.gpodder.sailfish:.local/share/harbour-org.gpodder.sailfish
diff --git a/qml/ImportOPML.qml b/qml/ImportOPML.qml
index 8b89b84..01756f0 100644
--- a/qml/ImportOPML.qml
+++ b/qml/ImportOPML.qml
@@ -19,8 +19,8 @@ Dialog {
if (opmlAction == 'Import') {
py.call('main.import_opml', [importOPML.selectedFile])
} else {
- if(exportFile.text.charAt(0) != '/') {
- exportFile.text = StandardPaths.home + '/' + exportFile.text
+ if(exportFile.text.charAt(0) != '/' && exportFile.text.charAt(0) != '~') {
+ exportFile.text = StandardPaths.documents + '/' + exportFile.text
}
py.call('main.export_opml', [exportFile.text])
@@ -61,8 +61,8 @@ Dialog {
TextField {
id: exportFile
- label: 'Filename'
- placeholderText: qsTr('Enter filname')
+ label: qsTr('Filename, stored in Documents')
+ placeholderText: qsTr('Enter filename')
visible: opmlAction == 'Export' ? true : false
anchors {
diff --git a/translations/harbour-org.gpodder.sailfish-bg.ts b/translations/harbour-org.gpodder.sailfish-bg.ts
index 6892091..78e7a68 100644
--- a/translations/harbour-org.gpodder.sailfish-bg.ts
+++ b/translations/harbour-org.gpodder.sailfish-bg.ts
@@ -250,10 +250,15 @@
Файл за внасяне
+
+
+
+
+
-
- Въвеждане на файлово име
+
+
diff --git a/translations/harbour-org.gpodder.sailfish-de.ts b/translations/harbour-org.gpodder.sailfish-de.ts
index c6660b7..ac94677 100644
--- a/translations/harbour-org.gpodder.sailfish-de.ts
+++ b/translations/harbour-org.gpodder.sailfish-de.ts
@@ -249,10 +249,15 @@
Datei importieren
+
+
+
+
+
-
- Dateiname eingeben
+
+
diff --git a/translations/harbour-org.gpodder.sailfish-es.ts b/translations/harbour-org.gpodder.sailfish-es.ts
index f2babae..88542d7 100644
--- a/translations/harbour-org.gpodder.sailfish-es.ts
+++ b/translations/harbour-org.gpodder.sailfish-es.ts
@@ -249,10 +249,15 @@
Importar archivo
+
+
+
+
+
-
- Indica nombre del archivo
+
+
diff --git a/translations/harbour-org.gpodder.sailfish-it.ts b/translations/harbour-org.gpodder.sailfish-it.ts
index b5f957a..71a7246 100644
--- a/translations/harbour-org.gpodder.sailfish-it.ts
+++ b/translations/harbour-org.gpodder.sailfish-it.ts
@@ -249,10 +249,15 @@
Importa file
+
+
+
+
+
-
- Inserisci nome file
+
+
diff --git a/translations/harbour-org.gpodder.sailfish-pl.ts b/translations/harbour-org.gpodder.sailfish-pl.ts
index 45e38af..3cc2f71 100644
--- a/translations/harbour-org.gpodder.sailfish-pl.ts
+++ b/translations/harbour-org.gpodder.sailfish-pl.ts
@@ -249,10 +249,15 @@
Importuj plik
+
+
+
+
+
-
- Wprowadź nazwę pliku
+
+
diff --git a/translations/harbour-org.gpodder.sailfish-ru.ts b/translations/harbour-org.gpodder.sailfish-ru.ts
index 265a948..0039a12 100644
--- a/translations/harbour-org.gpodder.sailfish-ru.ts
+++ b/translations/harbour-org.gpodder.sailfish-ru.ts
@@ -249,10 +249,15 @@
Импорт файла
+
+
+
+
+
-
- Введите имя файла
+
+
diff --git a/translations/harbour-org.gpodder.sailfish-sv.ts b/translations/harbour-org.gpodder.sailfish-sv.ts
index dd274b6..2442d93 100644
--- a/translations/harbour-org.gpodder.sailfish-sv.ts
+++ b/translations/harbour-org.gpodder.sailfish-sv.ts
@@ -249,10 +249,15 @@
Importera fil
+
+
+
+
+
-
- Ange filnamn
+
+
diff --git a/translations/harbour-org.gpodder.sailfish-zh_CN.ts b/translations/harbour-org.gpodder.sailfish-zh_CN.ts
index 6ab7dd3..00a45bc 100644
--- a/translations/harbour-org.gpodder.sailfish-zh_CN.ts
+++ b/translations/harbour-org.gpodder.sailfish-zh_CN.ts
@@ -249,10 +249,15 @@
导入文件
+
+
+
+
+
-
- 输入文件名
+
+
diff --git a/translations/harbour-org.gpodder.sailfish.ts b/translations/harbour-org.gpodder.sailfish.ts
index 511cf12..7c7a8c9 100644
--- a/translations/harbour-org.gpodder.sailfish.ts
+++ b/translations/harbour-org.gpodder.sailfish.ts
@@ -249,9 +249,14 @@
+
+
+
+
+
-
+