diff --git a/etc/sysconfig/profile.d/lxde b/etc/sysconfig/profile.d/lxde index cb9be24..6c8d7af 100644 --- a/etc/sysconfig/profile.d/lxde +++ b/etc/sysconfig/profile.d/lxde @@ -22,7 +22,7 @@ # Begin /etc/sysconfig/profile.d/lxde export LXDEBASE=/opt/lxde -export PATH="${PATH}:${LXDEBASE}/bin" +export PATH="${PATH}:${LXDEBASE}/bin:${LXDEBASE}/sbin" export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}${PKG_CONFIG_PATH+:}${LXDEBASE}/lib/pkgconfig"