774
submitted 3 months ago by renzev@lemmy.world to c/linuxmemes@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] TheDemonBuer@lemmy.world 143 points 3 months ago

Flatpaks aren't perfect, but I think it's a good solution to the fragmentation problem that is inherent to Linux.

[-] Hubi@feddit.org 138 points 3 months ago

I like Flatpak just because it isn't Snap

[-] Norgur@fedia.io 49 points 3 months ago

The enemy of my enemy, eh?

[-] MalReynolds@slrpnk.net 27 points 3 months ago

...is my enemy's enemy, no more, no less. (Maxims of Maximally Effective Mercenaries #29)

[-] cley_faye@lemmy.world 13 points 3 months ago

Fair. Also, flatpak does not try to break everything by default, which is a plus.

[-] The2b@lemmy.vg 69 points 3 months ago
[-] smiletolerantly@awful.systems 44 points 3 months ago
[-] the_post_of_tom_joad@sh.itjust.works 44 points 3 months ago

Laughs in confusion

(I dont know how i got here)

load more comments (2 replies)
load more comments (5 replies)
[-] DmMacniel@feddit.org 51 points 3 months ago

Flatpak is nice but I really would like to see a way to run flatpakked application transparently e.g. don't have to

    flatpak run org.gnome.Lollypop

and can just run the app via

    Lollypop
[-] grue@lemmy.world 43 points 3 months ago

You could make aliases for each program, but I agree, there should be a way to set it up so they resolve automatically.

load more comments (2 replies)
[-] d_k_bo@feddit.org 21 points 3 months ago

You can symlink /var/lib/flatpak/exports/bin/org.gnome.Lollypop (if you are using a system installation) or ~/.local/share/flatpak/exports/bin/org.gnome.Lollypop (if you are using a uset installation) to ~/.local/bin/lollypop and run it as lollypop.

[-] ace@lemmy.ananace.dev 19 points 3 months ago* (last edited 3 months ago)

Well, Flatpak installs aliases, so as long as your distribution - or yourself - add the <installation>/exports/bin path to $PATH, then you'll be able to use the application IDs to launch them.

And if you want to have the Flatpak available under a different name than its ID, you can always symlink the exported bin to whatever name you'd personally prefer.
I've got Blender set up that way myself, with the org.blender.Blender bin symlinked to /usr/local/bin/blender, so that some older applications that expect to be able to simply interop with it are able to.

load more comments (2 replies)
load more comments (5 replies)
[-] kenkenken@sh.itjust.works 50 points 3 months ago

Flatpak haters hate new apps anyway.

[-] Norgur@fedia.io 30 points 3 months ago

glibc 2.36 is all you'll ever need, okay? Go away with those goddamn backports!

[-] BeigeAgenda@lemmy.ca 44 points 3 months ago

If I can choose between flatpack and distro package, distro wins hands down.

If the choice then is flatpack vs compile your own, I think I'll generally compile it, but it depends on the circumstances.

load more comments (2 replies)
[-] e8d79@discuss.tchncs.de 42 points 3 months ago

Haters aren't worth listening to. Doesn't matter if it is flatpak, systemd, wayland, or whatever else. These people have no interest in a discussion about merits and drawbacks of a given solution. They just want to be angry about something.

[-] renzev@lemmy.world 13 points 3 months ago

I know, right!? Add gimp to that list as well. I can go on and on about shortcomings of gimp despite being a happy user. The average gimp hater, on the other hand, doesn't have anything to say besides "the UI is dumb and I can't figure out how to draw a circle"

[-] Feathercrown@lemmy.world 26 points 3 months ago

"The UI is unintuitive" is a legitimate complaint

[-] uis@lemm.ee 13 points 3 months ago

"Intuitive UI" results in Gnome.

[-] gh0stcassette 11 points 3 months ago

Is it really intuitive if I have to open dconf-editor to change the system font?

load more comments (1 replies)
load more comments (5 replies)
[-] someacnt_@lemmy.world 10 points 3 months ago

Wayland gets the hate because compositors are authoritative so you cannot e.g. install your own window manager, taskbar, etc. It would be good if there were specifications governing these, but there isn't.

[-] NaibofTabr@infosec.pub 40 points 3 months ago

If you're separating your application from the core system package manager and shared libraries, there had better be a good and specific reason for it (e.g. the app needs to be containerized for stability/security/weird dependency). If an app can't be centrally managed I don't want it on my system, with grudging exceptions.

Chocolatey has even made this possible in Windows, and lately for my Windows environments if I can't install an application through chocolatey then I'll try to find an alternative that I can. Package managers are absolutely superior to independent application installs.

[-] AnyOldName3@lemmy.world 53 points 3 months ago

Typically Windows applications bundle all their dependencies, so Chocolatey, WinGet and Scoop are all more like installing a Flatpak or AppImage than a package from a distro's system package manager. They're all listed in one place, yes, but so's everything on FlatHub.

load more comments (1 replies)
[-] laurelraven 32 points 3 months ago

I'm not sure where you're getting the idea that Flatpak aren't centrally managed...

load more comments (2 replies)
[-] pennomi@lemmy.world 23 points 3 months ago

I think containerization for security is a damn good reason for virtually all software.

[-] gaylord_fartmaster@lemmy.world 20 points 3 months ago

Definitely. I'd rather have a "good and specific reason" why your application needs to use my shared libraries or have acess to my entire filesystem by default.

load more comments (2 replies)
load more comments (1 replies)
load more comments (3 replies)
[-] umbraroze@lemmy.world 35 points 3 months ago

