https://bugs.kde.org/show_bug.cgi?id=391698
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/konversation/commit/ea4 | |84d1b6042c593c3da247a2449f2 | |ad9e37c629 Resolution|--- |FIXED --- Comment #4 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Git commit ea484d1b6042c593c3da247a2449f2ad9e37c629 by Friedrich W. H. Kossebau. Committed on 04/12/2020 at 22:27. Pushed by kossebau into branch 'release/20.12'. Fix missed handling of a irc:// url cmdl arg on app start Application::handleActivate() handles the arguments passed from the signal KDBusService::activateRequested. The API dox of the signal tells: " The arguments the executable was called with, starting with the executable file name. See QCoreApplication::arguments(). This can also be empty. " 267e3762ad9f151539fd7dda2a83bdcbc60103c5 tried to handle the case of no args passed, which though created bug 374690, which then got treated by 2605c61fcaec65f2223a8ad91c39005f09047642, which then created bug 391698. Hopefully we end the chain here :) M +3 -3 src/application.cpp https://invent.kde.org/network/konversation/commit/ea484d1b6042c593c3da247a2449f2ad9e37c629 -- You are receiving this mail because: You are watching all bug changes.