wok rev 16998

pcmanfm: fix tazpkg icon and "terminal is not set" in pcmanfm, delete dbus-launch with overwrite /home/*/.xinitrc
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Aug 11 01:56:38 2014 +0200 (2014-08-11)
parents 5de6ded3cc84
children fe86f04738d9
files libfm/receipt pcmanfm/stuff/autostart/pcmanfm.desktop slitaz-configs-base/receipt tazpkg/receipt
line diff
     1.1 --- a/libfm/receipt	Sun Aug 10 21:05:42 2014 +0000
     1.2 +++ b/libfm/receipt	Mon Aug 11 01:56:38 2014 +0200
     1.3 @@ -40,4 +40,5 @@
     1.4  	cp -a $install/usr/lib/libfm-extra.so* $fs/usr/lib
     1.5  	cp -a $install/usr/lib/libfm/modules/vfs* $fs/usr/lib/libfm/modules
     1.6  	cp -a $install/usr/share/libfm/*.list $fs/usr/share/libfm
     1.7 +	 sed -i 2i\ 'terminal=terminal' $fs/etc/xdg/libfm/libfm.conf
     1.8  }
     2.1 --- a/pcmanfm/stuff/autostart/pcmanfm.desktop	Sun Aug 10 21:05:42 2014 +0000
     2.2 +++ b/pcmanfm/stuff/autostart/pcmanfm.desktop	Mon Aug 11 01:56:38 2014 +0200
     2.3 @@ -5,5 +5,5 @@
     2.4  Name[pt]=Gerenciador de Desktop PCmanFM
     2.5  Name[pt_BR]=Gerenciador de Desktop PCmanFM
     2.6  Name[ru]=Менеджер рабочего стола PCManFM
     2.7 -Exec=dbus-launch --exit-with-session pcmanfm --desktop
     2.8 +Exec=pcmanfm --desktop
     2.9  NotShowIn=XFCE;Razor;
     3.1 --- a/slitaz-configs-base/receipt	Sun Aug 10 21:05:42 2014 +0000
     3.2 +++ b/slitaz-configs-base/receipt	Mon Aug 11 01:56:38 2014 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="slitaz-configs-base"
     3.7 -VERSION="5.5.3"
     3.8 +VERSION="5.5.4"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="SliTaz config files for text based systems."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -53,3 +53,12 @@
    3.13  	chown -R root.root $fs
    3.14  	chmod 0750 $fs/root
    3.15  }
    3.16 +
    3.17 +post_install()
    3.18 +{
    3.19 +echo "Updating ~/.xinitrc"
    3.20 +	for i in `ls -d /home/*`
    3.21 +	do
    3.22 +		cp /etc/skel/.xinitrc $i/.xinitrc
    3.23 +	done
    3.24 +}
     4.1 --- a/tazpkg/receipt	Sun Aug 10 21:05:42 2014 +0000
     4.2 +++ b/tazpkg/receipt	Mon Aug 11 01:56:38 2014 +0200
     4.3 @@ -42,7 +42,7 @@
     4.4  	mkdir -p $fs/usr/share/icons/hicolor/32x32/mimetypes
     4.5  	cd $fs/usr/share/icons/hicolor/32x32/mimetypes
     4.6  	ln -s /usr/share/pixmaps/tazpkg.png package-x-tazpkg.png
     4.7 -	ln -s /usr/share/pixmaps/tazpkg.png gnome-mime-application-x-tazpkg.png
     4.8 +	ln -s /usr/share/pixmaps/tazpkg.png application-x-tazpkg.png
     4.9  }
    4.10  
    4.11  post_install()