In freebsd 13.1 with kde plasma5, a print command (no printer attached, the command is to print to a pdf) brings up the print to a pdf window without delay, but it takes a bit of time to load the preview and process print command. I found this kde thread that indicates that says
I found /usr/home/username/.profile, is it ok to say
Or, is the syntax different? Also, do I have to modify the /.profile accordingly?
If you don't have any network print queues and you find the delay too annoying, it can be disabled by setting the QT_DISABLE_PRINTER_DISCOVERY environment variable to 1 in /etc/environment .
I found /usr/home/username/.profile, is it ok to say
QT_DISABLE_PRINTER_DISCOVERY=1
Or, is the syntax different? Also, do I have to modify the /.profile accordingly?