https://discuss.cachyos.org/t/unable-to-rename-files-with-nautilus-in-niri/19724
niri or fcitx5?
https://discuss.cachyos.org/t/unable-to-rename-files-with-nautilus-in-niri/19724
niri or fcitx5?
FYI steps for noobs like me..
clone the void-packages repo
git clone https://github.com/void-linux/void-packages.git cd void-packages
2. install quickshell (which is linked in the comment above)
./xbps-src pkg quickshell
2-1. patch void-packages/srcpkgs/quickshell/template with -DHYPRLAND=ON
sudo xbps-install -R hostdir/binpkgs -u quickshell
3. Optional-ish: the above ./xbps-src pkg quickshell gave me errors that the SHA256sum didn't match the template from OPs link. In the template there is a link to the quickshell package where they got the checksum. Install the package from that link and use the checksum from it, like this:
curl -L -o quickshell-0.2.1.tar.gz \ https://git.outfoxxed.me/quickshell/quickshell/archive/v0.2.1.tar.gz
That will download the quickshell package. Now get the checksum:
sha256sum quickshell-0.2.1.tar.gz
And put the output into the template by replacing it in the checksum= line:
vim srcpkgs/quickshell/template
4. Optional(2): move the quickshell package to your local xbps src. Put the quickshell package with the checksum you got into your local source
mv quickshell-0.2.1.tar.gz hostdir/source/
Now rerun step 2 and it should work.
https://forums.opensuse.org/t/omnissa-formerly-vmware-horizon-client-libx-requisites/187499/3
sudo rpm -i Omnissa-Horizon-Client-2512-8.17.0-20187591429.x64.rpm --nodeps
sudo ln -sf /usr/lib64/libxml2.so.16 /usr/lib64/libxml2.so.2
sudo ln -sf /usr/lib/libclientSdkCPrimitive.so /usr/lib64/libclientSdkCPrimitive.so
sudo zypper install libgthread-2_0-0
/etc/sddm.conf.d/hidpi.conf
[General]
GreeterEnvironment=QT_SCREEN_SCALE_FACTORS=2,QT_FONT_DPI=192
[Wayland]
EnableHiDPI=true
[X11]
EnableHiDPI=true
ServerArguments=-nolisten tcp -dpi 192
ref: forums.opensuse.org
https://discuss.cachyos.org/t/unable-to-rename-files-with-nautilus-in-niri/19724 niri or fcitx5?