SparkyLinux Forums

Software & hardware support => Newbie questions => Topic started by: melp57 on March 30, 2018, 06:03:15 PM

Title: Printer setup
Post by: melp57 on March 30, 2018, 06:03:15 PM
Just installed rolling release Mate, when selected printer setup from settings, nothing happened. GUI not loading. My printer was automatically setup, but still want to make setup changes.
Thanks for your help.
Title: Re: Printer setup
Post by: py-thon on March 30, 2018, 06:14:58 PM
To make changes to the printer setup the active user has to be part of the group lpadmin.
Use sparky-users or the command line to add the user to the group.
sudo adduser YOURUSERNAME lpadmin
Title: Re: Printer setup
Post by: melp57 on March 31, 2018, 11:23:02 PM
Quote from: py-thon on March 30, 2018, 06:14:58 PM
To make changes to the printer setup the active user has to be part of the group lpadmin.
Use sparky-users or the command line to add the user to the group.
sudo adduser YOURUSERNAME lpadmin

Thanks, I am already a member of that group. Still when I select printer setup, nothing loads.
Title: Re: Printer setup
Post by: paxmark1 on March 31, 2018, 11:58:05 PM
Have you tried to administer your printing via Cups?

http://localhost:631/     (you can paste it in as a url in your web browser)

That brings up the Cups web based printer administration tool. 

http://localhost:631/admin

http://localhost:631/printers/
Title: Re: Printer setup
Post by: melp57 on April 01, 2018, 05:58:35 PM
Thanks, I'll try that. Would still like to know why there is a printer setup in apps that does nothing when selected. First distros I had trouble with.
Title: Re: Printer setup
Post by: pavroo on April 01, 2018, 06:41:02 PM
Run and show the output:
system-config-printer
Looks like it is a known issue:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1709572
and installing 'gir1.2-secret-1' package should fix it.