I'm trying to reuse in Maui some bash scripts that I have developed in kubuntu 14.04 KDE4 but I see that KDE5 applications are not showing as many options as in KDE4, all the KDE specific options (--help-kde) and Qt options (--help-qt) are not shown.
For example the following is fine in KDE4:
konsole --workdir $DIR --hide-menubar --caption TEST --nofork --geometry 953x1200+1920+0
but "caption" and "nofork" are unknown options in KDE5.
Where can I find what are now the KDE specific options and Qt options that I can use in command line?
Thank you
For example the following is fine in KDE4:
konsole --workdir $DIR --hide-menubar --caption TEST --nofork --geometry 953x1200+1920+0
but "caption" and "nofork" are unknown options in KDE5.
Where can I find what are now the KDE specific options and Qt options that I can use in command line?
Thank you