Summary: | Remember the Milk Can't Complete Authentication; Process Stall Waiting for Credential Window | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | David Lentini <david.lentini> |
Component: | widget-rememberthemilk | Assignee: | Andrew Stromme <astromme> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | 4ernov, astromme, balcaen.john, christoph.schwaeppe, doktor5000, ericsbinaryworld, jp7677, leonardo.guilherme, marcin.giedz |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Lentini
2011-08-01 13:17:03 UTC
I can confirm this behavior on my openSuse 11.4 with either KDE 4.6.5 and KDE 4.7 (both installed from opensuse repositories). Regards, Jens HI, The same on Ubuntu 11.04 and KDE 4.7. Pls correct this Also valid with Mageia 1 and KDE 4.6.5. Please fix. I can confirm this on Gentoo usind KDE 4.7.0 Same here on Arch-Linux KDE-System. The option to put in your registration information is missing. :-( Git commit 10645a15b18123f634630ac8f938bada4315d56d by Andrew Stromme. Committed on 09/08/2011 at 07:48. Pushed by astromme into branch 'master'. BUG: 279029 Initialize static variables to known values to fix RTM login M +3 -3 libs/rtm/request.cpp http://commits.kde.org/kdeplasma-addons/10645a15b18123f634630ac8f938bada4315d56d Git commit 59148e2f1f570eefe05c2e368816c506e40333c6 by Andrew Stromme. Committed on 09/08/2011 at 07:48. Pushed by astromme into branch '4.7'. BUG: 279029 Initialize static variables to known values to fix RTM login M +3 -3 libs/rtm/request.cpp http://commits.kde.org/kdeplasma-addons/59148e2f1f570eefe05c2e368816c506e40333c6 I think I've fixed this but if someone is curious in trying it out feel free to clone and rebuild kdeplasma-addons/libs/rtm and then installing it, restarting plasma and seeing if this problem is fixed. https://projects.kde.org/projects/kde/kdeplasma-addons/repository the commands would look something like: git clone git://anongit.kde.org/kdeplasma-addons cd kdeplasma-addons mkdir build cd build cmake .. cd libs/rtm make sudo make install <restart plasma or computer> <test> (In reply to comment #8) > I think I've fixed It's done & working correctly on 4.6.5 Git commit 30c5f2d4da1485ef68abe08872f4b8fda4896101 by Andrew Stromme. Committed on 09/08/2011 at 07:48. Pushed by astromme into branch '4.6'. BUG: 279029 Initialize static variables to known values to fix RTM login M +3 -3 libs/rtm/request.cpp http://commits.kde.org/kdeplasma-addons/30c5f2d4da1485ef68abe08872f4b8fda4896101 Sorry, guys, that was my fault led to this bug. Finally fixed it for myself today and found the fix is already committed. Andrew, thank you for fixing it. Sorry if this is not the place to post this but I'm getting the following error when following Andrews instructions: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: Boost_INCLUDE_DIR (ADVANCED) used as include directory in directory /home/ashley/kdeplasma-addons/libs/lancelot-datamodels used as include directory in directory /home/ashley/kdeplasma-addons/runners/events For Comment #12: Do you have Boost installed? If it's installed, check that its headers are placed at /usr/include/boost. If not, consider making a symlink like that: ln -s <your_boost_headers_dir> /usr/include/boost (In reply to comment #9) > (In reply to comment #8) > > I think I've fixed > It's done & working correctly on 4.6.5 So does this mean it should be working with 4.6.5 or that you tested the fix from git within 4.6.5? For me it just has the authenticate button, but no fields to put in my username/password. (In reply to comment #14) > (In reply to comment #9) > > (In reply to comment #8) > > > I think I've fixed > > It's done & working correctly on 4.6.5 > > So does this mean it should be working with 4.6.5 or that you tested the fix > from git within 4.6.5? For me it just has the authenticate button, but no > fields to put in my username/password. I applied the patch on 4.6.5 (on mageia's rpm ) and it's working as expected. (In reply to comment #14) > For me it just has the authenticate button, but no > fields to put in my username/password. There is only an authentication button, which will open up an integrated webbrowser, which will allow you to enter your credentials, and then the plasmoid stays authenticated. (In reply to comment #16) > (In reply to comment #14) > > For me it just has the authenticate button, but no > > fields to put in my username/password. > > There is only an authentication button, which will open up an integrated > webbrowser, which will allow you to enter your credentials, and then the > plasmoid stays authenticated. I tried it out in Fedora 16 beta and it works there - brings up that integrated web browser. But in Fedora 15 it does nothing when I click the button. At any rate, I guess it's fixed, just hasn't been pushed to KDE 4.6.5 in Fedora's packages. |