help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Path of tool-bar icons


From: Arkadiusz Drabczyk
Subject: Re: Path of tool-bar icons
Date: Wed, 11 Apr 2018 11:39:26 +0000 (UTC)
User-agent: slrn/1.0.2 (Linux)

On 2018-04-11, Mick Bert <micbert75@gmail.com> wrote:
> Hello
> Working on a RHEL host machine, administrators  installed emacs from a
> subset of official repository (i don't know have many details about it),
> version:
>
>   GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu,
>   GTK+ Version 3.22.10) of 2017-09-12
>   on x86-017.build.eng.bos.redhat.com
>
> When I run it, it does not display any icon in the toolbar. Icons are at
> path:
>
>   /usr/share/emacs/24.3/etc/images
>
> How can I know where emacs is looking for icons

You can use strace to check, example output:

$ strace emacs |& grep access | grep /images
faccessat(AT_FDCWD, "/usr/share/emacs/24.5/etc/images/new.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/usr/share/emacs/24.5/etc/images/open.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/usr/share/emacs/24.5/etc/images/diropen.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/usr/share/emacs/24.5/etc/images/close.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/usr/share/emacs/24.5/etc/images/save.xpm", R_OK) = 0
(...)
-- 
Arkadiusz Drabczyk <arkadiusz@drabczyk.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]