[PROBLEM] MoOde 7.3 unresponsive after 4-5 hours with Raspberry Pi 7" Touchscreen Display - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] MoOde 7.3 unresponsive after 4-5 hours with Raspberry Pi 7" Touchscreen Display (/showthread.php?tid=4079) Pages:
1
2
|
RE: MoOde 7.3 unresponsive after 4-5 hours with Raspberry Pi 7" Touchscreen Display - Tim Curtis - 08-01-2021 Does Firefox support overlay scrollbars i.e they only appear when scrolling, or does it always use the fixed white scrollbars? RE: MoOde 7.3 unresponsive after 4-5 hours with Raspberry Pi 7" Touchscreen Display - jv275475 - 08-02-2021 I have tried the modification proposed (replace Chromium with Firefox, as explained in http://moodeaudio.org/forum/showthread.php?tid=3331&pid=33369#pid33369). I can confirm it works ok, so I'm keeping it for the moment. I prefer this than staying in 6.7.1. OTOH, the result is less nice: 1) the fonts are way too small, 2) it does not scroll by swiping, i.e. to go to the end of the list of songs I need to slide the sidebar, 3) overlay scrollbars not there. Firefox must have a ton of options + a ton of extensions. I'll take the Pi home (where I can connect it to the network) and I'll have a look and see if I can make it look better. RE: MoOde 7.3 unresponsive after 4-5 hours with Raspberry Pi 7" Touchscreen Display - gforster - 08-02-2021 (08-02-2021, 01:58 PM)jv275475 Wrote: I have tried the modification proposed (replace Chromium with Firefox, as explained in http://moodeaudio.org/forum/showthread.php?tid=3331&pid=33369#pid33369). I do confirm that the overlay scrollbars are not there. It is not an issue to me, as I wanted to have a working moOde player with a decent new version. To your point #1 regarding font size: Try to change the font size: "moOde menue => Preferences => Appearance => Font Size". There are several options to set it to the way you like it: "Smaller, Small, Normal, Large, Larger, X-Large" RE: MoOde 7.3 unresponsive after 4-5 hours with Raspberry Pi 7" Touchscreen Display - jv275475 - 08-03-2021 (08-02-2021, 05:35 PM)gforster Wrote:(08-02-2021, 01:58 PM)jv275475 Wrote: I have tried the modification proposed (replace Chromium with Firefox, as explained in http://moodeaudio.org/forum/showthread.php?tid=3331&pid=33369#pid33369). Thanks for the suggestion! 1) the fonts are way too small -> solved. In the MoOde menu -> Preferences -> Set font size to "Larger". Thanks @gforster! 2) it does not scroll by swiping -> solved. Edit file /etc/xdg/awesome/rc.lua to launch firefox using the MOZ_USE_XINPUT2 environment variable as follows: Code: "env MOZ_USE_XINPUT2=1 /usr/bin/firefox-esr --kiosk --private-window http://localhost", 3) overlay scrollbars not there -> still looking... RE: MoOde 7.3 unresponsive after 4-5 hours with Raspberry Pi 7" Touchscreen Display - gforster - 08-03-2021 (08-03-2021, 03:58 PM)jv275475 Wrote:(08-02-2021, 05:35 PM)gforster Wrote:(08-02-2021, 01:58 PM)jv275475 Wrote: I have tried the modification proposed (replace Chromium with Firefox, as explained in http://moodeaudio.org/forum/showthread.php?tid=3331&pid=33369#pid33369). Cool, thx a lot @jv275475 for the great idea to solve the swipe issue by using MOZ_USE_XINPUT2. Will update my system bshortly y applying your fix. Looking forward to hear back from you regarding a solution for the overlay scrollbars in firefox. There should be a way to "blind" the scrollbars by standard background color and just enable the scrollbars for a dedicated time periode once a swipe event is detected. |