
KGrab
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on git.opendesktop.org
Heart
7 years ago
Report
DanaKil
11 years ago
so it could be great to have the ability to add these things directly in KGrab (no idea if this is possible but maybe the flake shapes of Koffice could be reused ?)
well, something like one of my crappy attempt to do what I described :
http://www.kde-look.org/content/preview.php?preview=2&id=61517&file1=61517-1.jpg&file2=61517-2.jpg&file3=&name=Scrollbar+marker+line
Report
yoho
11 years ago
Report
Patatoffel
11 years ago
Report
hufgardm
11 years ago
both ;-) KDE and German :-).
By
Marcus
Report
lappelhans
11 years ago
Lukas
Report
hufgardm
11 years ago
We desided to keep KSnapshot as a small Capturing software. Quick to use but without many funktion. So also the printing funktion was killed in KDE4 on KSnapshot.
KGrab is the other way. There would be come many wished funktions next time! You can reach this funktions over the standard menu.
By
Marcus
Report
lappelhans
11 years ago
Report
pejakm
11 years ago
Report
hufgardm
11 years ago
Sorry! Like all other KDE 4.X apps.
untar the file
cd kgrab
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr .. (use /usr for the standard dir. It could be all other KDE dirs.)
make
make install (call as root)
By
Marcus
Report
pejakm
11 years ago
Report
pejakm
11 years ago
Quote:CMake Error: ERROR: Could not find KDE4 kde4-config
So I guess I need to install kde4 base devel, right?
Report
hufgardm
11 years ago
Yes You are right!
You need kdelibs 4.0 running on your system.
It only runs on KDE4.
Sorry!
By
Marcus
Report