Tema Mac Osx para Ubuntu 10.04: Macbuntu

rexquom

Bovino maduro
#1




Saludos Bakunos, este es un tema de escritorio para el linux ubuntu 10.04 lucid lynx, me lo encontré por la red. Este tema cambia completamente el entorno gnome a uno muy silmilar al mac osx.
Como recomendacion solo si lo desean probar es que creen un un usuario nuevo y ahi instalen este tema para que lo prueben.
:metal::metal::metal::metal::metal::metal::metal::metal::metal:
Instrucciones:
1- descargar el paquete desde acá:
Macbuntu 10.04 ver 2.3
Código:
http://www.megaupload.com/?d=KVEB41US
Macbuntu 10.04 ver 2.2
Código:
http://www.megaupload.com/?d=MMGA0BDE
Macbuntu 10.10 ver 2.3
Código:
http://www.megaupload.com/?d=APB7GUAL
2- Descomprimir el paquete y entrar a la carpeta "macbuntu 10.04"

3- Darle al archivo "install.sh" y en las opciones "ejecutar en terminal".

si todo lo hicieron bien entonces tendran el tema intalado.
Como consejo recomiendo reiniciar la computadora luego de intalado el tema para que funcione mejor.

Nota:
El autor del paquete ha publicado una versión nueva del mismo en donde se encuentra incluido el archivo uninstall.sh para aquellos que descargaron el primer paquete que postee aqui les dejo el script original para que puedan desinstalar el tema cuando lo deseen.

Otro detalle es que no es compatible con las versiones de ubuntu para netbook.

Código:
    [FONT=&quot]
#!/bin/bash

# Macbuntu - Mac OS X Transformation Pack
# Author: lookout
# Send feedback to lookout@losoft.org
# Homepage: http://www.losoft.org/macbuntu/
# 
# Copyright (c) 2010 Jan Komadowski <lookout@losoft.org>
# 
# This program is free software. Feel free to redistribute and/or
# modify it under the terms of the GNU General Public License v3
# as published by the Free Software Foundation.
# This program is distributed in the hope that it will be useful
# but comes WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# 
# See the GNU General Public License for more details.

[/FONT][FONT=&quot]UBUVER="10.04"
UBUNTU="Ubuntu $UBUVER"

MACBUNTU="Macbuntu-$UBUVER"
[/FONT][FONT=&quot]VERSION="2.1"

MACBUNTUHOME="$HOME/.macbuntu"

COMPIZPID=$(ps -o pid= -C compiz)

helper=$1
tester=0

chk_user()
{
      echo ""
      echo "Checkin script user..."
      if [ $(whoami) = "root" ]
      then
            echo "Failed."
            echo "Root user not allowed, please run this script as a regular user."
            echo "Exiting..."
            exit 1;
      fi
      echo "Passed"
}

chk_root()
{
      echo ""
      echo "Checkin for a root access..."
      s=`sudo cat /etc/issue | grep "$UBUNTU"`
      if [ -n "$s" ]; then
            return
      fi
      echo "Authorization failed."
      echo "Exiting..."
      exit 1;
}

chk_system()
{
      echo ""
      echo "Checking Ubuntu version..."
      s=`cat /etc/issue | grep "$UBUNTU"`
      if [ ! -n "$s" ]; then
            echo "Failed. System not supported, script will end here"
            echo "To ignore their compatibility with current OS try ./uninstall.sh force"
            echo "Exiting..."
            exit 1;
      fi
      echo "Passed"
}

chk_program()
{
      s=`dpkg --status $1 | grep -q not-installed`
      if [ ! -n "$s" ]; then
            return 1
      fi
      return 0
}

if [ $tester == 0 ] ; then

[/FONT][FONT=&quot]echo ""
echo "Macbuntu - Mac OS X Transformation Pack"
echo ""
echo "Deinstallation script"
echo ""
[/FONT][FONT=&quot]echo "Attention!"
echo "This script will slide back to default Ubuntu desktop"
echo "all $MACBUNTU components will be removed permanently"

case "$helper" in
      force)
      ;;
      *)
      chk_system
      ;;
esac

chk_user

