Jean-Luc Barrière

Results 181 comments of Jean-Luc Barrière

Same issue ? `Failed to create OpenGL context ` I guess some libraries (openGL) provided with the video driver are not installed. Often a problem using 3thpart driver for the...

A simple test to test openGL: `sudo apt install mesa-utils` then run "glxgears" ![Capture d’écran du 2020-05-06 21-58-14](https://user-images.githubusercontent.com/2353635/81222603-d2318e80-8fe4-11ea-9b52-ee01a9e8730a.png)

If it has been build locally and installed in /usr/local , that shoud work: check the folder "/usr/local/share/applications/" for file "io.github.janbar.noson.desktop" Also after the "sudo make install" , you should...

How do you install this style 'Plasma' ? Here I haven't it from Ubuntu apt or from customized install of latest Qt (5.10.0). Could it be installed from an old...

I tried the style and the gui stop because incompatible version of QtQuick: qrc:/components/Dialog/DialogBase.qml:83 "ScrollBar.policy" is not available due to component versioning. Probably the qml module of plasma style is...

@papertigers, the dark theme is the look and feel of the previous release 2 working in Ubuntu only or in snap package. The plasma theme is the provided kde theme.

No guide exists, but I think to make it one. - "This device" is your laptop. All the music files from the standard folder "Music" should be streamable to your...

I will try to add a dialog to specify an other folder. It is quite simple but need testing... i.e entering "/" could cause a wide system scan ☠️

Hi, I added some details about this feature in the README.md file. Enjoy. About to let the user choosing the music location, it could be dangerous. Depending of the user...

Hi, the app has been fully tested with Qt 5.12 (The long term release). But flathub forced me to use Qt 5.13 building last release. I will change trying the...