seiichiro0185 / sailotp

A Sailfish Google Authenticator Implementation
https://www.seiichiro0185.org/sailfish:apps:sailotp:start
Other
49 stars 24 forks source link

Import doesn't work on Sailfish OS 4.4 #66

Closed jmairboeck closed 1 year ago

jmairboeck commented 1 year ago

I tried to import a backup created on my old Jolla phone (running Sailfish 3.4) on my new phone (running Sailfish X 4.4).

After entering the file name and password, it only shows the error message "File not found" and doesn't let me import the file.

(I instead copied over the database directly. This worked.)

DrYak commented 1 year ago

It's missing permissions to access files.

You need to either start it from the command line (outside of Sailjail), or manually edit the content of /usr/share/applications/harbour-sailotp.desktop and add the following permissions:

[X-Sailjail]
Permissions=UserDirs;RemovableMedia
OrganizationName=org.seiichiro0185
ApplicationName=harbour-otp
jmairboeck commented 1 year ago

Fixed by 7def525735ab6170f3d58d38acfc6b5a106c3c53