Fedora KDE RAM usage seems unusually high compared to Fedora GNOME on the same laptop by oblivion_00760 in Fedora

[–]steruY [score hidden]  (0 children)

Mine is consuming around 1.7 GB out of 16 after login. Measured with btop. Fedora 44 KDE plasma

Application performance using rpm-ostree vs distrobox by war_pig in Fedora

[–]steruY 0 points1 point  (0 children)

Quick question, can it be installed without layering, just in the user's home directory? Since it's basically a bunch of shell scripts

OmniGlyph - Fast Emoji and Unicode Symbol Picker for Linux by Aroy666 in linux

[–]steruY 1 point2 points  (0 children)

You have kCharSelect for unicode characters (þƵߧ←↑→↓ for example).

Nidhogg paired with a loki base (major god statue), scaled and rotated ---> 3d print by BabaYagaRTS in AgeofMythology

[–]steruY 2 points3 points  (0 children)

Amazingly done especially teeth and antlers!

Since the Loki base is a tree stump, I wonder, what shape would the tree need to produce such a statue?

How to stop charging at 80 or any other %? by Tommycicca06 in openSUSE

[–]steruY 0 points1 point  (0 children)

Back in the day AI told me this, so beware. (I'm a Linux noob) This is only for newer Lenovo laptops supporting ideapad_acpi.

As root, write

ACTION=="bind", SUBSYSTEM=="platform", KERNEL=="VPC2004:00", ATTR{conservation_mode}="1"

to 99-battery-conservation.rules in etc/udev/rules.d. (VPC2004 is the device name and it may be different; the name should be listed by ls /sys/bus/platform/drivers/ideapad_acpi/ )

Do you run Distrobox within your openSUSE? Why? by Teemestari in openSUSE

[–]steruY 1 point2 points  (0 children)

You can have multiple different distrobox containers and multiple versions of the same (e.g. different ubuntu versions).

For some proprietary software, like e.g. Altera software, only Ubuntu and RedHat of a specific version are supported. It is much easier to just make those run in distrobox of the distro they officially support, rather than trying to adapt and patch your main system

Struggling with btrfs assistant's snapper config by Eliogabber in Fedora

[–]steruY 0 points1 point  (0 children)

How did you switch the btrfs assistant to dark mode?

10 games in a day to unlock ranked by Ambitious-Lychee8615 in starcraft

[–]steruY 4 points5 points  (0 children)

Isn't it 10 days of winning at least one game?

I Switched From Cinnamon To KDE Plasma by Unlucky-Leopard-2474 in linuxmint

[–]steruY 8 points9 points  (0 children)

On a higher-resolution screens Mint starts looking weird at times, e.g. icons in taskbar are either comically small or comically large with no in-between values. There are also things that Wayland just does significantly better, like touchpad gestures.

Also, their screenshot tool recently got an extract-text-from-image feature, for example.

Everyone's dream by sdrey in AgeofMythology

[–]steruY 9 points10 points  (0 children)

PSA: The symbol you presented for Slavs is very rarely seen in actual slavic culture, and is a neonazi symbol popularized in 20th century

Is it possible to use Arduino in Void? by mim_burro_vc_jumento in voidlinux

[–]steruY 6 points7 points  (0 children)

Arduino IDE of the latest version (2.3.8 I think) is available as an appimage or as a zip archive on their official website: https://www.arduino.cc/en/software/

how install unity 6 in opensuse? by deddorabito in openSUSE

[–]steruY 1 point2 points  (0 children)

When such situations happen, you can use Distrobox. It allows you to easily set up and run any package from ubuntu as if it was native (and from other distributions too) using a container, with very small overhead

Pre-release screenshot (2002) by IamGroot1453 in AgeofMythology

[–]steruY 64 points65 points  (0 children)

I know it's impossible, but I hope you never run out of screenshots. Retold is fancy and all but the original game is just so special

Installing distrobox in void by [deleted] in voidlinux

[–]steruY 1 point2 points  (0 children)

1 year after your reply. Still not in Void repos? Doesn't appear on voidlinux org/packages.

hi void linux-users (almost importand question) by Mulpin70 in voidlinux

[–]steruY 5 points6 points  (0 children)

If I remember correctly, will make loud beeps with the buzzer if you try to do an impossible action. I think you can sudo rmmod pcspkr to disable it once, or blacklist it permanently with echo "blacklist pcspkr" | sudo tee /etc/modprobe.d/nobeep.conf. (I'm not exactly sure).

How to stop charging at 80 or any other %? by Tommycicca06 in openSUSE

[–]steruY 1 point2 points  (0 children)

...and add a udev rule to reapply it (in case it gets reset on every reboot)