Subdomain Posts
None | 229 days ago
None | 327 days ago
None | 407 days ago
None | 408 days ago
None | 683 days ago
Bash | 691 days ago
None | 705 days ago
None | 786 days ago
Bash | 840 days ago
None | 845 days ago
Recent Posts
None | 6 sec ago
None | 1 min ago
None | 1 min ago
None | 2 min ago
None | 2 min ago
None | 2 min ago
None | 2 min ago
None | 2 min ago
None | 2 min ago
None | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By slashdotfx - xfce menu on the 24th of Jan 2008 11:26:25 PM Download | Raw | Embed | Report
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE xfdesktop-menu>
  3.  
  4. <!--
  5.      Explanantion of Xfce 4 menu file:
  6.      =================================
  7.      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
  8.      edit this manually; check out xfce4-menueditor instead.-->  
  9. <!-- Obviously, this is how you make a comment ;-) -->
  10. <!--
  11.   + Everything is between exactly one pair of
  12.     <xfdesktop-menu></xfdesktop-menu> tags.  + Applications:
  13.     <app name="Name in menu" cmd="Command to run" term="false"
  14.          icon="iconfile"  snotify="false" visible="true" />
  15.     The 'term' attribute determines if the program needs a terminal to run,
  16.     and 'snotify' sets whether or not the program supports startup
  17.     notification.  You can set an icon to be displayed next to the item with
  18.     the 'icon' attribute.  Only 'name' and 'cmd' are required.
  19.  
  20.   + Separators:
  21.     <separator visible="true" />
  22.     Creates a horizontal separator.  The 'visible' attribute is optional.
  23.  
  24.   + Submenus:
  25.     <menu name="Name in menu" icon="iconfile" visible="true"></menu>
  26.     Only 'name' is required, but you can also set an icon to be displayed using
  27.     the 'icon' attribute.  Between the menu tags you can define more
  28.     applications, separators and menus.
  29.  
  30.   + Titles
  31.     <title name="Name in menu" icon="iconfile" visible="true" />
  32.     Creates an insensitive menu title.  You can even add an optional icon to
  33.     the title if you'd like.
  34.  
  35.   + Including other files:
  36.     <include type="file" src="menu2.xml" visible="true" />
  37.     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.
  38.   + Including an autogenerated system menu:
  39.     <include type="system" style="simple" unique="true" visible="true" />    Includes a system menu.  style can be "simple" or "multilevel".  If unique
  40.     is set to "false", multiple menu items will be generated if the app    appears in multiple categories.
  41. -->
  42. <xfdesktop-menu>        <!--
  43.           The next line includes the autogenerated menu at the current level.  If
  44.           you want, you can put this in its own submenu.
  45.         -->
  46.         <!-- <include type="system" style="simple" unique="true"/> -->
  47.  
  48.         <!--
  49.           Uncomment the following line (and comment the above) if you would rather
  50.           include a separate menu file instead of using the autogenerated menu.
  51.         -->
  52.         <!-- <include type="file" src="menu2.xml"/> -->
  53.  
  54.         <title name="Warnet HappyNet" visible="true" />
  55.     <separator/>
  56.                 <app name="File Explorer" cmd="Thunar" icon="Thunar" term="false" snotify="true" />
  57.                 <app name="Notepad" cmd="mousepad" icon="mousepad" term="false" snotify="true" />
  58.                 <app name="WinAMP" cmd="xmms" icon="xmms" term="false" snotify="false" />
  59.                 <app name="Media Player" cmd="wxvlc" icon="vlc" term="false" snotify="false" />
  60.                 <app name="Firefox" cmd="firefox" icon="firefox.png" term="false" snotify="true" />
  61.                 <app name="Opera" cmd="opera" icon="opera.png" term="false" snotify="false" />
  62.                 <app name="Yahoo! Messenger" cmd="pidgin-script" icon="im-yahoo.png" term="false" snotify="false" />
  63.                 <app name="IRC Chat" cmd="xchat" icon="xchat.png" term="false" snotify="true" />
  64.     <separator/>
  65.         <menu name="Accessories" icon="/usr/share/icons/Tango/16x16/categories/applications-accessories.png">
  66.                 <app name="Appfinder" cmd="xfce4-appfinder" icon="xfce4-appfinder" term="false" snotify="true" />
  67.                 <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" />
  68.                 <app name="Help" cmd="yelp" icon="gnome-help.png" term="false" snotify="true" />                <app name="Mousepad" cmd="mousepad" icon="mousepad" term="false" snotify="true" />
  69.                 <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" />
  70.                 <app name="Xarchiver" cmd="xarchiver" icon="xarchiver.png" term="false" snotify="true" />                <app name="xCHM" cmd="xchm" icon="xchm-48" term="false" snotify="false" />
  71.         </menu>        <menu name="Graphics" icon="/usr/share/icons/Tango/16x16/categories/applications-graphics.png">
  72.                 <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" />
  73.                 <app name="GQview" cmd="gqview" icon="gqview.png" term="false" snotify="false" />
  74.         </menu>
  75.         <menu name="Multimedia" icon="/usr/share/icons/Tango/16x16/categories/applications-multimedia.png">
  76.                 <app name="Audacious" cmd="audacious" icon="audacious.png" term="false" snotify="false" />
  77.                 <app name="gxine" cmd="gxine" icon="gxine" term="false" snotify="true" />
  78.                 <app name="MPlayer Movie Player" cmd="gmplayer" icon="mplayer.xpm" term="false" snotify="false" />
  79.                 <app name="RealPlayer 10" cmd="realplay" icon="realplay.png" term="false" snotify="false" />
  80.                 <app name="VLC media player" cmd="wxvlc" icon="vlc" term="false" snotify="false" />
  81.                 <app name="Xfmedia" cmd="xfmedia" icon="xfmedia" term="false" snotify="true" />
  82.                 <app name="XMMS" cmd="xmms" icon="xmms" term="false" snotify="false" />
  83.         </menu>
  84.         <menu name="Network" icon="/usr/share/icons/Tango/16x16/categories/applications-internet.png">
  85.                 <app name="ELinks" cmd="/usr/bin/elinks" icon="html" term="true" snotify="false" />
  86.                 <app name="FileZilla" cmd="filezilla" icon="filezilla.xpm" term="false" snotify="true" />
  87.                 <app name="Firefox Web Browser" cmd="firefox" icon="firefox.png" term="false" snotify="true" />
  88.                 <app name="GYachoO! Messenger" cmd="gyachoo" icon="gyachoo.png" term="false" snotify="false" />
  89.                 <app name="Linpopup" cmd="LinPopUp" icon="linpopup" term="false" snotify="false" />
  90.                 <app name="Opera" cmd="opera" icon="opera.png" term="false" snotify="false" />
  91.                 <app name="Pidgin Internet Messenger" cmd="pidgin" icon="pidgin" term="false" snotify="true" />
  92.                 <app name="XChat IRC" cmd="xchat" icon="xchat.png" term="false" snotify="true" />
  93.         </menu>
  94.         <menu name="Office" icon="/usr/share/icons/Tango/16x16/categories/applications-office.png">
  95.                 <app name="Adobe Reader" cmd="acroread" icon="AdobeReader.png" term="false" snotify="false" />
  96.                 <app name="Calendar" cmd="orage" icon="xfcalendar" term="false" snotify="true" />
  97.                 <app name="OpenOffice.org 2.3 Base" cmd="openoffice.org2.3" icon="openofficeorg23-base" term="false" snotify="false" />
  98.                 <app name="OpenOffice.org 2.3 Calc" cmd="openoffice.org2.3" icon="openofficeorg23-calc" term="false" snotify="false" />
  99.                 <app name="OpenOffice.org 2.3 Impress" cmd="openoffice.org2.3" icon="openofficeorg23-impress" term="false" snotify="false" />  
  100.                 <app name="OpenOffice.org 2.3 Math" cmd="openoffice.org2.3" icon="openofficeorg23-math" term="false" snotify="false" />
  101.                 <app name="OpenOffice.org 2.3 Printer Administration" cmd="openoffice.org2.3-printeradmin" icon="openofficeorg23-printeradmin.png" term="false" snotify="false" />
  102.                 <app name="OpenOffice.org 2.3 Writer" cmd="openoffice.org2.3" icon="openofficeorg23-writer" term="false" snotify="false" />        </menu>
  103.  
  104.         <separator />
  105.     <app name="About Xfce" cmd="xfce4-about" icon="gnome-info"/>
  106.     <!--
  107.       This will cause xfce4-session to quit, after first displaying a log-out
  108.       dialog box.  If xfce4-session isn't running, it will quit xfdesktop.
  109.     -->
  110.  
  111. </xfdesktop-menu>
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: