Skip Navigation

Posts
9
Comments
318
Joined
3 yr. ago

  • The command itself isn't complex:

    YDOTOOL_SOCKET="$HOME/.ydotool_socket" ydotool key 28:1 28:0

    The hard part is getting ydotool to run on boot for your user (no sudo). I had to create a bash script to run on login with the following line:

    ydotoold --socket-path="$HOME/.ydotool_socket" --socket-own="$(id -u):$(id -g)"

    It's a bit hacky but it works.

  • There's still a bunch of little bugs in KDE6, they'll get ironed out over time. For the KDE connect bug I use a ydotool command to emulate an enter key press to accept the remote command access from my bed.

  • I tried to get into the first one 3 times, I just couldn't do it. It looks like so much fun on paper. But the empty world, no fast travel, no saving or checkpoints just made it too tedious IMO. I hope they implement some optional QOL for the second part, so normies like me can get a taste as well.

  • I really think that the ''density'' of BG3 is it's biggest drawback. Don't get me wrong, the game is great, but it's so daunting it's also kind of a chore. It's barely playable if you only have 1-2 hours every other day to play because that's just not enough time to do any real progress on a quest. I honestly wouldn't be able to enjoy it if I wasn't on holiday.

  • I'm sorry you're experiencing this bug. I'm not however. I even checked my pi-hole: the only access to connectivitycheck.gstatic.com comes from my wife's phone, which isn't hardened.

    I vaguely remember doing some fiddling to the captive portal setting years ago. I probably found a way to disable the check altogether.

  • I'm sorry you're experiencing this bug. I'm not however. I even checked my pi-hole: the only access to connectivitycheck.gstatic.com comes from my wife's phone, which isn't hardened.

    I vaguely remember doing some fiddling to the captive portal setting years ago. I probably found a way to disable the check altogether.

  • I went trough 5 days of Rethink logs to confirm. Not a single call to a Google domain was allowed. DAVx5 works great.

    Another user posted that Davx5 from Fdroid has no dependency on Google. Maybe you're using the Playstore version? I don't even have GApps to install the playstore.

  • I went trough 5 days of Rethink logs to confirm. Not a single call to a Google domain was allowed. DAVx5 works great.

    Another user posted that Davx5 from Fdroid has no dependency on Google. Maybe you're using the Playstore version? I don't even have GApps to install the playstore.

  • I use Rethink to block 90% of my traffic, including all system processes on my LineageOS. DAVx⁵ works like a charm for me.

  • Gegenfrage: wie geht man woanders mit altem Öl um?

  • I had a bunch of mild but annoying breakage since the update as well. What helped me is renaming .cache and .config, rebooting and just copying select things over to the fresh folders

  • Warframe for me. They tickled that lizard brain juuust right with their FOMO marketing. Played religiously and exclusively for 3+ years. I managed to dip when they released a strange space ship combat mechanic that didn't relly work. Clocked about 3.5k hours total.

  • I managed to track it down further. The issue is that some icons (Discover, Gajim, Steam) pull their light/dark info from the “Colours” instead of the “Plasma Style”. So If you mix and match like I did (Breeze Twilight, i.e. Breeze Dark Plasma Style with Light Colours), then most icons will appear light due to the Dark Plasma Style, but some will be dark because they get their Light/Dark info from the Light Colours.

    That information seems to be cached in ~/.cache/plasmashell/qmlcache/. When I delete that folder I get the broken icons. I f I use the cached folder from my desktop it’s fixed. I’m guessing some apps just are broken currently in that regard and I’m just “lucky”, that my desktop didn’t correctly flush the plasmashell cache

  • So I had some time to do some further testing into this issue and I made some "progress".

    On my desktop, who has the correctly displayed light icons for the dark plasma theme: if I straight up remove ~/.cache (rename it to ~/cache.bak) and reboot, several icons become black (update, gajim and steam). Meaning that somewhere in that cache (but not ~/.share/icon-cache.kcache, since I tried that already), the correct display of icons is located.

    I'll try to pinpoint it further and report back if I find anything.

  • I'll try setting up a new user. Maybe I can just use a new profile and migrate some of configs from the old one.

  • dnf info plasma5support

     
        
    Installed Packages
    Name         : plasma5support
    Version      : 6.0.1
    Release      : 1.fc39
    Architecture : x86_64
    Size         : 432 k
    Source       : plasma5support-6.0.1-1.fc39.src.rpm
    Repository   : @System
    Summary      : Support components for porting from KF5/Qt5 to KF6/Qt6
    URL          : https://invent.kde.org/plasma/plasma5support
    License      : CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
    Description  : Support components for porting from KF5/Qt5 to KF6/Qt6.