flathub / com.vscodium.codium

https://flathub.org/apps/details/com.vscodium.codium
95 stars 20 forks source link

Fix login persistence on KDE ? #267

Closed ghost closed 9 months ago

ghost commented 10 months ago

Currently in the VSCodium flatpak, when a user logs into Github then closes the application, the login information is lost. This happens on both GNOME and KDE in my experience, but on KDE this can be fixed via adding the following lines to the flatpak manifest .yaml file under the finish-args segment.

finish-args: ...

(Found in https://github.com/flathub/com.visualstudio.code/issues/350 ) (This might also prove to be of interest https://github.com/flathub/com.visualstudio.code/issues/421 )

noonsleeper commented 10 months ago

@larina3315 will be awesome if you make an PR for this!

ghost commented 9 months ago

@larina3315 will be awesome if you make an PR for this!

https://github.com/flathub/com.vscodium.codium/pull/271 here is a PR

noonsleeper commented 9 months ago

this was close by https://github.com/flathub/com.vscodium.codium/pull/271