On 2017-02-26 08:40, Rafael R. Pappalardo wrote:
On 26/02/2017 01:19, Carlos E. R. wrote:
Guessing, the desktop (KDE, its libraries) does have a print dialogue which applications can call, possibly with different options to show some components or not. It is possible that more than one version of the dialogue call exist. You see, konsole and okular in my machines display slightly different dialogues.
...
Ok, found one. KDE help center. On the laptop, I do get the "advanced" tab, and in it I can select printer all options. I mean all the options my printer has. On the remote, same thing, but greyed out.
So some programs show a different version of the print dialogue.
...
My conclusion is that if the program is ported to QT5 no "Advanced" dialog.
Could you check this for me? It's just a matter of doing
ldd "path/program" |grep -i qt
Ok, I assume konsole, kwrite, khelp... Ok, I have okular in one machine. cer@minas-tirith:~> ldd `which konsole` | grep -i qt libQt5Widgets.so.5 => /usr/lib64/libQt5Widgets.so.5 (0x00007f745a7fa000) libQt5Gui.so.5 => /usr/lib64/libQt5Gui.so.5 (0x00007f745a0a4000) libQt5Core.so.5 => /usr/lib64/libQt5Core.so.5 (0x00007f7459752000) libQt5PrintSupport.so.5 => /usr/lib64/libQt5PrintSupport.so.5 (0x00007f7458ac0000) libQt5DBus.so.5 => /usr/lib64/libQt5DBus.so.5 (0x00007f7457bb8000) libQt5Network.so.5 => /usr/lib64/libQt5Network.so.5 (0x00007f7457860000) libQt5Xml.so.5 => /usr/lib64/libQt5Xml.so.5 (0x00007f7457623000) libphonon4qt5.so.4 => /usr/lib64/libphonon4qt5.so.4 (0x00007f74573a6000) libQt5X11Extras.so.5 => /usr/lib64/libQt5X11Extras.so.5 (0x00007f74571a2000) libQt5Svg.so.5 => /usr/lib64/libQt5Svg.so.5 (0x00007f7456012000) libdbusmenu-qt5.so.2 => /usr/lib64/libdbusmenu-qt5.so.2 (0x00007f7453252000) cer@minas-tirith:~> ldd `which kwrite` | grep -i qt libQt5Widgets.so.5 => /usr/lib64/libQt5Widgets.so.5 (0x00007f66838f5000) libQt5Gui.so.5 => /usr/lib64/libQt5Gui.so.5 (0x00007f66831a0000) libQt5Core.so.5 => /usr/lib64/libQt5Core.so.5 (0x00007f6682ae0000) libQt5Script.so.5 => /usr/lib64/libQt5Script.so.5 (0x00007f6681f3c000) libQt5PrintSupport.so.5 => /usr/lib64/libQt5PrintSupport.so.5 (0x00007f6681130000) libQt5Xml.so.5 => /usr/lib64/libQt5Xml.so.5 (0x00007f667ff73000) libQt5X11Extras.so.5 => /usr/lib64/libQt5X11Extras.so.5 (0x00007f667f3dc000) libQt5DBus.so.5 => /usr/lib64/libQt5DBus.so.5 (0x00007f667ee1c000) libQt5Network.so.5 => /usr/lib64/libQt5Network.so.5 (0x00007f667e36f000) libQt5Svg.so.5 => /usr/lib64/libQt5Svg.so.5 (0x00007f667ac9f000) cer@minas-tirith:~> cer@minas-tirith:~> ldd `which khelpcenter` | grep -i qt libQtXml.so.4 => /usr/lib64/libQtXml.so.4 (0x00007fe2ebd45000) libQtCore.so.4 => /usr/lib64/libQtCore.so.4 (0x00007fe2ea402000) libQtDBus.so.4 => /usr/lib64/libQtDBus.so.4 (0x00007fe2ea185000) libQtGui.so.4 => /usr/lib64/libQtGui.so.4 (0x00007fe2e94c4000) libQtNetwork.so.4 => /usr/lib64/libQtNetwork.so.4 (0x00007fe2e7a74000) libQtSvg.so.4 => /usr/lib64/libQtSvg.so.4 (0x00007fe2e7307000) libdbusmenu-qt.so.2 => /usr/lib64/libdbusmenu-qt.so.2 (0x00007fe2e5c76000) cer@minas-tirith:~> cer@Isengard:~> ldd `which okular` | grep -i qt libQtGui.so.4 => /usr/lib64/libQtGui.so.4 (0x00007f429ac86000) libQtCore.so.4 => /usr/lib64/libQtCore.so.4 (0x00007f429a2d5000) libQtDBus.so.4 => /usr/lib64/libQtDBus.so.4 (0x00007f429a058000) libQtXml.so.4 => /usr/lib64/libQtXml.so.4 (0x00007f42996eb000) libQtNetwork.so.4 => /usr/lib64/libQtNetwork.so.4 (0x00007f42993a5000) libQtSvg.so.4 => /usr/lib64/libQtSvg.so.4 (0x00007f429914d000) libdbusmenu-qt.so.2 => /usr/lib64/libdbusmenu-qt.so.2 (0x00007f4297481000) cer@Isengard:~> I have to agree. qt4 apps show different dialogue.
One more example, qpdfview on the PC whith KDE 16.08 uses the QT4 libraries and the "Advanced" dialog is present.
I don't have it installed.
Dr. Rafael R. Pappalardo Dept. Quimica Fisica, Fac. de Quimica, Univ. de Sevilla (Spain)
:-) Saludos temporales desde Madrid -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" (Minas Tirith))