BluOS controller app on Linux

Answered

Comments

219 comments

  • Abe

    Watch out for the cache on Linux. This app uses a directory under ~/.config instead of ~/.cache (namely: ~/.config/BluOS Controller/Cache/Cache_Data/) and the content can be quite voluminous. Not necessarily in terms of size (mine was 76 MB when I discovered it) but the number of files is surprising: over 5000 for those 76 MB. 

    I found this cache when searching for the source of a high rate of disk writes while something is playing, but it also means that my backups have been including this useless data all along. 🙄️ 

    0
  • Josh Ellithorpe

    Wow, thanks for the heads up! I did not notice that behavior!

    0
  • Paul Schimmel

    Running this build on Mx Linux 25.1 xfce the left scrollbar is missing. Anyone else seeing this? Other two scrollbars are displayed ok.

    0
  • Jonathan Anderson

    Chiming in here from popos with cosmic / wayland.

    Josh version v4.12.1  works mostly. Some gui hangs.
    v4.14 doet not start, not with the fedora fix, not with ozone.

    Complaint from the terminal:
    ~/Applications$ ./bluos-controller-linux-4.14.0_6e468e91f80457ba5cb694ca2d51589a.AppImage
    qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""

    0
  • Jonathan Anderson

    Ok, back with the findings from my system. 
    Popos 24 with cosmic / wayland.
    4.14 works fine. It does require the ozone flag
    One of the refusals to start was a trashed reused config folder.

    rm -rf ~/.config/BluOS Controller
    cleared that.

    Putting the ozone flag in electron conf did not work. Adding it as a parameter to the appimage launcher did work.
    The clearest fix I found was just to edit the desktop launcher that was created for the appimage launch and adding the ozone flag to that:
    ~/.local/share/applications$ cat appimagekit_ce09f9ea8f0617b9c58d2a7d200b2ab5-BluOS_Controller.desktop
    [Desktop Entry]
    Name=BluOS Controller (4.14.0.41)
    Exec=/home/jonathan/Applications/bluos-controller-linux-4.14.0_6e468e91f80457ba5cb694ca2d51589a.AppImage --ozone-platform=x11 --no-sandbox %U
    Terminal=false
    Type=Application
    Icon=appimagekit_ce09f9ea8f0617b9c58d2a7d200b2ab5_root
    StartupWMClass=BluOS Controller
    X-AppImage-Version=4.14.0.41
    Comment=BluOS Controller
    Categories=Utility; 

    0
  • Thomas Krebs

    Hi Josh, thank you for your work on that. I've currently the problem to get the appimage running on cachyos. It starts without any failure, but no window is popping up ...

    KDE-Plasma-Version: 6.7.1
    KDE-Frameworks-Version: 6.27.0
    Qt-Version: 6.11.1
    Kernel-Version: 7.1.1-2-cachyos (64-bit)
    Graphic-Platform: Wayland

    Any idea why this is not working anymore, older version did run before, but now also refusing to work.

    Thank you very much

    0
  • Josh Ellithorpe

    You need to make sure to use the following flag when you launch it.

    --ozone-platform=x11

    For some reason it doesn't work on Wayland without it.

    0
  • Thomas Krebs

    Thank you very much Josh, works fine now. Many thanks for your effort on running BluOS App on Linux!!!

    1

Please sign in to leave a comment.