avlapp
avlapp
I'm having this issue on Linux Mint 20 as well.
I was using Processing 3. Running a installer twice, no I didn't do that and it doesn't sounds good tbh. That's a workaround at best isn't it? I run a...
When I install both Arduino and Processing in /opt using the default install scripts, when Arduino launches, it displays the Processing icon in the taskbar. Odd.
In addition: if you want to give the user of your python software project the option to build with or without nuitka, or use nuitka with or without setuptools, the...
A scenario I had in mind as example. A project uses common tools (setup.cfg, pyproject.toml, setuptools) to build the project. Users can build the project themselves. The project might need...
So then I've screen running in a tmux pane? How do people manage that? How do I close the serial running in screen (which runs in a tmux pane?)
That goes fast... FYI for **Processing**, when I install it with sudo in /opt using the install.sh script, everything went well, except it seems I had to run the following...
Yes, it seems the script doesn't add a desktop shortcut icon when running the ./install.sh script of the stable IDE as root. After running the install script, I had to...
I'm not an expert, but reading this tells me that if one installs in /opt, no files of that package should be placed outside of /opt https://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/opt.html It could be...
https://unix.stackexchange.com/questions/196636/system-wide-desktop-file-installation-for-unpackaged-software https://wiki.archlinux.org/title/Desktop_entries A bit confusing. I tend to think that those tools (xdg-tools, desktop-file-install) are for packaged packages (which you can install via apt etc.). Maybe the best way for...