Showing posts with label Gnome 3. Show all posts
Showing posts with label Gnome 3. Show all posts

Saturday, May 12, 2012

Bug:Freezing gnome-shell after some work hours

A bug on Gnome shell,
when Gnome shell is used for some time, about an hour or more, i t hangs,
the mouse does not hangs.

So its the problem with gnome-shell.

Bug reported on redhat bugzill is availiable at bugzilla.redhat.com.

So for those guys this is really an annoying thing, there is a temporary solution  .



Go to tty1 by pressing

Ctrl + Alt + F1

Now login using user name and password, (Number pad doesn't work here)

On successful login

pkill gnome-shell

Now go back to GUi by

Ctrl + Alt + F7

Thursday, August 18, 2011

Ubuntu 11.10

It seems like Ubuntu dropped Gnome shell and replaced it with Unity. Oneiric Ocelot will be shipped with Unity as default. But they say it will be much more improved.
Also heard a rumor that Fedora 16 will be shipped with unity.
Oneiric Ocelot will be powered using Linux Kernel 3.0 final
Other changes are improved application switcher, smoother compiz grid plugin and software center also got some improvements.
Screen Shots

Sunday, July 03, 2011

NeoGeniX by *half-left | GNOME Shell Theme






Download

This is a GNOME Shell theme based on the NeoGeniX XP theme by dobee.

NeoGeniX by dobee (thanks for the permission to port this theme).

iDrops wallpaper by nyolc8

NeoGeniX Icons Suite by kali2005


Instructions:

Backup your theme directory first. Extract the zip file and rename "gnome-shell" directory to "theme" and copy to /usr/share/gnome-shell/. This path is usually where GNOME Shell is installed.
Restart GNOME Shell by Alt, F2, then type r and press enter.

You can use the gnome-shell theme extension for easier installation of themes.

Notes:

This theme is compatible with GNOME Shell 3.0.

This theme supports the gnome-tweak-tool/extension for easy theme switching. Just download the zip, load up the GNOME Tweak Tool, go to Shell> find the zipped theme from the box and select it.

License: GPL

Wednesday, June 29, 2011

Animated mayur | Gnome 3 Shell Theme

Animated mayur.tar.gz






Description:

A variant of my own work Mayur

Animated search results
app-well dock also have animation


Improvement will be based on the comments.

Go to the terminal write \"sudo nautilus \"

Unzip the downloaded file, and everything in the theme folder to copy \"/usr/share/gnome-shell/theme\"

Press the \\\"ALT\\\" key and \\\"F2\\\" to write the dialogue, the letter \"r\" and press Enter ....




LicenseGPL
Download
Animated mayur.tar.gz

Wednesday, June 22, 2011

Gnome 3 Theme | Mayur



Try this simple theme created by me.


Download

To apply


Go to the terminal write "sudo nautilus "

Unzip the downloaded file, and everything in the theme folder to copy "/usr/share/gnome-shell/theme"

Press the "ALT" key and "F2" to write the dialogue, the letter "r" and press Enter ....

Saturday, June 18, 2011

Gnome 3 Theme| Vignesh Shell Theme



Download


How to apply


Go to the terminal write "sudo nautilus "

Unzip the downloaded file, and everything in the theme folder to copy "/usr/share/gnome-shell/theme"

Better take a backup of that folder.

Press the "ALT" key and "F2" then hit letter "r" and press Enter ....

Sunday, June 12, 2011

Gnome3 Customization | Change Panel Colour n Transparency


The default opaque panel on top of gnome3 is like eating milk n chala curry.
The /usr/share/gnome-shell/theme/panel-border.svg is the main file to be changed to change its appearance.

Now wake the gimp expert in you

open the file /usr/share/gnome-shell/theme/panel-border.svg in gimp

must be root to do it


sudo gimp /usr/share/gnome-shell/theme/panel-border.svg


modify the file as you wish


here i deleted the whole image

ctrl + a
Del


then took the brush tool choose colour black (default)

set Opacity to 52

made the brush image large enough to cover the full image

painted once in the image

then choose orange colour,

set Opacity to 100


painted a line in the bottom, this will appear as the bottom border.

saved it as

panel-border.png

because in gimp does not support saving a file in .svg format.
Also i don't know whether svg can handle alpha channel.

now the pic will look like as shown



Now open up the file /usr/share/gnome-shell/theme/gnome-shell.css


/usr/share/gnome-shell/theme/gnome-shell.css


goto the section

#panel {
    color: #ffffff;
    background-color: black;
    border-image: url("panel-border.png") 1;
    font-size: 8.5pt;
    height: 1.86em;
}


