----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119880/#review64967 -----------------------------------------------------------
KTp/telepathy-handler-application.cpp <https://git.reviewboard.kde.org/r/119880/#comment45399> we still need this right? KTp/telepathy-handler-application.cpp <https://git.reviewboard.kde.org/r/119880/#comment45398> does this prevent the calling app from having a command line parser? (that's a question, I don't know) - David Edmundson On Aug. 21, 2014, 10:19 a.m., Martin Klapetek wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/119880/ > ----------------------------------------------------------- > > (Updated Aug. 21, 2014, 10:19 a.m.) > > > Review request for Telepathy. > > > Repository: ktp-common-internals > > > Description > ------- > > KApplication is deprecated with Frameworks, this ports it to QApplication > > This also moves the setenv initHack into the applications instantiating the > THA, not sure if this would work but a code like > > int main(int argc, char *argv[]) > { > setenv("KDE_FULL_SESSION", "true", 0); > setenv("KDE_SESSION_VERSION", "5", 0); > > KTp::TelepathyHandlerApplication app(argc, argv); > } > > should also do the trick I believe. > > > Diffs > ----- > > KTp/telepathy-handler-application.h 504ad52 > KTp/telepathy-handler-application.cpp 245ff88 > > Diff: https://git.reviewboard.kde.org/r/119880/diff/ > > > Testing > ------- > > > Thanks, > > Martin Klapetek > >
_______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
