Skip to content

Add dummy title option for compatibility

Nicolas Fella requested to merge work/nico/window-title into master

On X11 Qt adds several commandline options automatically, including --title.

On Wayland that does not happen.

Some software using Konsole, like e.g. the VirtualBox Guest Additions installer, expect that option to be there. Currently in that case Konsole will fail to start because the option is unknown.

To work around this register the option but don't actually do anything with it.

Merge request reports