You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing ReText 7.0 using pip3... in Ubuntu 16.04LTS+Xfce desktop, I was getting the ReText icon in the "panel", but not in the menus (Xfce's own application menu, and ClassicMenu Indicator).
The workaround was to save a copy of ReText's svg icon as ~/.local/share/icons/hicolor/scalable/apps/retext.svg, and that has satisfied both the Xfce menu, and ClassicMenu Indicator.
The text was updated successfully, but these errors were encountered:
The workaround was to save a copy of ReText's svg icon as ~/.local/share/icons/hicolor/scalable/apps/retext.svg, and that has satisfied both the Xfce menu, and ClassicMenu Indicator.
Thanks for the hint, I will make setup.py install such a copy.
After installing ReText 7.0 using
pip3...
in Ubuntu 16.04LTS+Xfce desktop, I was getting the ReText icon in the "panel", but not in the menus (Xfce's own application menu, and ClassicMenu Indicator).This was mentioned while piggy-backing on a previous issue, but it seems worth an entry of its own.
I can confirm:
~/.local/share/applications/me.mitya57.ReText.desktop
file created;Exec=
line did not make any difference;%F
argument, enclosing in quotes, giving full path for theIcon=
line ... none of these made any difference.There might be something about an icon cache lurking here, but I've solved it with this workaround for the moment, having seen these items:
The workaround was to save a copy of ReText's
svg
icon as~/.local/share/icons/hicolor/scalable/apps/retext.svg
, and that has satisfied both the Xfce menu, and ClassicMenu Indicator.The text was updated successfully, but these errors were encountered: