alextrical
alextrical
So to try and eliminate the Example application being a source of the issue, I have configured a manifest to install Notepad++ [notepadpp.yml](https://github.com/bottlesdevs/programs/files/14231688/notepadpp.yml.txt) However the issue of no scripts running/printing...
Unfortunately I don't know how to code python yet, but it's is as good a reason as any to get my feet wet 😉 Glad to hear that you can...
I think the first thing to try would be adding a `logging.info` to installer.py after line 251 to see what the contents of the `script` variable are. Currently fighting with...
I think I'm still missing a trick, the script exits with no printed error, as it cant find 'flatpak-spawn' Looking online it seems I need to be inside of a...
Awesome I can confirm that build.sh is now behaving itself nicely, though I'm now struggling to get past some permissions errors.  Edit: Ha, I think i know what the...
So after testing the Run script definition inside installer.py, it looks like the issue likes in lines 256-257, as commenting out ``` # stdout=subprocess.PIPE, # stderr=subprocess.PIPE, ``` Bottles then starts...
@mirkobrombin How is the user script functionality intended to work? I'm guessing anything printed should show up in the terminal is Bottles was opened from terminal. I'm also guessing that...
Got a working script runner after a lot of testing. It can now print to the terminal, and handle errors raised from the user script. However i have set it...
It depends on there being a possibility in Bottles to gracefully raise an error to the user through the GUI. If there is an example in the existing system I...
At the end of the day the current goal I'm aiming for is to get applications that require mimetype registration for login working smoothly with bottles. Specifically Autodesk Fusion. But...