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 10-04-2005, 10:42 AM   #1 (permalink)
Stabbing my shoe
 
Join Date: Jan 2005
Location: Ahmedabad
Posts: 306
Default What are KDE and Gnome ? ? ?


Well, I hve heard these names quite often in LUNIX.. What are these? Moreover, how can one play MP3s in UBUNTU LIVE CD (4.10) ? ?
__________________
>> Siddhartha <<
> http://sidroy.wordpress.com <
> Beauty lies in the eyes of the Beer Holder <
//siddhartha// is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 10-04-2005, 12:26 PM   #2 (permalink)
Wise Old Owl
 
Join Date: Aug 2004
Location: New Delhi
Posts: 1,150
Default

These are desk top managers similar to what explorer is in windows. There are a large many of these available but gnome and kde are the most popular. To know more about them go to there website and read / contribute to the project.
__________________
**** happens
pradeep_chauhan is offline  
Old 10-04-2005, 01:10 PM   #3 (permalink)
In The Zone
 
cool_dude_prav's Avatar
 
Join Date: Sep 2004
Location: Chennai
Posts: 353
Default

Quote:
Originally Posted by //siddhartha//
Well, I hve heard these names quite often in LUNIX.. What are these? Moreover, how can one play MP3s in UBUNTU LIVE CD (4.10) ? ?
Some answers are already given above...

But seems @pradeep has forgotten..

MP3 can be played using
Kaffeine(on KDE)
XMMS(old, but looks like WinAMP)
amaroK(also KDE)
__________________
The Bloglines of an Angry Indian -
www.angry-indian.com

If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)...
cool_dude_prav is offline  
Old 10-04-2005, 01:25 PM   #4 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

THe ubuntu live cd does not support mp3
Kde and Gnome are desktop enviroments in Linux.
vignesh is offline  
Old 11-04-2005, 12:34 PM   #5 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by vignesh
THe ubuntu live cd does not support mp3
It does support MP3's . You need to download separate applications to play them. For Ubuntu download XMMS, Xine from here:

http://archive.ubuntu.com/ubuntu/pool/main/x/xmms/
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 11-04-2005, 02:06 PM   #6 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

How can I use a downloaded software with a Live! CD? Please give more info.

(I assume here that there is no distro installed on my HD)
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
Old 11-04-2005, 06:49 PM   #7 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

You may download the precompiled .tgz versions of the packages (as they distribute in digit DVDs).. Extract the tgz file in /tmp area, and run the binary from there.

One may also copy and extract the package file in an existing partiton, mount that partition and run the binary from there.

Installing packages on a Live CD is not possible, since it will write on /usr which is not there on the ramdisk.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 11-04-2005, 07:22 PM   #8 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Quote:
Originally Posted by GNUrag
You may download the precompiled .tgz versions of the packages (as they distribute in digit DVDs).. Extract the tgz file in /tmp area, and run the binary from there.

One may also copy and extract the package file in an existing partiton, mount that partition and run the binary from there.

Installing packages on a Live CD is not possible, si
nce it will write on /usr which is not there on the ramdisk.

I actually asked that question in the ubuntu forums and thats what they replied.Any way what is a binary package .Is it the one with .bin extension
vignesh is offline  
Old 11-04-2005, 07:40 PM   #9 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Binary package is one in which everything (including the dependency) to run a package is there in a single tgz file. It does not need to be installed, just by extracting it works.

Try downloading the Mozilla directly from Mozilla's site, what they'll give you is a precompiled tgz file.

.bin file are also precompiled binaries, except that it also contains decompressors and you dont even have to untar and gunzip it.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 13-04-2005, 03:23 PM   #10 (permalink)
Stabbing my shoe
 
Join Date: Jan 2005
Location: Ahmedabad
Posts: 306
Default No .tgz files..

I downloaded the .deb fine.. But after I started the LIVE CD, the program failed to load... Moreover, the link you gave does not contain any .tgz file..
http://archive.ubuntu.com/ubuntu/pool/main/x/xmms/

