2016-01-29

backgroundfile panel-bg-dark.png : File no found


backgroundfile panel-bg-dark.png : File no found


    MENU TITLE SliTaz GNU/Linux - 5.0-RC4 20160117

    -rw-r--r-- 2 root root 3140304 Dec 23 14:13 bzImage64

slitaz-rolling-core64.iso 2016-Jan-17

    2. fontcolor in lxpanel taskbar

Let’s take a look at the slitaz-5.0-RC4.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjg66E8yxtDFgBTGoMmj2DEgYaNwqr2QjeKG2wKq1ttvYRMRmoI5EWASO3RLfkKKtSCIzFLkTu3qd9LmZqJtx7rppw8H5LVBodOxOn7qRHEW4-piCEeXiyNM_QXqrMOJ15do3yfKLe_TxQ/s1600/slitaz-5.0-RC4.jpg


Almost not see clearly in the top left corner ‘Applications’ and the top right corner ‘clock & tux’.

1.
tux@slitaz:~$ egrep 'fontcolor|back' .config/lxpanel/slitaz/panels/panel
usefontcolor=1
fontcolor=#cfcfcf
background=1
backgroundfile=/usr/share/themes/Clearlooks Human Dark/gtk-2.0/Panels/panel-bg-dark.png


2.
tux@slitaz:~$ ls -l /usr/share/themes/Clearlooks\ Human\ Dark
ls: /usr/share/themes/Clearlooks Human Dark: No such file or directory


3.
tux@slitaz:~$ tazpkg -sp panel-bg-dark.png
Search result for package "panel-bg-dark.png"
================================================
clearlooks-colors
murrine-svn-themes
================================================
2 packages

4.
tux@slitaz:~$ tazpkg info clearlooks-colors

Unable to find the receipt: /var/lib/tazpkg/installed/clearlooks-colors/receipt


5.
LXPanel look: background ….
http://hg.slitaz.org/slitaz-configs/rev/d0f40dd58170

--- a/rootfs/etc/lxpanel/slitaz/panels/panel Sun Nov 08 12:24:47 2015 +0100
+++ b/rootfs/etc/lxpanel/slitaz/panels/panel Mon Nov 09 01:01:34 2015 +0200
@@ -19,15 +19,18 @@
fontsize=10
fontcolor=#cfcfcf
usefontsize=0
- background=0
+ background=1
+ backgroundfile=/usr/share/themes/Clearlooks Human Dark/gtk-2.0/Panels/panel-bg-dark.png
iconsize=22
+ loglevel=2
}


6.
lxpanel, slitaz-configs: copy LXPanel profile to /etc/skel (again)
http://hg.slitaz.org/wok/rev/c761ba5755e1

--- a/slitaz-configs/receipt Tue Nov 17 16:13:43 2015 +0200
+++ b/slitaz-configs/receipt Tue Nov 17 16:50:26 2015 +0200
@@ -61,6 +61,11 @@
cp -a $src/rootfs/usr/share/applications $fs/usr/share
cp -a $src/rootfs/usr/share/slitaz $fs/usr/share ;;
esac
+
+ # Put LXPanel profile to /etc/skel for new users
+ mkdir -p $fs/etc/skel/.config/lxpanel
+ cp -a $fs/etc/lxpanel/slitaz $fs/etc/skel/.config/lxpanel
+
chown -R root.root $fs
}