Václav Chlumský
Václav Chlumský
Thank you for your ideas! Appreciate! I will address them (or most of them). * You can select a preferable bridge in the settings already. Once you click the 'prefer'...
I already resolved the closing menu issue with rewriting appropriate function like this: `foo.menu.itemActivated = (animate) => {};` This is how the lights menu looks like... It could be really...
I learned that the best documentation for gnome-shell is the gnome-shell code... I still feel like remember the open-state of items "Rooms & Zones", "Lights", and "Scenes" is useful. (Ok,...
I had to revert "open lights menu after clicking on room/zone". Seems like opening a menu from 'button-press-event' of different menu cuts some important call of the original menu and...
I honestly do not want to omit the super function. At least... unless I know what is in it:-) The Control menu seems to be easy... I already use BoxLayout...
Regarding not opening the lights menu, I will find a way. Please, what do you mean by "Not putting the All Rooms & Zones option in the sub menu btw...
Concerning the menu opening issue, I ended up with: ``` item.originalActivate = item.activate; item.activate = (event) => { menuToOpen.open(false); return item.originalActivate(event); } ``` ...and it works like a charm. That...
IMHO, it does make sense. I do not use inheritance from the popupitem here, but I create the object with the 'new' operator. Here, super belongs to another object. Anyway,...
Hi! My icons are sharp. This is not correct. I tuned up the blur of the icons in the early versions of the extension. No recent changes. I believe I...
I can not reproduce it in the VirtualBox instance yet. Could you please try the attached patch [contrast.txt](https://github.com/vchlum/hue-lights/files/9676456/contrast.txt) ? `patch $HOME/.local/share/gnome-shell/extensions/[email protected]/phuepanelmenu.js contrast.txt` Please, log out and log back in after...