Hello, Fredrik Salomonsson <[email protected]> skribis:
> Having issues running rofi on my Guix+Arch Linux setup. > Getting this when running it: > # rofi -show run > rofi: Relink > `/gnu/store/88wvqp60hbrdvbp0xsqad5c6njjfshcw-libpng-1.6.28/lib/libpng16.so.16' > with > `/gnu/store/ybpgv1v7606xw7mafda66w10hiynpiw2-glibc-2.25/lib/libpthread.so.0' > for IFUNC symbol `longjmp' > rofi: Relink > `/gnu/store/2sq8w3x8glbjlfn22im6nwwycmbdlzws-freetype-2.7.1/lib/libfreetype.so.6' > with > `/gnu/store/ybpgv1v7606xw7mafda66w10hiynpiw2-glibc-2.25/lib/libpthread.so.0' > for IFUNC symbol `longjmp' Not sure about this one; it seems harmless though. > Failed to set locale. > > then it exits. > > I've set: > GUIX_LOCPATH=$HOME/.guix-profile/lib/locale > LANG=en_US.UTF-8 > > Using glibc-locales Does setting LC_ALL instead of LANG help? The LC_* variables take precedence over LANG. Ludo’.
