linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

vox, in Why can't I play H.265 videos on Fedora 38 even though I have the codec installed
@vox@sopuli.xyz avatar

insteall it from dnf, not flatpak

maddy, in 3rd party discord client?
@maddy@lemmy.blahaj.zone avatar
mambabasa, in 3rd party discord client?

I’ve been using Webcord with substantial improvements from the native Discord app.

Mandy,

isnt webcord just a wrapper for the, well, web version?

mambabasa,

Well it works better than the native and I can’t share screen on discord on the browser so it works for me.

Mixel,

Yeah think so but with extra privacy hardening features and especially useful Screensharing on Wayland! I don’t know if there is an alternative to it for Screensharing on wayland

PlexSheep,

The flatpak crashes for me since some time sadly. I’m just using a basic chromium browser and their (shitty) webapp

rfy,

The appimage seems solid for me thus far, installed through this handy tool.

hitagi, in 3rd party discord client?

ArchWiki has a list: wiki.archlinux.org/title/Discord#Third-party_clie…

Ripcord is really unique and it’s still my favorite third party client. Abaddon might be worth trying. Unfortunately, most other third party clients are wrappers.

noodlejetski,

Ripcord has been pretty great, but it hasn’t been updated in a long time.

Mandy,

yeah, i wonder why they stopped

Mandy,

tried out abaddon but it tells me it couldnt fetch the build number which increases chances of being flagged their github has one related issue with no solution

Kidplayer_666,

How the hell does arch wiki have so much stuff? It’s nuts!

Yttra,

Someone somewhere had a problem, wanted it solved, and wrote it down, probably.

Get enough stubborn "someone"s with their own problems to solve, and I guess eventually you’ll end up with the Arch wiki lol

Mandy,

here we go, looks interesting, ill try it out

nIi7WJVZwktT4Ze, in 3rd party discord client?

Check out Armcord. It’s a 3rd party client with many customization choices (mainly due to the fact that it bundles Vencord and Shelter client mods).

wolf, in Why can't I play H.265 videos on Fedora 38 even though I have the codec installed

The Fedora documentation has the answer: Installing plugins for playing movies and music

Fedora (combined with RHEL) has great documentation, take an hour, read the docs and you’ll have a great experience.

Oha, in KDE KWin may gain early HDR support for gaming

Praise our lord and saviour Gaben!

image_proxy(5)

pastermil, in Why ACPI?

Why not Zoidberg?

palordrolap, in Ash Vs Bash

ash (and its successor dash found on other distros) is a POSIX-y shell rather than a sh clone, so it has all(? most?) of the POSIX feature set, whose syntax may indeed have been 'borrowed' from shells that came later than sh.

Not sure if there's a "parent" from which both ash and bash inherit the syntax or whether bash is the true source, but that doesn't really matter here.

