How to get Gdesklets to work (Fedora Core r. 2) - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora Core Release 2 (https://www.linux-noob.com/forums/forum-40.html) +---- Thread: How to get Gdesklets to work (Fedora Core r. 2) (/thread-3335.html) |
How to get Gdesklets to work (Fedora Core r. 2) - anyweb - 2004-06-04 step 1: get the RPM ok first of all go here and download that. Step 2: install the RPM As root do this:- rpm -ivh bla.rpm as per below Code: [root@localhost downloads]# rpm -ivh gdesklets-0.26.2-1.1.fc2.dag.i386.rpm Step 3: get and install a SENSOR now we are going to install the 'goodweather' sensor, it displays the weather forecast :) get it here Once downloaded type this as a normal user:- Code: bunzip2 GoodWeather-0.4.tar.bz2 followed by Code: ./Install_GoodWeather_Sensor.bin You should see a window popup saying 'The Sensor has been installed sucessfully. gDesklets is now able to use it' step 4: show the Sensor ! ok now we have to 'tell' gDesklets to show the sensor we downloaded and installed. Lets find out where it is with Code: pwd as per below Quote:[anyweb@localhost GoodWeather]$ pwd/home/anyweb/downloads/GoodWeather now we know where it is let's tell gDesklets to 'run' it by typing Code: nyweb@localhost GoodWeather]$ gdesklets GoodWeather.display Ok, now click on the 'redhat' , followed by Accessories, and then gDesklets. you will notice that your mouse cursor changes and that you now have new powers ! have fun ;-) screenshot to show ya below ! cheers anyweb <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-13-1086387994.png" data-fileid="154">[img]<fileStore.core_Attachment>/post-13-1086387994.png[/img]</a> How to get Gdesklets to work (Fedora Core r. 2) - enigma - 2004-06-04 Very nice tutorial anyweb :)you make things easy to understand for all us noobs... thanks for the information :) How to get Gdesklets to work (Fedora Core r. 2) - GDMorry - 2004-06-06 Wow M8 :) that was quick o_O Many Many thanks :P How to get Gdesklets to work (Fedora Core r. 2) - Oroshi - 2004-06-06 spread the words around huh? :) gdesklets is useful tools and looks alot nicer. How to get Gdesklets to work (Fedora Core r. 2) - mechtn - 2005-05-08 Do the following as root to get working on Fedora Core 3 add this line to your /etc/apt/sources.list rpm [/url]http://apt.sw.be fedora/3/en/i386 dag save and exit, then type apt-get update next type this.. rpm --import [url=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt]http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt Next you'll want to do the install command apt-get install gdesklets This should download it and abunch of its dependancies. I recieved the following error after installing and trying to type gdesklets in aterm as my user. NameError: global name 'gnomevfs' is not defined I solved this by downloading the following package. apt-get install gnome-python2-gnomevfs Have fun!! mechtn How to get Gdesklets to work (Fedora Core r. 2) - speX - 2006-01-30 could u possably post a tut for fedora core 4 on how to install? lol ^^! How to get Gdesklets to work (Fedora Core r. 2) - anyweb - 2006-01-30 sure thing login as root Quote:su - then do this Code: yum install gdesklets hard wasnt it ? |