The command line options for connecting to a channel doesn't work if Konversation is already running. If Konversation was not running it connects to the channel, however if it was already running it just opens the Konversation window without doing anything. Reproducible: Always Steps to Reproduce: 1. Start Konversation 2. Try to connect using the commandline switches e.g. "konversation --channel \#channelname --server server-adress --password password --nick nickname" Actual Results: The Konversation window is shown, but nothing else happens Expected Results: Konversation connects to the server and channel. openSUSE Leap 42.1
Git commit 5a4dbac366164db548cc755fa1bedc6c89a44b93 by Peter Simonsson. Committed on 29/10/2016 at 16:46. Pushed by psn into branch 'master'. Fix parsing of command line options when already running Make sure the command line options get parsed if konversation is already running and it's started again. M +12 -0 src/application.cpp M +8 -0 src/application.h M +3 -2 src/main.cpp http://commits.kde.org/konversation/5a4dbac366164db548cc755fa1bedc6c89a44b93