all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Path of tool-bar icons
Date: Wed, 11 Apr 2018 11:39:26 +0000 (UTC)	[thread overview]
Message-ID: <paks5e$e7t$1@blaine.gmane.org> (raw)
In-Reply-To: CACE4N+XveFEqJUxzZMYbaXZEx99+XP7=Q+obap4D9vCOP=HBZA@mail.gmail.com

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	other threads:[~2018-04-11 11:39 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-11  8:13 Path of tool-bar icons Mick Bert
2018-04-11 11:39 ` Arkadiusz Drabczyk [this message]
2018-04-11 14:01   ` Mick Bert
2018-04-11 14:36     ` Arkadiusz Drabczyk
2018-04-11 15:27     ` tomas
2018-04-11 16:33     ` Eli Zaretskii
2018-04-11 18:42       ` tomas
2018-04-12 12:44         ` Eli Zaretskii
2018-04-12 12:49           ` tomas
     [not found]       ` <mailman.12056.1523472150.27995.help-gnu-emacs@gnu.org>
2018-04-11 20:38         ` Emanuel Berg
2018-04-11 20:55           ` tomas
2018-04-11 21:47             ` Drew Adams
2018-04-12  7:11               ` tomas
2018-04-12 11:26               ` Eli Zaretskii
2018-04-12 16:55                 ` Drew Adams
     [not found]             ` <mailman.12074.1523483281.27995.help-gnu-emacs@gnu.org>
2018-04-11 21:59               ` Emanuel Berg
2018-04-11 22:23                 ` Drew Adams
2018-04-12 12:18       ` Mick Bert
2018-04-12 12:39         ` Eli Zaretskii
     [not found]     ` <mailman.12043.1523464419.27995.help-gnu-emacs@gnu.org>
2018-04-11 17:05       ` Emanuel Berg
2018-04-11 17:29         ` Eli Zaretskii
     [not found]         ` <mailman.12050.1523467772.27995.help-gnu-emacs@gnu.org>
2018-04-11 20:33           ` Emanuel Berg
2018-04-12 12:39 ` Mick Bert
     [not found] <mailman.12009.1523434449.27995.help-gnu-emacs@gnu.org>
2018-04-11  9:22 ` Emanuel Berg
2018-04-11 11:20   ` Mick Bert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='paks5e$e7t$1@blaine.gmane.org' \
    --to=arkadiusz@drabczyk.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.