• 0 Posts
  • 17 Comments
Joined 10 months ago
cake
Cake day: April 7th, 2025

help-circle
  • mmmm@sopuli.xyztoLinux@lemmy.mlQuestion about Antivirus
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    5 days ago

    I have always heard not to use antivirus on Linux

    I’ve never heard anything like that, and if it’s true it’s really bad advice, to be honest. It’s not that you shouldn’t use an antivirus on Linux, but an extra of security is not bad because shit happens and with its popularity increasing Linux can face security challenges in the future.

    Still if you know what you’re doing you can do just fine without an antivirus.



  • I’ve never used it but since it’s basically a kwin script I’d bet you can change them in system settings, like in system settings -> keyboard -> keyboard shortcuts -> Window management (or however it is named in english) -> look up for krohnite

    E: Or maybe, just maybe, in its entry in the Kwin scripts section - System settings -> Window management (or however it is named in english) -> Kwin scripts -> Krohnite -> Click or tap the cog button -> maybe there should be something related to keyboard shortcuts





  • mmmm@sopuli.xyztoLinux@lemmy.mlGentoo experience?
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    2 months ago

    Comments complaining how everything takes time to compile in Gentoo are kind of funny, do you really need everything to be installed asap?

    That being said, Gentoo indeed is not for everyone. I’ve been using it for +15 years and am really happy with it - almost zero maintenance and it’s super stable. The crux is the time it takes to be installed and people hold a weird grudge against it just for that.

    But at the same time there are more distros oferring pretty much the same, i.e. your own arch.





  • I use a KDE variant of this that uses klipper instead (whatever you pipe to this will be available in klipper):

    ` #!/bin/sh

    function copy {
        if ! tty -s && stdin=$(</dev/stdin) && [[ "$stdin" ]]; then
            stdin=$stdin$(cat)
            qdbus6 org.kde.klipper /klipper setClipboardContents "$stdin"
            exit
        fi
    
        qdbus6 org.kde.klipper /klipper getClipboardContents
    }
    
    copy $@`
    

  • My bet is that this happened because they do develop both the Enlightenment desktop and the E libraries, which is a tremendous amount of work. Add to that that if they are a small team, they’re not going to go relatively fast (afaik E17 took years…). Maybe it was the reason GNOME/GTK(+) and KDE (which began with an already developed GUI library) caught up.

    But as I always say in this kind of posts, both Enlightenment and E are amazing and I so wish they were more rich featured and popular and, if I were the XFCE mouse and got fed up with the bullshit of the GNOME-ization/libadwaita-zion of GTK, I’d consider porting all my shit to E - it would be awesome if those two merged into one. GTK and E are both written in C, XFCE has a robust set of apps and a seemingly bigger team behind it…