correct desktop icons text (text beside icons)

Asked by raulpetrut

I found this http://pastebin.com/f3f29fcec.
Could you implement in nautilus?
All you need to do is to modify in src source of nautilus "real_supports_labels_beside_icons (FMIconView *view)
{
 return FALSE;
}", from false to true, and text beside items is active on desktop.
Result will be this http://img97.imageshack.us/img97/9763/screenshotmx.png

Question information

Language:
English Edit question
Status:
Answered
For:
nautilus-elementary Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
ammonkey (am-monkeyd) said :
#1

Hello,
what's the procedure to get text beside icons? which gconf key? to check if it works ok with your modification?

Revision history for this message
raulpetrut (mormope) said :
#2

in /nautilus/src/file-manager/fm-desktop-icon-view.c find
real_supports_labels_beside_icons (FMIconView *view)
{
 return FALSE;
}
change FALSE in TRUE
And thats it.

Revision history for this message
ammonkey (am-monkeyd) said :
#3

sry i were a little busy theses days

fix committed

Can you help with this problem?

Provide an answer of your own, or ask raulpetrut for more information if necessary.

To post a message you must log in.