Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pb icon #77

Open
hfarner opened this issue Apr 12, 2022 · 4 comments
Open

Pb icon #77

hfarner opened this issue Apr 12, 2022 · 4 comments

Comments

@hfarner
Copy link

hfarner commented Apr 12, 2022

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

@maelvls
Copy link
Owner

maelvls commented Apr 12, 2022

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

@maelvls
Copy link
Owner

maelvls commented Apr 13, 2022

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.

@hfarner
Copy link
Author

hfarner commented Apr 13, 2022

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
Copy link
Author

hfarner commented Apr 13, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants