Skip to content
moses-palmer edited this page Jan 25, 2017 · 3 revisions

Planned features

  • Support for disabled menu items. Menu items should support being disabled. All backends support this functionality as a simple flag.

  • Support for menu item icons. Individual menu items should support displaying an image. For OSX and Linux, this is a small task, but on Windows it is slightly more complicated.

  • Support for HiDPI icons on Linux. When using a backend other than raw Xlib on Linux, the icon appears blurred even for high-resolution source images. This needs to be investigated.

  • Fallback when running under Wayland. When running under Wayland, no errors are generated, but no icon is displayed either. A workaround is setting the environment variable $GDK_BACKEND to x11.

Clone this wiki locally