Author: alexander Date: 2007-04-21 00:31:44 -0600 (Sat, 21 Apr 2007) New Revision: 1846
Added: trunk/packages/xfce/helpers.rc trunk/packages/xfce/terminalrc Modified: trunk/packages/xfce/Makefile Log: Updated xfce, configured it to use SeaMonkey as a browser and mailer. BUG: one can launch SeaMonkey only upon the second try. Modified: trunk/packages/xfce/Makefile =================================================================== --- trunk/packages/xfce/Makefile 2007-04-21 01:18:44 UTC (rev 1845) +++ trunk/packages/xfce/Makefile 2007-04-21 06:31:44 UTC (rev 1846) @@ -1,12 +1,12 @@ # xfce Makefile NM= xfce -VRS= 4.4.0 +VRS= 4.4.1 DIR= $(NM)-$(VRS) FILE= $(DIR)-src.tar.bz2 URL-$(FILE)= http://www.xfce.org/archive/$(DIR)/fat_tarballs/$(FILE) -SHA-$(FILE)= 208c3682c9018fa05831c5e86f4ac9561579dbe1 +SHA-$(FILE)= 8b809291dc081557c2513b38c640246be5e8d2ca BG= lfsrules-1600-1200.jpg URL-$(BG)= http://www.linuxfromscratch.org/blfs/artwork/wallpapers/$(BG) @@ -36,6 +36,8 @@ make install ; cd .. ; rm -rf $$i*/ ; done cp $(ROOT)/root/.xinitrc /etc/X11/xinit/xinitrc cp ../desktop-files/* /usr/share/applications + install -D -m644 ../helpers.rc /etc/xdg/xfce4/helpers.rc + install -D -m644 ../terminalrc /etc/xdg/Terminal/terminalrc sed -i -e '/Xft.dpi/d' /etc/xdg/xfce4/xinitrc sed -i 's/mice/simple/' /etc/xdg/xfce4-session/xfce4-session.rc mkdir -p /etc/xdg/xfce4/mcs_settings Added: trunk/packages/xfce/helpers.rc =================================================================== --- trunk/packages/xfce/helpers.rc (rev 0) +++ trunk/packages/xfce/helpers.rc 2007-04-21 06:31:44 UTC (rev 1846) @@ -0,0 +1,3 @@ +WebBrowser=mozilla-browser +MailReader=mozilla-mailer +TerminalEmulator=Terminal Added: trunk/packages/xfce/terminalrc =================================================================== --- trunk/packages/xfce/terminalrc (rev 0) +++ trunk/packages/xfce/terminalrc 2007-04-21 06:31:44 UTC (rev 1846) @@ -0,0 +1,7 @@ +[Configuration] +CommandUpdateRecords=FALSE +FontName=Monospace 12 +ShortcutsNoMenukey=TRUE +ShortcutsNoMnemonics=TRUE +HelperWebbrowser=exo-open-browser +HelperMailreader=exo-open-mailer -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
