Re: Is GNOME a possibility?
Posted: 27. Jan 2011, 21:24
Just wondering, maybe the folks from GNOME SlackBuild could lend us a hand...?
Well, I'm building it anyway, as linuxdoc-tools doesn't belong even in the 'full' Salix installation.gapan wrote:The point is that there is no need for a separate gnome-doc-utils package.
You can try this from the gnomeslackbuilds' CHANGES_AND_HINTS.TXT file:lmello wrote:I was compiling all those packages, in a certain moment - I believe it was when gnome-settings-daemon got installed - all desktop icons disappeared! GDM couldn't recognize the themed display, and every icon was substituted by the 'not found' one.
I removed the package but the icons were still missing.
fdeak- Where did my icons go? GNOME 2.30 menus and buttons have been standardised
across all applications to not display icons by default. Menu items with
dynamic objects, including applications, files or bookmarks, and devices are
the exception and can display an icon. GNOME 2.30 has removed the 'Interface'
tab from the Appearances applet. To re-enable your menu icons, you will need
to run:
$ gconftool-2 --set --type boolean \
/desktop/gnome/interface/menus_have_icons true
If you would like icons restored to your buttons (like OK, Cancel, etc), then you'll need to run:
$ gconftool-2 --set --type boolean \
/desktop/gnome/interface/buttons_have_icons true
(Thanks to byteframe for the suggestion.)
Code: Select all
FATAL: No bootable medium found! System halted.
Code: Select all
xsltproc -o stickynotes_applet-ca.omf --stringparam db2omf.basename stickynotes_applet --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang ca --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/home/lmello/Work/pkg-Salix/gnome/gnome-applets/src/gnome-applets-2.32.0/stickynotes/docs/stickynotes_applet.omf.in" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` ca/stickynotes_applet.xml || { rm -f "stickynotes_applet-ca.omf"; exit 1; }
http://www.oasis-open.org/docbook/xml/4.1.2/dbpoolx.mod:632: parser warning : PEReference: %notation.class; not found
%local.graphics.attrib;"
^
Entity: line 1: parser error : NmToken expected in ATTLIST enumeration
%graphics.attrib;
^
Entity: line 4:
format () #IMPLIED
^
Entity: line 1: parser error : Content error in the external subset
%graphics.attrib;
^
Entity: line 4:
format () #IMPLIED
^
validity error : All markup of the conditional section is not in the same entity
%graphics.attrib;
^
format () #IMPLIED
^
Entity: line 1: parser error : Content error in the external subset
%graphics.attrib;
^
Entity: line 4:
format () #IMPLIED
^
validity error : All markup of the conditional section is not in the same entity
%graphics.attrib;
^
format () #IMPLIED
^
Entity: line 1: parser error : Content error in the external subset
%graphics.attrib;
^
Entity: line 4:
format () #IMPLIED
^
validity error : All markup of the conditional section is not in the same entity
%graphics.attrib;
^
format () #IMPLIED
^
Entity: line 1: parser error : Content error in the external subset
%graphics.attrib;
^
Entity: line 4:
format () #IMPLIED
^
unable to parse ca/stickynotes_applet.xml
make[3]: *** [stickynotes_applet-ca.omf] Error 1
make[3]: Leaving directory `/home/lmello/Work/pkg-Salix/gnome/gnome-applets/src/gnome-applets-2.32.0/stickynotes/docs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/lmello/Work/pkg-Salix/gnome/gnome-applets/src/gnome-applets-2.32.0/stickynotes'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lmello/Work/pkg-Salix/gnome/gnome-applets/src/gnome-applets-2.32.0'
make: *** [all] Error 2
build() failed.