Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: ztealmax on July 27, 2012, 09:48:18 AM

Title: A silly question about themes XFCE4
Post by: ztealmax on July 27, 2012, 09:48:18 AM
Hi all again just me ones more ;)

A silly question im trying to figure out how to make a theme pack for XFCE4
how would i do that the easiest way?

What i am trying to do , i have a few themes i want to make a package of
and call it for example xfce4-themes.tcz.

now how would i go about to make this work?

Any tips and tricks from tc geniuses would be greatfully accepted ::D

Sincerally
Martin
Title: Re: A silly question about themes XFCE4
Post by: Rich on July 27, 2012, 10:42:43 AM
Hi ztealmax
Basically, what you want to do is set up a temporary directory structure containing the files that mimics how
it would look in a running system. For example, if the package requires a file located in:
Code: [Select]
/usr/local/share/icons/Rodent/48x48/apps/xfce-printer.pngyou could copy it to:
Code: [Select]
/tmp/xfce4-themes/usr/local/share/icons/Rodent/48x48/apps/xfce-printer.pngAdd any remaining paths/files under  /tmp/xfce4-themes/  that you want installed with the package.
Now create a file called:
Code: [Select]
/tmp/xfce4-themes/usr/local/tce.installed/xfce4-themesIf you need to perform any commands when the package is installed, add them to xfce4-themes, otherwise,
leave that file empty. Finally:
Code: [Select]
sudo chown -R root:staff /tmp/xfce4-themes/usr/local/tce.installed
sudo chmod -R 775 /tmp/xfce4-themes/usr/local/tce.installed
cd /tmp
mksquashfs  xfce4-themes xfce4-themes.tcz
Copy the  xfce4-themes.tcz  file to your  tce  directory and add  xfce4-themes.tcz  to your onboot.lst.
Title: Re: A silly question about themes XFCE4
Post by: ztealmax on July 27, 2012, 02:19:56 PM
Thank you m8 i will try it out :D

Martin
Title: Re: A silly question about themes XFCE4
Post by: bmarkus on July 28, 2012, 08:16:25 AM
Hi all again just me ones more ;)

A silly question im trying to figure out how to make a theme pack for XFCE4
how would i do that the easiest way?

What i am trying to do , i have a few themes i want to make a package of
and call it for example xfce4-themes.tcz.


Study xfwm4-themes.tcz ?