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 1)

Postby roger64 on Fri Dec 02, 2011 8:39 pm

@bimsebasse

I have a 15 inch screen. A solution displaying the whole name is really needed. Now, with this one line only display for example, I get on my screen five different : "Gestion..." - short for Gestionnaire in French, but Gestionnaire means only manager, but manager for what? I would know it only if the second or third line was displayed. How can I remember which icon is which program? Names have been created for that purpose...

It's a very generic problem for Gnome3 users.

PS/ One Inspector Clouzeau type remark for French (and probably most non-English) users. :D
In French, the Desktop is called Bureau. In other languages, it can have other names than Desktop.
When you create a new launcher (see 2b), you need to write "Bureau" (or whatever you need in your language) instead of "Desktop" in the text of the script...
roger64
Level 4
Level 4
 
Posts: 230
Joined: Wed Jun 01, 2011 5:48 am

Linux Mint is funded by ads and donations.
 

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

Postby bimsebasse on Fri Dec 02, 2011 10:14 pm

Ah, OK, one thing you can do about that is to increase icon size as the icon captions can only be as wide as the icons:

Code: Select all
.icon-grid {
    spacing: 16px;
    -shell-grid-item-size: 160px; /* was 118px */
}

+
Code: Select all
.icon-grid .overview-icon {
    icon-size: 128px; /* was 64px */
}

... which - on my laptop - results in this:
Image

You can also decrease the font size but it is already down to 8 in Mint's default theme - if you have owl vision, change the font-size to something less than 8pt in this bit:
Code: Select all
.app-well-app > .overview-icon,
.remove-favorite > .overview-icon,
.search-result-content > .overview-icon {
    border-radius: 4px;
    padding: 3px;
    border: 1px rgba(0,0,0,0);
    font-size: 8pt;
    color: white;
    text-align: center;
}
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 1)

Postby roger64 on Fri Dec 02, 2011 11:18 pm

bimsebasse wrote:Ah, OK, one thing you can do about that is to increase icon size as the icon captions can only be as wide as the icons .../...


But here, it seems we can have the best of both worlds: a medium-sized icon and a full text (one, two or three lines if need be)

Image
roger64
Level 4
Level 4
 
Posts: 230
Joined: Wed Jun 01, 2011 5:48 am

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

Postby bimsebasse on Sat Dec 03, 2011 12:34 am

This thread is for fixes, not for dreams :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 1)

Postby roger64 on Sat Dec 03, 2011 3:00 am

:lol:

OK. I will try to push it directly to Gnome. If you know the best way to proceed?
roger64
Level 4
Level 4
 
Posts: 230
Joined: Wed Jun 01, 2011 5:48 am

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

Postby Major Grubert on Sat Dec 03, 2011 5:26 am

Any idea to make the text under the icons in "application view" in a better way ?
Actually we only have the beginning of the text and some "..." after.
And to make difference beetween :
LibreOffice ...
LibreOffice ...
LibreOffice ...
LibreOffice ...
LibreOffice ...
LibreOffice ...
It's very hard.

Regards.

Thx for all tips & tricks

Edit : sorry I haven't read previous messages
Major Grubert
Level 1
Level 1
 
Posts: 7
Joined: Sat Sep 03, 2011 6:02 pm

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

Postby nachostoppani on Sat Dec 03, 2011 8:59 am

--- nobluetooth.icon@panel.ui.zip ---
Where can I download this?
Thanks,
nachostoppani
Level 1
Level 1
 
Posts: 1
Joined: Wed Mar 30, 2011 9:42 am

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

Postby bimsebasse on Sat Dec 03, 2011 10:44 am

nachostoppani wrote:--- nobluetooth.icon@panel.ui.zip ---
Where can I download this?
Thanks,


It's attached to the first post.
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 1)

Postby bimsebasse on Sat Dec 03, 2011 11:44 am

roger64 wrote::lol:

OK. I will try to push it directly to Gnome. If you know the best way to proceed?


No idea - maybe their forum (if they have one)? It is an annoying thing and I'm sure most GS users agree with you that the caption shortening is a flaw that needs to be dealt with.
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 1)

Postby jessy on Sat Dec 03, 2011 12:21 pm

After 10 minutes of inactivity my screen .still blanks, en i have to give my password.
This is very annoying.
I tried all settings in dconf-tools, even with active=off.
Can someone help me?
jessy
Level 1
Level 1
 
Posts: 28
Joined: Fri Oct 01, 2010 11:50 am

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

Postby bimsebasse on Sat Dec 03, 2011 12:28 pm

If you have set the screen to never turn off in Screen settings, and it still doesn't work, then I have no idea what's wrong :|
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 1)

Postby jimmy_noob on Sat Dec 03, 2011 3:10 pm

Thanks a lot for this Useful Guide....this solved my problem....double icons.....Cheers Mate....
jimmy_noob
Level 1
Level 1
 
Posts: 1
Joined: Sat Dec 03, 2011 3:01 pm

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

Postby Artichoke on Sat Dec 03, 2011 4:45 pm

I like the look of the desktop in 2A. I could work with that. I'll have to keep an eye out for when you've ironed out the bugs, not being competent/knowledgeable enough myself to make a decent contribution.
Artichoke
Level 1
Level 1
 
Posts: 39
Joined: Mon Nov 08, 2010 3:36 am

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

Postby jessy on Sun Dec 04, 2011 7:23 am

bimsebasse wrote:If you have set the screen to never turn off in Screen settings, and it still doesn't work, then I have no idea what's wrong :|


You talk about Screen settings; where exactly can i see these?
jessy
Level 1
Level 1
 
Posts: 28
Joined: Fri Oct 01, 2010 11:50 am

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

Postby axel668 on Sun Dec 04, 2011 9:11 am

Thanks man, really made my day !!
“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 1)

Postby bimsebasse on Sun Dec 04, 2011 11:15 am

jessy wrote:
bimsebasse wrote:If you have set the screen to never turn off in Screen settings, and it still doesn't work, then I have no idea what's wrong :|


You talk about Screen settings; where exactly can i see these?


Press the windows key, type "screen settings", press enter
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 1)

Postby jessy on Sun Dec 04, 2011 11:24 am

bimsebasse wrote:
jessy wrote:
bimsebasse wrote:If you have set the screen to never turn off in Screen settings, and it still doesn't work, then I have no idea what's wrong :|


You talk about Screen settings; where exactly can i see these?


Press the windows key, type "screen settings", press enter


Thank you, i feel very stupid that i did noit see this.
:oops: :oops:
jessy
Level 1
Level 1
 
Posts: 28
Joined: Fri Oct 01, 2010 11:50 am

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

Postby bimsebasse on Sun Dec 04, 2011 11:37 am

Don't worry, I haven't gotten used to the new settings menus either and still find surprises in there :)
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 1)

Postby gorellana09 on Sun Dec 04, 2011 1:35 pm

Maybe you want to add this one http://forums.linuxmint.com/viewtopic.php?f=205&t=87797&p=506603#p506603 to this collection of tweaks. The illogical order of things when bottom panel is disabled was driving me nuts.
gorellana09
Level 1
Level 1
 
Posts: 45
Joined: Wed May 04, 2011 1:53 pm

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

Postby bimsebasse on Sun Dec 04, 2011 2:28 pm

Yup, nice tweak! - will include it next update and credit it to you.
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

Linux Mint is funded by ads and donations.
 
PreviousNext

Return to Tutorials / Howtos

Who is online

Users browsing this forum: No registered users and 16 guests