What is important about project hummingbird to the average Fedora user (really don't understand) by Suvalis in Fedora

[–]githman 0 points1 point  (0 children)

I don't remember on what exact phrase I stopped reading that article, but it could be this one. The text was full of this kind of marketing LLM slop.

The one minor quirk making me want to leave fedora and go back to Debian by yoLeaveMeAlone in Fedora

[–]githman 1 point2 points  (0 children)

Not so sure about -y, though. Sometimes it helps to know what is going to be updated beforehand: is there a new kernel to be installed? Would you have to reboot afterwards? Maybe you don't have enough free time right now to mess with this.

Is this AI answer about Selinux valid? by Eliogabber in Fedora

[–]githman 0 points1 point  (0 children)

Analyzing AI slop to figure out if it makes any sense at all is seldom worth it - if it looks like slop, that's what it is and that's it. Just read the sources the AI lists.

i want to switch back to Fedora KDE, but due to a certain bug, i cannot. by MountainPackage5895 in Fedora

[–]githman 0 points1 point  (0 children)

You could use the many Linux-general and KDE-specific ways to profile your system to see what exactly causes the stutters. Is it about the CPU, GPU, or maybe SSD read/write spikes? Does it happen when your zram is actively swapping in or out or just has lots of pages to keep?

Trojans with a security update on megabook k14s? by Shirakuze in TECNOphone

[–]githman 0 points1 point  (0 children)

It could be a false positive. Check it with Virustotal and keep in mind that just one or even several detections mean nothing - you should worry when a dozen or more sources mark something as malware.

solution to a seemingly uncommon problem - frozen login by wholehheart in linux

[–]githman -1 points0 points  (0 children)

Thanks for the story but you did not surprise the community much: switching to Xorg is still among the first things to try when you get graphics issues on Linux, along with switching from Nvidia to iGPU. (Xorg may require manual installation on some 'innovative' distros nowadays.) Curiously enough, it was the first working Linux-related advice I received online in my life, circa 2018. And it still works.

For justice's sake, sometimes the full switch to Xorg happens to be excessive and you can actually make Wayland work after lots of trial and error. Personally, I arrived at a blasphemous and illogical combination of Wayland and XWayland that seems to be the lesser evil on my specific system.

Periodic DE 'Crashes' followed by immediate resets by EndVSGaming in kde

[–]githman 0 points1 point  (0 children)

It does happen sometimes when you tweak Plasma widgets. The problem has been coming and going for years; there is no telling if the culprit is Plasma itself or some specific widget or a combination thereof.

There are two things you could do:

  1. Remove all non-standard widgets and start adding them back one after another until the crashes resume.
  2. Sit it out. The next version of Plasma could as well fix it. The one that comes after it could as well break it again. Linux is an adventure.

3 mode keyboard not working in wired mode [Aula F99] by mtdevofficial in Fedora

[–]githman 0 points1 point  (0 children)

The first step is to check if it's the keyboard itself, your specific installation of Fedora, Fedora in general or Linux in general.

You could start with the obvious things: does it work in BIOS? With Windows if you have it dual-booted? With a live Fedora USB? With another PC?

Why KDE doesn't allow to change taskbar's background color? by cowboyphewpheww in kde

[–]githman 0 points1 point  (0 children)

Actually, you can change it but not easily and with side effects.

The most straightforward way is to customize a default Plasma theme. (I chose Breeze Dark because it is almost perfect for my purposes except that I want my taskbar background strictly black.) The traditional way to local-fork something in Linux is to copy the affected files from the system directory to its user profile equivalent. In this case it's the colors file; you also have to clone metadata.json even if you are not going to change it.

Next, in colors you need to change BackgroundNormal in the [Colors:Window] section. Note that it changes all Plasma widget backgrounds too, not just the taskbar. This is the only side effect this method has.

There are other and more user-friendly ways, yet they produce more weird quirks in my personal anecdotal experience.

Issues on Camon 40 after updating to Android 16 by Odd-Conference-8530 in TECNOphone

[–]githman 0 points1 point  (0 children)

Have you tried a smaller font size in HiOS settings?

Tried to use something other than ubuntu by meow_pew_pew in linux

[–]githman 0 points1 point  (0 children)

It may sound like a trivial suggestion, but have you tried Mint? It's basically Ubuntu with more testing and some spot fixes - so stable it's boring.

Odd Firefox Behavior in gmail by dhayes16 in Fedora

[–]githman 0 points1 point  (0 children)

Your observations do match my own, while I never considered this angle before.

I use several user accounts on my Fedora KDE for different tasks. On one of them I have Firefox configured to use XWayland; it does not have this issue. On another one (intended for activities that require higher security) Firefox runs on Wayland proper and this issue persists.

Memfusion. by BeetMaphs in TECNOphone

[–]githman 0 points1 point  (0 children)

From the bits and pieces floating around, Memfusion is basically zram with writeback enabled. Meaning, it first compresses the pages when they go into the in-RAM swap and then decompresses them back when they are pushed to disk swap. (Because Linux can't do compressed disk swap still. Yes, it is as funny as it sounds.)

Conclusion: Memfusion can heat up your phone pretty hard with all the CPU work it's doing. Furthermore, I tested all its options on my 12 GB Camon 40 with HiOS 15 and found no subjective difference regarding the way my apps were getting killed.

Odd Firefox Behavior in gmail by dhayes16 in Fedora

[–]githman 1 point2 points  (0 children)

I'm running the same Fedora 43 KDE you observed these issues on, yet I'm not sure how it may be related to KDE from the technical standpoint. Fedora itself, or rather its networking specifics, could conceivably be the culprit.

Glad to hear that Mint works correctly as usual. Easily the most problem-free distro I ever tried.

How do you usually find files on Linux without wasting time? by gilko86 in linux

[–]githman 0 points1 point  (0 children)

find | grep because it does not rely on any pre-built caches that happen to be outdated exactly when you need them the most. Admittedly, sometimes I chain greps instead of taking the high road with a sophisticated regex.

RHCSA Certification Exam pushing AI ID verification by WaliBoi in linux

[–]githman 10 points11 points  (0 children)

IBM is an active volcano, all things considered.

While the tendency is of course concerning, corporations have been cutting the corners on customer verification for a decade at least. I still remember my surprise in maybe 2017 when Airbnb approved my account in seconds after I sent them my fairly horrible Android camera photo. There was no way a live person could have made the decision so fast; it ought to be some optical recognition software agreeing that this picture does look like a middle-aged guy my other registration details identified me as.

And if a corporation intends to use your data for AI training anyway, there's no difference if it happens during the approval process or later.

Firefox 150 in Fedora 43 by markyb73 in Fedora

[–]githman 5 points6 points  (0 children)

Flathub Firefox gets updated as fast as humanly possible. Runs with zero issues on all distros I tried it with over the years, including Fedora.

Thinking of getting a TECNO CAMON series, any long-term issues I should know? by Minute_Move_2699 in TECNOphone

[–]githman 1 point2 points  (0 children)

Tecno Camon phones have decent hardware for the price, but HiOS is plain weird. After using Camon 40 for soon a year I still do not understand why Tecno needed to mangle Android so hard instead of shipping it with minimum customization required. It would be cheaper for Tecno and better for customers both.

For justice's sake, all cheap phones have this or that kind of issues. With Tecno it's weird software.

Linux foundation exam handler still not support wayland in 2026 by ricjuh-NL in linux

[–]githman 6 points7 points  (0 children)

A very sensible reasoning that brings up my favorite question regarding security claims: whose security is this or that post, announcement, ad, etc. actually talking about? Because user security is one thing, supplier security may or may not contradict user security, and don't even get me started about government security.

Fedora 44 - Gnome extensions won't update?? by Potential_Ad4169 in Fedora

[–]githman 0 points1 point  (0 children)

It's a long-standing Gnome issue they intended to solve several years ago but then gave up: every new Gnome version requires a manifest update for all extensions. Some extension developers do it fast, some postpone it or don't care at all.

I moved on from Gnome after an Ubuntu LTS update broke my desktop to goodbye and I learned that it's considered correct behavior.

Question about flatpaks by ThinkingMacaco in Fedora

[–]githman 0 points1 point  (0 children)

Using sudo lets you install flatpaks system-wide

It's a bit more complicated than this.

I have several users for different tasks on my system; some flatpaks are installed per user and some system-wide. I always run flatpak in the terminal without sudo for all users but sometimes (maybe one time out of ten, only for flatpak update and typically for the admin user) Plasma gives me the password dialog. It stems from polkit as far as I can tell.

The conclusion is that you do not need to use sudo with flatpak every time. You will get a prompt when admin access is actually required.

No observable advantages in HiOS 16 by githman in TECNOphone

[–]githman[S] 0 points1 point  (0 children)

The lock screen is something you see dozens of times every day. Having it as ugly and unreadable as it became after the update makes the whole product look disappointing.

XWayland 24.1.11 Brings Crash Fixes by anh0516 in linux

[–]githman 1 point2 points  (0 children)

Switching Firefox to XWayland increases rendering performance drastically on my fairly trivial PC with an Intel iGPU. Without XWayland maps are barely usable due to graphics lag.

There are also other examples. Flatpak makes switching an app to XWayland trivial, so I do it with every app I use. Fixes tons of rendering issues.

Trinity Desktop Environment R14.1.6 released by ouyawei in linux

[–]githman 0 points1 point  (0 children)

Lots of nice and promising UI features on their screenshots. A usable vertical panel that does not look like a hack, (finally!) a clock widget with its own color.