LG
LG
There is nothing on Linux called AppDir. If you are talking libraries, the correct path is `/usr/lib`.
And anyone know about how to successfully run PyInstaller on Linux without missing dependency issues?
Yeah, Tkinter gone. Even though I installed it from the Pop!_ OS APT repos, which means the file can't find the module. I have an idea, I'll try tomorrow. Get...
I just did this: `sudo nala install python3-tk python-tk tk-dev -y` to get all Tkinter files, and I think I know a fix. I'll do it tomorrow, and it's literally...
I think I got it. Try this command after installing all requirements: ```shell user@host~$ pyinstaller ./main.py --onefile --windowed --collect-data sv_ttk --collect-all tkinter --collect-all playsound --collect-all darkdetect --icon "./assets/logo.ico" ``` Then...
@not-nef try the same on your Mac Mini too.
Oh goody btw what is this: https://github.com/Futura-Py/TimerX/blob/b33bced3de0ba13ffe0e14a943f6c4db11a0f374/main.py#L39 no title?
I need to change some paths of the main.py file for Linux, since we need to add it to the OS, we have to make a .desktop file, and make...
Then, I have to make a script that runs with sudo to move it to the /usr directories and copy the .desktop file to the app list and desktop.
Hmm, object oriented... Python is already OOP, so I don't understand.