Linux PyQt tray application to control OctoPrint instances
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Thomas Buck fda4cd9358 add win icon, bundle pyinstaller file loading il y a 3 ans
.github/workflows try pyinstaller il y a 3 ans
data add win icon, bundle pyinstaller file loading il y a 3 ans
dist try pyinstaller il y a 3 ans
src add win icon, bundle pyinstaller file loading il y a 3 ans
.gitignore started first work on creating packages for different OSs il y a 3 ans
README.md Settings now stored in QtSettings. Added settings window. Re-starts on config changes. Allow running with empty config. Fixed windows not being centered and having the wrong size after opening. il y a 3 ans
build_arch.sh started first work on creating packages for different OSs il y a 3 ans
build_linux.sh fixes for pyinstaller scripts il y a 3 ans
build_mac.sh more ci testing il y a 3 ans
build_win.sh add win icon, bundle pyinstaller file loading il y a 3 ans

README.md

OctoTray Linux Qt client

Simple Python Qt Linux client for OctoPrint. Install on Arch Linux like this:

makepkg
sudo pacman -U octotray-0.2-1-any.pkg.tar.xz

Or on all other linux distros:

sudo cp octotray /usr/bin/octotray
sudo cp octotray_icon.png /usr/share/pixmaps/octotray_icon.png
sudo cp de.xythobuz.octotray.desktop /usr/share/applications/de.xythobuz.octotray.desktop

Then run it from your desktop environment menu or even add it to the autostart there.