homebrew-amc icon indicating copy to clipboard operation
homebrew-amc copied to clipboard

Pb icon

Open hfarner opened this issue 3 years ago ‱ 4 comments

Hi , thank for it's install program for Mac Os X, but i have a little probleme: I use Mac X monterey on mac intel I don't have icon on interface,can you help me ?

Capture d’écran 2022-04-12 à 10 02 49

message on xterm :

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.217: Error loading theme icon 'dialog-information' for stock: L’icĂŽne « dialog-information » n’est pas prĂ©sente dans le thĂšme Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.218: Error loading theme icon 'document-open' for stock: L’icĂŽne « document-open » n’est pas prĂ©sente dans le thĂšme Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.218: Error loading theme icon 'view-refresh' for stock: L’icĂŽne « view-refresh » n’est pas prĂ©sente dans le thĂšme Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.270: Error loading theme icon 'dialog-information' for stock: L’icĂŽne « dialog-information » n’est pas prĂ©sente dans le thĂšme Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.272: Error loading theme icon 'view-refresh' for stock: L’icĂŽne « view-refresh » n’est pas prĂ©sente dans le thĂšme Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.274: Error loading theme icon 'document-print' for stock: L’icĂŽne « document-print » n’est pas prĂ©sente dans le thĂšme Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.275: Error loading theme icon 'edit-find' for stock: L’icĂŽne « edit-find » n’est pas prĂ©sente dans le thĂšme Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.277: Error loading theme icon 'zoom-in' for stock: L’icĂŽne « zoom-in » n’est pas prĂ©sente dans le thĂšme Adwaita

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:29.277: Error loading theme icon 'edit-clear' for stock:

(AMC-gui.pl:1550): Gtk-WARNING **: 17:16:37.731: Error loading theme icon 'dialog-error' for stock: L’icĂŽne « dialog-error » n’est pas prĂ©sente dans le thĂšme Adwaita

hfarner avatar Apr 12 '22 08:04 hfarner

Hi, thanks for raising this issue. I'll try to reproduce it and let you know.

maelvls avatar Apr 12 '22 19:04 maelvls

It seems to work on my side.

I checked that the dependency adwaita-icon-theme was correctly installed:

$ brew deps maelvls/amc/auto-multiple-choice | grep adwaita
adwaita-icon-theme

For anyone coming across this message: if have the same issue, please use the "đŸ‘ïž" reaction. I'll need more instances of this issue before investigating more.

maelvls avatar Apr 13 '22 08:04 maelvls

Hi, I checked this dependency, and all it's ok , maybe it's a wrong version

adwaita-icon-theme 42.0 is already installed and up-to-date.

hfarner avatar Apr 13 '22 11:04 hfarner

Hi, my solution

download https://fr2.rpmfind.net/linux/gnome.org/sources/adwaita-icon-theme/41/adwaita-icon-theme-41.0.tar.xz

tar xvfz adwaita-icon-theme-41.0.tar.xz
cd adwaita-icon-theme-41
./configure
make

mv /usr/local/share/icons/Adwaita /usr/local/share/icons/Adwaita42
cp -r Adwaita /usr/local/share/icons/Adwaita41
cp index.theme /usr/local/share/icons/Adwaita41
ln -s Adwaita41 Adwaita
auto-multiple-choice

Work fine now, but it's not good for my others applications, I going to send a message to AMC developer

hfarner avatar Apr 13 '22 13:04 hfarner