Eric HEINTZMANN
Eric HEINTZMANN
What is planned now about FreeDesktop XDG basedir specification for cabal? http://ploum.net/post/207-modify-your-application-to-use-xdg-folders https://live.gnome.org/GnomeGoals/XDGConfigFolders http://standards.freedesktop.org/basedir-spec/latest/
According to XDG Base directory specification, cabal should not have its own folder (.cabal) anymore User data should go into $XDG_DATA_HOME (which default to ~/.local/share), user preferences should go into...
Users binaries, documentation and libraries are users data and thus should go to $XDG_DATA_HOME (which default to ~/.local/share), "Windows have the Local/Roaming split which could be roughly equated to putting...
I think it is better to avoid users specific binaries, libraries and doc and share these files between all users.
There is no $XDG_DATA_HOME/bin etc but you are free to use $XDG_DATA_HOME/cabal/bin etc
Hi, > Hi, unfortunately simply switch the JRE inside the snap wouldn't solve the Wayland issue. Why ? Is it a strict confinement issue with [interfaces](https://snapcraft.io/docs/interfaces) ? > The Ubuntu...
Hi, ```'loop->recurse > 0' failed at ../src/pipewire/thread-loop.c:426 pw_thread_loop_wait()``` It seems this error is related to pipewire : - https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2835 - https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2242#note_2021553 Kagukara has it on one screen but not on...
Hi, Thanks for the link ! According to this wiki, there are 2 goals: - a short to medium term solution for JDK running on Wayland in X11 compatibility mode...
HI, I've done some testing. - On Assistant side, an Ubuntu Noble 24.04, with Dayon from stable Snap - On Assisted side, an Arch Linux with latest Dayon, from git,...
Hi, I increased the "tick" and redid the same tests with different JDK : - jdk-openjdk-**wakefield** **21.0.1**.0.r184.ge338a16-5 AUR package - jdk21-openjdk **21.0.3**.u9-1 - jdk-openjdk **22.0.1**.u0-1 Thanks to the new "tick",...