this post was submitted on 03 Nov 2024
532 points (98.5% liked)

Linux

59267 readers
688 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] henfredemars@infosec.pub 108 points 1 year ago (13 children)

I love what Flatpak is doing for Linux desktop. Let it grow!

[–] Cethin@lemmy.zip 19 points 1 year ago (1 children)

It's not the ideal solution, but it is approachable and understandable for technically averse users. I think it's good to have, but I only used it for one package, and that was as a separate Steam install that included an old version of glibc that was used in a particular game's (Squad) anti-cheat until it updated it.

It's good for a stable platform, but each package needs it's own set of everything, which can be good (like the Steam example above having its own version of glibc instead of using the shared version on my system), it's a lot of bloat. I'm not using it unless I require it for some reason, but again it's nice to have around.

[–] henfredemars@infosec.pub 3 points 1 year ago

I don’t think Flatpak is going to be compatible with Steam anyway in the long-term because layering container solutions doesn’t generally work very well, and Steam is going to want to use its own solution for better control over the libraries each game uses. Earlier versions used library redirection and some still do.

load more comments (12 replies)
[–] unskilled5117@feddit.org 46 points 1 year ago* (last edited 1 year ago) (4 children)

Great to see progress! Why is it behind their official github releases though? Latest version is 2024.10.2 and not 2024.09.0. It is four releases, meaning more than a month, behind.

[–] warmaster@lemmy.world 27 points 1 year ago

Baby steps?

[–] mouse@midwest.social 26 points 1 year ago

It looks like they are working on fixing that with this pull request.

[–] fmstrat@lemmy.nowsci.com 4 points 1 year ago (1 children)
[–] real_username56@lemmy.ml 3 points 1 year ago* (last edited 1 year ago) (1 children)

It’s the winapps author! By the way, winapps looks cool! I never was able to get it working though because I was using Wayland.

[–] fmstrat@lemmy.nowsci.com 3 points 1 year ago* (last edited 1 year ago)

Hah, yup, that's me, too. Sorry it didn't work out, a team have done some updates to it that may work now, unfortunately I've never been able to get a hold of them.

[–] lnxtx@feddit.nl 34 points 1 year ago (3 children)

Funny thing, it repacks a deb package.
See manifest.

[–] trevor@lemmy.blahaj.zone 29 points 1 year ago (1 children)

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.

[–] lnxtx@feddit.nl 18 points 1 year ago (1 children)

I don't say that. Rather it's just a trivia.

[–] trevor@lemmy.blahaj.zone 13 points 1 year ago

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

[–] shekau@lemmy.today 1 points 1 year ago (1 children)

Why on Flathub it says that it "uses legacy windowing system", but there is granted permission to use Wayland socket in manifest?

[–] SteveTech@programming.dev 6 points 1 year ago (1 children)

Probably because there's also permission to use the X11 socket.

[–] shekau@lemmy.today 1 points 1 year ago (1 children)

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.

[–] tekato@lemmy.world 1 points 1 year ago (1 children)

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.

[–] shekau@lemmy.today 1 points 1 year ago (1 children)

Ok, but why there's a warning on flathub that it uses legacy windowing system

[–] tekato@lemmy.world 1 points 1 year ago

Because it will always use X11 unless you tell it not to.

[–] tomjuggler@lemmy.world 18 points 1 year ago (2 children)

What does this desktop app do that the browser extension doesn't? I tried the cli extension but it was rubbish..

[–] trevor@lemmy.blahaj.zone 9 points 1 year ago* (last edited 1 year ago)

The desktop app can be used as a bridge for biometrics in the browser extension, but other than that, it basically serves no unique purpose unless and until they add autofill for desktop applications.

[–] Lem453@lemmy.ca 5 points 1 year ago (1 children)

I also would like to know what the desktop app is used for?

I've seen apps like xpipe that have direct Bitwarden integration if you want (way too high risk for me but I can see some people using it), but even then it integrates directly to the servers API. When I need an ssh password or something I copy and paste it from the browser extension. I'm curious if I'm missing some functionality by not using the app.

[–] Allero@lemmy.today 14 points 1 year ago (1 children)

You're not, it's just that sometimes you paste your passwords outside browser, and opening a browser for that is doable, but feels wrong :D

Also, the app has a more convenient layout as it can afford more screen space.

[–] doktormerlin@feddit.org 3 points 1 year ago (1 children)

Do you not have the browser open all the time? Not necessarily in the foreground, but at least in the background I always have a browser window. But tbh, most of the time it's in the foreground on the second monitor

[–] Allero@lemmy.today 7 points 1 year ago (2 children)
[–] bear@slrpnk.net 2 points 1 year ago

I envy your life, as it feels like every year the browser assimilates and consumes more and more.

[–] ashley@lemmy.ca 1 points 11 months ago
[–] subtext@lemmy.world 17 points 1 year ago

Huge news

Is it possible to get biometrics working on a flathub app?

I fucking love Flathub(and flatpak too), also thank you to Bitwarden team♥️.

[–] Goodman@discuss.tchncs.de 7 points 1 year ago (3 children)

What does bitwarden have over keepass?

[–] declination@programming.dev 22 points 1 year ago

Sync that has never broken for me and works on a phone. My attempts at keypass with both google drive and syncthing invariably ended up with me needing to periodically do manual reconciliation. I’ve never had this problem with bitwarden. Also, bitwardens passkey hooks work on iOS. They appear unsupported by keepassium.

[–] tuhriel@discuss.tchncs.de 18 points 1 year ago

Probably a bit more polished UX (especially for not too tech-savy people)

but I'd say the biggest difference is integrated multidevice support, either via their cloud or selfhosted...

load more comments
view more: next ›