[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pan-users] running pan gives many errors
From: |
Dominique Dumont |
Subject: |
Re: [Pan-users] running pan gives many errors |
Date: |
Wed, 08 May 2024 11:25:55 +0200 |
On Tuesday, 7 May 2024 15:01:43 CEST Ken Cunningham wrote:
> I don’t know much about gtk programming, but it looks like software is meant
> to ask gtk where the icons are installed using
>
> Gtk.IconTheme.get_search_path
> docs.gtk.org
This may be useful to load directly icons provided be a Gtk theme.
In Ken's case, the issue is related with icons provided by Pan and located
outside of IconTheme's search path. So I don't think this would help.
All the best