Linux PyQt tray application to control OctoPrint instances
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Thomas Buck fda4cd9358 add win icon, bundle pyinstaller file loading 3 gadus atpakaļ
.github/workflows try pyinstaller 3 gadus atpakaļ
data add win icon, bundle pyinstaller file loading 3 gadus atpakaļ
dist try pyinstaller 3 gadus atpakaļ
src add win icon, bundle pyinstaller file loading 3 gadus atpakaļ
.gitignore started first work on creating packages for different OSs 3 gadus atpakaļ
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. 3 gadus atpakaļ
build_arch.sh started first work on creating packages for different OSs 3 gadus atpakaļ
build_linux.sh fixes for pyinstaller scripts 3 gadus atpakaļ
build_mac.sh more ci testing 3 gadus atpakaļ
build_win.sh add win icon, bundle pyinstaller file loading 3 gadus atpakaļ

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.