rss
logo

I provide consulting and custom development for Natural Language Processing, Information Extraction and Search solutions.Self Picture


 learn more   get in touch 

Logo - I Build Search
Jul 03
2004

Compiling XFCE from source digg

xfce screenshot

Xfce is a really cool Desktop environment for Linux. Its really light on resources compared to Gnome and Kde, and just as pretty.

Installation

I tried doing an rpm install. I guess a tool like apt would’ve made it a lot easier. After downloading 23 rpms, I realized that I was missing a few files. They turned out to be headers with the .hdr extension. I found these files in the header directory, but had *no* idea what to do with them.

But then I had also started a parallel download of the source files. And instead of going through help forums, I opted to do a source compile. This is my compiling order:

  1. libxfce4util
  2. libxfcegui4
  3. libxfce4mcs
  4. xfce-mcs-manager
  5. dbh
  6. xfce4-panel
  7. gtk-xfce-engine
  8. xfce4-systray
  9. xfdesktop
  10. xfce-mcs-plugins
  11. xfce4-themes
  12. xfce4-iconbox
  13. xfce4-mixer
  14. xfce4-toys
  15. xfce4-trigger-launcher
  16. xffm
  17. xffm-icons
  18. xfprint
  19. xfwm4
  20. xfwm4-themes

Note

ldconfig: To add the path /usr/local/lib to ldconfig, append it to /etc/ld.co.conf and then run ldconfig. (July 03, 2004)

2 Responses (rss) (trackback)

#1

bantutu

June 10th, 2010 at 3:11 pm

I’m hoping this works, I’m doing it tonight.

#2

Velcurry

July 23rd, 2010 at 12:35 am

Did it work …
Eh … I’ll try it now as well .
Thanks for the info.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Latest Articles

Apr
07

Palindromic sub-sequences in python

This bit of python code returns all palindromic subsequences in the input string.

[Read More]
Feb
19

Join a list of integers in Python

How do you run a string join on a list of integers in Python? After googling for about 10 mins, I gave up and did this. I am sure there is a better way of doing it!

[Read More]

Featured Projects

Document Tagger

Document Tagger

DocTagger lets you automatically classify text documents. Use this as a starting point to write apps that can sort through volumes of unorganized data.

[Read More]

Indic to English Transliterator

Indic to English Transliterator

Transliteration is the process of converting a word from one language to another while retaining its phonetic characteristics. This application lets you convert a word from any major Indian language (currently supports Hindi, Marathi, Sanskrit and Bengali) to English.

[Read More]

This page and its contents are copyright © 2010, Pravin Paratey.