HOW TO PRINTSCREEN IN XFCE - SLACKWARE 13.37

HOW TO PRINTSCREEN IN XFCE - SLACKWARE 13.37 ? itulah pertanyaan yang timbul setelah menggunakan desktop manager XFCE pada slackware 13.37. Secara default, slackware 13.37 belum menyertakan tool printscreen pada Desktop XFCE nya, sehingga kita harus menginstall paketnya.

Seperti biasa gunakan Slackbuilds. Dan gunakan hak akses root pada Slackware
tk-sv ~ $su -
tk-sv ~ #mkdir screenshooter
tk-sv ~ #cd screenshooter
tk-sv ~ #wget -c http://archive.xfce.org/src/apps/xfce4-screenshooter/1.7/xfce4-screenshooter-1.7.9.tar.bz2
tk-sv ~ #wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/README
tk-sv ~ #wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/doinst.sh
tk-sv ~ #wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/slack-desc
tk-sv ~ #wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/xfce4-screenshooter-1.7.9-no_libsoup.diff
tk-sv ~ #wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
tk-sv ~ #wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/xfce4-screenshooter.info
tk-sv ~ #bash xfce4-screenshooter.SlackBuild
tk-sv ~ #installpkg /tmp/xfce4-screenshooter-1.7.9-i486-2_SBo.tgz
Atau dapat menggunakan bash script buatan saya ini,
#!/bin/bash
# desc   : Simple script for downloading xfce4-screenshooter SlackBuild
#          And install
# author : Abimayu Anggoro
mkdir screenshooter
cd screenshooter
wget -c http://archive.xfce.org/src/apps/xfce4-screenshooter/1.7/xfce4-screenshooter-1.7.9.tar.bz2
wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/README
wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/doinst.sh
wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/slack-desc
wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/xfce4-screenshooter-1.7.9-no_libsoup.diff
wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
wget -c http://slackbuilds.org/slackbuilds/13.37/desktop/xfce4-screenshooter/xfce4-screenshooter.info
bash xfce4-screenshooter.SlackBuild
installpkg /tmp/xfce4-screenshooter-1.7.9-i486-2_SBo.tgz

simpan dengan nama screenshooter.sh
eksekusi sbg root dengan perintah
tk-sv ~ #bash screenshooter.sh
==> to running (run as user you login) jalankan pada terminal
tk-sv ~ $xfce4-screenshooter
atau dari
menu X ==> Accessories ==> ScreenShooter


No comments:

Post a Comment

div>