I chose the Xfce graphical environment for the following reasons:
You might ask: why not build over Xubuntu? After looking at what is in Xubuntu, I decided against using Xubuntu as a backbone: some packages are really not needed while other are a better fit to a virtual machine or a frugal distro. Priority No.1: build a unique GDM theme for Impilo to get rid of any Xubuntu look and feel…
The file named xfcegui_module.txt
has the entire list of packages selected for creating the graphical user experience. Its content gets its inspiration from the ''xfce4'',''xfce4-goodies'' and ''xubuntu-desktop'' virtual packages. Of course, its content will evolve according to Ubuntu version and user feedback:
Impilo Versions |
---|
Impilo 10.04 |
Impilo 8.04 |
In addition, we are planning to add an even more frugal GUI environment. Among the candidates:
The goal is to create a menu called Impilo
, containing a single level of sub-menus:
--SEPARATOR-- Impilo ---------> General purpose tools |-> Statistical analysis |-> Image analysis |-> Sequencing tools |-> Phylogeny - Analysis |-> Phylogeny - Trees |-> Multiple sequence alignements |-> Transcriptomics \-> 2D/3D molecule analysis --SEPARATOR--
Before Xfce 4.6, we could used a tool called xfce4-menueditor
to manipulate both structure and content of the menus in Xfce4. Ad of Xfce 4.6, this tool is now dead since Xfce 4.6 adheres to the Freedesktop.org specifications for menu content. The method to modify the menus is now done according to this recipe (inspired by this page and the freedesktop's standards):
/etc/xdg/menus
, you will find a file called xfce-applications.menu
. This file needs to be modified so that we can include an Impilo
sub-menu like this:More to come...
*.directory
files that we have to invoke in the xfce-applications.menu
. Under /usr/share/desktop-directories
, let's create the following files:More to come...