Skip Navigation

User banner
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/)M
Posts
0
Comments
13
Joined
5 mo. ago

  • I mean, i'ts your project. It's your baby. You do what you think it's best for it.

    I don't think GitHub userbase number is going to drop dramatically any time soon (same thing with shady-associated services like Reddit, WhatsApp, you name it) but I'd bet everyone who would think about contributing to Photon already has an account in Codeberg (me!) or has the means do collaborate in Forgejo.

  • I concur - I agree with the sentiment, but this seems so... pointless. Remember the Reddit blackouts? Some people migrated to Lemmy but I doubt the number of new members ever increased in the same proportion as it did in those days, some horrible mods were sacked (like u/awkwardtheturtle from r/art) and some subs were closed by their mods, but Reddit just reinstantiated those subs to another admins (r/unexpected on the top of my head at the moment) and... shit's even worse than ever and they keep earning their profit as usual, if not even more. In the end the "protests" and blackouts did absolutely nothing for them.

  • 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 $@`
      
  • No you won't.

    They won't throw more than a decade of work to the garbage because "30%" and Nvidia. Those issues can be fixed. Want them to be fixed? Stop complaining and contribute.

  • 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...

  • Because choices, freedom... that kind of stuff. And I say this as a now long time KDE user who used to use GNOME in the beginning.

    That being said, what made me flee to KDE was realizing that its devs somehow think they know their users better than their users know themselves so they decided to develop a software metaphor with a utterly specific way to do things. Not that it's a bad thing per se, they can do whatever they want if they don't hurt anything or anyone else - but I wish people coming into the Linux and FOSS world could have that as a kind of warning when the distro they choose to begin their journey happens to ship GNOME as default.

  • No, because we're telling to use : as a separator with the -F flag

  • Not sure if I'm understanding, but can't you just pipe the whole thing to awk and capture the first field? Like

    echo "/dev/loop0: [2081]:64 (/a/path/to/afile.dat)" | awk -F: '{print $1}'

    Which would print

    /dev/loop0

  • I'd suppose if you ask this on KDE Reddit someone with enough time could make something like this with Kvantvm, though the difficult parts would be (1) the web browser theme, and specially (2) the icon theme - I have never ever seen an icon theme like that for Linux

  • Everyone seems to poke on the vim vs emacs/gnome vs kde/systemd vs everyone else but it seems to me the most toxic feud in the foss world has been x11 vs wayland. People had throwed shit at it because of their own specific issues and its "slow" development pace without realizing it's a titanic endeavour and the hate and toxicity brings absolutely nothing positive to the table nor the development of Linux & FOSS in general.

  • My strongly held suspicion is that it's a form of the dunning-kruger effect. People have a lot of experience using software-A so much so that they tend to overlook just how much skill and knowledge they have accumulated with that specific software. Then when they try software-B they misconstrue their lack of knowledge with that specific software as complexity.

    You just answered yourself. They're just tools.

  • I'm a professional graphic designer and I will never EVER support any initiative trying to get privative support into Linux and this kind of shitty mindset from colleagues actually irks me. I will support any initiative trying to improve what we already have. You don't even need to be a developer nor donate money to help - bug reports and translations are also a thing. That's how we got to get high quality software like Krita, Inkscape or Blender.