homebrew-amc
homebrew-amc copied to clipboard
Pb icon
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 ?

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
Hi, thanks for raising this issue. I'll try to reproduce it and let you know.
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.
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.
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