Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi all
Im trying to get a screenshot of my desktop. From other people's ss's, i've seen them use the 'import' command, i dont seem to have this command. I'm running SuSE 9 w/ fluxbox. Do I need any packages installed to use import? Are there any other alternatives to using import?
...assuming you have xwintoppm installed. xwd may be a more universal alternative.
You're right. xwintoppm is part of MagicPoint. xwd is more universal. That is what I meant to use, but I forgot the name and ran across xwintoppm instead. The xwd equivalent is:
Code:
xwd -root | xwdtopnm | pnmtojpeg > screen.jpg
Note that this does assume you have netpbm installed, but that should be a standard part of any common distribution.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.