Skip to content

Szmelc-INC/XFCE-Additions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XFCE-Additions

Some XFCE Plugins & Additions for Entropy Linux


Menus

XFCE Application Menus

/etc/xdg/menus/
image

Example .menu file structure

<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
 "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
 <!-- EXAMPLE LAYOUT -->

<Menu>
  <Name>Menu Name</Name>
  <DefaultAppDirs/>
  <DefaultDirectoryDirs/>
  <!-- Example layout -->

  <Menu>
    <Name>Category Name</Name>
    <Include>
      <Category>Category</Category>	
      <Filename>Launcher-Name.desktop</Filename>
    </Include>
  </Menu>
</Menu>

Applications

Launcher .desktop files

/usr/share/applications/
image

Example .desktop file structure

[Desktop Entry]
Version=1.0
Type=Application
Name=Postinstall Manager
Comment=Simple post installation scripts in GUI manager.
Exec=./postinstall
Icon=dots
Path=/bin/postinstall.d
Terminal=false
StartupNotify=false
GenericName=Post Install Manager
Categories=System;Utility;Szmelc;

Directories

.directory files

/usr/share/desktop-directories \

Example .directory file structure

[Desktop Entry]
Type=Directory
Name=Szmelc
Icon=/usr/local/share/icons/entropy-logo.png

About

Some XFCE Plugins & Additions for Entropy Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published