Which distro of Linux has the fancy desktop? - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Just Starting Linux (https://www.linux-noob.com/forums/forum-63.html) +--- Thread: Which distro of Linux has the fancy desktop? (/thread-1982.html) |
Which distro of Linux has the fancy desktop? - mizzy - 2006-05-10 That installed it (thanks :)) but the same thing is still coming up :( It did install successfully (pkconfig) and I even re-booted the machine before running ./config again, but the same again... Code: checking for /usr/include/python2.4/Python.h... yes This laptop and tar files don't seem to agree for some reason :S Is there anyway of making a .tar file into a rpm? It likes them a lot! lol Which distro of Linux has the fancy desktop? - znx - 2006-05-10 Heheh .. ok.. Quote:configure: error: Package requirements (pygtk-2.0 >= 2.4.0 pyorbit-2 >= 2.0.1 gnome-python-2.0 >= 2.6.0) You should insure that you have all of those packages: Code: yum install pygtk-dev pyorbit-dev gnome-python-dev Try that, see if those are the correct package names, if not try this: Code: yum search pyorbit And see if you can find the correct package name to use. :) Which distro of Linux has the fancy desktop? - mizzy - 2006-05-10 The search worked! (the other's didn't) search results.. Code: pyorbit.i386 2.0.1-4 base So I yummed all the top 2. It installed one and wouldn't install the other o_O The one that didn't install was pyorbit-devel.i386 Code: yum install pyorbit-devel.i386 So I did yum search pyorbit again and this give me: Code: yum search pyorbit Setting up repositories updates-released 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 base 100% |=========================| 2.7 kB 00:00 //var/cache/yum/base/repomd.xml:50: parser error : Opening and ending tag mismat ch: img line 48 and div </div> ^ //var/cache/yum/base/repomd.xml:51: parser error : Opening and ending tag mismat ch: img line 45 and div </div> ^ //var/cache/yum/base/repomd.xml:73: parser error : Entity 'nbsp' not defined <div id="border"> </div> ^ //var/cache/yum/base/repomd.xml:79: parser error : Entity 'copy' not defined <span class="text">Copyright Which distro of Linux has the fancy desktop? - znx - 2006-05-10 Quote:not sure if its just FC4 being buggy, lol. upgrade to FC5 .. and try ;) Which distro of Linux has the fancy desktop? - mizzy - 2006-05-12 Quote:<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentcommentid="8379" data-ipsquote-username="mizzy" data-cite="mizzy" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="2284" data-ipsquote-contentclass="forums_Topic"><div>not sure if its just FC4 being buggy, lol. upgrade to FC5 .. and try ;) </div></blockquote> Will try that and let ya know how I get one! cheers :) Which distro of Linux has the fancy desktop? - mizzy - 2006-05-15 Right, after A LOT of messing and figuring about (which has also taught me some neat tricks!) I have finally got gDesklets on my lappy and I officially now have a 'Cool Desktop' :) :D :) I firstly upgraded to FC5 (so lush! What was I ever doing with FC4?!) and tried the above again, but it didn't work. After a bit of dabbling, I got it to work. I'll past what I did here so others can learn. As root I just did: Code: yum install gDesklets ..and that installed it! I was shocked, after the days of messing about that I had :) It needed a python compiler, but with that yum code, it also installed the needed one + the application. Then to run lil desklets on your computer, you simply have to visit the gDesklets website, drag & drop the download link into the gDesklets shell (the program) and its done! I'm still having lots of fun just adding desklets and playing with it lots! When i've decided what i'm keeping, i'll post ya a screenie of it ;)B):) Happy Bunny at las :) :D Which distro of Linux has the fancy desktop? - mizzy - 2006-05-17 That yum cmd is magic, I don't bother looking for an rpm or tar file with that!!! :):) Which distro of Linux has the fancy desktop? - mizzy - 2006-05-17 Ahh yes, my screenie B):) Anyone know how to remove the desktop icons? [img]<___base_url___>/uploads/emoticons/default_dry.png[/img] Which distro of Linux has the fancy desktop? - zepcom - 2006-05-18 Quote:That worked (yay :) ) but then it said that I needed another compiler?! o_O Here's a trick to save some steps in the future for you potentially.... Code: yum search "searchstring-without-quotes" thus... if you would have ran Code: yum search pkg-config you would have seen: Code: Searching Packages: Hope this helps ... I have found many oddly-named packages (instead of "gvim" the graphical GUI editor of VI ... it's called vim-X11 on my distro -- this is how I found it!) --zepcom Which distro of Linux has the fancy desktop? - znx - 2006-05-18 Quote:Ahh yes, my screenie B):) eyecandylious !!!! ;) |