Alexander E. Patrakov wrote:
> Bruce Dubbs wrote:
> 
>> --sysconfdir=/etc/kde
> 
> Could you please verify that it doesn't introduce bugs similar to 
> http://wiki.linuxfromscratch.org/blfs/ticket/2227 ? I.e., KDE programs should 
> be 
> visible in menus of other desktops, possibly including Xfce (currently 
> commented 
> out due to bugs and the fact that I no longer use it).

I have no idea if that is a problem or not.  Most of the kde
customization is in $HOME/.kde, but there are some .menu files in
/etc/kde/xdg/menus.  They are xml files, e.g.

$ cat kde-information.menu
 <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd";>

<Menu>
        <Name>Information</Name>
        <Directory>kde-information.directory</Directory>
        <Include>
                <Category>X-KDE-information</Category>
        </Include>
</Menu>

How this is used is a mystery to me.

I note that ubuntu has a /etc/kde3 directory.

  -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to