But there are: .tar.gz files.. Is that it what you mentioned ? ?
__________________
>> Siddhartha <<
> http://sidroy.wordpress.com <
> Beauty lies in the eyes of the Beer Holder <
//siddhartha// is offline  
Old 13-04-2005, 04:42 PM   #11 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

.tar.gz and .tgz mean the same. What you'll find there is a tar.gz of original source code called *.orig.tar.gz and a debian modification patch called .diff.tar.gz

These are sources and it needs to be compiled in /tmp before if can be usable. If you have downloaded .deb files then you can get the binary out of the deb file by
$ dpkg -X xmms-2.2.4-i386.deb

this will extract xmms binary, but i'm not sure if it would work this way.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 15-04-2005, 08:01 PM   #12 (permalink)
Stabbing my shoe
 
Join Date: Jan 2005
Location: Ahmedabad
Posts: 306
Default

But where am I to use this command? In the LIVE CD after the desktop has come up, what should I do? is there a run option or something in UBUNTU LIVE CD...
My downloaded .deb is in C: (or hda1)..
__________________
>> Siddhartha <<
> http://sidroy.wordpress.com <
> Beauty lies in the eyes of the Beer Holder <
//siddhartha// is offline  
Old 15-04-2005, 08:38 PM   #13 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

From the live CD, mount the windows drive and copy it inside your /tmp/ directory.. Then you can extract those deb files.
but note that i am not sure if it will work this way.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 18-04-2005, 03:46 PM   #14 (permalink)
Stabbing my shoe
 
Join Date: Jan 2005
Location: Ahmedabad
Posts: 306
Default

Hey Guys, nothing seems to work.. Anyways, I left trying the XMMS program.. Instead, I copied the mplayer file from DIGIT Mar 2005 DVD on my C: and then started the UBUNTU Live CD by rebooting.. I double clicked the file and then it asked me extract files.. I extracted them on my C: and then started the "mplayer" program which was inside somewhere in the extrated folder.. But it did not run and nor did LINUX show any message..
What's wrong?
__________________
>> Siddhartha <<
> http://sidroy.wordpress.com <
> Beauty lies in the eyes of the Beer Holder <
//siddhartha// is offline  
Old 18-04-2005, 08:07 PM   #15 (permalink)
Wise Old Owl
 
Join Date: Aug 2004
Location: New Delhi
Posts: 1,150
Default

after extracting the files you have to install mplayer by first configuring it follow the steps in the other post http://www.thinkdigit.com/forum/viewtopic.php?t=18671
__________________
**** happens
pradeep_chauhan is offline  
Old 20-04-2005, 06:43 PM   #16 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Quote:
Originally Posted by GNUrag
.tar.gz and .tgz mean the same. What you'll find there is a tar.gz of original source code called *.orig.tar.gz and a debian modification patch called .diff.tar.gz

These are sources and it needs to be compiled in /tmp before if can be usable. If you have downloaded .deb files then you can get the binary out of the deb file by
$ dpkg -X xmms-2.2.4-i386.deb

this will extract xmms binary, but i'm not sure if it would work this way.
you cant compile because the gcc etc is not present in the live cd
vignesh is offline  
Old 20-04-2005, 07:21 PM   #17 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by vignesh
you cant compile because the gcc etc is not present in the live cd
i see.. i didn't know.
But as it is, you can't issue make install from the live CD
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 21-04-2005, 06:27 PM   #18 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

So any other suggestions
vignesh is offline  
Old 24-04-2005, 08:19 PM   #19 (permalink)
Stabbing my shoe
 
Join Date: Jan 2005
Location: Ahmedabad
Posts: 306
Default

Well, @vignesh and all others, if KDE and Gnome are Desktops for LINUX, they can be installed on any LINUX. Is Nautilus also a desktop.. I mean ... Wht can one change in a desktop? Taskbar ? Clock or Wallpapers ? ? ?
__________________
>> Siddhartha <<
> http://sidroy.wordpress.com <
> Beauty lies in the eyes of the Beer Holder <
//siddhartha// is offline  
Old 25-04-2005, 12:32 AM   #20 (permalink)
Wise Old Owl
 
Join Date: Aug 2004
Location: New Delhi
Posts: 1,150
Default

