Wiki source code of Desktop

Version 9.1 by Alexandru Pentilescu on 2024/12/22 14:30

Hide last authors
Alexandru Pentilescu 1.1 1 (% class="jumbotron" %)
2 (((
3 (% class="container" %)
4 (((
5 = Desktop =
6 This page will cover bugs that pertain or were encountered on the desktop, either on Windows or Linux.
7 )))
8 )))
9
10 (% class="row" %)
11 (((
12 (% class="col-xs-12 col-sm-4" %)
13 (((
14 {{box title="**Contents**"}}{{toc /}}{{/box}}
15 )))
16 (% class="col-xs-12 col-sm-8" %)
17 (((
18 = KDE desktop freezing every minute for a second or two each time =
19
20 == Description ==
21 Note: it wasn't just the desktop itself freezing, but the entire screen, including any applications or games that were being played. Very annoying.
22
23 == Solution ==
24 The cause was having the wallpaper set to Hunyango. Apparently that wallpaper required constant buffering or inefficient allocation every minute or so, since it was in a permanent loop. Reported the bug to KDE devs, so maybe this will get fixed, eventually.
25
Alexandru Pentilescu 9.1 26 = Linux not booting up from GRUB screen after installing a kernel update =
27
28 == Description ==
29 Title says it all. Trying to boot from the latest Linux kernel image from GRUB will prompt an error screen saying something along the lines of "Could not find initramfs-6.12.5-200.img", shortly before a new screen containing a kernel panic will appear. Cause is known. Maybe an incomplete update happened?
30
31 == Solution ==
32 Run the following command to solve the problem:
33
34 {{code language="bash"}}
35 sudo dracut --kver 6.12.5-200.fc41.x86_64 --force
36 {{/code}}
37
38 Obviously you'll have to replace the kernel version with the one that is not booting correctly.
39
Alexandru Pentilescu 5.1 40 = X11 apps like Bisq having a very small font on Hi-resolution KDE desktop =
Alexandru Pentilescu 1.1 41
Alexandru Pentilescu 5.1 42 == Description ==
43 Some X11 apps have very small text font on them when running under the KDE Plasma desktop, and they will be incapable to scale well regardless of what settings you tweak. This can happen even with flatpak apps.
44
45 == Solution ==
46 KDE Plasma offers a solution to this by under Display Configuration settings. Over there, you'll have an option of how to treat Legacy applications (X11). Under that setting, you have to manually choose "Scaled by the system". That will force the system to manually magnify the X11 applications automatically in the future.
47
Alexandru Pentilescu 8.1 48 [[image:scaling X11.png]]
Alexandru Pentilescu 1.1 49 )))