Mint 12 Tips & Tricks Guide (updated Jan 10)

Write tutorials and howtos in here
There are more tutorials here http://community.linuxmint.com/tutorial/welcome
Forum rules
Do not start a support topic here please. Before you post please read this

Re: Mint 12 Tips & Tricks Guide (updated Dec 6)

Postby borfo on Tue Dec 06, 2011 11:46 pm

If you want to disable the auto-maximize and window tiling behaviour that happens when you drag a window to the top or side edges of the screen, you can do this:

gconf-editor

/ > desktop > gnome > shell > windows > uncheck "edge tiling"

Then logout, log back in.


Also, DockbarX is really great.
http://www.webupd8.org/2011/09/dockbarx ... eable.html
borfo
Level 1
Level 1
 
Posts: 8
Joined: Mon Dec 05, 2011 12:28 pm

Linux Mint is funded by ads and donations.
 

Re: Mint 12 Tips & Tricks Guide (updated Dec 6)

Postby bimsebasse on Wed Dec 07, 2011 1:13 am

Also going in - keep them coming :D
Thank you for this thread. That’s all I can say. You most definitely have made this forum into something special. You clearly know what you are doing, you’ve covered so many bases. Thanks!
User avatar
bimsebasse
Level 7
Level 7
 
Posts: 1709
Joined: Fri Nov 11, 2011 10:21 am
Location: Scandinavia

Re: Mint 12 Tips & Tricks Guide (updated Dec 6)

Postby Middy on Wed Dec 07, 2011 2:58 am

bimsebasse wrote:That's a good tweak, Middy, gonna put that in if it's OK.

Can see you're also enjoying the new zukini theme :)


Definitely OK :D

Haha, nice call on the theme. I really like it!
Middy
Level 1
Level 1
 
Posts: 5
Joined: Sat Dec 03, 2011 10:19 pm

Re: Mint 12 Tips & Tricks Guide (updated Dec 6)

Postby axel668 on Wed Dec 07, 2011 4:05 am

Thanks for this really great guide, makes Mint even more pleasurable to use :)
Would be a real feature though if the TOC entries were clickable ... Gnome3 will not go away,
so maybe would be worth moving this over to the WIKI ? You could still post updates in the thread ...

Cheers, A.
“A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila” (Mitch Ratcliffe)
User avatar
axel668
Level 3
Level 3
 
Posts: 180
Joined: Wed Jul 08, 2009 11:56 am

Re: Mint 12 Tips & Tricks Guide (updated Dec 6)

Postby bimsebasse on Wed Dec 07, 2011 12:26 pm

There's a wiki?
Thank you for this thread. That’s all I can say. You most definitely have made this forum into something special. You clearly know what you are doing, you’ve covered so many bases. Thanks!
User avatar
bimsebasse
Level 7
Level 7
 
Posts: 1709
Joined: Fri Nov 11, 2011 10:21 am
Location: Scandinavia

Re: Mint 12 Tips & Tricks Guide (updated Dec 6)

Postby Oscar799 on Wed Dec 07, 2011 12:31 pm

WIKI?
For Mint ?
No
It was repeatedly spammed and vandalised so it was taken down over 2 years ago
Image
"Don't fix it if it ain't broken,don't break it if you can't fix it" Husse
Registered Linux User #511789
User avatar
Oscar799
Level 18
Level 18
 
Posts: 8170
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: Mint 12 Tips & Tricks Guide (updated Dec 6)

Postby bimsebasse on Wed Dec 07, 2011 3:51 pm

cocorocara wrote:just one more tweak please ...

the size of the icons in the Menu (alacarte) ...

i want to *increase* the size of the icons on the left ... the vertical box.

i went through the css for the menu but didn't see any reference to icon size ...


Missed this one!
You can see in this theme screenschot: http://lgsalvati.deviantart.com/gallery ... 0#/d4eb6sk
... that it can be done, but haven't fiddled it with myself yet - download that theme and compare the .css to see if you can find the part that determines favourites bar icon size,
Thank you for this thread. That’s all I can say. You most definitely have made this forum into something special. You clearly know what you are doing, you’ve covered so many bases. Thanks!
User avatar
bimsebasse
Level 7
Level 7
 
Posts: 1709
Joined: Fri Nov 11, 2011 10:21 am
Location: Scandinavia

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby Major Grubert on Wed Dec 07, 2011 5:17 pm

About 2l :

You can change in .css font-size to 6pt or 7pt
Code: Select all
.app-well-app > .overview-icon,
.remove-favorite > .overview-icon,
.search-result-content > .overview-icon,
#overview .journal-item {
    border-radius: 4px;
    padding: 6px;
    font-size: 7pt; /* was 8pt */
    color: white;
    transition-duration: 200;
    text-align: center;
    text-shadow: black 0px 1px 2px;
    border: 0px;
}
Major Grubert
Level 1
Level 1
 
Posts: 7
Joined: Sat Sep 03, 2011 6:02 pm

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby Major Grubert on Thu Dec 08, 2011 11:13 am

You can change the position of the dock (from dock extension) :
Code: Select all
gsettings set org.gnome.shell.extensions.dock position left


or in dconf-editor navigue to org/gnome/shell/extensions/dock and put left instead of right in field position
Major Grubert
Level 1
Level 1
 
Posts: 7
Joined: Sat Sep 03, 2011 6:02 pm

Increase notification area icon size

Postby aelfinn on Thu Dec 08, 2011 1:27 pm

To increase the size of the notification area icons, which seem to me to be way too small: in gnome-shell.css locate the “.system-status-icon” value and change “icon-size” to, for example, 16px.
LM15 C64
Acer Aspire 1810TZ
aelfinn
Level 3
Level 3
 
