Received: from out-56.mta0.migadu.com (out-56.mta0.migadu.com [91.218.175.56]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id DCA4222370D for <~alpine/users@lists.alpinelinux.org>; Sat, 3 Jun 2023 20:34:56 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ayaya.dev; s=key1; t=1685824495; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pi5xjtThbQ/7cXjSwFRYawo+Ikd0B3OcL9n2cWLlvOI=; b=lgj8v8RImGwGKi5woZXSA85sfb+7yYRYpPaxf6m0bdcwsM2bC+vNllrt+4H06IDMv0xn3s B7diw812ahUUivzh4uOP4tTDg53h7QJsfGk2TcE09ehNHGYOSNAIEZcOc//t4HQ9A6DudF qpy2TKX72rWqwTlNu86zBQ2si8HDISw= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 03 Jun 2023 22:34:54 +0200 Message-Id: X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "alice" To: "Ralf Mardorf" , <~alpine/users@lists.alpinelinux.org> Subject: Re: ~/.gtkrc-2.0 ~/.config/gtk-3.0/settings.ini and other pitfalls References: <7963ede9422221b4b93e7292bafd60730bffdac2.camel@riseup.net> In-Reply-To: X-Migadu-Flow: FLOW_OUT On Sat Jun 3, 2023 at 9:37 PM CEST, Ralf Mardorf wrote: > Hi, > > at least one of the GTK programs, IIRC Pluma, doesn't use Papirus icons. > The icons used by Pluma are probably HighContrast icons. While I'm on > Arch Linux used to Xed [1], Pluma is installed on Arch, too. On Arch > Pluma does use the same icons as other apps (there it's Sardi-Mono- > Papirus-Colora-Havelock). this seems to be one of those weird cases: $ gsettings set org.gnome.desktop.interface icon-theme Papirus appears to work for pluma, but nothing else does. i don't know when the config file is read over the interface and how that interacts, but that seems to work.. iirc, it does not persist across reboot (might be wrong), but it does seem = to work ok. > > =E2=80=A2 rocketmouse@archlinux ~=20 > $ cat /mnt/m1.alpine/home/mountainmouse/.gtkrc-2.0 > gtk-theme-name=3D"Albatross" > gtk-icon-theme-name=3D"Papirus" > gtk-font-name=3D"DejaVuSans 11" > =20 > =E2=80=A2 rocketmouse@archlinux ~=20 > $ cat /mnt/m1.alpine/home/mountainmouse/.config/gtk-3.0/settings.in= i > [Settings] > gtk-theme-name=3D"Albatross" > gtk-icon-theme-name=3D"Papirus" > gtk-font-name=3D"DejaVuSans 11" > =20 > =E2=80=A2 rocketmouse@archlinux ~=20 > $ /bin/ls /mnt/m1.alpine/usr/share/themes/ > Albatross Artwiz-boxed Bear2 Clearlooks Clearlooks-3.4 Clearloo= ks- > Olive Default Emacs Mikachu Natura Numix Onyx Onyx-Citrus=20 > Orang Raleigh Syscrash adw-gtk3 adw-gtk3-dark > =20 > =E2=80=A2 rocketmouse@archlinux ~=20 > $ /bin/ls /mnt/m1.alpine/usr/share/icons/ > Adwaita Faenza HighContrast Papirus Papirus-Dark Papirus-Light= =20 > breeze breeze-dark ePapirus ePapirus-Dark hicolor > =20 > =E2=80=A2 rocketmouse@archlinux ~=20 > $ /bin/ls /mnt/m1.alpine/usr/share/fonts/ > 100dpi 75dpi awesome cyrillic dejavu encodings font-awesome=20 > inconsolata ipafont misc noto vollkorn > =20 > On Arch and Alpine I manually edit files, but also use helper apps. > Those apps are different: > =20 > =E2=80=A2 rocketmouse@archlinux ~=20 > $ /bin/ls /mnt/m1.alpine/usr/bin/{obcon,lxappear}* /usr/bin/{obcon,= lxappear}* > /bin/ls: cannot access '/mnt/m1.alpine/usr/bin/lxappear*': No such = file or directory > /mnt/m1.alpine/usr/bin/obconf-qt /usr/bin/lxappearance /usr/bi= n/obconf > =20 > FWIW both Arch and Alpine are using plain openbox, no DE at all. On > Alpin I did neither manually edit Qt configs, nor did I run a helper > such as qt5ct. > > On Arch Linux I'm running gtk3-nocsd, > https://github.com/ZaWertun/gtk3-nocsd . > > Regards, > Ralf > > [1] If I have some time, I might take a look at how to build packages > for Alpine. Among other I'm missing https://github.com/linuxmint/xed by > the Alpine repositories. It provides more or less the look and feel of > Pluma or the old (not the new) Gedit, but Xed is lightweight. done