I'm a Debian fan, and even I think it's absolutely preferable that app developers publish a Flatpak over the mildly janky mess of adding a new APT source. (It used to be simple and beautiful, just stick a new file in APT sources. Now Debian insists we add the GPG keys manually. Like cavemen.)

[-] jabjoe@feddit.uk 9 points 3 months ago

Someone got to say it....

There is no Debian if everything was a pile of Snaps/Flatpack/Docker/etc. Debian is the packaging and process that packaging is put through. Plus their FOSS guidelines.

So sure, if it's something new and dev'y, it should isolate the dependencies mess. But when it's mature, sort out the dependencies and get it into Debian, and thus all downstream of it.

I don't want to go back to app-folders. They end up with a missmash of duplicate old or whacky lib. It's bloaty, insecure and messy. Gift wrapping the mess in containers and VM, mitigates some of security issues, but brings more bloat and other issues.

I love FOSS package management. All the dependencies, in a database, with source and build dependencies. All building so there is one copy of a lib. All updating together. It's like an OS ecosystem utopia. It doesn't get the appreciation it should.

load more comments (4 replies)
[-] gh0stcassette 28 points 3 months ago

If you really hate flatpak just make an arch distrobox and download off the AUR. Or install Nix or something

[-] ILikeBoobies@lemmy.ca 13 points 3 months ago

I do sort of wish Nix was a more popular distro agnostic solution

load more comments (4 replies)
[-] AstralPath@lemmy.ca 26 points 3 months ago

I'm new to Linux. Every time I've had a major issue with an application it turned out to be due to a flatpak. I'll stick with other options for the time being.

[-] Kyatto@leminal.space 12 points 3 months ago

Also at least let me compile it myself if not in a repo 😩

[-] 56_@lemmy.ml 21 points 3 months ago

They do? I've always seen that as being up to distro maintainers, and out of control of the devs.

[-] programmer_belch@lemmy.dbzer0.com 21 points 3 months ago
[-] Norgur@fedia.io 47 points 3 months ago

Back in the day, when I installed my very first Linux OS, I had a wireless stick from Netgear. Wireless Drivers back then were abysmal, so I had to compile them from source (literally 15 mins after seeing a TTY for the first time). After I had found out how build-dependencies and such worked somehow and ./configure completed successfully for the first time, the script ended with the epic line:

configure done. Now type 'make' and pray

[-] ace@lemmy.ananace.dev 16 points 3 months ago

Ah, I had one of those wireless sticks from Netgear as well, probably a different model but still a royal pain to get it working.
Luckily ndiswrapper has become a thing of the past nowadays.

[-] Zacryon@lemmy.wtf 21 points 3 months ago* (last edited 3 months ago)

Because it's always so easy to compile everything you need from source! Just make sure to download, compile and install the dependencies first as well. Oh, and the dependencies' dependencies. And the ones from them. And so on. Unless you're lucky enough that there are already packaged dependencies available for you. Don't know how to compile? No problem, just read the documentation. You can be absolutely 1000000% dead serious sure that everything you need to know is documented and extremely super duper easy to understand if you don't know the source code or barely know how to code at all. And if not, maybe you can find the bits of information on the respective Discord server. It will probably be also very intuitive to know which build options you have to set in which way and which ones even exist. And that without causing conflicts with other packages you need to compile. Still got got problems with compiling? EZ, just open a bunch of issues on the respective GitHub pages. (If present. Otherwise, try to find another way to contact devs and get support, Discord for example.) Maybe, about six months later you're lucky to get a response. And if not, don't worry. Some will tell you, you should RTFM or are an idiot. Some will just close the issue because your platform isn't supported anyway. Then you know, what you did wrong. Also don't mind if your issue gets ignored.
If you finally managed to compile everything from source, congratulations! Now run the program and test if everything is working. If it's not or if it is crashing, don't worry! In developed and civilised countries you can just buy a shotgun and blast your own head away to end this suffering.

EZ! Just compile from source! /s

[-] programmer_belch@lemmy.dbzer0.com 9 points 3 months ago

I just complie from source some lightweight programs that are too niche for repositories. I am in no way advocating for full source compilation of every program in your system, that's a security and usage nightmare. Flatpack does have its use for sandboxing an environment. I personally use it for windows applications in bottles.

load more comments (1 replies)
load more comments (4 replies)
[-] pewgar_seemsimandroid 21 points 3 months ago

laughs in appimage.

[-] 2xsaiko@discuss.tchncs.de 20 points 3 months ago

Are those flatpak haters that say that in the room with us right now? The main difference with distro repos is that packages in it are packaged by the distro packagers and everyone who has an opinion on flatpak should know that this is how it works.

load more comments (1 replies)
[-] superminerJG@lemmy.world 20 points 3 months ago

And this, this is why I love the AUR

load more comments (3 replies)
[-] amw3i7dwgoblinlabs@lemmy.world 18 points 3 months ago

False, if it exists in the Linux ecosystem it also exists in AUR

load more comments (2 replies)
[-] uis@lemm.ee 14 points 3 months ago* (last edited 3 months ago)

Meanwhile almost everything I ever wanted is either in main Gentoo repo or in there is overlay with it.

load more comments (7 replies)
[-] Ephera@lemmy.ml 9 points 3 months ago

I just distribute it as a self-contained executable/archive. ¯\_(ツ)_/¯

[-] RmDebArc_5@sh.itjust.works 9 points 3 months ago

Valid solution, but I miss unified updates with appimages and such

load more comments (4 replies)
load more comments (5 replies)
load more comments
view more: next ›
this post was submitted on 05 Jul 2024
774 points (100.0% liked)

linuxmemes

21057 readers
475 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS