gnome-shell-extension-reference icon indicating copy to clipboard operation
gnome-shell-extension-reference copied to clipboard

Results 5 gnome-shell-extension-reference issues
Sort by recently updated
recently updated
newest added

I test the PopupImageMenuItem, below is work. ``` let item0 = new PopupMenu.PopupImageMenuItem('xxxx', stock_icon.icon_name); ``` But I want do some adjust, so I write like this, but it fail. I...

Added a script to update REFERENCE.md with hyperlinks to the source file in the gnome-shell sources. `GNOME_SHELL_JS="https://github.com/GNOME/gnome-shell/tree/master/js"` Finds links in ui and misc sections, as well as subdirs components and...

Thanks for the great starting code, but what if I don't need exactly what you have written? Where does one go for other options? I have done a bit of...