Looking for GNOME users with KDE

Jeremy Messenger mezz7 at cox.net
Tue Feb 10 12:33:58 PST 2004


On Tue, 10 Feb 2004 14:57:49 -0500, Joe Marcus Clarke <marcus at FreeBSD.org> 
wrote:

> On Tue, 2004-02-10 at 14:52, Jeremy Messenger wrote:
>> On Tue, 10 Feb 2004 14:40:51 -0500, Joe Marcus Clarke 
>> <marcus at FreeBSD.org>
>> wrote:
>>
>> > On Tue, 2004-02-10 at 02:51, Vladimir B. Grebenschikov wrote:
>> >> В пн, 09.02.2004, в 21:40, Joe Marcus Clarke пишет:
>> >>
>> >> > > Related question:
>> >> > > It the way to renew (build from scratch) gnome menu
>> >> > > (both personal and system). Doing regular portupgrade I have 
>> awful
>> >> menu
>> >> > > contents (for example System menu have 5 or more times all KDE 
>> items
>> >> > > without icons). So question, how to rebuild menus automaticaly ?
>> >> >
>> >> > You can rebuild gnomevfs2 with -DWITHOUT_KDE_MENUS to remove KDE 
>> menu
>> >> > integration.  Note: I have committed my changes to gnomevfs2-2.5.6 
>> to
>> >> > clean up the KDE menu integration.
>> >>
>> >> How about managing this on per-user basis ?
>> >>
>> >> May be we need set of utilities to join/restore Default Gnome / 
>> Default
>> >> KDE menus, as well as utility to remove Gnome / KDE default menus on
>> >> per-user basis ?
>> >
>> > That may be true.  I was also thinking of creating a KDE folder to 
>> hold
>> > all of the KDE menu options.  However, I'm not sure how feasible this
>> > will be.
>> <snip>
>>
>> Have you gotten my email yesterday? Anyway, I was wondering how the menu
>> should be?
>
> Yeah, I got it.  That's what got me thinking.  However, I'm not sure how
> easy it will be to do this.  Do you have an idea how to make your
> suggestion work?

I threw it quickly, it seems to half work so far.. Need to do the more 
work thought such as add parent KDE menu and etc; it's only test..

===========================
   <MergeDir>/usr/local/share/applnk/</MergeDir>

[...]

     <!-- KDE-Office -->
     <Folder>
       <Name>KDE-Office</Name> <!-- for now -->
       <Desktop>Internet.directory</Desktop> <!-- for now, will need to 
create something new *.directory for KDE -->
       <Query>
         <And>
           <Keyword>KDE</Keyword>
	  <Keyword>Office</Keyword>
         </And>
       </Query>
       <DontShowIfEmpty/>
     </Folder>

[...]

     <!-- Office -->
     <Folder>
       <Name>Office</Name>
       <Desktop>Office.directory</Desktop>
       <Query>
	<And>
           <Not>
             <Keyword>KDE</Keyword> <!-- No KDE allow to mix with Gnome's 
office -->
           </Not>
	  <Keyword>Application</Keyword>
	  <Or>
	    <Keyword>Office</Keyword>
	    <Keyword>Spreadsheet</Keyword>
	    <Keyword>WordProcessor</Keyword>
	    <Keyword>Calendar</Keyword>
	    <Keyword>ProjectManagement</Keyword>
	  </Or>
	</And>
       </Query>
       <DontShowIfEmpty/>
     </Folder>
===========================

Cheers,
Mezz

>> ===============
>> Game
>> Graphic
>> Internet
>> KDE
>> 	Game
>> 	Graphic
>> 	Internet
>> 	Office
>> Office
>> ===============
>
> I like this layout.
>
> Joe
>> Cheers,
>> Mezz


-- 
bsdforums.org 's moderator, mezz.


More information about the freebsd-gnome mailing list