PawelSpoon / harbour-olive-goes-shopping

a sailfish os shopping list with recipe and category support
https://openrepos.net/content/pawelspoon/olive-goes-shopping
GNU General Public License v3.0
1 stars 3 forks source link

Export / Import does not work with SD card since 2.2 #8

Closed PawelSpoon closed 5 years ago

PawelSpoon commented 5 years ago

mount point was changed, need to adapt that

jsikio commented 5 years ago

Try to change ExportPage.qml line 77 var internalStorage = "/media/sdcard/" to var internalStorage = "/run/media/nemo/"

PawelSpoon commented 5 years ago

Thank you ! tried, but no improvement

jsikio commented 5 years ago

Strange, because I tested and it works with my Gemini PDA device. Didn't work with emulator.

PawelSpoon commented 5 years ago

it did not work on experia x. that s where i did test it.

i once wanted to take over the code from ownkeepass. the developer there did fix the issue. but i did not find the time to merge it correctly and it was not my most important topic.

PawelSpoon commented 5 years ago

btw. i did update the source now

jsikio commented 5 years ago

Thanks! This patch works for me, both XPeriaX and Gemini PDA. ExportPage_diff.txt Näyttökuva_20190309_001

PawelSpoon commented 5 years ago

cool thanks !!

will try to merge it asap

PawelSpoon commented 5 years ago

released in openrepos