
GoogleKicker
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
Sick of opening up a browser typing in google's address and then your query?
try googlekicker.
Performs Google searches from the panel prior to opening up a browser. Runs konqueror, mozilla or netscape.
Tested in RH7.2 w/ KDE 3.0
I'm sure Google is Trademarked by Google. So, Props to those mugs.
kjetil
18 years ago
I have this nice button on my keyboard that says "Search" and then there's lineakd that allows me to use it. That is, when I hit the "Search" key on my keyboard, I can have it run some command.
Therefore, what would be really cool is if there existed some command that can be executed to put the cursor in the search field?
If I had that, I didn't need to touch the mouse... :-)
Report
LinuxRaichu
18 years ago
Report
snakattak3
18 years ago
Report
fault
18 years ago
perhaps move the browser selection to the preferences dialog.. it's a waste of space to put it in the applet display since most users wont need to go between konq and moz every time they used it.
also, put some sizeHints() in there to make sure that it resizes a bit better. perhaps look at the minicli source for that.
Report
prairiedog2k
18 years ago
Report
fault
18 years ago
./configure works fine :p
but make doesnt
make all-recursive
make[1]: Entering directory `/home/io/googlekicker.0.1'
Making all in googlekicker
make[2]: Entering directory `/home/io/googlekicker.0.1/googlekicker'
/usr/lib/qt3-gcc2.96/bin/uic -L /usr/kde/3.1/lib/kde3/plugins/designer -nounload -o myview.h ./myview.ui
make[2]: /usr/lib/qt3-gcc2.96/bin/uic: Command not found
make[2]: *** [myview.h] Error 127
make[2]: Leaving directory `/home/io/googlekicker.0.1/googlekicker'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/io/googlekicker.0.1'
make: *** [all-recursive-am] Error 2
Report
fault
18 years ago
i got it work, just had to:
make distclean
./configure (no prefix needed)
mkdir /usr/lib/qt3-gcc2.96
/usr/lib/qt3-gcc2.96/bin
ln -s /usr/qt/3/bin/uic /usr/lib/qt3-gcc2.96/bin/uic
make
make install
this is a bit hackish.. current approach would be to update the admin/ dir, run autoconf && automake, but that didn't work for me..
Report
chandro
18 years ago
Report
prairiedog2k
18 years ago
are you limited to konqueror?
Also, it's a desktop not a commandline, use it like one.
Report
enkyl
18 years ago
Report
dle
18 years ago
Report
Shyru
18 years ago
[ALT] + [F2] + gg:my Search + [ENTER]
is all i need.
Report
prairiedog2k
18 years ago
Report
Shyru
18 years ago
gg:my Search
into Konqueror to search.
you can also type
ggl:my Search (google lucky search)
ggi:my image (goolge image search)
Additonally you can type this commands into the "run" dialog, accessed via [ALT]+[F2], which then opens konquror. If you then want to display the page in another browser, just do a "Location -> Open with Whatever". So you do not need this applet _neccessarily_ if you want to do easy&fast search.
But hey, don't get me wrong, go on, and code this thing, i just wanted to say, that I won't use it, because I can do all my searches via gg. Additionally, IMHO the applet wastes precious space in the kicker...
But if people want to use it, it could be a great tool, and good to have it.
Report
prairiedog2k
18 years ago
With the applet I can just move to focus on the applet, type and . IMHO, Fewer keystrokes = Less hassle.
You may have a valid point about the space on the kicker. Out of curiosity, what screen resolutions are you using? At 1280 (horizontal) it takes up about a fifth of my kicker.
The suggestions below clearly indicate that although the applet needs some work people think that it's a good idea. Not bad for a few hours effort.
Report
Shyru
18 years ago
or av:your search
to search in Google or Altavista. The only thing you cannot do there, is to choose a browser. - But hey, Konqueror is just fine for searching! ;-)
Report
fault
18 years ago
Report