Yes you can install kde / gnome on any linux distro.
Nautilus is a graphical shell for GNOME that makes it easy to manage your files and the rest of your system.
To change look use plugins / theams.
__________________
**** happens
pradeep_chauhan is offline  
Old 25-04-2005, 08:37 AM   #21 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

isn`t nautilus a file manager for gnome like konquerer for kde.You can change the looks by going to control center and changing background,color scheme,window decorations,splash screen,screensaver and more.In gnome you change the theme in preferences and theme
vignesh is offline  
Old 25-04-2005, 12:05 PM   #22 (permalink)
Apprentice
 
Join Date: Sep 2004
Location: Bangalore, India
Posts: 75
Default

Quote:
Originally Posted by //siddhartha//
Well, @vignesh and all others, if KDE and Gnome are Desktops for LINUX, they can be installed on any LINUX. Is Nautilus also a desktop.. I mean ... Wht can one change in a desktop? Taskbar ? Clock or Wallpapers ? ? ?
Kde / Gnome are present in almost all distributions that I know of. Most distributions also allow you to switch between them at will. Of course, live CD's may carry only one of them because of space limitations. I think ( I could be wrong) Kde stands for K desktop Environment.

What can you change in a desktop?
Linux uses X for its graphical displays. That means that every GUI application displayed is managed by the Window manager, and the widget (such as buttons ) are made in some toolkit or other (such as Gtk). So you can change both the things in a desktop - the window manager decorations, and the widget themes. For Gnome, this means that you can change GTk themes and metacity themes separately, enabling you to change the look of the desktop totally.

If you are clever, you can get rid of the boring metacity window manager, and use a different window manager, like the awesome enlightenment. Then you can install enlightenment themes, etc.
http://www.enlightenment.org/

You can also change the Gnome panel - you can add panel applets to it, you can change the size of the panel, you can move it to the top, right, left.. You can even get rid of the panel completely.

Pallav
__________________
Let the games begin!
http://www.ironcode.com/
pallavnawani is offline  
Old 27-04-2005, 10:53 AM   #23 (permalink)
Stabbing my shoe
 
Join Date: Jan 2005
Location: Ahmedabad
Posts: 306
Default GR8 post..

Quote:
Originally Posted by pallavnawani
Quote:
Originally Posted by //siddhartha//
Well, @vignesh and all others, if KDE and Gnome are Desktops for LINUX, they can be installed on any LINUX. Is Nautilus also a desktop.. I mean ... Wht can one change in a desktop? Taskbar ? Clock or Wallpapers ? ? ?
Kde / Gnome are present in almost all distributions that I know of. Most distributions also allow you to switch between them at will. Of course, live CD's may carry only one of them because of space limitations. I think ( I could be wrong) Kde stands for K desktop Environment.

What can you change in a desktop?
Linux uses X for its graphical displays. That means that every GUI application displayed is managed by the Window manager, and the widget (such as buttons ) are made in some toolkit or other (such as Gtk). So you can change both the things in a desktop - the window manager decorations, and the widget themes. For Gnome, this means that you can change GTk themes and metacity themes separately, enabling you to change the look of the desktop totally.

If you are clever, you can get rid of the boring metacity window manager, and use a different window manager, like the awesome enlightenment. Then you can install enlightenment themes, etc.
http://www.enlightenment.org/

You can also change the Gnome panel - you can add panel applets to it, you can change the size of the panel, you can move it to the top, right, left.. You can even get rid of the panel completely.

Pallav
Well, your post was very good I must admit.. Now, that I hve installed SuSE 9.1 on my computer, I need to ask that.. KDE has been given in the DIGIT DVD.. So, how do I install it and how exactly can upgrading a desktop change things.. Does it include programs, visual styles or what ???
__________________
>> Siddhartha <<
> http://sidroy.wordpress.com <
> Beauty lies in the eyes of the Beer Holder <
//siddhartha// is offline  
Old 27-04-2005, 09:06 PM   #24 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

upgrading kde can change things like newer media players versions , look of the desktop as well as a few bug fixing and so on.
vignesh 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


 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:01 AM.


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

Search Engine Optimization by vBSEO 3.3.2