BluOS controller app on Linux
AnsweredI'd just like to put in a plug for supporting the BluOS controller app on Linux. All of my home computers run Linux Mint 18.1, which is closely related to Ubuntu, and my work-at-home machine is running RedHat Enterprise Linux 7.6. I realize it's a niche market, but it's growing, and I bet it's pretty similar to MacOS under the covers.
-
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 -
Wow, thanks for the heads up! I did not notice that behavior!
0 -
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 -
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 -
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
Please sign in to leave a comment.
Comments
215 comments