Summary: | Choqok asks for Twitter PIN, but Twitter doesn't really send me the PIN | ||
---|---|---|---|
Product: | [Applications] choqok | Reporter: | vini.ipsmaker |
Component: | Assignee: | Mehrdad Momeny <mehrdad.momeny> | |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | scarpino |
Priority: | NOR | ||
Version: | 1.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/choqok/0fc0bebd76fbe577c9634204b9416fc2cebcdafd | Version Fixed In: | 1.6 |
Sentry Crash Report: |
Description
vini.ipsmaker
2015-05-10 17:24:06 UTC
I found out the problem. If I explictly state firefox in Choqok settings, it'll manage to do the right thing. A notification should appear if Choqok fails to detect my system's web browser. mmm...this means that `xdg-open http://bugs.kde.org` does not open the brower on your system. Could you confirm my guess? > mmm...this means that `xdg-open http://bugs.kde.org` does not open the brower on your system. Could you confirm my guess?
You guessed wrong. It did open.
(In reply to vini.ipsmaker from comment #3) > You guessed wrong. It did open. Correct. That uses XDG, while we use KDE Frameworks. What about `kde-open http://bugs.kde.org` then? > What about `kde-open http://bugs.kde.org` then? Sometimes it works, sometimes it doesn't. Here is the output from one of the times that doesn't work: unnamed app(4106) ClientApp::doIt: Creating ClientApp kioclient(4106) ClientApp::kde_open: KUrl("http://bugs.kde.org") kioclient(4106) KSharedUiServerProxy::KSharedUiServerProxy: The dbus name org.kde.JobViewServer is STILL NOT REGISTERED, even after starting kuiserver. Should not happen. QDBusObjectPath: invalid path "" btw, I'm using Enlightenment 0.19.5 as my desktop environment. Please try to investigate (report another bug) about the kde-open issue. We relay on that, so if that doesn't work Choqok cannot open the system browser. When kde-open doesn't work, 1 is returned. Choqok should handle this issue and inform the user whatever happens to kde-open. I'll investigate kde-open. Git commit 0fc0bebd76fbe577c9634204b9416fc2cebcdafd by Mehrdad Momeny. Committed on 09/01/2016 at 07:22. Pushed by momeny into branch 'master'. Check the result of url opening command and report the failure to user M +15 -2 libchoqok/choqoktools.cpp http://commits.kde.org/choqok/0fc0bebd76fbe577c9634204b9416fc2cebcdafd |