change the line border-image: url("panel-border.svg") 1;

to

border-image: url("panel-border.png") 1;



save the file

reload the gnome3 desktop by hitting

Alt+F2

then enter

r

hit Enter







--
Happy Hacking

Wednesday, June 08, 2011

Gnome3 Customization | Change Alt+Tab color


To change the color or transparency of Alt+tab App switcher in Gnome 3, you need to edit the file "/usr/share/gnome-shell/theme/gnome-sll.css"
You can do much if you know css basics.




Open the file

sudo gedit /usr/share/gnome-shell/theme/gnome-sll.css


go to the section

.switcher-list

use search to find it (ctrl + f)

the line

background: rgba(R,G,B,A);


The R,G,B for rgb values of the colour
Change it by referring here

A stands for alpha channel. use a value from  0.0 to 1.0
0 is transparent.

example :

.switcher-list {
    background: rgba(173,255,47,0.5);
    border: 1px solid brown;
    border-radius: 24px;
    padding: 20px;

    font-size: 9pt;
    color: brown;
}

In the example above i have changed the border colour to brown.

--
Happy hacking

Monday, June 06, 2011

Gnome3 Customization | Change Icon Size




To change the size of the icons in the activity Tab, you need to customize the file /usr/share/gnome-shell/theme/gnome-shell.css.

open the file in gedit or any text editor you like

sudo gedit /usr/share/gnome-shell/theme/gnome-shell.css


the following section describes the icon size and table structure.

.icon-grid {
    spacing: 36px;
    -shell-grid-item-size: 118px;
}

.icon-grid .overview-icon {
    icon-size: 96px;
}

so to reduce the size of the table , you need to change the entries spacing and -shell-grid-item-size

to reduce the size change the values as follows


.icon-grid {
    spacing: 25px;
    -shell-grid-item-size: 50px;
}

.icon-grid .overview-icon {
    icon-size: 50px;
}



Choose values according to your displaY resolution.


--
Happy Hacking

Tuesday, May 31, 2011

Gnome3 Themes | Hope


Try this Hope theme by grvrulz

How to



Download

Extract the contents to /usr/share/themes/

Open gnome-tweak-tool
Change Current Theme to Hope in Window Tab
Change Gtk+ Theme to Hope in Interface Tab

To install gnome-tweak-tool in Fedora !5

sudo yum install gnome-tweak-tool

--
Happy hacking

Friday, May 06, 2011

Gnome 3 Themes | How to install Gnome 3 Gtk 3 and shell themes?


How to install Gnome 3 Gtk 3 and shell themes?

Download Atolm Theme




Click here to download some Best Shell themes

Try my vignesh shell theme

Click here for GTK 3 themes

To install the theme, extract it and copy the Atolm-gtk3 folder to /usr/share/themes/
then use GNOME Tweak Tool to change the GTK theme.

 To install Atolm Mutter theme (for GNOME Shell)
  1. press ALT + F2, enter "gconf-editor"
  2. or sudo gconf-editor
  3. navigate to desktop > gnome > shell > windows 
  4. change the "theme" value to "Atolm-gtk3".
  5. Please note that it's no longer required to copy the theme to ~/.themes/ too for the Mutter theme to work (tested on Fedora 15 and ubuntu natty 11.04 with all the packages up to date).
  6. After changing the Mutter theme, remember to reload Gnome Shell (ALT + F2 and enter "r") or log out.