igor2x

Results 141 comments of igor2x

Today I have build flatpak on my Ubuntu 23.10 myself from latest 1.18.2fp4 tag. What I see is there are still only English and Korean language available to select from....

- Interesting if building flatpak myself I get English and Korean From "Select Language" option. - But... if I install flatpak from Flathub.org then only "English" is available. ![image](https://github.com/pwsafe/pwsafe/assets/10895030/84571d31-c39c-41b7-99ea-cba542727b7c)

Now I investigated little bit more. It looks like flatpak separates program into "main" program and "location" specific program. Location specific is installed using default language set in Ubuntu. On...

Now I get it. Buttons are not coming from Password Safe program itself, but instead are populated from dependent runtime "org.freedesktop.Platform". Now I have checked locally build flatpak directory for...

@ronys, as suggested by forum user there is too much (or incorrect) cleansing in manifest yaml file. Instructions: 1. I downloaded: https://github.com/flathub/org.pwsafe.pwsafe/blob/master/org.pwsafe.pwsafe.yml 2. In this file I have deleted line...

I have investigated little bit more. In [manifest file](https://github.com/flathub/org.pwsafe.pwsafe/blob/master/org.pwsafe.pwsafe.yml) in line 34 replace: `- /share` with ` - /share/bakefile` This will solve the problem of adding all of the languages...

I have searched the web little bit and I see when wxWidgets reports this "Cannot set locale for language X" it expects something on operating system level that is not...

I have now self-compiled from master branch and I see lines are now present. Maybe some change in Password Safe code or some package was updated e.g. wxWidgets. ![image](https://github.com/pwsafe/pwsafe/assets/10895030/f5952eda-679e-40e1-8f25-da379e75df1c) This...

Now I see what is wrong... Flatpak package by default does not have access to internet (and it probably should not have). 1. Have started Flatseal application (installed as flatpak)...

1. Are you sure you are using flatpak version? Do you by any chance have both flatpak and deb version installed and you used deb version of program? Can you...