163
flatpak remote-add flathub-verified --subset=verified https://dl.flathub.org/repo/flathub.flatpakrepo
top 50 comments
sorted by: hot top controversial new old
[-] librecat@lemmy.basedcount.com 56 points 1 year ago

I love flatpak but if you aren't using the AUR on arch what's the point?!

[-] Humorless4483@lemmy.world 19 points 1 year ago

Wait people donโ€™t just install arch to say that they use it ?

[-] KISSmyOSFeddit@lemmy.world 4 points 1 year ago

I love Arch but I hate installing and configuring it.

[-] rollingflower@lemmy.kde.social 11 points 1 year ago

I might have something shocking to tell you. There are distros with good defaults!

[-] KISSmyOSFeddit@lemmy.world 1 points 1 year ago

Can you recommend a rolling release distro that has good defaults for hyprland or sway?

[-] rollingflower@lemmy.kde.social 2 points 1 year ago

I can recommend a semi-rolling distro ;D wayblue has some defaults, but I have not tried it. There also is a hardened version of it under the secureblue images. Although I think the maintainer has horrible control issues, I cant deny that the product is near perfect (apart from opinionated Chromium enforcements and some hacky parts like LD_PRELOADing a different allocator) and use the kinoite variant daily.

[-] Ooops@kbin.social 3 points 1 year ago

But that's okay as it's rolling release and unlike other distros you only need to do it exactly once...

[-] ManniSturgis@lemmy.zip 4 points 1 year ago

I just want new packages and Tumbleweed sucks, and don't even get me started on Fedora and their codec nonsense. Every time I tried Fedora I run into issues. You can't even use their packaged version of VLC cause they don't also package the correct version of ffmpeg. Fedora is a joke. Nobara even worse cause that one is outdated on top of it. Arch is the way and you are all wrong.

[-] Kusimulkku@lemm.ee 4 points 1 year ago

Don't you ever talk to me or my wife's distro ever again

[-] rollingflower@lemmy.kde.social 4 points 1 year ago

Agree on the Fedora problem, but the solution is pretty easy.

# install the RPM packages, your system is auto detected, the packages take care of updating the repos
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

# enable cisco-openh264 to be sure
sudo dnf config-manager --enable fedora-cisco-openh264

# install ffmpeg with allowerase
sudo dnf install ffmpeg --allowerasing

# or, if you just want videos, without uninstalling anything
sudo dnf install libavcodec-freeworld

Thats basically it. On the Atomic variants, installing libavcodec-freeworld is just as easy, but allowerasing doesnt work so you need to uninstall everything manually to unbreak ffmpeg. Or you just use uBlue where it is already done and default (this will also avoid any rpmfusion incompatibilities to happen on your device and on the server instead)

Yes this is annoying, but you do that once and afterwards have a current release more stable than Arch, and an old-supported release that is even more stable.

[-] ManniSturgis@lemmy.zip 1 points 1 year ago* (last edited 1 year ago)

but allowerasing doesnt work so you need to uninstall everything manually to unbreak ffmpeg