echo ""
echo "This script will completely remove $MACBUNTU and slide back to default Ubuntu desktop now"
echo "You must have root privileges to be able to uninstall all this components"
echo "Do you want to continue [Y/n]?"
read ans
case "$ans" in
      n*|N*)
      echo "Installation aborted. Exiting..."
      exit 0;
esac

chk_root

echo "Uninstalling Macbuntu..."
rm -rf $MACBUNTUHOME/
rm -rf ~/.icons/$MACBUNTU-Cursors/
sudo rm -rf /usr/share/icons/$MACBUNTU-Cursors/
rm -rf ~/.icons/$MACBUNTU-Icons/
sudo rm -rf /usr/share/icons/$MACBUNTU-Icons/
sudo rm -f /usr/share/icons/applelogo.tif
sudo rm -f /usr/share/icons/applelogo-black.svg
sudo rm -f /usr/share/icons/LoginIcons/apps/64/applelogo.tif
sudo rm -f /usr/share/icons/LoginIcons/apps/64/applelogo-black.svg
rm -rf ~/.themes/$MACBUNTU/
sudo rm -rf /usr/share/themes/$MACBUNTU/
rm -f ~/.fonts.conf
sudo rm -rf /usr/share/fonts/mac/ && sudo fc-cache -f -v

killall docky

echo ""
echo "Uninstalling Global Menu, Docky, Ubuntu-Tweak..."
sudo apt-get autoremove gnome-globalmenu docky ubuntu-tweak

echo ""
echo "Unsetting..."
gconftool-2 --recursive-unset /apps/docky-2
gconftool-2 --recursive-unset /apps/panel

# Reloading Gnome Panel
killall gnome-panel

echo "Setting up theme..."
# Backgrounds
gconftool-2 --set /desktop/gnome/background/picture_filename --type string "/usr/share/backgrounds/warty-final-ubuntu.png"
# Gtk Theme
gconftool-2 --set /desktop/gnome/interface/gtk_theme --type string "Ambiance"
gconftool-2 --set /apps/metacity/general/theme --type string "Ambiance"
gconftool-2 --set /desktop/gnome/interface/icon_theme --type string "ubuntu-mono-dark"
# Cursor
gconftool-2 --set /desktop/gnome/peripherals/mouse/cursor_theme --type string "DMZ-White"
gconftool-2 --set /desktop/gnome/peripherals/mouse/cursor_size --type int 24
# Button layout
gconftool-2 --set /apps/metacity/general/button_layout --type string "close,minimize,maximize:"
# Icons
gconftool-2 --set /desktop/gnome/interface/toolbar_style --type string "icons"
gconftool-2 --set /desktop/gnome/interface/buttons_have_icons --type boolean false
gconftool-2 --set /desktop/gnome/interface/menus_have_icons --type boolean true
# Nautilus
gconftool-2 --set /apps/nautilus/preferences/default_folder_viewer --type string "icon_view"
gconftool-2 --set /apps/nautilus/preferences/side_pane_view --type string "NautilusPlacesSidebar"
gconftool-2 --set /apps/nautilus/preferences/sort_directories_first --type boolean true
gconftool-2 --set /apps/nautilus/preferences/start_with_location_bar --type boolean true
gconftool-2 --set /apps/nautilus/preferences/always_use_location_entry --type boolean false
gconftool-2 --set /apps/nautilus/preferences/start_with_sidebar --type boolean true
gconftool-2 --set /apps/nautilus/preferences/start_with_status_bar --type boolean true
gconftool-2 --set /apps/nautilus/preferences/start_with_toolbar --type boolean true
# Compositing manager
gconftool-2 --set /apps/metacity/general/compositing_manager --type boolean true
# Fonts
gconftool-2 --set /desktop/gnome/interface/font_name --type string "Sans 10"
gconftool-2 --set /desktop/gnome/interface/document_font_name --type string "Sans 10"
gconftool-2 --set /apps/nautilus/preferences/desktop_font --type string "Sans 10"
gconftool-2 --set /apps/metacity/general/titlebar_font --type string "Sans Bold 10"
gconftool-2 --set /desktop/gnome/interface/monospace_font_name --type string "Monospace 10" 
# Terminal
gconftool-2 --set /apps/gnome-terminal/global/use_menu_accelerators --type boolean true
gconftool-2 --set /apps/gnome-terminal/profiles/Default/scrollback_unlimited --type boolean true
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type boolean true
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type boolean true

