Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th June 2012, 04:35 PM
PiotrT Offline
Registered User
 
Join Date: Jun 2012
Location: Poland
Posts: 1
linuxfirefox
Post Wider icons captions in Fedora 17 Gnome 3 Activities Panel

Hey All!

To get wider icons in activities panel and get rid (a bit) of annoying ellipsis of icon captions you have to edit gnome-shell CSS file. It is located under /usr/share/gnome-shell/theme/gnome-shell.css. Go to /* Application Launchers and Grid */ section:

Code:
/* Application Launchers and Grid */

.icon-grid {
    spacing: 0px; /*was 36px */
    -shell-grid-horizontal-item-size: 190px; /* was 118 px */
    -shell-grid-vertical-item-size: 90px; /* was 118 px */
}

.icon-grid .overview-icon {
    icon-size: 64px; /* was 96px; */
}

.icon-grid .app-well-app > .overview-icon,
.search-result-content > .overview-icon {
    width: 190px; /* new entry */
    height: 90px; /* new entry */
}
The point is to add .icon-grid .app-well-app > .overview-icon and .search-result-content > .overview-icon selectors, which select the icon boxes. Thanks to that, you can fix icon width and height. Specified width should be the same as -shell-grid-vertical-item-size and height as -shell-grid-horizontal-item-size. Because of wider size of the icon, spacing can be set to zero. You just need to experiment a bit with icon-size.

Additionally you can change font size in /* Text Styles */ section (beginning of file):
Code:
.app-well-app > .overview-icon,
.remove-favorite > .overview-icon,
.search-result-content > .overview-icon {
    font-size: 8pt; /* was 9pt */
    font-weight: bold;
}
To test your changes logout and login again

Here is how it looks in my Gnome:
Click image for larger version

Name:	gnome-shell.jpg
Views:	446
Size:	89.9 KB
ID:	23208

Last edited by PiotrT; 5th June 2012 at 06:59 PM. Reason: 64px is much better for icon size
Reply With Quote
  #2  
Old 5th June 2012, 04:54 PM
elias12's Avatar
elias12 Offline
Registered User
 
Join Date: May 2012
Location: germany
Posts: 49
linuxmintopera
Re: Wider icons captions in Fedora 17 Gnome 3 Activities Panel

Nice Tip thangs. Some of the Gnome-Shell or Themes are broken and look like this:



Here an example from the Shell-Theme "Transpartent Atolm"

Your Tip make me happy to choose different view.
Reply With Quote
  #3  
Old 4th August 2012, 03:50 AM
JCPC1 Offline
Registered User
 
Join Date: Aug 2012
Location: NY
Posts: 1
linuxfirefox
Re: Wider icons captions in Fedora 17 Gnome 3 Activities Panel

Quote:
Originally Posted by PiotrT View Post
Hey All!

To get wider icons in activities panel and get rid (a bit) of annoying ellipsis of icon captions you have to edit gnome-shell CSS file. It is located under /usr/share/gnome-shell/theme/gnome-shell.css. Go to /* Application Launchers and Grid */ section:

Tried this, logged out and back in, but no joy. Absolutely no change at all. Too bad because the icons are about unreadable.

Is there a folder in my home directory that may need blowing away?

Thanks
Reply With Quote
  #4  
Old 17th August 2012, 07:39 PM
leosubhadeep's Avatar
leosubhadeep Offline
Registered User
 
Join Date: Jul 2012
Location: India
Posts: 8
linuxchrome
Thumbs up Re: Wider icons captions in Fedora 17 Gnome 3 Activities Panel

Thanks a bunch, it worked for me like a charm!

For those it didn't work, either select "Gnome (default)" as theme and/or customize the css of your own theme (not sure how to do that!)!!
__________________
Bites of bits & bytes
------------------------------
Subhadeep
Linux Counter Registered user #553793
Reply With Quote
Reply

Tags
activities, captions, fedora, fedora 17, gnome, gnome 3, icons, panel, wider

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] activities panel in fedora 16 kalzoubi Using Fedora 2 21st November 2011 10:03 PM
F10, Gnome, panel icons kovshenin Installation and Live Media 0 8th December 2008 01:01 PM
Gnome panel won't display SVG icons (F8) [H]omer Using Fedora 3 24th May 2008 03:47 AM
GNOME PANEL ICONS fc6 cwcoleman EOL (End Of Life) Versions 3 16th May 2007 11:56 AM


Current GMT-time: 10:13 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

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

FedoraForum is Powered by RedHat