Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 23-05-2007, 01:08 PM   #61 (permalink)
Evil Genius
 
faraaz's Avatar
 
Join Date: Oct 2004
Location: Bangalore
Posts: 692
Default Re: Finally Shifted!!!


Holy crap it works!!! You guys rock...you know that??!?

Okay...one more...where can I find a Dock/Widget bar applet like how you have ObjectDock for Win XP?? Preferably one which is easy to install and configure, works in PCLOS and KDE...
__________________
Roses are #FF0000, Violets are #0000FF...All of my base are belong to you!
faraaz is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 23-05-2007, 01:12 PM   #62 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Finally Shifted!!!

avant navigator and also check cairo clock.
mehulved is offline  
Old 23-05-2007, 10:23 PM   #63 (permalink)
Evil Genius
 
faraaz's Avatar
 
Join Date: Oct 2004
Location: Bangalore
Posts: 692
Default Re: Finally Shifted!!!

I got AWN...doesn't compile, it says I need GTK, GConf, Python dependencies etc. I opened up Synaptic and checked, I have every single dependency with correct version number installed.

WTH?!?
__________________
Roses are #FF0000, Violets are #0000FF...All of my base are belong to you!
faraaz is offline  
Old 23-05-2007, 10:28 PM   #64 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Finally Shifted!!!

If deb's are anything like rpm's then did you install devel libraries? There should be separate packages with names suffixed with something like devel or dev. For example: gtk-devel or something like that.
__________________
Windows users shouldn't get to use the real computers. They know just enough to be dangerous.
eddie is offline  
Old 23-05-2007, 10:40 PM   #65 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Finally Shifted!!!

yes devel package needa installed.also make sure build-essential is there.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 23-05-2007, 10:51 PM   #66 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Finally Shifted!!!

Quote:
Originally Posted by faraaz
I got AWN...doesn't compile, it says I need GTK, GConf, Python dependencies etc. I opened up Synaptic and checked, I have every single dependency with correct version number installed.

WTH?!?
Why compile?
mehulved is offline  
Old 23-05-2007, 11:38 PM   #67 (permalink)
Evil Genius
 
faraaz's Avatar
 
Join Date: Oct 2004
Location: Bangalore
Posts: 692
Default Re: Finally Shifted!!!

Because its not available in PCLOS repos and only the source is available on the AWN website, no binaries...

Hmm...so if I install the devel stuff, it will install fine? Lemme get back to you on that...

Edit: Just to be sure, I have to extract source to /root and then compile right?

Edit2: Okay, I've been trying to install the Domino 0.4 theme from KDE-Look.org...and while compiling, I get this error:

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

What does this mean??

Edit3: Also, how do you activate a theme in Emerald Themer 0.2.0?
__________________
Roses are #FF0000, Violets are #0000FF...All of my base are belong to you!

Last edited by faraaz; 24-05-2007 at 12:11 AM.
faraaz is offline  
Old 24-05-2007, 07:49 AM   #68 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Finally Shifted!!!

PClinux OS is based on mandriva/fedora linux right?.no need to get compiling from source.get urself rpms relevent for Mandriva/fedora.also remember installing rpms or compiling from source means u need to manually install dependencies to satisfy.
Quote:
PCLinuxOS maintains its own software repository, available via the Advanced Packaging Tool (APT) and its Synaptic front-end, completely replacing Mandriva's urpmi. PCLinuxOS endeavors to maintain a fully valid upgrade path for version 1.0. This means that an installation could be continuously updated to the latest versions of packages, hence foregoing the need to re-install the entire distribution upon each successive release. In the test releases before 1.0, it has sometimes been necessary to perform a reinstallation.
http://en.wikipedia.org/wiki/PCLinux...Mandriva_Linux
why dont u configure apt-4-rpm to manage packages?
http://docs.mypclinuxos.com/Synaptic
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 24-05-2007, 10:24 AM   #69 (permalink)
Evil Genius
 
faraaz's Avatar
 
Join Date: Oct 2004
Location: Bangalore
Posts: 692
Default Re: Finally Shifted!!!

@praka123: Dude, I shifted like a week ago! I have no idea what you just said...
__________________
Roses are #FF0000, Violets are #0000FF...All of my base are belong to you!
faraaz is offline  
Old 24-05-2007, 05:27 PM   #70 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Finally Shifted!!!

Quote:
Originally Posted by faraaz
Edit: Just to be sure, I have to extract source to /root and then compile right?
No. Firstly in normal circumstances, you should not be having access to /root directory AT ALL. Are you using your OS as root account? If yes, then please don't do that. It is not only a security loop hole but if you accidentally delete some system files then it can also cause you unnecessary annoyance.

Secondly, you should create a temp or tmp directory in your home folder and then unpack all the sources in that folder. This helps you keep your home directory clean and manageable.
Quote:
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

What does this mean??
You need xorg devel libraries. Look for them in the package manager of your distro.
Quote:
Edit3: Also, how do you activate a theme in Emerald Themer 0.2.0?
You need to run emerald-theme-manager, then import the theme file in there and just click on theme entry.
__________________
Windows users shouldn't get to use the real computers. They know just enough to be dangerous.
eddie is offline  
Old 25-05-2007, 01:08 PM   #71 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: Finally Shifted!!!

Quote:
Originally Posted by faraaz
@praka123: Dude, I shifted like a week ago! I have no idea what you just said...
meh?I am just trying to say that Linux distros also got package updates(remember windows update service online?).just follow the links given.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft has done it finally gxsaurav Technology News 36 06-05-2007 01:24 PM
Finally bought. slash_89 Hardware Q&A 7 25-03-2007 06:54 PM
Oblivion Is Finally Available for the PS3 Third Eye Gamerz 2 22-03-2007 09:37 PM
How many members have shifted c2d platform.. shashank4u QnA (read only) 6 10-10-2006 12:24 AM
Finally...from Intel to AMD harish_21_10 Hardware Q&A 40 29-10-2005 09:21 AM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:34 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2