Posts: 187
Joined: Thu Dec 11, 2008 2:11 pm

Re: Mint 12 Tips & Tricks Guide (updated Dec 6)

Postby cocorocara on Thu Dec 08, 2011 4:31 pm

cocorocara wrote:Thanx for the prompt reply! Finally I could fix that really tiny font!

CC


hmmm ... now that the top and bottom panel fonts are fixed, i find that the fonts elsewhwere are still tiny. For example the drop down menus from the panels such as Calendar, the system settings, etc.

If only the keyboard shortcuts would work in MATE, I will switch to it immediately. This fiddling and tweaking is really not my cup of tea ...
cocorocara
Level 1
Level 1
 
Posts: 6
Joined: Tue Dec 06, 2011 9:51 pm

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby bimsebasse on Thu Dec 08, 2011 4:35 pm

It's all in the theme css file. But yes it would be nice with a GUI to handle these things - with all the shell users out there it can't be too long before we see either an expanded gnome tweak tool or a new program to tweak shell appearance. If Ubuntu had gone gnome shell instead of Unity, there probably would be at least one now.

You could also simply change theme to one with larger fonts, Mint-Z (and the Zukitwo theme it's based on) has smaller font than what is the norm for themes.
Thank you for this thread. That’s all I can say. You most definitely have made this forum into something special. You clearly know what you are doing, you’ve covered so many bases. Thanks!
User avatar
bimsebasse
Level 7
Level 7
 
Posts: 1709
Joined: Fri Nov 11, 2011 10:21 am
Location: Scandinavia

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby DrHu on Thu Dec 08, 2011 6:07 pm

Great tips!...

And to control system startup programs, I use rcconf, easier to look through list than have to edit each one separately..
--but there are others available, such as bum or sysv-rc-conf; they may be more or less complicated looking
http://blog.ubuntu-tweak.com/2007/09/30 ... asily.html
User avatar
DrHu
Level 15
Level 15
 
Posts: 5911
Joined: Wed Jun 17, 2009 8:20 pm

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby RedCell989 on Fri Dec 09, 2011 5:56 am

Thanks for the bleachbit tip! 2.3GB recovered from useless stuff! :)
User avatar
RedCell989
Level 1
Level 1
 
Posts: 21
Joined: Tue Nov 15, 2011 4:48 am

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby bimsebasse on Fri Dec 09, 2011 7:17 am

Yes it's surprising how much useless fluff a standard linux OS actually has, and always feels good to run bleachbit the first time on a fresh install and see how much goes :D
Thank you for this thread. That’s all I can say. You most definitely have made this forum into something special. You clearly know what you are doing, you’ve covered so many bases. Thanks!
User avatar
bimsebasse
Level 7
Level 7
 
Posts: 1709
Joined: Fri Nov 11, 2011 10:21 am
Location: Scandinavia

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby gfreeau on Fri Dec 09, 2011 9:58 am

Remove icon from application title:

This removes the icon from the application title in gnome 3.

1. Go to your shell themes directory

2. Open gnome-shell.css and find .panel-button #appMenuIcon

If your theme has multiple css files like mine (Faience)
grep -r 'appMenuIcon' *
To find which file it is in. (panel.css in my case)

Find

Code: Select all
.panel-button #appMenuIcon {
    app-icon-bottom-clip: 1px;
}


Change width and height to 0px;

Code: Select all
.panel-button #appMenuIcon {
    app-icon-bottom-clip: 1px;
    width: 0px;
    height: 0px;
}


Find

Code: Select all
.app-menu-icon {
    width: 24px;
    height: 24px;
}


Change too:

Code: Select all
.app-menu-icon {
    /*width: 24px;
    height: 24px;*/
}



Save, restart gnome.

Looks like this: http://www.keleko.com/images/gnome-application-icon.jpg
Image
gfreeau
Level 1
Level 1
 
Posts: 32
Joined: Wed Nov 30, 2011 5:49 pm

Re: Mint 12 Tips & Tricks Guide (updated Dec 6)

Postby gazzaf on Fri Dec 09, 2011 5:13 pm

Middy wrote:I don't know if anyone else would be interested in this, but after a little fiddling I discovered how to disable the display desktop icon/button.

Image

Open usr/share/gnome-shell/extensions/windowlist@linuxmint.com and edit the extension.js - Comment out line 715

well i am interested but as a newbie that java dont look the same as i've got. Any suggestions ?
If you can keep your head when all about you are losing theirs - Maybe you haven't realised the scale of the problem !
gazzaf
Level 1
Level 1
 
Posts: 6
Joined: Fri Dec 09, 2011 4:30 pm

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby anti_user on Fri Dec 09, 2011 9:18 pm

excellent job sir!
thanks!
User avatar
anti_user
Level 1
Level 1
 
Posts: 2
Joined: Fri Dec 09, 2011 9:16 pm
Location: Greece, Athens

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby Major Grubert on Sat Dec 10, 2011 10:29 am

New extension usefull to extend Window List when it is in top panel : https://extensions.gnome.org/extension/ ... -left-box/
Major Grubert
Level 1
Level 1
 
Posts: 7
Joined: Sat Sep 03, 2011 6:02 pm

Re: Mint 12 Tips & Tricks Guide (updated Dec 7)

Postby z06gal on Sat Dec 10, 2011 3:27 pm

Those who have the weather extension, are you having any trouble setting it for the center of the panel? Mine stays on the right for some reason. I have it set for center but evidently it prefers the right side. Lol :D
z06gal
Level 5
Level 5
 
Posts: 668
Joined: Sat Jun 13, 2009 7:16 pm

Linux Mint is funded by ads and donations.
 
PreviousNext

Return to Tutorials / Howtos

Who is online

Users browsing this forum: No registered users and 13 guests