Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2709

Raspberry Pi OS • Re: Autostart with labwc

$
0
0
Or the out of the box configuration in RPiOS is different to the labwc default as detailed in the man page. I've not looked into that.
In fact, RPiOS DOES invoke labwc with the non-default -m (--merge-config) option, as shown at the bottom of /usr/bin/labwc-pi:

Code:

#!/bin/sh. /usr/bin/setup_envif [ -f "$HOME/.config/gtk-3.0/gtk.css" ] ; then  rm "$HOME/.config/gtk-3.0/gtk.css"  syncfiif [ ! -f "$HOME/.config/kanshi/config" ] ; then  mkdir -p "$HOME/.config/kanshi"  touch "$HOME/.config/kanshi/config"fiif raspi-config nonint is_pi && ! raspi-config nonint gpu_has_mmu ; then    export WLR_RENDERER=pixmanfiexec /usr/bin/labwc -m $@

Statistics: Posted by tinker2much — Fri Nov 22, 2024 12:07 am



Viewing all articles
Browse latest Browse all 2709

Trending Articles