echo "Setting up login screen..."
# Login screen
# Backgrounds
sudo -u gdm gconftool-2 --set /desktop/gnome/background/picture_filename --type string "/usr/share/backgrounds/warty-final-ubuntu.png"
# Gtk Theme
sudo -u gdm gconftool-2 --set /desktop/gnome/interface/icon_theme --type string "LoginIcons"
sudo -u gdm gconftool-2 --set /desktop/gnome/interface/gtk_theme --type string "Ambiance"
sudo -u gdm gconftool-2 --set /apps/metacity/general/theme --type string "Ambiance"
# Cursor
sudo -u gdm gconftool-2 --set /desktop/gnome/peripherals/mouse/cursor_size --type int 24
sudo -u gdm gconftool-2 --set /desktop/gnome/peripherals/mouse/cursor_theme --type string "DMZ-White"
# Logo
sudo -u gdm gconftool-2 --set /apps/gdm/simple-greeter/logo_icon_name --type string "computer"
sudo rm -rf /usr/share/icons/LoginIcons/icon-theme.cache
# Fonts
sudo -u gdm gconftool-2 --set /desktop/gnome/interface/font_name --type string "Sans 10"
sudo -u gdm gconftool-2 --set /apps/nautilus/preferences/desktop_font --type string "Sans 10"

echo "Setting up repository"
sudo remove-apt-repository ppa:tualatrix/ppa
sudo remove-apt-repository ppa:globalmenu-team/ppa
sudo apt-get update

# Reloading Compiz
if [ ! -z $COMPIZPID ]; then
      nohup compiz --replace &
fi

echo "Finishing installation..."
[/FONT][FONT=&quot]sleep 3

echo ""
echo "$MACBUNTU deinstallation complete!"
echo "Bye"

else # Tester

echo "Tester..."

fi # End Tester

 [/FONT]
Espero les sirva......
O para que resulte más fácil aqui dejo el archivo para descargar, solo ejecutenlo y elijan la opcion de "ejecutar en terminal" para que les desinstale el tema.
http://www.mediafire.com/?vaz3lr13dns6zuwhttp://www.mediafire.com/?1pgkl8b8nvaaztd

:vientos::vientos::vientos::vientos::vientos::vientos::vientos::vientos::vientos::vientos::vientos::vientos::vientos::vientos:
 

yque

Bovino maduro
#3
ammm ok si funciona nomas q tiene fallas en ocasiones desaparecen ambas barras mostrandote nada mas el escritorios y todos los programas se minimizan y es una latilla encontrarlos , se tiene q reiniciar p q vuelvan a aparecer ambas barras
 

rexquom

Bovino maduro
#4
ammm ok si funciona nomas q tiene fallas en ocasiones desaparecen ambas barras mostrandote nada mas el escritorios y todos los programas se minimizan y es una latilla encontrarlos , se tiene q reiniciar p q vuelvan a aparecer ambas barras
Lo que mencionas de las barras no me ha ocurrido en ningun momento, eso si el tema es pesado.
 

yque

Bovino maduro
#5
mm luejo haber si le tomo un pantallazo esq ahorita toy en windows en cuanto a q sea pesado mi maquina tiene muy bueno requerimientos. Gracias
 

rexquom

Bovino maduro
#9
ojala se vea la imagen no pude ni editarla por q se me va todo desaparece pufff
Es extraño que te ocurra eso a mi me anda bien el tema desde que lo instalé no he tenido problemas, será el driver de video?? yo uso el x-server de nvidea
Aqui una captura de mi ubuntu usando el tema:
 

yque

Bovino maduro
#10
mmmmm podra ser eso tendre q verificar bn el controlador de video por q si es un tanto molesto q desaparesca tengo q andar a ciejas ¬¬
 
#15
¿quien quiere un escritorio de mac, teniendo las mil y una opciones de diseñar el tuyo prpopio? Eso de copiar dejalo a los jodidos de windows. El aporte es bueno, pero hay mejores y más faciles formas de que se vea imponente tu escritorio y además original
 

taito

Bovino maduro
#16
lo probaré, espero que tenga suerte, porque de lo contrario, no sabría como volver a la normalidad XD jajajaa


soy nuevo pss :$
 
Arriba