install in linux mint
hi i am new in linux and a like visual style a lot so i wish i could have this but i cant get it work i have linux mint helena 8 so if you can help me please
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- burg Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- bean
- Solved:
- 2010-01-29
- Last query:
- 2010-01-29
- Last reply:
- 2010-01-28
This question was reopened
- 2010-01-28 by Benjamin Martinez
bean (bean123ch) said : | #1 |
Could you be more specific , which step fails ?
Benjamin Martinez (cruznick) said : | #2 |
hi bean in fact i really dont know where it fails because i do all the steps and then nothing I've followed this 3 tutorial installing and reinstalling the grub but when i reboot It doesnt change i leave you the links for the tutorials i think i need i step by step guide :) really i am a newbie
http://
http://
http://
am i have just install it so if i need to do it again its no a problem :) i have linux mint helena x64 and windows 7 ultimate x64
Benjamin Martinez (cruznick) said : | #3 |
hi bean in fact i really dont know where it fails because i do all the steps and then nothing I've followed this 3 tutorial installing and reinstalling the grub but when i reboot It doesnt change i leave you the links for the tutorials i think i need i step by step guide :) really i am a newbie
http://
http://
http://
am i have just install it so if i need to do it again its no a problem :) i have linux mint helena x64 and windows 7 ultimate x64
bean (bean123ch) said : | #4 |
That's the old installation method, it doesn't work any more. You should follow the steps here:
bean (bean123ch) said : | #5 |
The new installation guild is here:
Benjamin Martinez (cruznick) said : | #6 |
hi the last one wors but i have an issue how can i change the icons for the theme or add and entry for linux mint because it doesn't show any icon for it and by the way i would lie to mae a theme how can i do it here it is as iit looks
Benjamin Martinez (cruznick) said : | #7 |
Thanks bean, that solved my question.
Benjamin Martinez (cruznick) said : | #8 |
hi the last one works but i have an issue how can i change the icons for the theme or add and entry for linux mint because it doesn't show any icon for it and by the way i would like to make a theme how can i do it here it is as iit looks
|
#9 |
First, you can open config file /boot/burg/burg.cfg and see which class it detects for your mint os, for example, this is an entry for Debian:
menuentry "Debian GNU/Linux ..." --class Debian {
}
Then, for sora theme, go to /boot/burg/
class {
Ubuntu { image = "${theme_
Linux { image = "${theme_
MacOSX { image = "${theme_
Windows { image = "${theme_
Unknown { image = "${theme_
CLASS_LABEL { image = "${theme_
}
Replace CLASS_LABEL which the class label you find out in the previous step.
For refit theme, go to /boot/burg/
Add the icon here, then edit theme.txt, add a something like this before the final closing }:
MacOSX {
image = "${theme_
}
image {
image = "${theme_
}
CLASS_LABEL {
image = "${theme_
}
}
Benjamin Martinez (cruznick) said : | #10 |
Thanks bean, that solved my question.
Benjamin Martinez (cruznick) said : | #11 |
an another can i translate the tutorial to spanish and post it on www.taringa.net ? obvius with a refer to this page when its done i would send you a link for you to see it n thanks again
bean (bean123ch) said : | #12 |
Yeah, of course.
Benjamin Martinez (cruznick) said : | #13 |
hi
as promised i made a version in spanish for the installation method hope you like it here is the link and if you think i need to change anything just tell me ok and again thanks for the help now i'am trying to make a theme kind of minimalitic when its done i will tell you
the link
http://
bean (bean123ch) said : | #14 |
Thanks a lot for your effort. BTW, that document is a little outdated, it doesn't include latest features like folding and theme selection menu. I'd update it when I have spare time.