this post was submitted on 30 Mar 2024
160 points (96.5% liked)

Linux

47337 readers
945 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 5 years ago
MODERATORS
top 14 comments
sorted by: hot top controversial new old
[–] OsrsNeedsF2P@lemmy.ml 11 points 5 months ago

In addition to everything listed here, there’s something big that I can’t mention yet since it’s not 100% merged yet, but only 95%! Hopefully next week. 🙂 So stay tuned for that!

Nate's a hype man

[–] unknowing8343@discuss.tchncs.de 9 points 5 months ago* (last edited 1 month ago) (1 children)

I don't mean to sound like an a-hole, but when will the KDEConnect's ever-appearing "accept" pop-up when remote-mousing work properly?

EDIT (MONTHS LATER): IT WORKS PERFECTLY NOW ❤️

[–] ISOmorph@feddit.de 9 points 5 months ago (1 children)

There's still a bunch of little bugs in KDE6, they'll get ironed out over time. For the KDE connect bug I use a ydotool command to emulate an enter key press to accept the remote command access from my bed.

[–] deliriousn0mad@feddit.it 1 points 5 months ago (1 children)

That's a great workaround, could you share the command?

[–] ISOmorph@feddit.de 2 points 5 months ago (1 children)

The command itself isn't complex:

YDOTOOL_SOCKET="$HOME/.ydotool_socket" ydotool key 28:1 28:0

The hard part is getting ydotool to run on boot for your user (no sudo). I had to create a bash script to run on login with the following line:

ydotoold --socket-path="$HOME/.ydotool_socket" --socket-own="$(id -u):$(id -g)"

It's a bit hacky but it works.

[–] deliriousn0mad@feddit.it 1 points 5 months ago

Thank you, I didn't know about ydotool, I'll get it working on openSuse

[–] Andy@programming.dev 9 points 5 months ago (1 children)

The Power and Battery widget now responds to middle-clicks and scrolls: middle-click will block or re-enable automatic sleep and screen locking, and scrolling will change the active power profile

Scrolling on the battery applet is how I adjust my brightness. Is that no longer a thing?

[–] flyos@jlai.lu 5 points 5 months ago

There's now a separated luminosity applet that will change brightness if you scroll on it (normally, didn't check, I'm on my phone).

[–] justin@lemmy.kde.social 8 points 5 months ago (2 children)

Apparently in Lemmy you can't post a URL and an image 🤷.

[–] otter@lemmy.ca 31 points 5 months ago* (last edited 5 months ago) (1 children)

Yea it's one or the other, so that it federates nicely

What I do is link the URL in the main post (to get a thumbnail, and because that's what people expect), and the image in the post body. You can insert it like this

![alt text](image URL)

[–] justin@lemmy.kde.social 2 points 5 months ago (1 children)

Ah I see it's just Lemmy failing to get the thumbnail that I was trying to fix. I guess it's just something in Lemmy's code.

[–] otter@lemmy.ca 1 points 5 months ago (1 children)

Oh that is odd, and it might be related to your instance because the thumbnail is showing up on lemmy.ca

Here is the post on each instance:

https://lemmy.kde.social/post/1042817

https://lemmy.ca/post/18414522

[–] justin@lemmy.kde.social 2 points 5 months ago

Yeah, looks to be an instance specific bug I guess. Hopefully it can get addressed soon. I think the thumbnail helps with drawing people's attention to posts.

[–] Thade780@lemmy.world 8 points 5 months ago

You can use the text field to drop an image link.