I'm using xpra on lubuntu16.04 , I used below command to start xpra
xpra start :5007 --start-child=leafpad --html=on --bind-tcp=0.0.0.0:44444 -d printing --encoding=jpeg After starting xpra, when I connect from chrome using 192.168.x.x:44444 ip in urlbar, leafpad application shows on chrome tab but when I press ctrl + p on same tab it shows list of default printers of lubuntu16.04 machine but don't show printers of my machine
also when I tried to connect using simple xpra desktop client from my windows machine with 192.168.x.x:44444 ip , leafpad opens with new window on my windows desktop & on press of ctrl + p it shows my local windows machine printers as expected.
So my question why in webbrowser (html5 client) cant show local machine printer and why xpra desktop client shows its , what is difference between this two html5 client and xpra desktop client?
Can any one explain if i want to list client's local printer in html5 client than what are necessary steps for it ?