Peter Uithoven

Results 455 comments of Peter Uithoven
trafficstars

Tricky, there is no one method of making laptops convertible. Some common visual patterns when searching for a convertible computer: ## Multiple states of fold ![](https://www.lifewire.com/thmb/5qF4VvtJubEIGBI3cMo4RDZUPDc=/768x0/filters:no_upscale():max_bytes(150000):strip_icc()/Ideapad-Yoga-11-56a1b4735f9b58b7d0c1df3e.jpg) ## Keyboard to the...

A further improvement / bonus (separate PR?) would be to animate the disable. Example of animated disable bluetooth icon: https://github.com/elementary/icons/pull/372 ([usage in code](https://github.com/elementary/wingpanel-indicator-bluetooth/pull/30)) Example of animated disable microphone: https://github.com/elementary/icons/pull/777 ([usage...

A further improvement / bonus (separate PR?) would be to animate the disable. Example of animated disable bluetooth icon: https://github.com/elementary/icons/pull/372 ([usage in code](https://github.com/elementary/wingpanel-indicator-bluetooth/pull/30)) Example of animated disable microphone: https://github.com/elementary/icons/pull/777 ([usage...

@danielmeza sounds a lot like https://github.com/capaj/chokidar-socket-emitter ?

One aspect of why it takes so long might also be that it (partly) initializes a lot of system settings plugs, to enable searching through them. The icons themselves are...

I had some left over debug statements in the bluetooth plug and noticed while developing on the applications menu those statements where consistently called when opening the applications menu. Maybe...

Maybe the plug could receive some kind of argument, so it doesn't initialize the manager for the application-menu?

We've implemented this for system management actions (keyword) searching: https://github.com/elementary/applications-menu/pull/144#issuecomment-429360447

> *I like the choice to have sound settings available in the sound menu, for example—now I don't have to search for sound settings in the launcher Which sound menu...

This should work with the users default browser and default search engine. I noticed Firefox and Chromium support a `--search` argument. @cassidyjames opened a issue at epiphany to support it:...