You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printers@linux-man displays the applet icon when CUPS is disabled and there are no printers in the system, even when the "Show printer icon" option is set to "When printer exists".
I think it's caused by incorrect handling of the output of lpstat -a when CUPS is disabled.
In my case, the output of lpstat -a is lpstat: Scheduler is not running, and it's probably being interpreted by the applet as true rather than being handled properly.
The text was updated successfully, but these errors were encountered:
I installed the applet from the author's repository (https://github.com/linux-man/cinnamon-printers), and it works as expected, whereas the applet from Cinnamon is affected by the bug I described. It seems that the cinnamon-spices-applets repository needs a more robust and faster automated process for syncing applets with upstream repositories.
Cinnamon version
Cinnamon 6.2.9
Distribution
Mint 22
What happened?
printers@linux-man displays the applet icon when CUPS is disabled and there are no printers in the system, even when the "Show printer icon" option is set to "When printer exists".
I think it's caused by incorrect handling of the output of
lpstat -a
when CUPS is disabled.In my case, the output of
lpstat -a
islpstat: Scheduler is not running,
and it's probably being interpreted by the applet astrue
rather than being handled properly.The text was updated successfully, but these errors were encountered: