- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE xfdesktop-menu>
- <!--
- 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. You shouldn't really need to
- edit this manually; check out xfce4-menueditor instead.-->
- <!-- 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="false"
- icon="iconfile" snotify="false" visible="true" />
- The 'term' attribute determines if the program needs a terminal to run,
- and 'snotify' sets whether or not the program supports startup
- notification. You can set an icon to be displayed next to the item with
- the 'icon' attribute. Only 'name' and 'cmd' are required.
- + Separators:
- <separator visible="true" />
- Creates a horizontal separator. The 'visible' attribute is optional.
- + Submenus:
- <menu name="Name in menu" icon="iconfile" visible="true"></menu>
- Only 'name' is required, but you can also set an icon to be displayed using
- the 'icon' attribute. Between the menu tags you can define more
- applications, separators and menus.
- + Titles
- <title name="Name in menu" icon="iconfile" visible="true" />
- Creates an insensitive menu title. You can even add an optional icon to
- the title if you'd like.
- + Including other files:
- <include type="file" src="menu2.xml" visible="true" />
- Includes the file menu2.xml. A relative path is assumed to be rooted at ~/.config/xfce4/desktop/. An absolute path will be treated as such.
- + Including an autogenerated system menu:
- <include type="system" style="simple" unique="true" visible="true" /> Includes a system menu. style can be "simple" or "multilevel". If unique
- is set to "false", multiple menu items will be generated if the app appears in multiple categories.
- -->
- <xfdesktop-menu> <!--
- The next line includes the autogenerated menu at the current level. If
- you want, you can put this in its own submenu.
- -->
- <!-- <include type="system" style="simple" unique="true"/> -->
- <!--
- Uncomment the following line (and comment the above) if you would rather
- include a separate menu file instead of using the autogenerated menu.
- -->
- <!-- <include type="file" src="menu2.xml"/> -->
- <title name="Warnet HappyNet" visible="true" />
- <separator/>
- <app name="File Explorer" cmd="Thunar" icon="Thunar" term="false" snotify="true" />
- <app name="Notepad" cmd="mousepad" icon="mousepad" term="false" snotify="true" />
- <app name="WinAMP" cmd="xmms" icon="xmms" term="false" snotify="false" />
- <app name="Media Player" cmd="wxvlc" icon="vlc" term="false" snotify="false" />
- <app name="Firefox" cmd="firefox" icon="firefox.png" term="false" snotify="true" />
- <app name="Opera" cmd="opera" icon="opera.png" term="false" snotify="false" />
- <app name="Yahoo! Messenger" cmd="pidgin-script" icon="im-yahoo.png" term="false" snotify="false" />
- <app name="IRC Chat" cmd="xchat" icon="xchat.png" term="false" snotify="true" />
- <separator/>
- <menu name="Accessories" icon="/usr/share/icons/Tango/16x16/categories/applications-accessories.png">
- <app name="Appfinder" cmd="xfce4-appfinder" icon="xfce4-appfinder" term="false" snotify="true" />
- <app name="Bulk Rename" cmd="/usr/lib/thunar/ThunarBulkRename" icon="Thunar" term="false" snotify="true" /> <app name="Calculator" cmd="gcalctool" icon="gnome-calculator" term="false" snotify="true" />
- <app name="Help" cmd="yelp" icon="gnome-help.png" term="false" snotify="true" /> <app name="Mousepad" cmd="mousepad" icon="mousepad" term="false" snotify="true" />
- <app name="Terminal" cmd="xfce4-terminal" icon="Terminal" term="false" snotify="true" /> <app name="Thunar File Manager" cmd="Thunar" icon="Thunar" term="false" snotify="true" />
- <app name="Xarchiver" cmd="xarchiver" icon="xarchiver.png" term="false" snotify="true" /> <app name="xCHM" cmd="xchm" icon="xchm-48" term="false" snotify="false" />
- </menu> <menu name="Graphics" icon="/usr/share/icons/Tango/16x16/categories/applications-graphics.png">
- <app name="Document Viewer" cmd="evince" icon="postscript-viewer.png" term="false" snotify="true" /> <app name="GIMP Image Editor" cmd="gimp-remote-2.2" icon="/usr/share/gimp/2.0/images/wilber-icon.png" term="false" snotify="true" />
- <app name="GQview" cmd="gqview" icon="gqview.png" term="false" snotify="false" />
- </menu>
- <menu name="Multimedia" icon="/usr/share/icons/Tango/16x16/categories/applications-multimedia.png">
- <app name="Audacious" cmd="audacious" icon="audacious.png" term="false" snotify="false" />
- <app name="gxine" cmd="gxine" icon="gxine" term="false" snotify="true" />
- <app name="MPlayer Movie Player" cmd="gmplayer" icon="mplayer.xpm" term="false" snotify="false" />
- <app name="RealPlayer 10" cmd="realplay" icon="realplay.png" term="false" snotify="false" />
- <app name="VLC media player" cmd="wxvlc" icon="vlc" term="false" snotify="false" />
- <app name="Xfmedia" cmd="xfmedia" icon="xfmedia" term="false" snotify="true" />
- <app name="XMMS" cmd="xmms" icon="xmms" term="false" snotify="false" />
- </menu>
- <menu name="Network" icon="/usr/share/icons/Tango/16x16/categories/applications-internet.png">
- <app name="ELinks" cmd="/usr/bin/elinks" icon="html" term="true" snotify="false" />
- <app name="FileZilla" cmd="filezilla" icon="filezilla.xpm" term="false" snotify="true" />
- <app name="Firefox Web Browser" cmd="firefox" icon="firefox.png" term="false" snotify="true" />
- <app name="GYachoO! Messenger" cmd="gyachoo" icon="gyachoo.png" term="false" snotify="false" />
- <app name="Linpopup" cmd="LinPopUp" icon="linpopup" term="false" snotify="false" />
- <app name="Opera" cmd="opera" icon="opera.png" term="false" snotify="false" />
- <app name="Pidgin Internet Messenger" cmd="pidgin" icon="pidgin" term="false" snotify="true" />
- <app name="XChat IRC" cmd="xchat" icon="xchat.png" term="false" snotify="true" />
- </menu>
- <menu name="Office" icon="/usr/share/icons/Tango/16x16/categories/applications-office.png">
- <app name="Adobe Reader" cmd="acroread" icon="AdobeReader.png" term="false" snotify="false" />
- <app name="Calendar" cmd="orage" icon="xfcalendar" term="false" snotify="true" />
- <app name="OpenOffice.org 2.3 Base" cmd="openoffice.org2.3" icon="openofficeorg23-base" term="false" snotify="false" />
- <app name="OpenOffice.org 2.3 Calc" cmd="openoffice.org2.3" icon="openofficeorg23-calc" term="false" snotify="false" />
- <app name="OpenOffice.org 2.3 Impress" cmd="openoffice.org2.3" icon="openofficeorg23-impress" term="false" snotify="false" />
- <app name="OpenOffice.org 2.3 Math" cmd="openoffice.org2.3" icon="openofficeorg23-math" term="false" snotify="false" />
- <app name="OpenOffice.org 2.3 Printer Administration" cmd="openoffice.org2.3-printeradmin" icon="openofficeorg23-printeradmin.png" term="false" snotify="false" />
- <app name="OpenOffice.org 2.3 Writer" cmd="openoffice.org2.3" icon="openofficeorg23-writer" term="false" snotify="false" /> </menu>
- <separator />
- <app name="About Xfce" cmd="xfce4-about" icon="gnome-info"/>
- <!--
- This will cause xfce4-session to quit, after first displaying a log-out
- dialog box. If xfce4-session isn't running, it will quit xfdesktop.
- -->
- </xfdesktop-menu>