thyttan

Results 161 comments of thyttan

@gfwilliams what would you say about tweaking `showMenu_Q3` and `showScroller_Q3` in firmware like I propose on this PR and then merge this without the modifications at boot? When I tested...

Just tried on emulated Bangle.js 1 and got: ```console Uncaught Error: Can't read property 'scroll' of undefined at line 20 col 1070 in alarm.app.js ...mMenu,10,e,index,undefined,scroller.scroll,group) ^ in function "onchange" called...

Thanks! > Personally, I don't think we should be including different versions of showMenu/etc in apps as it's a maintenance nightmare, but I guess you did this just so we...

I think this is ready for merge together with https://github.com/espruino/Espruino/pull/2565.

Yes, on older firmwares `touch` parameter will become `undefined` and so always cause the else statement to run.

I have a workaround. I point my autostart .desktop file (`~/.config/autostart/mullvad-vpn.desktop`) to this script. That way it auto-toggles `AppIndicator and KStatusNotifierItem Support` gnome extension after mullvad started to change the...

> JS ERROR: TypeError: can't access property "children", this._pages[pageIndex] is undefined > getItemsAtPage@resource:///org/gnome/shell/ui/iconGrid.js:922:17 > getItemsAtPage@resource:///org/gnome/shell/ui/iconGrid.js:1440:30 > _translatePreviousPageIcons@resource:///org/gnome/shell/ui/appDisplay.js:314:34 > _syncPageIndicators@resource:///org/gnome/shell/ui/appDisplay.js:387:14 > goToPage@resource:///org/gnome/shell/ui/appDisplay.js:436:14 > goToPage@resource:///org/gnome/shell/ui/appDisplay.js:1250:29 > onComplete@resource:///org/gnome/shell/ui/appDisplay.js:731:36 > _makeEaseCallback/ _easeActorProperty@resource:///org/gnome/shell/ui/environment.js:225:17 > St.Adjustment.prototype.ease@resource:///org/gnome/shell/ui/environment.js:311:23...

Maximizing windows is fixed in the branch diffed here: https://github.com/amarullz/windowgestures/compare/main...thyttan:windowgestures:fix-gnome-49?expand=1 Still not worked out left/right swipe motions.

Can it be that it's expected that `swipeTracker`-s should now have debug names set and `window gestures` does not do that? reference: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/deede8ccfe30163aebdc29f5b7fb2103396bfeef

Looking at the stack trace and `git blame`-ing `_endTouchpadGesture@resource:///org/gnome/shell/ui/swipeTracker.js:672:14` is the only line among the listed ones that was updated since Gnome 48.1, as far as I can tell. It...