mirror of
https://github.com/KDE/konsole.git
synced 2026-05-24 22:45:39 -04:00
Remove the long broken --force-transparency option
That option is broken for a long time (at least since KDE 4.6.2), yet there is not a single bug report against it. That is a strong evince that option is seldom used. The ideal situation is whenever compositing is available, Konsole supports translucent background out of box without user guidance.
This commit is contained in:
@@ -172,9 +172,6 @@ void fillCommandLineOptions(KCmdLineOptions& options)
|
||||
options.add("notransparency",
|
||||
ki18n("Disable transparent backgrounds, even if the system"
|
||||
" supports them."));
|
||||
options.add("force-transparency",
|
||||
ki18n("Try to enable transparency, even if the system does"
|
||||
" not appear to support it."));
|
||||
options.add("list-profiles", ki18n("List the available profiles"));
|
||||
options.add("list-profile-properties",
|
||||
ki18n("List all the profile properties names and their type"
|
||||
|
||||
Reference in New Issue
Block a user