X Window Programming Related Material !

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
zeenix
Naik
Posts: 67
Joined: Wed Apr 23, 2003 4:01 am
Location: Finland
Contact:

Dont listen to these Qt/KDE guys

Post by zeenix »

Hi Ahmed sahab,
Yaar dont listen to these orthodox morons :-P Even most of the main-stream KDE developers have left to join the great GNOME army 8) . Be a 21st century X-programmer: Be a Gtk+/GNOME programmer. BTW, i hope no-one minds my jokes.
"I think therefore I am" --- Rene Descartes
kadnan
Battalion Quarter Master Havaldaar
Posts: 208
Joined: Wed Aug 07, 2002 8:00 pm
Location: Karachi,Pakistan
Contact:

Post by kadnan »

hahaa zeeshan:P
man admit it ,KDE is more stable then GNOME
my GNORPM alwyas gets crashed while I don`t have such problem with KPackage
:P
thewizard
Cadet
Posts: 3
Joined: Thu Jul 17, 2003 1:03 pm
Location: Islamabad

Post by thewizard »

goto tutiorgig.com or sumthing lke that .

lots of books availble in ur linux in the Kdeveop section of books

:)
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

screen capture

Post by lambda »

install netpbm, and use the x11 tools for the screendump.

xwd -root | xwdtopnm | ppmtopng > root.png

or

xwd | xwdtopnm | ppmtopng > root.png (it'll wait for you to click on a window)

netpbm's great for converting between formats -- jpegs, gifs, bmp, raw rgb, png, tiff, etc. you can also do stuff like scale images, create web icons (as in favicon.ico) -- all from within scripts. it also installs a library and header files so you can link against it and do the manipulation from your application.
digitalsurgeon
Naik
Posts: 61
Joined: Sat Jun 01, 2002 2:58 pm
Location: Islamabad
Contact:

Post by digitalsurgeon »

wwwwoooooooooaaaaaaa

such a long process !!!!!
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

digitalsurgeon wrote:wwwwoooooooooaaaaaaa

such a long process !!!!!
yeah, it's really painful typing apt-get install netpbm.
kadnan
Battalion Quarter Master Havaldaar
Posts: 208
Joined: Wed Aug 07, 2002 8:00 pm
Location: Karachi,Pakistan
Contact:

more tutorials(particularly OpenGL tutorial)

Post by kadnan »

Post Reply