2026년 1월 29일 목요일

niri + noctalia-shell + void

  • install niri emptty ghostty git ImageMagick xdg-desktop-portal brightnessctl curl cliphist cava wlsunset evolution-data-server
  • install void-packages & patch quickshell & install
    • https://www.reddit.com/r/voidlinux/comments/1pclf8y/did_anyone_managed_to_use_quickshell_with/
    • FYI steps for noobs like me..

      1. 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.

      1
       


2026년 1월 27일 화요일

niri + debian

  • sddm
  • rustup 
  • build niri
  • build xwayland-satellite 
  • font! 
  • install KDE
  • install niri & quickshell from dank linux
    • https://danklinux.com/docs/dankmaterialshell/installation/
  • install noctalia-shell from script
    • https://github.com/lazarh/niri-noctalia-debian-script
  • suppress warning of GTK_IM_MODULE vars
    • run im-config & select none

2026년 1월 19일 월요일

omnissa horizon client on opensuse tumbleweed

 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



2025년 12월 28일 일요일

opensuse/arch sddm hidpi

 /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 

2025년 10월 24일 금요일

2025년 8월 9일 토요일

debian 13 trixie setup

  • install
    • git
    • fonts-firacode
    • libwayland-bin
    • for raylib
      • libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev libwayland-dev libxkbcommon-dev
    • vscode
      • official site
    • zig
      • official site
    • horizon client
      • https://customerconnect.omnissa.com/downloads/details?downloadGroup=CART26FQ2_LIN64_DEBPKG_2506&productId=1616&rPId=119132
    • flatpak
      • https://flatpak.org/setup/Debian

niri + noctalia-shell + void

install niri emptty ghostty git ImageMagick xdg-desktop-portal brightnessctl curl cliphist cava wlsunset evolution-data-server install void-...