There we go, that's probably what I should have done. Utterly ridiculous! That's too bad since Kinoite is the best immutable distro out there right now IMHO. (No, I don't count NixOS)

And we can go deeper still, cause I have also tried uBlue! And what do you know, even uBlue sucks. I swear to you I had issues I could not figure out how to solve on every single Fedora 39 thing I tried. Yes, I will admit that a user who is used to the Fedora way will have probably easily solved all those, but not me. And I could say the same about Arch, only on Arch I actually know how to solve my problems. And on Arch people would assume having to fix stuff manually, not on Fedora though. Fedora should be an "it just works" distro like Mint, but it's SO GOD DAMN far from it. Anyways, I honestly believe the entire Fedora eco-system is straight up cursed.

[-] rollingflower@lemmy.kde.social 1 points 1 year ago

Agree, fedora atomic is the best OS base there is. I am also testing COSMIC which is now under the ublue org.

discussion.fedoraproject.org is there for problems.

I agree that Fedora variants need more tweaking, but processes are so damn slow. For example setting up external repos would very well be possible, but they will add an intransparent "add external repos" page to Kinoite. At least that.

[-] jbk@discuss.tchncs.de 2 points 1 year ago

Thank software patents for the codec trouble, not Fedora / Red Hat. They just don't want to get their asses sued for free software

Anyway I can use VLC and ffmpeg just fine with RPMFusion, idk what ur issue is, but judging by that

you are all wrong

i probably just wasted my time on a brainless troll like you.

load more comments (2 replies)
[-] promitheas@iusearchlinux.fyi 2 points 1 year ago

Ah, a man of culture

[-] Petter1@lemm.ee 1 points 1 year ago

What sucks exactly with TW? For me it is Arch in easy mode ๐Ÿ˜‚

[-] ManniSturgis@lemmy.zip 2 points 1 year ago

Eh, just my personal opinion. I tried it once and didn't like it. But I can admit that is similar to me saying "Gnome sucks". It's obviously a matter of personal opinion.

load more comments (1 replies)
load more comments (4 replies)
[-] rollingflower@lemmy.kde.social 3 points 1 year ago* (last edited 1 year ago)

The Arch repos, being quick, rolling, not restricted legally or being upstream of some corpo distro like Fedora or OpenSUSE etc

Idk ask Steam?

[-] Petter1@lemm.ee 2 points 1 year ago

There are people that choose flatpak for some apps and the AUR for other apps I heard from a friend ๐ŸŒš

[-] fl42v@lemmy.ml 29 points 1 year ago

Meanwhile flatpack: (unverified)

[-] Kusimulkku@lemm.ee 8 points 1 year ago

They specifically only added the repo with verified apps

flatpak remote-add flathub-verified --subset=verified https://dl.flathub.org/repo/flathub.flatpakrepo

load more comments (1 replies)
[-] MonkderDritte@feddit.de 22 points 1 year ago

Flathub doesn't have the apps i need from AUR.

[-] rollingflower@lemmy.kde.social 2 points 1 year ago

Fair point. But when apps are on Flathub and people say "I dont care I have the AUR" they need to know.

  • the AUR has no verification at all
  • the apps have no permission system at all, so you need to trust them 100%
  • they are installed on your system and might mess up updates, give dependency errors etc.
  • their solution does not apply to nontechnical people. If a solution is not scaleable, it is not a good solution
[-] Skyflare@discuss.tchncs.de 4 points 1 year ago

All you need to verify an AUR package is to read the PKGBUILD file, which is something the AUR keeps on encouraging you to do (this assumes that you trust the upstream repo, which is something that even official packagers of most distros do)

Also a lot of flatpak packages aren't sand boxed enough to be safe and only ends up giving false sense of security to nontechnical users

Your last point is extremely important though, AUR is horrible for nontechnical users (which is why the AUR discourages AUR helpers)

[-] rollingflower@lemmy.kde.social 2 points 1 year ago

Okay having an easily readable build file is a bit missing. Flathub hides that a lot.

I think their rating system, which is on the website and also GNOME Software, displays apps with home access as insecure.

And somehow this seems to be general knowledge and an issue about a privilege escalation through a local override was just closed. Yay

load more comments (2 replies)
[-] infeeeee@lemm.ee 21 points 1 year ago

If an AUR package wants to install 137 python dependencies, I usually search for a flatpak instead.

[-] pineapplelover@lemm.ee 4 points 1 year ago* (last edited 1 year ago)

Why is this the case? Have I been installing stuff wrong my entire life?

[-] fatihozs@mastodon.social 4 points 1 year ago

@pineapplelover @infeeeee No, some people just don't want to install tons of packages just for an application they want to use to. The more package means the higher chance for system breakage. It's better checking dependencies and pkgbuild before install

[-] pineapplelover@lemm.ee 3 points 1 year ago

Yeah but I thought if I installed it through AUR natively then it would be better since if other programs need those same dependencies, I wouldn't have to install them again.

[-] infeeeee@lemm.ee 3 points 1 year ago* (last edited 1 year ago)

Beside what @fatihozs@mastodon.social wrote:

  • If the package wants to install an awful amount of dependencies it means those dependencies are only used by that package on my system. Flatpaks contains all dependencies, so the required disk space would be similar to the flatpak.
  • My feeling is flatpak install time is quicker in this case, to install 1 flatpak vs 138 AUR packages. I never measured it though.
  • I only do this if an insane amount of dependencies needed. Some dependencies are normal, if more than 50 than I think AUR is not an ideal way to distribute a software, or also include a -bin package.
  • If no flatpak available I still install the 137 dependencies, so nothing wrong with that, it's simply the way I like to manage my system.
[-] devilish666@lemmy.world 3 points 1 year ago

Personally i like chaotic-aur because it's already pre compiled
The only aur packages on my is system is stacer-bin (the only cleaner i trust other than bleachbit)

[-] rollingflower@lemmy.kde.social 2 points 1 year ago

Stacer for the win!

[-] Petter1@lemm.ee 2 points 1 year ago

You can remove dependencies after install, at least in yay, I never do tho.

[-] infeeeee@lemm.ee 4 points 1 year ago

That's install dependencies (in PKGBUILD they are called makedepends), python programs usually need them for runtime (depends in PKGBUILD). On the main page of a package they are listed together, but on the PKGBUILD they are separate

[-] Petter1@lemm.ee 2 points 1 year ago* (last edited 1 year ago)

๐Ÿ˜ I know (well that about two types of dependencies)

That python dependency seem more a upstream issue, not a AUR issue, isnโ€™t it? I mean, if I install the same app from another source, it still needs those dependencies, isnโ€™t it?

[-] uis@lemm.ee 7 points 1 year ago

I don't care about flatpaks, overlays have everything

load more comments (2 replies)
[-] PINKeHamton 5 points 1 year ago

I have just had bad experiences with flatpack so I don't want to use it and the aur has the stuff I need and flatpack dose not

load more comments (1 replies)
load more comments
view more: next โ€บ
this post was submitted on 08 Apr 2024
163 points (100.0% liked)

linuxmemes

25762 readers
126 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 users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • 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.
  • 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, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. ๐Ÿ‡ฌ๐Ÿ‡ง Language/ัะทั‹ะบ/Sprache
  • This is primarily an English-speaking community. ๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฆ๐Ÿ‡บ๐Ÿ‡บ๐Ÿ‡ธ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • ย 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS