Skip Navigation
rule of cool
  • In April 2019, a Twitter post by Pyle from 2017 resurfaced regarding the pro-life rally March For Life. According to some reporters, Pyle's tweet expressed support for, or defended, March For Life. The tweet caused many fans to turn against Strange Planet and its creator, in a controversy described by at least one outlet as an example of the Milkshake Duck phenomenon.

    Pyle released a statement shortly afterwards which did not mention abortion, but said that he and his wife "have private beliefs as they pertain to our Christian faith. We believe separation of church and state is crucial to our nation flourishing." He also stated they voted for the Democratic Party, and were "troubled by what the Republican Party has become and [did] not want to be associated with it."

    Wikipedia

  • What open-source software would you like more people to know about?
  • 2.5. Floorp is not completely open-source same. Floorp's a part of codes are protected by copyright law and is not licensed under an open-source license. You may not use part of Floorp's code in your own projects without permission from the Licensor.

    2.6. If MPL2.0 or any other open-source license notation is present in the file, the file is available as open source.

    It seems like their modifications and the resulting application are proprietary.

    The MPL is an open-source license designed to protect its own code. If you modify MPL code, you need to publish those modifications under the MPL. That's the focus of the license. There's no "viral" requirement to affect the licensing provisions of the rest of your code.

    It seems this is a legal way of using MPL code.

  • Taking your ideas for my next linux app
  • 1 Custom GLIBC locale configurator

    Pick date format, time format, currency I'm currently using a weird combination of English, German, and Danish and it still doesn't fully do what I want (time is separated with a dot)

    2 System hosts manager

    Search, detect conflicts or other issues and add new items.

    3 XCompose manager

    I made something like this myself some time ago but it uses the outdated GTKSharp library and misses several features such as conflict detection. https://github.com/QazCetelic/Composition

    4 Package manager

    This might be a bit complicated, but it would be really neat to have an app to manage packages that doesn't freeze, crash or fail.

    5 Port your app to tauri

    I saw you're using Electron, you could port it to Tauri https://tauri.app/

  • What's a good NAS and server system under CAD$900 (USD$658)?
  • You could get one of those cheap N100 boards and a couple refurbished enterprise HDD's. Board costs about 150, case & PSU another 150, which leaves you with enough to buy 2 10ish TB drives, a boot drive and some additional RAM. Power usage should be pretty decent.

    Another option is going with a second hand Mini PC and a DAS. I went with this myself because it's the cheapest and easiest option. It cost me about €150 combined (excluding the cost of the 2 drives I had laying around), and it has served me well for the past year. The CPU is a bit weak (i5-6500T) and it doesn't have a lot of RAM (8GiB), but it handles the 30ish docker containers and video transcoding (single stream) well.

    I've also bought an old proliant micro server and I wouldn't really recommend it. It uses a lot of power and it was kind of a pain to get running. I'm planning on installing a HBA adapter and using it as a backup system.

  • non-Euclidean filesystem

    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! !

    38
    The Authy Flatpak worked by running the Snap inside

    https://github.com/flathub/com.authy.Authy/blob/master/com.authy.Authy.yaml#L42

    20
    snapcraft API called when updating flatpak

    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

    4
    System keeps freezing **UPDATE: It was Android Studio**

    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

    16
    Plasma shell not starting after Plasma 6 update

    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"

    2
    "I made a fake ad agency to annoy fossil fuel marketers"

    cross-posted from: https://lemmy.world/post/13022433 >> Who is Jamie Kolkot? His ad agency's stunts for the fossil fuel industry have brought him thousands of followers on LinkedIn. But Jamie Kolkot isn't real… He's actually slightly different looking white male… me. > > It only has 2.5k views and I thought it deserved more

    1
    "I made a fake ad agency to annoy fossil fuel marketers"

    cross-posted from: https://lemmy.world/post/13022433

    > > > > > > > Who is Jamie Kolkot? His ad agency's stunts for the fossil fuel industry have brought him thousands of followers on LinkedIn. But Jamie Kolkot isn't real… He's actually slightly different looking white male… me. > > > > > > > > It only has 2.5k views and I thought it deserved more > >

    0
    "I made a fake ad agency to annoy fossil fuel marketers"

    > Who is Jamie Kolkot? His ad agency's stunts for the fossil fuel industry have brought him thousands of followers on LinkedIn. But Jamie Kolkot isn't real… He's actually slightly different looking white male… me.

    It only has 2.5k views and I thought it deserved more

    1
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)QA
    qaz @lemmy.world

    I joined Lemmy back in 2020 and have been using it as qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I'm interested in Linux, FOSS, technology, and several other subjects.

    Posts 65
    Comments 863
    Moderates