[РЕШЕНО] Убрать иконки из меню виджета

Собственно:

подскажите, как убрать иконки из меню по правому клику?
cat /etc/environment
QT_QPA_PLATFORMTHEME="qt5ct"

cat ~/.config/qt5ct/qt5ct.conf
[Appearance]
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
custom_palette=false
icon_theme=breeze-extra-gnome
standard_dialogs=default
style=gtk2

[Fonts]
fixed=@Variant(\0\0\0@\0\0\0\x1e\0S\0o\0u\0r\0\x63\0\x65\0 \0\x43\0o\0\x64\0\x65\0 \0P\0r\0o@&\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
general=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@&\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)

[Interface]
activate_item_on_single_click=1
buttonbox_layout=3
cursor_flash_time=1000
dialog_buttons_have_icons=2
double_click_interval=400
gui_effects=@Invalid()
keyboard_scheme=4
menus_have_icons=false
show_shortcuts_in_context_menus=false
stylesheets=/usr/share/qt5ct/qss/traynotification-simple.qss
toolbutton_style=4
underline_shortcut=2
wheel_scroll_lines=3

[SettingsWindow]
geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\xe0\0\0\0\xaf\0\0\x3\xbe\0\0\x3=\0\0\0\xe0\0\0\0\xcf\0\0\x3\xbe\0\0\x3=\0\0\0\0\0\0\0\0\a\x80\0\0\0\xe0\0\0\0\xcf\0\0\x3\xbe\0\0\x3=)"
gconftool-2 -t Boolean -s /desktop/gnome/interface/menus_have_icons False
тоже не помогло...
lumberjack
gconftool-2 -t Boolean -s /desktop/gnome/interface/menus_have_icons False
Это и не поможет, судя по скриншоту у вас третий гном, а это команда для gnome2, и для приложений на gtk2.

Enable button and menu icons
Since GTK 3.10, the GSettings key 'menus-have-icons' has been deprecated. Icons in buttons and menus can still be enabled by setting the following overrides:
$ gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}"
https://wiki.archlinux.org/index.php/GNOME/Tips_and_tricks
In Tux We Trust
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <0>}"
не помогло...
Еще для приложений не использующих gsettings
~/.gtkrc-2.0
~/.config/gtk-3.0/settings.ini
gtk-button-images=1
gtk-menu-images=0
хотя
GtkSettings:gtk-menu-images has been deprecated since version 3.10 and should not be used in newly-written code.

This setting is deprecated. Application developers control whether or not a GtkMenuItem should have an icon or not, on a per widget basis. Either use a GtkMenuItem with a GtkBox containing a GtkImage and a GtkAccelLabel, or describe your menus using a GMenu XML description

А что за расширение трей выводит? может оно к menu-images отношения и не имеет а свое что то выводит
Сам телеграмм вроде ни каких изображений в менюшку трея не выводит
vs220
телеграмм вроде ни каких изображений в менюшку трея не выводит
Не выводит.
In Tux We Trust
vs220
…А что за расширение трей выводит? может оно к menu-images отношения и не имеет а свое что то выводит
Сам телеграмм вроде ни каких изображений в менюшку трея не выводит
KStatusNotifierItem/AppIndicator Support
lumberjack
KStatusNotifierItem/AppIndicator Support
Баг в gnome-shell, исправили в 3.36.2

https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/225

Исправление
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/51e9f19f2ff5d2863a23f762223596de419fc00c
vs220
lumberjack
KStatusNotifierItem/AppIndicator Support
Баг в gnome-shell, исправили в 3.36.2

https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/225

Исправление
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/51e9f19f2ff5d2863a23f762223596de419fc00c
Спасибо огромное! Сам недогуглил до сего, все стало как и должно быть!
 
Зарегистрироваться или войдите чтобы оставить сообщение.