qaz

joined 1 year ago
MODERATOR OF
[–] qaz 6 points 2 days ago (13 children)

Yes, but it does expose your own IP address and thus where you live. Tunnels don't.

[–] qaz 2 points 2 days ago

It's easy to compile something for a certain infrastructure if you can compile it yourself and won't have to beg another party to do so.

[–] qaz 4 points 2 days ago* (last edited 2 days ago)

I often use grep.app to look for example. It's fulltext search for code on GitHub, and just get information about the parameters and output by looking at the library's code.

[–] qaz 2 points 3 days ago* (last edited 3 days ago) (2 children)

Yes, but Discord is using a really old version afaik.

There's Armcord which does support screen sharing (and all sorts of neat features).

[–] qaz 2 points 3 days ago (1 children)

LanguageTool also has a libreoffice extension

[–] qaz 6 points 5 days ago

Most dependencies are bundled in the "runtime" images, and it uses file deduplication to reduce the size of the dependencies, but it's still a little more than a normal package manager.

[–] qaz 2 points 5 days ago

I have rebooted it more than 10 times, and have checked literally every other connection but somehow forgot to check the actual SAS cable.

[–] qaz 9 points 1 week ago

Yes, I use Fira Code myself

[–] qaz 3 points 1 week ago (1 children)

The title is about Kamala Harris, there are 3 people visible on the thumbnail, and you ask "who". I assumed you wanted to know who she was, therefore I pointed out which one was Kamala Harris in the thumbnail.

[–] qaz 1 points 1 week ago (1 children)

GIFS have terrible compression though, you should try converting it to WebP

[–] qaz 24 points 1 week ago (3 children)

The reverse exists, there is the DeArrow extension which removes thumbnails like this and replaces it with a crowdsourced frame of the video.

[–] qaz 17 points 1 week ago* (last edited 1 week ago)

It's probably the thumbnail, but I can't do much about that.

13
submitted 3 weeks ago by qaz to c/selfhosted
 

I'm planning on building a new home server and was thinking about the possibility to use disc spanning to create matching disk sizes for a RAID array. I have 2x2TB drives and 4x4TB drives.

Comparison with RAID 5

4 x 4 TB drives

  • 1 RAID array
  • 12 TB total

4 x 4 TB drives & 2 x 2 TB drives

  • 2 RAID arrays
  • 14 TB total

5 x 4* TB drives

  • Several 4TB disks and 2 smaller disks spanned to produce a 4 TB block device
  • 16 TB total

I'm not actually planning on actually doing this because this setup will probably have all kinds of problems, however I do wonder, what would those problems be?

18
submitted 3 weeks ago by qaz to c/videos
4
submitted 1 month ago by qaz to c/videos
21
submitted 1 month ago* (last edited 1 month ago) by qaz to c/selfhosted
 

I'm trying to build a DIY NAS, I already have some (6) 3.5" SATA disks, a Mini-ITX case, and power supply, but I'm still unsure on which motherboard & CPU to get. I think a motherboard + N100 combo is a good option because of the price and power consumption.

I'm currently using a MiniPC with an i5-6500T (4784 passmark) and an external HDD enclosure connected with USB using RAID-1 (software) which uses about 35W. The USB enclosure is limited to 2 slots, and I've heard from here that it can be problematic in combination with RAID. The N100 (5551) boards have a slightly better passmark score but most importantly more expandability (SATA & PCIe) and supposedly a lower power consumption. The i5-6500T has a TDP of 65W, the N100 a TDP of 6W, that doesn't say much but it seems to a lot better when looking at info online. The N100 also apparently has Quicksync support while the i5's support is limited and struggles to encode 1080p (100% CPU usage).

There are 2 main boards I'm considering. The BKHD 1264 and the ASRock N100M. ASRock is a better known brand, but their version only supports DDR4 and 2 SATA ports while the BKHD board supports DDR5, has 6 SATA ports, and has 4 × 2.5G network ports. I've also heard complaints about high temps (90c) with the N100m because it only has passive cooling, while the BKHD board has active cooling and a large heat sink. However, the BKHD board is a bit more expensive (~€150 vs ~€130), but it seems worth it because I won't have to add an external HBA.

