Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[request] portable ELF.tgz download #670

Open
Tcll opened this issue Jun 20, 2022 · 0 comments
Open

[request] portable ELF.tgz download #670

Tcll opened this issue Jun 20, 2022 · 0 comments
Labels
feature a whole new feature

Comments

@Tcll
Copy link

Tcll commented Jun 20, 2022

after trying to build a portable AppDir, I've found myself having numerous issues at trying to get a local python environment going it that it completely fails to find any libraries despite being configured for a local environment
(I had to build a custom shell script to launch python3 opensnitch-ui.py because it can't be executed normally)

I'd like to request a portable build to avoid these issues:

workstation2:[tcll]:/mnt/Storage/Programs/System/opensnitch$ /mnt/Storage/Scripts/home.sh os /mnt/Storage/Programs/System/opensnitch/AppRun
/bin/sh: line 1: pkill -15 opensnitch-ui; opensnitch-ui: command not found

after the custom script:

workstation2:[tcll]:/mnt/Storage/Programs/System/opensnitch$ /mnt/Storage/Scripts/home.sh os /mnt/Storage/Programs/System/opensnitch/AppRun
Traceback (most recent call last):
  File "/mnt/Storage/Programs/System/opensnitch/usr/bin/opensnitch-ui.py", line 3, in <module>
    from PyQt5 import QtWidgets, QtGui, QtCore
ModuleNotFoundError: No module named 'PyQt5'

everything required has indeed been extracted to the AppDir, python just refuses to look where it's been told to
(I'm guessing because these are Debian binaries)

a portable release should come with an included python environment, solving all of these issues

@gustavo-iniguez-goya gustavo-iniguez-goya added the feature a whole new feature label Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a whole new feature
Projects
None yet
Development

No branches or pull requests

2 participants