Your message dated Sun, 22 Apr 2007 14:12:27 +0200
with message-id <[EMAIL PROTECTED]>
and subject line http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=356399
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xfce
Version: 4.0.5-1
second release of the same bug with correct header
> Hi Debian,
> Thanks to Debian, we are using an old laptop compaq armada 1592 DT. We
> installed
> Woody and upgraded to Sarge stable 3 months ago. We are using KDE with KDM.
> Our kids are using Gcompris and Ktuberling.
> To have good performances with our old laptop, we installed xfce, that is
> simple, cute and quick. We think to give up KDE and KDM but we have a problem
> because we are not able to have  the menu debian with the right button of our
> mouse.
>
> Up to now, we are using KDM to run xfce.
>
> We copied from /etc/X11/xfce4/menu.xml.fr,menu.xml and menudefs.hook to
> $HOME/.xfce4/ but it didn't change anything.
> We attached these files.
> What can we do to  have  the menu debian with the right button of our mouse ?
> Best regards,
> Stéphane & Catherine
>
>
>
>


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xfdesktop-menu [
	<!ENTITY menu2 SYSTEM "menu2.xml">
	<!ENTITY debian SYSTEM "menudefs.hook">
]>

<!-- 
     Explanantion of XFce 4 menu file: 
     =================================
     Here we will try to explain the format of the menu file. Look at the
     actual menu below for the real examples.
-->

<!-- Obviously, this is how you make a comment ;-) -->

<!-- 

  + Everything is between exactly one pair of 
    <xfdesktop-menu></xfdesktop-menu> tags.

  + Applications:
    <app name="Name in menu" cmd="Command to run" term="no" visible="yes" />
    'term' determines if the program needs a terminal to run
    Only 'name' and 'cmd' are required.

  + Separators:
    <separator/>

  + Submenus:
    <menu name="Name in menu" visible="yes"></menu>
    Only 'name' is required.
    Between the menu tags you can define more applications, separators and 
    menus.

  + Titles
    <title name="Name in menu" />
    Creates an insensitive menu title
    
  + Including other files:
    Other files can be included by using an xml trick. This is a little bit
    complicated.
    First you have to define a so called entity in the file header. See above,
    where we define a 'menu2' entity to point to a "menu2.xml" file.
    Then you can use '&entityname;' anywhere in the menu file and it will be
    replaced with the contents of the file the entity points to.
    This can be useful for example if you make a script that generates a gnome
    menu and put it in a separate file.
    
-->
<xfdesktop-menu>
    <title name="Desktop Menu" visible="yes" />
    <separator/>
&debian;
    <separator/>
    <app name="Run Program..." cmd="xfrun4"/>
    <separator/>
    <app name="Terminal" cmd="xfterm4" />
    <app name="File Manager (xffm)" cmd="xffm"/>
    <app name="Web Browser" cmd="sensible-browser"/>
    <separator/>
    <menu name="Settings" visible="yes">
        <app name="All Settings..." cmd="xfce-setting-show"/>
        <app name="Backdrop..." cmd="xfce-setting-show backdrop"/>
<!-- 
        <app name="Background" cmd="xfce-setting-show backdrop"/>
	<app name="Workspaces" cmd="xfce-setting-show workspaces"/>
	<app name="File manager (xffm)" cmd="xfce-setting-show xffm"/>
	<app name="User interface (gtk+)" cmd="xfce-setting-show ui"/>
	<app name="Icon box" cmd="xfce-setting-show xfibx"/>
        <app name="Mouse" cmd="xfce-setting-show mouse"/>
        <app name="Taskbar" cmd="xfce-setting-show taskbar"/>
	<app name="Keyboard" cmd="xfce-setting-show keyboard"/>
	<app name="Window manager" cmd="xfce-setting-show xfwm4"/>
	<app name="Margins" cmd="xfce-setting-show xfwm_margins"/>
	<app name="Panel" cmd="xfce-setting-show xfce"/>
-->
    </menu>
    <separator/>
    <app name="Help" cmd="xfhelp4"/>
    <!-- <separator/> -->
    <!-- Set visible to yes to use this item.
      This will exit the desktop manager. If you also put 
      'exec xfdesktop' at the end of your ~/.xinitrc, this menu item can be
      used to exit the X session.
    -->
    <builtin name="Quit" cmd="quit" visible="no"/>
    <!-- Example on how to include a file:
      1) declare an ENTITY in the DOCTYPE tag (see above)
      2) include entity in file: 
    -->
    <!--
    &menu2;
    -->
</xfdesktop-menu>

Attachment: menu.xml.fr
Description: Binary data

Attachment: menudefs.hook
Description: Binary data


--- End Message ---
--- Begin Message ---
On sam, 2007-04-21 at 15:51 +0200, Catherine Thomas wrote:
> I mean we are using Xubuntu Dapper and no more Debian Sarge.
> Xubuntu is as you know : Ubuntu with XFCE as window manager.

I know about Xubuntu, I just don't know why not using Debian Etch with
Xfce :)

> As Ubuntu is based on Debian, I am using apt-get concepts but with a 
> distribution easier to install (Live CD with graphical install
> option) 

You may not know, but there is a Xfce Etch CD with graphical install
too.

Anyway, closing this bug.
-- 
Yves-Alexis


--- End Message ---
_______________________________________________
Pkg-xfce-devel mailing list
Pkg-xfce-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel

Reply via email to