I wonder isn’t there a step missing where the flatpak extension org.freedesktop.Sdk.Extension.openjdk21 is added to the specific vscodium flatpak? Or does it add all installed sdk files automatically to the apps environment?
- 0 Posts
- 16 Comments
jokro@feddit.orgto Linux@lemmy.ml•If you have to pick only one Desktop Environment and use it till your computer breaks, what would you choose?253·3 months agoGNOME because it works out of the box like GNOME
Weird, but good that you found out!
Are you sure the right partitions have enough space? On my tumbleweed the installer made several subvolumes i think
Alternatively you can configure a hotkey in the GNOME Settings, or the equivalent for other DEs, to execute a bash script or anything.
No issues except that if you want to source files to set env vars you might have to use a plugin (foreignenv in my case)
I still write scripts in bash. But fish’s command completion is incredible. Idk, maybe other shells can be that good as well, but fish does out of the box.
Edit: Also some people used to bash wondered what that nice shell is on a server we administrate together. They had no problems using it coming from bash.
And sticking with POSIX is good if you want to stay portable, but my shell mustn’t be portable. It should be friendly and reduce mental load.
jokro@feddit.orgto Linux@lemmy.ml•Systemd (apparently this issue is still so hot that a D or a d makes a difference, whatever)4·4 months agoI’ve never used another init system, but i see no problem with systemd. The declaritive approach makes things very robust. Surely some things can be improved, but it’s a good tool.
Edit: Also managing user services the same way is nice.
If you want to protect the system from untrusted software with containers be careful. Containers and images are mostly an abstraction tool to run and control the applications. Not saying it’s not possible, it’s just easy to make it insecure.
jokro@feddit.orgto Linux@lemmy.ml•More Rust Code Is Coming For Linux 6.14 Along With Hitting Another "Major Milestone"29·5 months agoNo. It’s only about the kernel itself, not Linux Systems(aka Distributions).
Earlier the kernel did only consist of C code, but for some time now the option to develop parts of the kernel in Rust is being worked on. In the end it both compiles to native machine code. The running kernel does not require the Rust toolchain to be present.
jokro@feddit.orgto Linux@lemmy.ml•More game devs should be like the devs of Marvel Rivals when it comes to emulation15·5 months agoI think they mean Wine or Proton
jokro@feddit.orgto Linux@lemmy.ml•Wine 9.22 with Wayland driver enabled in default configuration.7·7 months agoWow, i would’ve expected it to take longer.
I wonder how quick Valve will switch to it on the Steam Deck
jokro@feddit.orgto Rust Programming@lemmy.ml•Is it recommended to use a Rust virtual environment when installing programs with cargo?7·7 months agoEvery rust project is basically it’s own venv out of the box.
jokro@feddit.orgto Linux@lemmy.ml•Where Do You Guys Throw Your Local Git Repos?English431·7 months ago~/git
jokro@feddit.orgto Linux@lemmy.ml•Say hello to the new Clipboard Project 0.9.1! This first release of 2024 brings in added security and some nice bug fixesEnglish1·8 months agoInteresting that there is a flatpak build as well. I knew it was possible to run cli programs with flatpak but this the first programm i see that explicitly lists that as an option.
jokro@feddit.orgto Firefox@lemmy.ml•Firefox@Lemmy.ml: Does Firefox block websites from uploading data that could be used for fingerprinting like resolution, installed fonts, etc.?English1·1 year agoEven if you would be able to track js code like that, the js code can react to it’s own sideeffects. E.g. have 8 Elements and encode the 8-bit Fingerprint as a custom style sheet that adds an animation some of the 8 elements. Then react on the animation events and rebuild the fingerprint. It’s virtually impossible imo. Maybe it can even be formal proven.
If you have autologin on boot enabled you could try disabling it and then login manually on boot
That helped for me