Search found 7 matches
- Fri 16 Jun, 2023 8:42 am
- Forum: Comments, questions, and issues
- Topic: Non-snap version for linux
- Replies: 11
- Views: 13033
Re: Non-snap version for linux
Re-built the image today and it successfully pulled 6.1.4.1 with no changes. So still working it seems.
- Wed 14 Jun, 2023 1:15 pm
- Forum: Comments, questions, and issues
- Topic: Non-snap version for linux
- Replies: 11
- Views: 13033
Re: Non-snap version for linux
Ok, I made changes to the startup script.
It will detect if a /media/$USER/USB DISK directory exists, and if so, mount it inside the container automatically.
If you could test the latest and let me know if it works it'd be appreciated.
It will detect if a /media/$USER/USB DISK directory exists, and if so, mount it inside the container automatically.
If you could test the latest and let me know if it works it'd be appreciated.
- Sun 11 Jun, 2023 5:00 am
- Forum: Comments, questions, and issues
- Topic: Non-snap version for linux
- Replies: 11
- Views: 13033
Re: Non-snap version for linux
Pushed an update to make the "docker rm" no longer necessary.
- Sat 10 Jun, 2023 6:18 pm
- Forum: Comments, questions, and issues
- Topic: Non-snap version for linux
- Replies: 11
- Views: 13033
Re: Non-snap version for linux
Actually the udev rules may be specific to the USB-C model. Running the docker image with --privileged and mounting in /dev should be enough to access the /dev/ttyUSB0 device. However as I look at the postinstall script and try and figure out snap it's running: snap connect kaffelogic-studio:removab...
- Sat 10 Jun, 2023 6:00 pm
- Forum: Comments, questions, and issues
- Topic: Non-snap version for linux
- Replies: 11
- Views: 13033
Re: Non-snap version for linux
As for restarting kaffelogic, you *can* just do a "docker start" on the container to get it back, or a RM and re-launch works too. For the USB, since I don't have the Stick model I can't test, but just to double check you did implement the udev rules along with the docker image correct? Fo...
- Mon 05 Jun, 2023 5:40 am
- Forum: KL Studio and training suggestions
- Topic: KL Studio container image
- Replies: 1
- Views: 6604
Re: KL Studio container image
Flaper, excellent work - I appreciate it. Since KL no longer releases Deb's, I forked your code and updated it for Snap releases (https://github.com/fatalsaint/kaffelogic-studio-container), happy to try and PR back if you want but thought I'd comment here in case anyone found this thread looking in ...
- Mon 05 Jun, 2023 5:38 am
- Forum: Comments, questions, and issues
- Topic: Non-snap version for linux
- Replies: 11
- Views: 13033
Re: Non-snap version for linux
I also refuse to use Snap but can completely understand the world of Linux is messy and Kaffelogic doesn't have the personnel to try and make their software with all of them. What I did was build on the awesome work from @flaper87 here (https://kaffelogic.com/community/viewtopic.php?f=17&t=397) ...