Skip to content
/ auprint Public

Allows you to setup Aarhus University's printers on their prt11.uni.au.dk server

Notifications You must be signed in to change notification settings

tyilo/auprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

auprint

Allows you to setup Aarhus University's printers on their prt11.uni.au.dk server.

For other possible ways of printing on Aarhus University's printers see https://matfystutor.dk/wiki/Printere (danish)

Requires CUPS, smbclient and python3 to work.

Additionally your user must have permissions to add printers using lpadmin.

Adding printer admin permissions to an user

If you do not have permission to add a printer using lpadmin, you probably just need to add your user to a specific group.

On Arch Linux this should work:

sudo gpasswd sys -a "$(id -un)"

On Ubuntu this should work:

sudo gpasswd lpadmin -a "$(id -un)"

After adding yourself to the group, you will need to logout and login again to make the changes take effect.

TODO

About

Allows you to setup Aarhus University's printers on their prt11.uni.au.dk server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages