Me, Myself & Linux

Status
Not open for further replies.

CadCrazy

in search of myself
I have installed mac4lin(+emerald theme) in ubuntu. I want to shift traffic lights to right side :D . Plz help me.
 

praka123

left this forum longback
do u mean window max,min,close etc?
it is mentioned in the guide.read again!
run gconf-editor browse to apps>metacity>general>button_layout>and clear the entry and add below lines:
Code:
close,minimize,maxmize:menu
or to right side:
Code:
menu:minimize,maximize,close
 
OP
CadCrazy

CadCrazy

in search of myself
do u mean window max,min,close etc?
it is mentioned in the guide.read again!
run gconf-editor browse to apps>metacity>general>button_layout>and clear the entry and add below lines:
Code:
close,minimize,maxmize:menu
or to right side:
Code:
menu:minimize,maximize,close

tried both nothing happened. I'am also using emerald theamer.

it looks more maccish on left!y change it?

Actually it is for my friend. he can't bear this torture :D
 
Last edited:

ray|raven

Think Zen.
^Sorry, I dont use emerald,
But according to this:
*wiki.compiz-fusion.org/EmeraldThemeManager

It may be in the emerald settings tab.
 

ChaiTan3

GTK+ programmer
For changing it in emerald, open emerald theme manager choose your current theme. Go to edit theme->titlebar
change titlebar object layout
the format is
left:center:right:
 

ChaiTan3

GTK+ programmer
Offtopic:
Dude, Chaitan, could you suggest me a book for starting gtk programming?
Well, i learnt GTK+ from here:
*library.gnome.org/devel/gtk-tutorial/stable/
and for the API
*library.gnome.org/devel/gtk/unstable/
Its more than enough if you already know C, no books required.
 

ray|raven

Think Zen.
^Thanx mate.
I do know C, though its been quite some time now since i coded in it.

Btw,How long did it take you?
 

ChaiTan3

GTK+ programmer
Btw,How long did it take you?
About 2 days to make my first program. GTK+ seemed very confusing in the start as I had been used to VB. After understanding packing of widgets and signal handling theres nothing more to learn as such, its just a matter of referring to the API.
 
OP
CadCrazy

CadCrazy

in search of myself
With some hit n trial I changed value of layout format from C(5)N(5)X:(5)T:HM:OSX Theme Layout to HM:T(5):N(5)X(5)C:OSX Theme Layout to get the desired layout. thanks ChaiTan3.

Now one more problem: two of three NTFS partitions are not automounted. Tell me what value I enter in fstab to get them automounted.
 

praka123

left this forum longback
^sometimes if ntfs partitions are having errors,then they will not be automounted,do run CHKDISK in ur xp for those partitions.
 
OP
CadCrazy

CadCrazy

in search of myself
Actually these two partitions are created after ubuntu installation so are not automounted.
 

Faun

Wahahaha~!
Staff member
With some hit n trial I changed value of layout format from C(5)N(5)X:(5)T:HM:OSX Theme Layout to HM:T(5):N(5)X(5)C:OSX Theme Layout to get the desired layout. thanks ChaiTan3.

Now one more problem: two of three NTFS partitions are not automounted. Tell me what value I enter in fstab to get them automounted.

add force after defaults in fstab to mount them force fully
else
just run chksdk in windows
 
Status
Not open for further replies.
Top Bottom