I experienced adding a printer in Windows XP. I connected the printer to parallel port, turned it on and I was ready to go to Control Panel to add it. Windows XP showed a small bubble with "HP 1100 is ready to use" which dissapeared by itself and indeed I was able to print immediately. Please implement the same functionality in Fedora (via HAL / D-BUS ?). Now the wizard doesn't even automatically recognize printer after specifying the port. Thanks
Worth mentioning that this *does* work for USB printers already. For parallel printers it is actually quite a lot of effort to go to. The parallel port isn't designed to give notifications of new devices plugged in, so you have to poll it. We could, however, make it so that system-config-printer polls the port when it starts up. We can use libieee1284 to obtain a device ID.
Excellent!
We could add a notification bubble actually, to let the user know it's ready to use.