daniellandau / switcher

Gnome Shell extension to switch windows quickly by typing
GNU General Public License v3.0
352 stars 43 forks source link

add dbus based gnome control panels search #81

Closed goodwillcoding closed 5 years ago

goodwillcoding commented 5 years ago

hi @daniellandau,

Great extension, thank you for it. This PR adds ability to search gnome panel via same dbus search provider the remoteSearch.js/search.js does in Gnome Shell.

Please let me know what you think of it. Some highlights.

Also I added session.sh and debug.sh that lets one develop application using nested Xephyr server or stand alone wayland gnome-shell instance. The was borrowed from paperwm project.

daniellandau commented 5 years ago

It's getting late on my time zone, but on first glance this looks nice. I'll take a closer look tomorrow.

goodwillcoding commented 5 years ago

@daniellandau there is no rush ... I am still testing if sybchronous approach will work since it blocks. Ideally gnome-control-center should return quickly but I've see few glitches still investigating

daniellandau commented 5 years ago

Could you add attribution to the original source/copyright to the files borrowed from other projects?

goodwillcoding commented 5 years ago

@daniellandau okie so after some more testing it's clear that the synchronous dbus calls are problematic. I am working on async version now, will let you know how it goes soon

daniellandau commented 5 years ago

With gnome 3.34 this branch doesn't work at all.