Firefox Wayland PiP

Step 1: Right click an open Picture-in-Picture window. In the context menu, select “More Actions” -> “Configure Special Window Settings…”. This will populate most of the window settings for you. Step 2: Click “Add Property…” and select “Window title”. The…

Elevated privileges applications and dark theme in kde plasma

To fix it for apps with elevated privileges run this command: $ sudo pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true dbus-launch systemsettings5 Fix elevated GTK2/3 apps:Then open the newly opened system settings and choose the breeze dark theme in quick settings.Go…

Apache Guacamole on Docker easy installation

To easily install apache guacamole on docker the fastest way was to use this image: This image is not maintained since 3 years. Fortunately there is an image created by jwetzell to continue the initial work This image…

VPN L2TP, swisscom-box-2 and Fedora 37 KDE

I configured my VPN server on my swisscom internet-box 2 as indicated in this documentation enabling the VPN server: creating VPN credentials and shared key: Connection from my Iphone worked immediately, but for my Fedora laptop it was another story.…

Homer installation

I want to display on a static page all the links to application and services I often use. Organizr, Heimdall, are too complex to setup for what I need, I found Homer which is configurable with only one yaml file,…

Simply Ubuntu 22.04

I really appreciate all ubuntu KDE based distribution. For ubuntu 22.04 LTS I wanted to try Gnome and evaluate if it would be nice for my daily usage. Simply Yes! Integration and customization of the dock is now easy and…

Connect Portainer to remote docker instance

I run several services via docker on different devices. I wanted to manage all these docker instances via one Portainer docker instance. The connection to the local docker instance on 192.168.1.100 is done using Unix socket following this documentation The…