Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -r5687815256ae070a9a207107088e3f72dd464da0 -rf8c7febe2e4131b8c7e68fd9849027ba8596dbc6 --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 5687815256ae070a9a207107088e3f72dd464da0) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision f8c7febe2e4131b8c7e68fd9849027ba8596dbc6) @@ -64,7 +64,7 @@ property bool isDevice : _GuiView.runOnDevice readonly property string typePathClr : "" readonly property string typePathPrefix : "file://" - readonly property string typePathTxr : typePathPrefix + (isDevice ? "/var/configurations" : "/home/denali/Desktop/sd-card" ) + readonly property string typePathTxr : typePathPrefix + (isDevice ? "/mnt/data/configurations" : "/home/denali/Desktop/sd-card" ) readonly property string typePathSrc : typePathPrefix + (isDevice ? "/media/sd-card" : "/home/denali/Desktop/sd-card" ) readonly property string typePathDst : typePathPrefix + (isDevice ? "/media/usb" : "/home/denali/Desktop/usb-disk") readonly property string typeFolderApplication : "/log"