LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Linux to look like OSX (https://www.linuxquestions.org/questions/linux-software-2/linux-to-look-like-osx-178696/)

Dirty_Ink 05-06-2004 04:48 PM

Linux to look like OSX
 
is there any way to change the look and feel of linux to get it to look like osx? such as the buttons and the dock?

acid_kewpie 05-06-2004 04:50 PM

linux has no look and feel... you mean your window manager... kde and gnome have themes to much the aqua UI to different levels of sucess. try a site like kdelook.org

Matt Collier 05-06-2004 05:05 PM

if you're using KDE you can stick the menubar to the top of the screen, like MacOS
(Control Center -> Appearance & Themes -> Style -> Misc)

heema 05-06-2004 05:48 PM

there are themes for kde called baghira and aqua
at http://www.kde-look.org/

GT_Onizuka 05-06-2004 06:15 PM

You can also try using Karamba if you use KDE or gDesklets if you use GNOME so simulate something similar to the Mac OS X Dock.

Dirty_Ink 05-06-2004 08:24 PM

how do u install, tar.gz files?

GT_Onizuka 05-06-2004 08:32 PM

($ denotes you do the commands in the terminal)

$ tar xzvf name_of.tar.gz
[this extracts the compressed file]
$ cd name_of
[now this is different for each thing you build, but, for the most part, this will get you what you want]
$ ./configure
$ make
$ su
[password, you need to be root to install]
$ make install

Now, you should read the documentation for programs you want to install (its usually just simple text file called INSTALL). I'd go into more depth, but a quick forum search would turn up results probably in greater depth. Heck, I think there's a sticky or a post in the Answers forum about this.

Dirty_Ink 05-06-2004 10:14 PM

thanx alot, it was a big help

GT_Onizuka 05-06-2004 10:16 PM

Not a problem.


All times are GMT -5. The time now is 01:21 PM.