benibilme

Results 14 comments of benibilme

Hello, I am sorry to respond you late. I have installed clipmenud via arch aur package. It installs a systemd user service. The service file is as follows. ```` [Unit]...

Hello, I have checked window name with `xprop`. `xprop` output is as follows. (I put XX in place of database name) ```` _NET_WM_USER_TIME(CARDINAL) = 80290238 _NET_WM_STATE(ATOM) = WM_STATE(WM_STATE): window state:...

Hello, Thank you for the feedback. I have completely missed the update command, I guess I must have read without reading glasses. I am really angry with myself. Thank you...

Hello, [Arch wiki ](https://wiki.archlinux.org/title/Julia) states following: `Note: The [julia](https://archlinux.org/packages/?name=julia) package is compiled against system libraries and is therefore unsupported by the upstream. While it may be suitable for basic usage...

I installed 1.8.3 from julia web site, deleted internal softlink in the installation and linked the system library instead. In this case, julia did not start .

I installed in both ways. By using julia binary tarball from https://julialang-s3.julialang.org/bin/linux/x64/1.8/julia-1.8.3-linux-x86_64.tar.gz and later by downloading and building from Arch Linux User repository. As stated above, Arch advises not to...

I installed gmt via arc linux package manager from official repositories via pacman. However after your post, I removed it and tried using GMT. Julia tried to install it via...

```` julia> ENV["FORCE_INSTALL_GMT"] = 1 1 julia> using GMT [ Info: Precompiling GMT [5752ebe1-31b9-557e-87aa-f909b540aa54] ErrorException("Forcing an automatic GMT install") ERROR: LoadError: could not load library "/home/user/.julia/conda/3/lib/libgmt.so" /opt/dev/julia-1.8.3/bin/../lib/julia/libstdc++.so.6: version `GLIBCXX_3.4.30' not...

Sorry about missing what you pointed out. Following sequence, which you suggested, solved the problem. However, I need to preload libstd for each invokation to do `using GMT` even though...

Hello, Thank you for the detailed instructions. Before reading your comment, I had done a similar thing to preload the libstdc++ when ever I started julia. I have local ~/sbin...