Note: The Listed platform will permanently shut down December 31, 2026. Your data published on Listed will still be available in your personal Standard Notes account. Learn more

Firmador BCCR Manjaro 20.1
Download the RPM version from the official website. Install a dependency: sudo pacman -S gtk-engine-murrine Unzip the file: firmador-bccr8.0amd64.rpm Move the binaries to the expected location. The launcher will look for the files in /opt/Firmador-BCCR/, if the files are not there the launcher will failed sudo mkdir /opt/Firmador-BCCR/ sudo cp -p -r ~/Downloads/Firmador-BCCR/ /opt/ Copy the application desktop file so the application can be found from the Applications Launcher: sudo cp...
Read post
Firma Digital Costa Rica Manjaro 20.1
Install dependencies sudo pacman -S java-openjfx sudo pacman -S cpio rpm-tools pcsclite ccid icedtea-web Download Drivers https://soportefirmadigital.com/sfdj/dl.aspx?lang=es Unzip downloaded file unzip sfdClientesLinuxRPM64_Rev14.zip Copy Certificates to the system cd sfdClientesLinuxRPM64_Rev14/Firma\ Digital/Certificados/ sudo cp -p ./* /usr/share/ca-certificates/trust-source/anchors/ Update CA TrustStore sudo update-ca-trust Build/compile driver cd PinTool/IDProtect\ PINT...
Read post
KDE WPS Fix | File explorer font too dark/light
The below change will work if: You have Manjaro 20.1 installed (I have not tried others) You installed Manjaro from the AUR https://aur.archlinux.org/packages/wps-office/ Use a white GTK theme I'm using Breath /usr/share/themes/Breath/gtk-2.0/gtkrc sudo vim /usr/bin/wps Change gOpt= To: gOpt="-style=gtk+" export GTK2_RC_FILES=/usr/share/themes/Breath/gtk-2.0/gtkrc ...
Read post
Use DSLR Manjaro 20.1
Steps: Install the linux-headers for your Kernel (same as your kernel version) sudo pacman -S linux-headers Install gphoto2 and its dependencies (if v4l2 failed to install check step 1.) sudo pacman -S gphoto2 v4l-utils v4l2loopback-dkms ffmpeg Add Camera module to the modprobe flags sudo modprobe v4l2loopback exclusive_caps=1 max_buffers=2 Allow DSLR to boot with the system sudo nano /etc/modprobe.d/dslr-webcam.conf # Module options for Video4Linux, needed for our DSLR Webcam alias dslr-...
Read post