
KStumble (StumbleUpon for Konqueror)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Now with beta KDE4 support
KStumble is a service-menu for using StumbleUpon (http://www.stumbleupon.com/) with Konqueror. It currently allows you to:
- Stumble!
- Rate pages
- Submit new pages
- Remove ratings on pages
13 years ago
0.2:
- added proxy support
- service menu installs to path indicated by `kde-config --prefix`
- separated install sections in Makefile, please refer to INSTALL
- added beta KDE4 support
13 years ago
0.2:
- added proxy support
- service menu installs to path indicated by `kde-config --prefix`
- separated install sections in Makefile, please refer to INSTALL
- added beta KDE4 support
janet
12 years ago
Report
nemti
12 years ago
Report
CaptainLarryDart
13 years ago
Good one!
I downloaded version 0.2 and can't extract it. I get an Ark error box
gzip:stdin:not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors.
I'm using Kubuntu 7.10, KDE 3.5.8
Not really a problem as version 0.1 works.
Report
nemti
13 years ago
Report
beesee
13 years ago
Quote:Unknown Konqueror version ".
Report
nemti
13 years ago
Could you post the output of "konqueror --version"? (Unless you're using a konqueror which isn't the first in your PATH, in that case replace konqueror to the location of the binary)
Report
beesee
13 years ago
Qt: 3.3.8
KDE: 3.5.7 "release 72.6"
Konqueror: 3.5.7
Report
janet
12 years ago
konqueror --version
Qt: 3.3.8b
KDE: 3.5.9
Konqueror: 3.5.9
/proc/$PPID/exe is a symlink to /usr/bin/kdeinit - and calling "/proc/$PPID/exe --version" leads to: "kdeinit: Shutting down running client." Using Debian.
Report
nemti
12 years ago
Report
nemti
13 years ago
KONQ_VER=3
At some stage I'll try to add a more robust solution to determining the Konqueror version.
Report
beesee
13 years ago
In regards to line 11:
/proc/{konq's PID}/exe is a symlink to /opt/kde/bin/kdeinit and not konq (don't know if that's normal). Either way, the output of "/proc/{konq's PID}/exe --version" doesn't have a single line containing the string konqueror. I guess that explains why KONQ_VER is empty.
Report
nemti
13 years ago
Fantastic
Quote:(though I needed to install the libwww perl module first).
Thanks, I added this to the list of requirements.
Quote:In regards to line 11:
/proc/{konq's PID}/exe is a symlink to /opt/kde/bin/kdeinit and not konq (don't know if that's normal). Either way, the output of "/proc/{konq's PID}/exe --version" doesn't have a single line containing the string konqueror. I guess that explains why KONQ_VER is empty.
Thanks for the info. It works fine on my system, but I guess other distros work differently. Hopefully the next release will remove the dependencies on /proc/*, whenever I get a chance to attend to this.
Report
747419
13 years ago
kalle@hoppers:~> kde-config --prefix
/opt/kde3
openSUSE has different kde-paths from most other distros, that might be the reason I guess. That will be changed with KDE4, though.
KStumble still works fine over here!
Report
nemti
13 years ago
Report
gbin
13 years ago
But it seems to ignore my proxy settings so I can't login. It is specified by the env variables http_proxy https_proxy & no_proxy.
Too bad as it seems quite standard : all KDE, firefox and wget for example seems to support it.
Report
nemti
13 years ago
The svn version should now load proxy settings from the environment. Could you please checkout the code (svn co http://stumble.googlecode.com/svn/trunk/ stumble) and let me know if this works for you?
Report
747419
13 years ago
Stumbling, rating, logging in etc. works well. Still: are there any chances for a decent SU-Toolbar in Konqueror?
Nice work!
Report
nemti
13 years ago
Hmm, the normal method works for me. What distribution are you using? Can you tell me the output of `kde-config --prefix`?
Quote:Stumbling, rating, logging in etc. works well. Still: are there any chances for a decent SU-Toolbar in Konqueror?
Most likely not. Creating a toolbar involves getting into creating libraries for konqueror etc. which unfortunately is a lot more effort than I'm prepared to exert. However, if anybody manages to create a toolbar based on the Stumble backend, I'll gladly include it in the project.
Quote:Nice work!
Thankyou :)
Report
747419
13 years ago
Still a good idea, though. I'd love to use SU with Konqueror as well.
Report
nemti
13 years ago
Other documentation can be accessed at http://code.google.com/p/stumble/w/list
Report