[Kde-kiosk] Desktop trash icon on Kubuntu

Murray Trainer mtrainer at central-data.net
Fri May 23 02:57:51 CEST 2008


On Thu, 2008-05-22 at 18:11 +0200, Martijn Klingens wrote:
> On Thursday 08 May 2008 05:10:00 Murray Trainer wrote:
> > I ended up hacking /etc/xdg/menus/system-settings.menu to give me what I
> > wanted.
> 
> Out of curiosity, what did the trick?
> 
> BTW, sorry for my absence the past two weeks, catching up with mailing lists
> again after some busy times...

Adding the hidden menu entries below fixed the problem.

Thanks for your help.

Murray

 <Menu>
  <Name>.hidden</Name>
  <Directory>kde-unknown.directory</Directory>
  <OnlyUnallocated/>
  <Include>
   <Not>
<!-- Don't list non-KDE core applications -->    <And>
     <Category>Core</Category>
     <Not>
      <Category>KDE</Category>
     </Not>
    </And>
<!-- Don't list SUSE's YaST in here -->
<Category>X-SuSE-YaST</Category>
   </Not>
  </Include>
 </Menu>




More information about the kde-kiosk mailing list