Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: Comparte tu escritorio [Lucid]

  1. #1
    Join Date
    May 2009
    Location
    Chile/Santiago/Beauchef
    Beans
    69
    Distro
    Ubuntu 10.04 Lucid Lynx

    Talking Comparte tu escritorio [Lucid]

    Aqui va el mio:
    Pantallazo.jpg

  2. #2
    Join Date
    Aug 2009
    Location
    Valdivia, Chile
    Beans
    153
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Comparte tu escritorio [Karmic]

    Y el mío!

    Lo que ven es:
    Fondo de pantalla: http://www.zastavki.com/eng/Creative...er-14919-2.htm
    Tema GTK: Muku ( http://browse.deviantart.com/?q=muku#/dxf844 ) Claro que modifiqué un poco el tema para Emerald porque trae originalmente los botones a la izquierda.
    Dock (barra inferior): AWN, estilo Floaty, fondo Dust.
    El ícono naranjo de Ubuntu lo corté del logo original ( http://ubuntulife.files.wordpress.co...ubuntulogo.png )
    Attached Images Attached Images
    Last edited by nechus; May 25th, 2010 at 07:42 PM.

  3. #3
    Join Date
    May 2009
    Location
    Santiago de Chile
    Beans
    113
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Comparte tu escritorio [Karmic]

    Distro: Ubuntu 10.04
    GTK: Elementary EM 0.4 mod Nuala
    Iconos: Elementary mod by me
    Emerald: Nuala
    Dock: AWN, Theme: Plastic
    Appet: Gobal Menu
    Attached Images Attached Images
    Ubuntu User # 26898
    Linux User # 491717

  4. #4
    Join Date
    Apr 2009
    Location
    Guatemala
    Beans
    22
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Smile Re: Comparte tu escritorio [Lucid]

    Presentandoles mi Escritorio espero les agrade...







    Distro: Ubuntu 10.04 LTS
    GTK: Smee
    Iconos: meliaeSVG + Pry Aluminiun
    Emerald: Dots con botones a la izquierda
    Dock: AWN, iconos: Basic5 Textual (mod)
    Appet: Gobal Menu, conky, covergloobus theme Corner, sonata + MPD,
    wallpaper: Aurora_mods


  5. #5
    Join Date
    Sep 2006
    Beans
    121
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Comparte tu escritorio [Lucid]

    Pantallazo.jpg

    Pantallazo-1.jpg

    Bueno ese es mi escritorio no tengo muchas ganas de escribir jaja xD
    Cuando el codigo es bueno, se puede entender sin hacer comentarios...

    Alan Cox...

  6. #6
    Join Date
    May 2010
    Beans
    2

    Re: Comparte tu escritorio [Lucid]

    che que significa quote?

  7. #7
    Join Date
    Apr 2009
    Location
    Guatemala
    Beans
    22
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Smile Re: Comparte tu escritorio [Lucid]

    Significa Citar....

    Y cuando tengas dudas asi... usa algun traductor asi no se genera mucho spam....

    cuidate...

  8. #8
    Join Date
    Apr 2010
    Beans
    14

    Re: Comparte tu escritorio [Lucid]





    SO = Lucid Lynx
    Emerald = Bump
    Iconos = black and white
    Wallpaper = road

    Tint2, lyrics screenlets, covergloobus

  9. #9
    Join Date
    May 2009
    Location
    Chile/Santiago/Beauchef
    Beans
    69
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Comparte tu escritorio [Lucid]

    Quote Originally Posted by marito1053 View Post
    Presentandoles mi Escritorio espero les agrade...







    Distro: Ubuntu 10.04 LTS
    GTK: Smee
    Iconos: meliaeSVG + Pry Aluminiun
    Emerald: Dots con botones a la izquierda
    Dock: AWN, iconos: Basic5 Textual (mod)
    Appet: Gobal Menu, conky, covergloobus theme Corner, sonata + MPD,
    wallpaper: Aurora_mods

    ¿Cómo sacaste la flechita que aparece en el ícono del menu principal de gnome?

  10. #10
    Join Date
    May 2009
    Location
    Santiago de Chile
    Beans
    113
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Comparte tu escritorio [Lucid]

    Quote Originally Posted by Fisaulerod View Post
    ¿Cómo sacaste la flechita que aparece en el ícono del menu principal de gnome?
    de la siguiente manera.

    Code:
    sudo apt-get install apt-build
    while configuring, choose your processor type 
    sudo apt-build source gnome-panel
    sudo apt-get build-dep gnome-panel
    cd /var/cache/apt-build/build/
    sudo gedit gnome-panel-*/gnome-panel/panel-menu-button.c
    busca e edita

    button = g_object_new (PANEL_TYPE_MENU_BUTTON,
    "menu-path", menu_path,
    "custom-icon", custom_icon,
    "tooltip", tooltip,
    "use-menu-path", use_menu_path,
    "use-custom-icon", use_custom_icon,
    "has-arrow", TRUE,
    NULL);
    por

    button = g_object_new (PANEL_TYPE_MENU_BUTTON,
    "menu-path", menu_path,
    "custom-icon", custom_icon,
    "tooltip", tooltip,
    "use-menu-path", use_menu_path,
    "use-custom-icon", use_custom_icon,
    "has-arrow", FALSE,
    NULL);
    guarda y cierra

    Code:
    cd gnome-panel-*/
    sudo ./configure
    in case there are still some missing dependencies (build-dep may miss something), install them manually [ most of them are the -dev packages, so use synaptic for that - for example when it shows No package 'libgnomeui-2.0' found
     , just search in Synaptic Package Manager for libgnomeui (forget about -2.0 or any other number) and install the -dev package, libgnomeui-dev.]
    sudo make
    sudo make install
    sudo killall gnome-panel
    Ubuntu User # 26898
    Linux User # 491717

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •