Author Topic: Starting a new Skin  (Read 6359 times)

RayBe

  • Guru
  • ****
  • Posts: 315
    • View Profile
Starting a new Skin
« on: January 31, 2011, 02:35:48 pm »
Hi All,

I want to start making/editing skins, for starters (and for learning) i want to keep it simple and just make new graphics files for a existing skin like discribed in this wiki: http://wiki.linuxmce.org/index.php/Create_my_own_skins_or_GUI_for_LinuxMCE
But i don't want to mess up any existing skins so i want to copy a skin and start from there.
For example:
take /usr/pluto/orbiter/skins/Basic directory and copy and rename it to /usr/pluto/orbiter/skins/BasicNew wich i can alter.

could someone please explain in detail how to make such a copy of a existing skin (i don't want to mess-up the system)
and how to get acces (read/write) to this directory from a laptop inside the internal lan.

thanks,
br,

Raymond
« Last Edit: January 31, 2011, 02:51:31 pm by RayBe »
When you were born, you were crying and everybody else was laughing.
Live your life so when you die, you are laughing and everybody else is crying.

coley

  • Guru
  • ****
  • Posts: 492
    • View Profile
Re: Starting a new Skin
« Reply #1 on: January 31, 2011, 03:11:01 pm »
Have you gone through Thom's screencasts covering this? they should answer most of your questions.
http://wiki.linuxmce.org/index.php/Designer

and check this thread
http://forum.linuxmce.org/index.php?topic=5059.0

-Coley.
« Last Edit: January 31, 2011, 03:13:01 pm by coley »

RayBe

  • Guru
  • ****
  • Posts: 315
    • View Profile
Re: Starting a new Skin
« Reply #2 on: January 31, 2011, 03:24:12 pm »
hi Coley,

thanks for your reply, yes i did but i don't seem to recall that it did answer my questions.
i am fairly a newbie to linux and am very careful not to mess things up, thats why i ask in such detail (willing to learn a lot)

br,
Raymond
When you were born, you were crying and everybody else was laughing.
Live your life so when you die, you are laughing and everybody else is crying.

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
Re: Starting a new Skin
« Reply #3 on: January 31, 2011, 07:00:46 pm »
Raybe,

If you can access your "home" folder from the network, than you can create a symbolic link to your skins directory.
And the screencasts are a good place to start. I went over them more than once before I got the hang of it.

From a the command line;
Code: [Select]
cd /home/
mkdir skins
sudo ln -sf /usr/pluto/orbiter/skins/

Karel

RayBe

  • Guru
  • ****
  • Posts: 315
    • View Profile
Re: Starting a new Skin
« Reply #4 on: January 31, 2011, 07:54:56 pm »
Hi Karel, thanks for your reply,
Sadly i do not have acces to my home folder, how do i get permission?
But if i make a symbolic link, if i understand correctly, i still have to copy 1 of the current skins to work off, thats my intention anyway.
Is this discribed in the screencasts? Did i missed that, i looked at them? Or maybe you can explain?
Thanks,
Br,
Raymond
When you were born, you were crying and everybody else was laughing.
Live your life so when you die, you are laughing and everybody else is crying.

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
Re: Starting a new Skin
« Reply #5 on: January 31, 2011, 08:47:40 pm »
When you've created the symbolic link to your skins dir, you can then copy an existing skin to another dir for you to play with.
You can then just copy and paste or change the graphics in the /home/skins/newskin/ folder from the laptop.

Karel

RayBe

  • Guru
  • ****
  • Posts: 315
    • View Profile
Re: Starting a new Skin
« Reply #6 on: January 31, 2011, 09:30:43 pm »
Hi Karel,

thanks for the help,

i did
cd /home/
then
mkdir skins
then
sudo ln -sf /usr/pluto/orbiter/skins/
but then i get this message:
ln: ./skins': can't overwrite folder
any ideas?

br,
Raymond
When you were born, you were crying and everybody else was laughing.
Live your life so when you die, you are laughing and everybody else is crying.

RayBe

  • Guru
  • ****
  • Posts: 315
    • View Profile
Re: Starting a new Skin
« Reply #7 on: January 31, 2011, 10:00:58 pm »
ok so now i did cd /home/skins/
and then gave command sudo ln -sf /usr/pluto/orbiter/skins/ and now i can see skins/skins/Basic
there is only 1 extra skin folder, don't know why maybe someone could explain, i want to learn :)

thanks all
br,
Raymond
When you were born, you were crying and everybody else was laughing.
Live your life so when you die, you are laughing and everybody else is crying.

RayBe

  • Guru
  • ****
  • Posts: 315
    • View Profile
Re: Starting a new Skin
« Reply #8 on: January 31, 2011, 10:45:24 pm »
Karel in your post ( http://forum.linuxmce.org/index.php?topic=10689.msg75121#msg75121 ) you said:
"I want to change the colors of the playlist datagrid. The green and purple under the coverart."

Thom wrote in post http://forum.linuxmce.org/index.php?topic=8566.msg57616#msg57616 that he created the slate-skin without HA-designer and he also did change the color of the playlist datagrid.

i asume you did manage to change the colors and that it is just another graphic-file, could you tell wich one, i can't seem to find it.

thanks up front,
br,
Raymond
When you were born, you were crying and everybody else was laughing.
Live your life so when you die, you are laughing and everybody else is crying.

RayBe

  • Guru
  • ****
  • Posts: 315
    • View Profile
Re: Starting a new Skin
« Reply #9 on: February 01, 2011, 04:52:44 pm »
Karel,

and how do i make my skin appear in the dropdownlist from the orbiters?

br,
Raymond
When you were born, you were crying and everybody else was laughing.
Live your life so when you die, you are laughing and everybody else is crying.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Starting a new Skin
« Reply #10 on: February 01, 2011, 07:23:57 pm »
You have to make a new entry in the Skin table, for this purpose. Use the MySQL Query Browser to do this. If you do not have this, install the package mysql-query-browser using apt or adept. ;)

-Thom

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
Re: Starting a new Skin
« Reply #11 on: February 02, 2011, 09:48:47 am »
Raymond,

Cant off hand what graphic file it was but when I get home I'll let you know.
Where are u located, timezone? cause then I can get you on the IRc channels and help you.

Karel