slitaz-tools rev 869

jwm: tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Apr 30 18:43:43 2014 +0100 (2014-04-30)
parents ab549bf459bb
children 0746b6a94061
files jwm/README jwm/jwm-menu
line diff
     1.1 --- a/jwm/README	Wed Apr 30 15:51:23 2014 +0200
     1.2 +++ b/jwm/README	Wed Apr 30 18:43:43 2014 +0100
     1.3 @@ -2,10 +2,10 @@
     1.4  ================================================================================
     1.5  
     1.6  
     1.7 -Developped for the needs of SliTaz Raspberry Pi distribution. JWM is faster and
     1.8 -use less resources than Openbox. And Ob also need a panel, JWM provide a nice
     1.9 -built-in panel. To generate jwm-menus use XDG standard .desktop file locatedin
    1.10 -the folder: /usr/share/applications
    1.11 +Developed for the needs of SliTaz Raspberry Pi distribution. JWM is faster and
    1.12 +uses less resources than Openbox. And Ob also needs a panel, JWM provides a nice
    1.13 +built-in panel. To generate jwm-menus use XDG standard .desktop files located 
    1.14 +in the folder: /usr/share/applications
    1.15  
    1.16  
    1.17  ================================================================================
     2.1 --- a/jwm/jwm-menu	Wed Apr 30 15:51:23 2014 +0200
     2.2 +++ b/jwm/jwm-menu	Wed Apr 30 18:43:43 2014 +0100
     2.3 @@ -79,11 +79,11 @@
     2.4  	# Parse *.desktop files
     2.5  	for app in $(fgrep -l "${name}" $apps/*.desktop)
     2.6  	do
     2.7 -		# Skipp OnlyShowIn
     2.8 +		# Skip OnlyShowIn
     2.9  		if fgrep -q 'OnlyShowIn=' ${app}; then
    2.10  			continue
    2.11  		fi
    2.12 -		# Skip not show in category
    2.13 +		# Skip not shown in category
    2.14  		if fgrep -q "$not" ${app}; then
    2.15  			continue
    2.16  		fi