diff --git a/gnome/add/gedit.xml b/gnome/add/gedit.xml index a382b2cec8..314dc658bb 100644 --- a/gnome/add/gedit.xml +++ b/gnome/add/gedit.xml @@ -114,6 +114,24 @@ make + + Configuring gedit + + + Configuration Information + + There is no way in the preferences to change the color of + highlighted (such as when you search for text and it is found) text. + If you wish to change the color, issue the following command as the + root user (substitute your + color of choice): + +sed -i 's/FFFF78/<some-color-you-like>/' gedit/gedit-document.c + + + + + Contents diff --git a/gnome/add/gnome-media.xml b/gnome/add/gnome-media.xml index 02e0b57e05..ea889bef10 100644 --- a/gnome/add/gnome-media.xml +++ b/gnome/add/gnome-media.xml @@ -91,8 +91,7 @@ make Now, as the root user: -make install && -gst-register +make install diff --git a/multimedia/audioutils/vorbistools.xml b/multimedia/audioutils/vorbistools.xml index 7b47f714ce..b83afd9cb2 100644 --- a/multimedia/audioutils/vorbistools.xml +++ b/multimedia/audioutils/vorbistools.xml @@ -66,7 +66,8 @@ Optional - and + and + User Notes: @@ -88,6 +89,14 @@ make make install + + + + Command Explanations + + --enable-vcut: This parameter is used so that + the vcut program is built, as it is not by + default. @@ -214,4 +223,3 @@ make - diff --git a/multimedia/libdriv/flac.xml b/multimedia/libdriv/flac.xml index 34eb4b6fa3..386fe19c76 100644 --- a/multimedia/libdriv/flac.xml +++ b/multimedia/libdriv/flac.xml @@ -119,6 +119,11 @@ make Passing the environment variable to configure satisfies this dependency. + : This option is off by default and + should be set on if your machine has SSE capability. One way to find out if + you have SSE is to issue cat /proc/cpuinfo and see if + sse is listed in the flags. +