Fernando de Oliveira wrote:
> I don't know if it is just in my system.
>
> We have:
>
> # Now to clean up
> unset pathremove pathprepend pathappend
>
> at the end of /etc/profile
>
> With that, setqt4 and setqt5 do not work. I had to comment the line, and
> now they work perfectly.
The profile page has changed.
Index: trunk/BOOK/postlfs/config/profile.xml
===================================================================
--- trunk/BOOK/postlfs/config/profile.xml (revision 12060)
+++ trunk/BOOK/postlfs/config/profile.xml (revision 12798)
@@ -129,4 +129,5 @@
}
+export -f pathremove pathprepend pathappend
# Set the initial path
@@ -141,4 +142,7 @@
export HISTSIZE=1000
export HISTIGNORE="&:[bf]g:exit"
+
+# Set some defaults for graphical systems
+export XDG_DATA_DIRS=/usr/share
# Setup a red prompt for root and a green one for users.
@@ -157,7 +161,4 @@
fi
done
-
-# Now to clean up
-unset pathremove pathprepend pathappend
# End /etc/profile</literal>
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page