Frequently Asked QuestionsSystem IntegrationQ: Can I print from a normal Windows program? A: Yes, It is possible to print from Windows applications using e.g. the free Seagull Scientific Windows Driver. For more information about the driver, please visit Seagull Scientific. Please note, that this driver is the sole property by Seagull™
Limitations:
EditorQ: How do I enter special characters like e.g. the degree symbol "°" in the layout or article editor? A: Use Unicode codes to enter characters. Requires a keyboard:
Software UpgradesQ: How do I upgrade my software to the latest version?A: From a terminal, enter the following commands: wget http://vps.autolabel.se/apt/autolabel.gpg sudo apt-key add autolabel.gpg sudo apt-get update sudo apt-get install autolabel-common-0.6 Q: How do I upgrade old software that does not support package upgrades? A: From a terminal, enter the following commands: sudo sh -c "echo 'deb http://vps.autolabel.se/apt hardy main' >> /etc/apt/sources.list" mkdir dep cd dep scp vps.autolabel.se:dep/* . ./install |