[openbox] replace zensu

This commit is contained in:
fhdk 2018-06-15 17:47:39 +02:00
parent 57fd53368c
commit 8db0a9319e
3 changed files with 11 additions and 12 deletions

View File

@ -1,4 +1,3 @@
#####################
## packages extra
#####################
@ -162,13 +161,14 @@ bind-tools
net-tools
nmap
whois
traceroute
#####################
## network
#####################
network-manager-applet
networkmanager
networkmanager-dispatcher-ntpd
networkmanager-openvpn
openresolv
openssh
ufw
@ -229,7 +229,6 @@ ttf-roboto
#####################
## system
#####################
bash-completion
gamin
gksu-polkit
gnome-keyring

View File

@ -10,7 +10,7 @@
</item>
<item label="Gparted">
<action name="Execute">
<command>zensu gparted</command>
<command>gksu gparted</command>
</action>
</item>
<item label="Testdisk">
@ -45,6 +45,11 @@
<menu id="preferences" label="Preferences">
<menu id="openbox-config" label="Openbox">
<item label="LXAppearance">
<action name="Execute">
<command>lxappearance</command>
</action>
</item>
<item label="Configuration">
<action name="Execute">
<command>obconf</command>
@ -121,7 +126,7 @@
</item>
<item label="Root File Manager">
<action name="Execute">
<command>zensu thunar</command>
<command>gksu thunar</command>
</action>
</item>
</menu>
@ -173,11 +178,6 @@
<command>chromium</command>
</action>
</item>
<item label="Mail Reader">
<action name="Execute">
<command>sylpheed</command>
</action>
</item>
<item label="Text Editor">
<action name="Execute">
<command>gedit</command>

View File

@ -3,7 +3,7 @@
##########################################
# use multilib packages; x86_64 only
multilib="false"
multilib="true"
# displaymanager
displaymanager="lightdm"
@ -15,7 +15,7 @@ autologin="true"
nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile
extra="false"
extra="true"
################ install ################