All that said, it's worth checking to see if your system has a command on the PATH called [[. That has been one way that [[ support can be added to a system when the shell itself might not support it. Note that command names don't have to be alphanumeric like functions tend to be in a programming language (or other languages if you consider that the shell can be used for programming too), so [[ is perfectly valid!

danielquinn,
@danielquinn@lemmy.ca avatar

Yup, that looks like exactly what was done in Alpine:


<span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[
</span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox
</span>

So while the Ash itself doesn’t support the [[ extension, this work-around produces the same effect. Nifty.

jntesteves,
@jntesteves@lemmy.world avatar

Although that link exists, that’s not what is being used by default. [[ is a shell builtin in ash/busybox, so that takes precedence.

On Alpine:


<span style="color:#323232;">❯ which [[
</span><span style="color:#323232;">/usr/bin/[[
</span><span style="color:#323232;">
</span><span style="color:#323232;">❯ command -V [[
</span><span style="color:#323232;">[[ is a shell builtin
</span>
danielquinn,
@danielquinn@lemmy.ca avatar

Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!

RagingToad, in Linux empowered coffee, a must have.

Moccamaster is the best coffee

signalsayge, in Linux empowered coffee, a must have.

Just make sure it’s RFC 2324 compliant. You don’t want it throwing any HTTP 418 error messages.

Nibodhika,

I came to post exactly this!

poweruser,

TIL about error 418:

“I’m a teapot This server is a teapot, and it cannot brew coffee.”

Apparently it was originally added as an April fools joke way back in 1998 but technically it is a valid error message that sites can actually use!

themusicman,

Sites can use anything - they’re just numbers ¯_(ツ)_/¯

maeries, in A Nautilus Sucks Donkeyballs Linux Rant

If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.

I don’t know what you mean. If a open my Downloads folder and then download something, it shows up in Nautilus without refreshing anything

Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.

I mean at least there is a batch rename function unlike in windows

Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?

Again, I can’t reproduce it. I can move many GB instantly using ctrl + x and ctrl + v

The only thing that really annoys me with Nautilus is that you can’t type in the directory path you want to open except using ctrl + L. In the hamburger menu there even is an option to copy the path. Why not make one more to edit it? Or replace copy with edit, because when editing you can also copy it anyway

ParanoidFactoid,
@ParanoidFactoid@beehaw.org avatar
maeries,

Of cause you can batch rename with an additional tool. Same goes for nautilus

ParanoidFactoid,
@ParanoidFactoid@beehaw.org avatar

I don’t want to debate win here, that’s off topic, but batch renaming is something Explorer does.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

Thunar comes with Batch Rename tool.

Rodeo,

Why the fuck does a desktop app have a hamburger menu though.

Fisch,
@Fisch@lemmy.ml avatar

Dolphin has a hamburger menu too, what’s so weird about that?

Rodeo,

Gnome and kde are horrible for that. Mobile UX on a desktop platform is terrible to use.

oldfart,

I feel like with every major UI update it takes more steps to do the same basic tasks.

Fisch,
@Fisch@lemmy.ml avatar

They’re gonna have to put those options somewhere and there’s only so much space in the top bar

d_k_bo,

Why not?

taanegl, in Why ACPI?

He’s right though, despite the fact that just the thought of dealing with ACPI stresses me out.

Spectacle8011, in Binder (Android's core IPC) Rust rewrite posted to LKML
@Spectacle8011@lemmy.comfysnug.space avatar

This is the kind of high-quality technical discussion I don’t understand a word of that rarely surfaced on reddit.

stardreamer, (edited )
@stardreamer@lemmy.blahaj.zone avatar

Having one program (process) talk to another is dangerous. Think of a stranger trying to come over to me and deliver a message. There’s no way I can guarantee that he isn’t planning to stab me as soon as he sees me.

That’s why we have special mechanisms for programs talking to other programs. Instead of having the stranger deliver the message directly to me, our mutual friend Bob (IPC Library, binder in this case) acts as an intermediary. This way at least I can’t be “directly” stabbed.

What’s preventing the stranger from convincing Bob to stab me? Not much (except for Bob’s own ethics/programming)

To work around this, we have designed programming languages (rust) that don’t work if there’s a possibility of it being corrupted (I would add “at least superficially”, but that’s not the main topic here). Bob was trained by the CIA in anti-brainwashing techniques. It’s really hard to convince Bob to stab me. That’s why it’s such a big deal. We now have a way of delivering messages between two programs that is much safer than before.

The only problem is that the CIA anti-brainwashing techniques (rust) tend to make people slow. So we deliver messages less efficiently than before. Good news is in this case we managed to make Bob almost as fast as before, so we don’t lose our own much while gaining additional security. The people who checked on Bob even made sure to have Bob do the exact same thing as before when delivering messages (using RB Trees), hence this evidence is most likely credible.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

That’s a great explanation! Thank you, I get it now. I always did wonder what exactly IPC was about. Yay for Rust in the kernel.

Teon, in A Nautilus Sucks Donkeyballs Linux Rant
@Teon@kbin.social avatar

Come to the dark side, KDE has Dolphin and it swims faster than any gnome could.

Turbo,

Dolphin has been one of my favorite benefits of switching from Ubunt to Debian! I didn’t know how “plain” nautilus was until I met Dolphin.

I’ve been able to customize the file window to my liking and it’s really nice !

CrabAndBroom,

Using a file manager without split panels feels like going back to the 90s for me now. You mean I have to open two different windows?!

ChairmanMeow,
@ChairmanMeow@programming.dev avatar

I’ve tried both but always find myself just opening new windows instead of using split panels. I find it to be more convenient personally.

onlinepersona,

Dolphin has split panels… Hit F3

CrabAndBroom,

Oh yeah that’s what I meant, I’m so used to split panels in Dolphin now that other file managers feel old-school.

Decker108,

KDE is the answer to all of OPs problems.

anothermember,

You can just install Dolphin on GNOME, you don’t have to go the whole way.

zingo,

You might as well go the whole way for desktop supremacy! ;)

anothermember,

Nah, I like GNOME, and I mostly use Nautilus anyway. :P

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

good for sticking to the supreme DE. Do not listen to KDE shills. Do better, replace Nautilus with Thunar. Life changing.

ILikeBoobies,

Also works on Windows

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

Dolphin is pure trash even without Baloo (becomes worst with it). Thunar is the king.

Teon,
@Teon@kbin.social avatar

We have no Baloo on this rig.
And Thunar was a thunder god, not a king.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

Thunar is a file manager on Linux.

Teon,
@Teon@kbin.social avatar

Sweetie, I am very familiar with lotz & lotz of nix.
Refer to my previous post for Nordic jokez.
Takk skal du ha.

milkjug,

KDE gang rise up! Can’t stand GNOME and its design philosophy, in recent times it seems like it’s been trying its hardest to become the most off-brand macOS it can possibly be. Everywhere I look its more form over function. Urgh.

Teon,
@Teon@kbin.social avatar

100% agreed. I personally hate the Appleverse, so Gnome just irks my gears.
KDE Nation, we are armed with Plasma!!!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #