fhucho

Results 6 comments of fhucho

Also, UIButton has another behavior that would be nice in a CosmosView - when the user starts touching and moves away, the button gets visually "unpressed" and lifting the finger...

Hey Evgenii, - Agreed, I just wanted to demonstrate the solution using as few lines of code as possible. Whether and how to implement in the Cosmos library is another...

Not sure if it would solve the problem, but I think you should call `is.close();` immediately after `cache.put("test", is);`

It prints this: > Error org.freedesktop.DBus.Error.UnknownMethod: Method "GetPercentage" with signature "" on interface "org.mate.SettingsDaemon.Power.Screen" doesn't exist But there's no need to fix this, I just wanted to try lightum out...

Keyboard backlight doesn't work in MATE, only screen brightness. BTW, I was recently wondering what is the "right" approach for dealing with function keys and ambient light in Linux. If...

In my opinion the best way is a daemon running under root, that does all the work (setting brightness, volume, ...) and only sends a dbus message when hotkey was...