What do you think would be the better option?

EDIT 2024-05-26: I ended up getting the ASUS Prime N100I-D D4 because it's significantly cheaper (€95). It does have less SATA ports (1), but I accidentally bought a SATA card so that actually works out pretty well.

108
submitted 2 months ago* (last edited 2 months ago) by qaz to c/[email protected]
 

I noticed that I only had 5 GiB of free space left today. After quickly deleting some cached files, I tried to figure out what was causing this, but a lot was missing. Every tool gives a different amount of remaining storage space. System Monitor says I'm using 892.2 GiB/2.8 TiB (I don't even have 2.8 TiB of storage though???). Filelight shows 32.4 GiB in total when scanning root, but 594.9 GiB when scanning my home folder.

Meanwhile, ncdu (another tool to view disk usage) shows 2.1 TiB with an apparent size of 130 TiB of disk space!

    1.3 TiB [#############################################] /.snapshots
  578.8 GiB [####################                         ] /home
  204.0 GiB [#######                                      ] /var
   42.5 GiB [#                                            ] /usr
   14.1 GiB [                                             ] /nix
    1.3 GiB [                                             ] /opt
. 434.6 MiB [                                             ] /tmp
  350.4 MiB [                                             ] /boot
   80.8 MiB [                                             ] /root
   23.3 MiB [                                             ] /etc
.   5.5 MiB [                                             ] /run
   88.0 KiB [                                             ] /dev
@   4.0 KiB [                                             ]  lib64
@   4.0 KiB [                                             ]  sbin
@   4.0 KiB [                                             ]  lib
@   4.0 KiB [                                             ]  bin
.   0.0   B [                                             ] /proc
    0.0   B [                                             ] /sys
    0.0   B [                                             ] /srv
    0.0   B [                                             ] /mnt

I assume the /.snapshots folder isn't really that big, and it's just counting it wrong. However, I'm wondering whether this could cause issues with other programs thinking they don't have enough storage space. Steam also seems to follow the inflated amount and refuses to install any games.

I haven't encountered this issue before, I still had about 100 GiB of free space last time I booted my system. Does anyone know what could cause this issue and how to resolve it?

EDIT 2024-04-06:

snapper ls only shows 12 snapshots, 10 of them taken in the past 2 days before and after zypper transactions. There aren't any older snapshots, so I assume they get cleaned up automatically. It seems like snapshots aren't the culprit.

I also ran btrfs balance start --full-balance --bg / and that netted me an additional 30 GiB's of free space, and it's only at 25% yet.

EDIT 2024-04-07: It seems like Docker is the problem.

I ran the docker system prune command and it reclaimed 167 GB!

 

I just tried to update all my flatpaks on my system using sudo flatpak update and got the following error:

Error: While downloading https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_23.snap: Server returned status 404

It seems very strange to me. snapd isn't installed, so nothing should be making calls to the snap API as far as I'm aware.

The download attempt seems to be coming from the com.authy.Authy app. sudo flatpak update com.authy.Authy makes the error appear. This is not the case for the other flatpak apps.

It also shows the following EOL warning:


Info: app com.authy.Authy branch stable is end-of-life, with reason:
   The Authy Desktop app have their End-of-Life. It is recommended to switch to use their mobile apps instead or other equivalent desktop apps.

I suspect the app attempts to somehow install the snap package as a replacement (although that's a bit strange considering that one is also deprecated).

Does anyone have an idea what might be going on?

Here are the syscalls from during the update process mentioning snap.

statx(AT_FDCWD, "/root/.local/share/flatpak/extra-data/26e56aeca2aa53c5983fbbcb115f72456cd28093171323b3144e280dac91135a/authy.snap", AT_STATX_SYNC_AS_STAT|AT_SYMLINK_NOFOLLOW|AT_NO_AUTOMOUNT, STATX_ALL, 0x7ffc09fb0920) = -1 ENOENT (No such file or directory)
write(2, "Error: While downloading https:/"..., 141Error: While downloading https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_23.snap: Server returned status 404
21
submitted 3 months ago* (last edited 3 months ago) by qaz to c/linux
 

I have been having a strange issue since a couple of days ago. Every so often, the following happens:

  1. The desktop and audio start lagging
  2. Audio cuts out
  3. Desktop becomes completely nonresponsive

I'm unable to SSH into the machine during this state. The only solution is cutting the power and rebooting.

Here are all the errors from the past 10 boots:

Boot AF7D271F5A114258BBA1A2795ED0BB2B (87 hours ago)
├─ Critical: 63
│  ├─ kded6: 27
│  │  │ 27 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
│  ├─ kscreenlocker_greet: 2
│  │  │ 2 x "pam_unix(kde-fingerprint:auth): auth could not identify password for [user]"
│  ├─ kwin_wayland: 6
│  │  │ 6 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
│  ├─ plasmashell: 27
│  │  │ 27 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
│  ├─ systemd-coredump: 1
│  │  │ ""
├─ Error: 17
│  ├─ kscreenlocker_greet: 16
│  │  │ 16 x "PAM unable to dlopen(/usr/lib64/security/pam_fprintd.so): /usr/lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory"
│  ├─ systemd: 1
│  │  │ "Failed to start Cloudflare Zero Trust Client Taskbar."
Boot A4A3B8B5C4B4429ADBBDD176C06F8BE (84 hours ago)
├─ Critical: 54
│  ├─ kded6: 24
│  │  │ 24 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
│  ├─ kwin_wayland: 6
│  │  │ 6 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
│  ├─ plasmashell: 24
│  │  │ 24 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
├─ Error: 1
│  ├─ systemd: 1
│  │  │ "Failed to start Cloudflare Zero Trust Client Taskbar."
Boot 7664C5752DC414BBF1DB164AB9FDBC5 (59 hours ago)
├─ Critical: 291
│  ├─ kalendarac: 60
│  │  │ 60 x "\"No items found\""
│  ├─ kded6: 110
│  │  │ 110 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
│  ├─ kscreenlocker_greet: 7
│  │  │ 7 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
│  ├─ kwin_wayland: 4
│  │  │ 4 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
│  ├─ plasmashell: 110
│  │  │ 110 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
├─ Error: 39
│  ├─ kscreenlocker_greet: 38
│  │  │ 38 x "PAM unable to dlopen(/usr/lib64/security/pam_fprintd.so): /usr/lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory"
│  ├─ systemd: 1
│  │  │ "Failed to start Cloudflare Zero Trust Client Taskbar."
Boot F1D7401052124054BF46FBB6BB487F28 (34 hours ago)
├─ Critical: 226
│  ├─ kalendarac: 30
│  │  │ 30 x "\"No items found\""
│  ├─ kded6: 90
│  │  │ 90 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
│  ├─ kscreenlocker_greet: 10
│  │  │ 10 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
│  ├─ kwin_wayland: 6
│  │  │ 6 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
│  ├─ plasmashell: 90
│  │  │ 90 x "kde.dataengine.mpris: mpris:trackid from \"Spotify\" does not conform to the MPRIS2 standard. Please report the issue to the developer."
├─ Error: 45
│  ├─ (sd-pam): 8
│  │  │ 8 x "pam_systemd(login:session): Failed to release session: Access denied"
│  ├─ kscreenlocker_greet: 32
│  │  │ 32 x "PAM unable to dlopen(/usr/lib64/security/pam_fprintd.so): /usr/lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory"
│  ├─ pipewire: 2
│  │  │ 2 x "pw.node: (bluez_output.50_1A_A5_9D_00_36.1-95) running -> error (Received error event)"
│  ├─ systemd: 3
│  │  │ 3 x "Failed to start Cloudflare Zero Trust Client Taskbar."
Boot C2146EE3E7F644A08397C7F507B5CF75 (17 hours ago)
├─ Critical: 4
│  ├─ kwin_wayland: 4
│  │  │ 4 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
├─ Error: 9
│  ├─ kscreenlocker_greet: 8
│  │  │ 8 x "PAM unable to dlopen(/usr/lib64/security/pam_fprintd.so): /usr/lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory"
│  ├─ systemd: 1
│  │  │ "Failed to start Cloudflare Zero Trust Client Taskbar."
Boot CA2A66329A2142E481CAE7E0963A2CDB (14 hours ago)
├─ Critical: 4
│  ├─ kwin_wayland: 4
│  │  │ 4 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
├─ Error: 5
│  ├─ kscreenlocker_greet: 4
│  │  │ 4 x "PAM unable to dlopen(/usr/lib64/security/pam_fprintd.so): /usr/lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory"
│  ├─ systemd: 1
│  │  │ "Failed to start Cloudflare Zero Trust Client Taskbar."
Boot 92A27B0190FF4830931B74F351DCCBC3 (12 hours ago)
├─ Critical: 8
│  ├─ kwin_wayland: 8
│  │  │ 8 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
├─ Error: 1
│  ├─ systemd: 1
│  │  │ "Failed to start Cloudflare Zero Trust Client Taskbar."
Boot 42E442362A494D9989170824C180B7D6 (12 hours ago)
├─ Critical: 2
│  ├─ kwin_x11: 2
│  │  │ 2 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
├─ Error: 1
│  ├─ systemd: 1
│  │  │ "Failed to start Cloudflare Zero Trust Client Taskbar."
Boot 344510171595463697F2AA609028B920 (0 hours ago)
├─ Critical: 2
│  ├─ kwin_x11: 2
│  │  │ 2 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
├─ Error: 1
│  ├─ systemd: 1
│  │  │ "Failed to start Cloudflare Zero Trust Client Taskbar."
Boot 9DC5C9C1506142A091B495CF3158E293 (0 hours ago)
├─ Critical: 2
│  ├─ kwin_x11: 2
│  │  │ 2 x "kwin_xkbcommon: XKB: /home/user/.XCompose:25:17: unrecognized keysym \"down\" on left-hand side"
├─ Error: 1
│  ├─ systemd: 1
│  │  │ "Failed to start Cloudflare Zero Trust Client Taskbar."

kinfo output:

Operating System: openSUSE Tumbleweed 20240321
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.1-1-default (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen 9 5900X 12-Core Processor
Memory: 31.2 GiB of RAM
Graphics Processor: AMD Radeon RX 6600 XT

The problems seem to be correlated with when I'm looking through (not running) a certain Rust project with a lot of errors, but that might just be a coincidence.

UPDATE 2024-03-27:

It seems like Android Studio is responsible Full RAM and SWAP

After killing the process (terminate signal was ignored) Normal metrics after killing Android Studio

 
 

I updated without thinking about it before installing a package and now plasmashell doesn't seem to start anymore. Krunner, Meta + W, and the task switcher still work. Does anyone know of a way to fix this? Perhaps reset the desktop applet config?

Output of plasmashell --replace:

KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.eventcalendar", fileName: "/home/user/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"com.github.zren.commandoutput", fileName: "/home/user/.local/share/plasma/plasmoids/com.github.zren.commandoutput/metadata.json") does not match requested format "Plasma/Applet"
kf.coreaddons: error parsing "/home/user/.local/share/plasma/plasmoids/com.github.qazcetelic.calendar/metadata.json" "object is missing after a comma"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.pkupdates", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.pkupdates/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.addons.katesessions", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.addons.katesessions/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.binaryclock", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.binaryclock/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.calculator", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.calculator/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.colorpicker", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.colorpicker/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.comic", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.comic/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.diskquota", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.diskquota/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.fifteenpuzzle", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.fuzzyclock", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.fuzzyclock/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.grouping", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.grouping/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.keyboardindicator", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.keyboardindicator/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.kickerdash", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.kickerdash/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.konsoleprofiles", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.konsoleprofiles/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.mediaframe", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.mediaframe/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.nightcolorcontrol", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.nightcolorcontrol/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.notes", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.notes/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.private.grouping", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.private.grouping/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.quicklaunch", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.quicklaunch/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.quickshare", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.quickshare/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.timer", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.timer/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.userswitcher", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.userswitcher/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.weather", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.weather/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.webbrowser", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.webbrowser/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma_applet_dict", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma_applet_dict/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.desktopcontainment", fileName: "/usr/share/plasma/plasmoids/org.kde.desktopcontainment/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.panel", fileName: "/usr/share/plasma/plasmoids/org.kde.panel/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.activitypager", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.activitypager/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.folder", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.folder/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.icontasks", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.icontasks/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.keyboardlayout", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.kicker", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.kicker/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.kickoff", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.kickoff/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.kimpanel", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.marginsseparator", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.marginsseparator/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.minimizeall", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.minimizeall/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.pager", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.pager/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.showActivityManager", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.showActivityManager/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.showdesktop", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.showdesktop/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.taskmanager", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.trash", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.trash/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.windowlist", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.windowlist/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"touchpad", fileName: "/usr/share/plasma/plasmoids/touchpad/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.vault", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.vault/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.opensuse.desktop.defaultPanel", fileName: "/usr/share/plasma/layout-templates/org.opensuse.desktop.defaultPanel/metadata.json") does not match requested format "Plasma/LayoutTemplate"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.desktop.appmenubar", fileName: "/usr/share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/metadata.json") does not match requested format "Plasma/LayoutTemplate"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.desktop.defaultPanel", fileName: "/usr/share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/metadata.json") does not match requested format "Plasma/LayoutTemplate"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.desktop.emptyPanel", fileName: "/usr/share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/metadata.json") does not match requested format "Plasma/LayoutTemplate"
kf.package: Could not find required file "mainscript" for package "/usr/share/plasma/plasmoids/org.kde.plasma.kickoff/" should be QList("ui/main.qml")
kf.plasma.core: Applet invalid: Cannot find a package for "org.kde.plasma.kickoff"
kf.package: Could not find required file "mainscript" for package "/usr/share/plasma/plasmoids/org.kde.plasma.kickoff/" should be QList("ui/main.qml")
QQmlComponent: Component is not ready
kf.plasma.quick: "file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml" 
 "Error loading QML file.\n12: module \"org.kde.plasma.activityswitcher\" is not installed\n"
QQmlComponent: Component is not ready
kf.plasma.quick: error when loading applet "org.kde.desktopcontainment" QList("This Widget was written for an unknown older version of Plasma and is not compatible with Plasma 6. Please contact the widget's author for an updated version.")
QQmlComponent: Component is not ready
Containment graphic object not valid
QQmlComponent: Component is not ready
kf.plasma.quick: "file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml" 
 "Error loading QML file.\n12: module \"org.kde.plasma.activityswitcher\" is not installed\n"
QQmlComponent: Component is not ready
kf.plasma.quick: error when loading applet "org.kde.desktopcontainment" QList("This Widget was written for an unknown older version of Plasma and is not compatible with Plasma 6. Please contact the widget's author for an updated version.")
QQmlComponent: Component is not ready
Containment graphic object not valid
kf.plasma.quick: "file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/AppletError.qml" 
 "Error loading QML file.\n97: PlasmaCore.IconItem is not a type\n"
kf.plasma.quick: "file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/AppletError.qml" 
 "Error loading QML file.\n97: PlasmaCore.IconItem is not a type\n"
QQmlComponent: Component is not ready
kf.plasma.quick: "file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml" 
 "Error loading QML file.\n29: PlasmaCore.FrameSvgItem is not a type\n"
QQmlComponent: Component is not ready
kf.plasma.quick: error when loading applet "org.kde.panel" QList("This Widget was written for an unknown older version of Plasma and is not compatible with Plasma 6. Please contact the widget's author for an updated version.")
QQmlComponent: Component is not ready
Containment graphic object not valid
kf.plasma.quick: "file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/AppletError.qml" 
 "Error loading QML file.\n97: PlasmaCore.IconItem is not a type\n"
view more: ‹ prev next ›