mr_MADAFAKA@lemmy.ml to Linux@lemmy.ml · 2 years agoBitwarden is now verified on Flathub for Linuxlemmy.mlimagemessage-square64linkfedilinkarrow-up1538arrow-down18file-text
arrow-up1530arrow-down1imageBitwarden is now verified on Flathub for Linuxlemmy.mlmr_MADAFAKA@lemmy.ml to Linux@lemmy.ml · 2 years agomessage-square64linkfedilinkfile-text
minus-squarelnxtx (xe/xem/xyr)@feddit.nllinkfedilinkEnglisharrow-up34·2 years agoFunny thing, it repacks a deb package. See manifest.
minus-squaretrevor (he/they)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up29·2 years agoIs the a downside to repacking the deb package? They’re basically just zip files of the same binary you’d run on most other Linux distros.
minus-squarelnxtx (xe/xem/xyr)@feddit.nllinkfedilinkEnglisharrow-up20arrow-down1·2 years agoI don’t say that. Rather it’s just a trivia.
minus-squaretrevor (he/they)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up13·2 years agoTotally fair. I’m curious to see if anyone else may have reasons why it might be suboptimal.
minus-squarePasta Dental@sh.itjust.workslinkfedilinkarrow-up9·2 years agoReposting the link from another comment on here, there is a PR to build the flatpak from source https://github.com/flathub/com.bitwarden.desktop/pull/222
minus-squareshekau@lemmy.todaylinkfedilinkarrow-up1·2 years agoWhy on Flathub it says that it “uses legacy windowing system”, but there is granted permission to use Wayland socket in manifest?
minus-squareSteveTech@programming.devlinkfedilinkEnglisharrow-up7arrow-down1·2 years agoProbably because there’s also permission to use the X11 socket.
minus-squareshekau@lemmy.todaylinkfedilinkarrow-up1·2 years agoNo, its certainly not because of that. Many apps have both permissions simultaneously and theres no warning. In this case X11 is used as a fallback if wayland is not used.
minus-squaretekato@lemmy.worldlinkfedilinkarrow-up1·2 years ago In this case X11 is used as a fallback if wayland is not used. It prefers X11, and Wayland can be enabled through the ozone layer.
minus-squareshekau@lemmy.todaylinkfedilinkarrow-up1·2 years agoOk, but why there’s a warning on flathub that it uses legacy windowing system
minus-squaretekato@lemmy.worldlinkfedilinkarrow-up1·2 years agoBecause it will always use X11 unless you tell it not to.
Funny thing, it repacks a deb package.
See manifest.
Is the a downside to repacking the deb package? They’re basically just zip files of the same binary you’d run on most other Linux distros.
I don’t say that. Rather it’s just a trivia.
Totally fair. I’m curious to see if anyone else may have reasons why it might be suboptimal.
Reposting the link from another comment on here, there is a PR to build the flatpak from source https://github.com/flathub/com.bitwarden.desktop/pull/222
Why on Flathub it says that it “uses legacy windowing system”, but there is granted permission to use Wayland socket in manifest?
Probably because there’s also permission to use the X11 socket.
No, its certainly not because of that.
Many apps have both permissions simultaneously and theres no warning. In this case X11 is used as a fallback if wayland is not used.
It prefers X11, and Wayland can be enabled through the ozone layer.
Ok, but why there’s a warning on flathub that it uses legacy windowing system
Because it will always use X11 unless you tell it not to.