Skip to content
Snippets Groups Projects
Select Git revision
  • usb-vid-pid
  • improve-bundle-loading
  • main default protected
  • ci-improvements
  • release/1.3.0 protected
  • nicer_patches2
  • fil3s-limit-filesize
  • persistent_captouch_calib
  • captouch
  • nicer_patches
  • scope_hairline
  • allow-reloading-sunmenu
  • wifi-json-error-handling
  • app_text_viewer
  • shoegaze-fps
  • media_has_video_has_audio
  • fil3s-media
  • more-accurate-battery
  • sector_size_512
  • led_fix_fix
  • v1.3.0
  • v1.2.0
  • v1.2.0+rc1
  • v1.1.1
  • v1.1.0
  • v1.1.0+rc1
  • v1.0.0
  • v1.0.0+rc6
  • v1.0.0+rc5
  • v1.0.0+rc4
  • v1.0.0+rc3
  • v1.0.0+rc2
  • v1.0.0+rc1
33 results

run.py

  • dos's avatar
    565f7022
    py,st3m: Move menu LED pattern setting back later in the boot process · 565f7022
    dos authored and dos's avatar dos committed
    Since !620 it happened much earlier, causing a lot of flickering at boot,
    especially with plenty of apps installed. Move it back to until after
    the application bundles are already collected.
    
    Note that it happens a bit later than before now, as bundle processing
    itself happens later because of being moved into the menu class, but
    the end result is arguably nicer than before, as there's no weird
    delay between setting the LEDs and showing the menu anymore.
    
    Fixes: 06983264 ("Split sunmenu into its own file")
    565f7022
    History
    py,st3m: Move menu LED pattern setting back later in the boot process
    dos authored and dos's avatar dos committed
    Since !620 it happened much earlier, causing a lot of flickering at boot,
    especially with plenty of apps installed. Move it back to until after
    the application bundles are already collected.
    
    Note that it happens a bit later than before now, as bundle processing
    itself happens later because of being moved into the menu class, but
    the end result is arguably nicer than before, as there's no weird
    delay between setting the LEDs and showing the menu anymore.
    
    Fixes: 06983264 ("Split sunmenu into its own file")