linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

devfuuu, in The last few weeks in KDE: It’s coming… it’s coming… it’s coming

I’m very excited for what’s to come. Good to know things are going well with the testing and bugs don’t seem too bad.

As features I’d like to see, I guess we still can’t configure different language layouts for different connected keyboards at the same time? I really would like to be able to have my usb connected one with english and the native laptop keyboard with portuguese. It’s annoying that I have to constantly switch when needed globally the layouts. At least multiple connected mouses seem to work fine.

tvcvt, in Writing Docs with Kate - Fedora Magazine

Kate is really a hidden gem. It’s so light weight and just gets out of the way. I’m now installing it everywhere—Linux, Mac, or Windows.

corsicanguppy, in Ubuntu 24.04 LTS To Get 12 Years of Updates

Laughs in Solaris 10

… for 27 years.

bfg9k,
@bfg9k@lemmy.world avatar

Holy shit I had no idea it was still in support lol, that’s wild

Solaris 11 came out in 2012 and is supported until 2035!!

What do you use it for?

skullgiver, (edited ) in Wayland running GUI program as another user
@skullgiver@popplesburger.hilciferous.nl avatar

deleted_by_author

  • Loading...
  • shadowintheday2,

    Does waypipe also work with XWayland apps?

    BlanK0, in In-progress COSMIC apps: terminal, file manager, text editor, and settings

    Pretty cool, looks like a promising DE

    kbal, in The magic behind configure, make, make install - How it works in Unix
    @kbal@fedia.io avatar

    Make is simple, easy, and effective. It's just "configure" that's full of black magic.

    moreeni, in The last few weeks in KDE: It’s coming… it’s coming… it’s coming

    I’m so hyped up I could get a Plasma6 tattoo

    fossphi,

    Do it! And post it here

    humancrayon, in Your favorite linux projects for weekend
    @humancrayon@sh.itjust.works avatar

    This weekend is getting Foundry VTT up with a reverse proxy and certs for voice/video chat. Spinning up a new VM in proxmox and getting HAproxy configured for it (it’s used for the rest of my services).

    k_rol, in The last few weeks in KDE: It’s coming… it’s coming… it’s coming

    Well that’s exciting. I’m personally waiting for the possibility to change the gamma when in wayland.

    shadowintheday2, (edited ) in Wayland running GUI program as another user

    Another thing to solve: XWayland apps as a different user

    Giving access to the wayland socket makes other users able to use wayland; however programs that rely on XWayland to work don’t seem to get it:

    
    <span style="color:#323232;">
    </span><span style="color:#323232;">Start Failed
    </span><span style="color:#323232;">Failed to initialize graphics environment
    </span><span style="color:#323232;">
    </span><span style="color:#323232;">java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
    </span><span style="color:#323232;">        at java.desktop/sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    </span>
    

    Wine

    
    <span style="color:#323232;">
    </span><span style="color:#323232;">0120:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0ECAFF08
    </span><span style="color:#323232;">0128:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
    </span><span style="color:#323232;">0128:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
    </span><span style="color:#323232;">0128:err:systray:initialize_systray Could not create tray window
    </span><span style="color:#323232;">0114:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
    </span><span style="color:#323232;">0114:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running and that $DISPLAY is set correctly."
    </span><span style="color:#323232;">0114:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0DE4FB40
    </span>
    
    
    <span style="color:#323232;">env | grep -i display
    </span><span style="color:#323232;">WAYLAND_DISPLAY=wayland-0
    </span><span style="color:#323232;">DISPLAY=:0
    </span><span style="color:#323232;">
    </span>
    
    bizdelnick, in The magic behind configure, make, make install - How it works in Unix

    Autocrap is a bloated obsolete stuff that is mostly replaced with other tools like cmake or meson. There’s no need to learn it today.

    stsquad,

    Indeed - the general configure, build install steps are fairly universal and the configure script doesn’t have to cover from autoconf. We still have that and Makefiles as a wrapper around a meson based setup to keep the process familiar.

    ArcaneSlime,

    Hell maybe I do need to learn some shit, because I was under the impression that you cd into the folder after you untar it, then type ./configure make sudo make install, but the last two packages I attempted to install from source like this just did nothing.

    bizdelnick,

    Maybe. But maybe they did nothing because there was no ./configure script and you had to use another tool, e. g. one of that I mentioned, so you need to learn another shit.

    BTW installing anything from source like this is the right way only in (B)LFS.

    But you definitely don’t need to learn this if you are a developer and starting a new project in 2024. You can use cmake or write plain makefiles, even shell scripts if you want, but as you value life or your reason keep away from the autotools. It is a nightmare to debug thousands lines of scripts they generate and put into your source tree.

    GnomeComedy, (edited )

    You assume everyone has root.

    On a system I don’t administer, I can compile and install software in my home directory (or shared directories that I have write access) by using:

    ./configure --PREFIX=/home/myuser/software/

    make # to compile

    make install sudo, to install to ~/software/bin

    So when you say “only in (B)LFS”, you’re overlooking a VERY common use case - especially in HPC and other systems NOT running on my desk/lap.

    hellequin67, in Your favorite linux projects for weekend

    My weekend project will be install mint for my first flurry into Linux.

    I’m going to set it up for some light gaming and media streaming.

    Running on a Dell Latitude 4980, long term hoping to learn enough to set up a home jellyfin server.

    captain_aggravated,
    @captain_aggravated@sh.itjust.works avatar

    Welcome to the Linux community!

    hellequin67,

    Thanks. Finally after Mint didn’t recognise my network adaptor I tried Manjaro (everything worked great, but I don’t think I’m ready for Arch) so ended up on Pop_OS … everything works so I’m going to stick with this for now.

    Father_Redbeard,
    @Father_Redbeard@lemmy.ml avatar

    My choice as well. I had some weirdness with Steam at first, but was able to get that sorted.

    hellequin67,

    Good to hear, I’ve not had any issues so far. The only “niggle” I’ve had is when pairing my Bluetooth devices I’ve needed to turn Bluetooth on and off for each pairing bit once done they’ve reconnected fine.

    atzanteol, in 13 Best Open Source ChatGPT Alternatives

    How do you know if it’s open source? Well if it’s called something like “huggingface” or “redpajama” there’s a very good chance it’s made by people who have no marketing department. So good odds it’s free.

    fpslem,

    ChatGPT is pretty crap branding too, for the record. They just somehow managed to mainstream it. All the LLMs after it try to have cooler names (Bard, Copilot, etc.) but the kludgy first name is still better known.

    pastermil,

    Having a huge backing (i.e. OpenAI) helps…

    leopold,

    GPT in French is literally pronounced the same as “I farted”.

    fpslem,

    My life is a little better knowing this fact. 😄

    Magiccupcake,

    I personally disagree, Bard feels very uninspired, and copilot i associate too mich with flying, and also sounds more competent than it is.

    ChatGPT is probably not the best name, but at least it’s unique.

    chaorace, in The last few weeks in KDE: It’s coming… it’s coming… it’s coming
    @chaorace@lemmy.sdf.org avatar

    Ugh… they got Plasma everywhere!

    cygnus, (edited )
    @cygnus@lemmy.ca avatar

    They saw a qt and couldn’t help themselves.

    GrappleHat, in 13 Best Open Source ChatGPT Alternatives
    @GrappleHat@lemmy.ml avatar

    Sure, it is not perfect. But, sometimes it is incredibly helpful. No matter what you do with it, unfortunately, it is not an open-source solution.

    This article needed a better ai to write it .

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #