PakoSt
PakoSt
> @psstoyanov fetched from? They are built by me, and stored in the blobs repo as per the path Oh, nice! 👍 I thought for a second they had to...
Interesting, `ectool` throws invalid command: ``` $ sudo ./ectool backlight 0 EC result 1 (INVALID_COMMAND) ```
This is confusing. Why is there LCD reference in the command? :confused: https://chromium.googlesource.com/chromiumos/platform/ec/+/master/util/ectool.c#74
We can add new arguments for building: - https://github.com/sony/flutter-elinux/blob/2b8096b0983c4312673b96aa921bb42d1badb9e1/lib/commands/build.dart#L38 Example build flags ``` argParser.addFlag( 'onscreen-keyboard', help: 'Enables onscreen-keyboard support.', ); argParser.addFlag( 'fullscreen', help: 'Sets the app to fullscreen.', ); ```...
Hi, @samueldr , the suggestion for `shell-session` came from @MartijnBraam and I think it is a great one. From what I can see, it doesn't render here in GitHub's comments...
So, the renderer allowing `shell-session` should be defined somewhere in this gem or it's dependencies: https://github.com/github/pages-gem Digging a bit further, I've reached a place where I'm struggling to find the...
To me it sounds like a great addition. I will see to make a small addition to #182 this Friday. I have seen a few variations on how the serial...
Alright some further progress. After I haven't used the device for.... nearly a year. What I find interesting is that the digitizer also gave the ghost rendering the touch functionality...
With the network widget having customisable action on click, maybe we could launch `nm-connection-manager` near the widget? I'm trying to figure out how the clock draws the calendar but I'm...
Thanks! Looks like the popover is bound in the [Init](https://github.com/WayfireWM/wf-shell/blob/deffdbae2df1f4f3280e5416965b977062059b41/src/panel/widgets/clock.cpp#L16) function for the clock. Maybe I could experiment a bit and see if something useful would turn up.