| 1 |
liquidx |
1.1 |
GLEP: 16
|
| 2 |
|
|
Title: Gentoo Menu System
|
| 3 |
g2boojum |
1.2 |
Version: $Revision: 1.2 $
|
| 4 |
|
|
Last-Modified: $Date: 2003/10/04 13:51:00 $
|
| 5 |
liquidx |
1.1 |
Author: Heinrich Wendel <lanius@gentoo.org>,
|
| 6 |
|
|
Status: Draft
|
| 7 |
|
|
Type: Standards Track
|
| 8 |
|
|
Content-Type: text/x-rst
|
| 9 |
|
|
Created: 09-Sep-2003
|
| 10 |
g2boojum |
1.2 |
Post-History: 04-Oct-2003, 11-Oct-2003
|
| 11 |
liquidx |
1.1 |
|
| 12 |
|
|
Definitions
|
| 13 |
|
|
============
|
| 14 |
|
|
|
| 15 |
|
|
*APP*
|
| 16 |
|
|
A graphical application that should be listed in the menus.
|
| 17 |
|
|
*WM*
|
| 18 |
|
|
A program containing a menu manager (i.e. a program that can display a menu, e.g. a windowmanager).
|
| 19 |
|
|
|
| 20 |
|
|
|
| 21 |
|
|
|
| 22 |
|
|
Abstract
|
| 23 |
|
|
========
|
| 24 |
|
|
|
| 25 |
|
|
This GLEP handles a proposal for the following two goals:
|
| 26 |
|
|
|
| 27 |
|
|
* Create a common menu layout, which would be independent of the WM.
|
| 28 |
g2boojum |
1.2 |
This point is quite important for those people who use more than one WM.
|
| 29 |
liquidx |
1.1 |
* Provide a common way to add applications to the menus.
|
| 30 |
|
|
|
| 31 |
|
|
|
| 32 |
|
|
|
| 33 |
|
|
Motivation
|
| 34 |
|
|
==========
|
| 35 |
|
|
|
| 36 |
|
|
GNOME, KDE, Fluxbox, to name only a few, have all their own ways of handling
|
| 37 |
|
|
menus. There have been several requests [1]_ [2]_ [3]_ [4]_ [5]_ [6]_ from
|
| 38 |
|
|
users to streamline these menus. Furthermore there are several bug reports
|
| 39 |
|
|
about applications not having a menu entry [7]_, but since there is not
|
| 40 |
|
|
standard way to create such an entry, they are just sitting around in
|
| 41 |
|
|
bugzilla.
|
| 42 |
|
|
|
| 43 |
|
|
|
| 44 |
|
|
|
| 45 |
|
|
Rationale
|
| 46 |
|
|
=========
|
| 47 |
|
|
|
| 48 |
|
|
The idea of a common menu system is not new to the Linux world, every big
|
| 49 |
|
|
distribution (Debian, Mandrake, RedHat, Suse) has such a system. The big DE's,
|
| 50 |
g2boojum |
1.2 |
KDE and GNOME, with the help of freedesktop.org [8]_, are also trying to
|
| 51 |
liquidx |
1.1 |
implement one standard. That will most likely happen in GNOME 2.6 and KDE 3.2
|
| 52 |
|
|
(Currently they are only implementing different versions of the
|
| 53 |
|
|
desktop-entry-spec, but interpreting it in an incompatible way). But there
|
| 54 |
g2boojum |
1.2 |
are still many other WM's that currently don't support these specs. So we are
|
| 55 |
|
|
trying to base our work on the specifications GNOME and KDE are going to use.
|
| 56 |
|
|
(These are no official standards but evolving specifications). This has the
|
| 57 |
|
|
following advantages:
|
| 58 |
liquidx |
1.1 |
|
| 59 |
|
|
* follow specified standards
|
| 60 |
|
|
* i18n support
|
| 61 |
|
|
* provide the necessary flexibility and modularity
|
| 62 |
|
|
* integrate with small changes to our ebuildtree.
|
| 63 |
|
|
* support for per system and per user menus
|
| 64 |
|
|
|
| 65 |
|
|
|
| 66 |
|
|
|
| 67 |
|
|
Specification
|
| 68 |
|
|
=============
|
| 69 |
|
|
|
| 70 |
g2boojum |
1.2 |
We are trying to follow these specifications:
|
| 71 |
liquidx |
1.1 |
|
| 72 |
g2boojum |
1.2 |
* Desktop Entry Specification [9]_
|
| 73 |
|
|
* Menu Specification [10]_
|
| 74 |
|
|
* Icon Theme Specification [11]_
|
| 75 |
|
|
|
| 76 |
|
|
There are two libraries that offer an API to these specifications:
|
| 77 |
|
|
|
| 78 |
|
|
* PyXDG [12]_ (written in python)
|
| 79 |
|
|
* Desktop File Utils [13]_ (written in C)
|
| 80 |
|
|
|
| 81 |
|
|
Our goal is to patch the WM's with the help of these libraries to support the
|
| 82 |
|
|
specifications. APP's then only have to install a .desktop entry [9]_ and
|
| 83 |
|
|
optionally an icon and will be listened in all menus. This installation could
|
| 84 |
|
|
easily be done by two portage commands (domenu, doicon). Additionaly we
|
| 85 |
|
|
should provide a reference menu layout and icon theme and add a function to
|
| 86 |
|
|
repoman to validate .desktop files.
|
| 87 |
liquidx |
1.1 |
|
| 88 |
|
|
|
| 89 |
|
|
|
| 90 |
|
|
Credits
|
| 91 |
|
|
=======
|
| 92 |
|
|
|
| 93 |
g2boojum |
1.2 |
Based on suggestions from former discussions on the gentoo bugzilla,
|
| 94 |
|
|
mailinglists and forums.
|
| 95 |
liquidx |
1.1 |
|
| 96 |
|
|
|
| 97 |
|
|
|
| 98 |
|
|
References
|
| 99 |
|
|
==========
|
| 100 |
|
|
|
| 101 |
|
|
.. [1] http://bugs.gentoo.org/show_bug.cgi?id=5510
|
| 102 |
|
|
.. [2] http://bugs.gentoo.org/show_bug.cgi?id=10429
|
| 103 |
|
|
.. [3] http://bugs.gentoo.org/show_bug.cgi?id=4884
|
| 104 |
|
|
.. [4] http://bugs.gentoo.org/show_bug.cgi?id=25797
|
| 105 |
|
|
.. [5] http://forums.gentoo.org/viewtopic.php?t=66754
|
| 106 |
|
|
.. [6] http://forums.gentoo.org/viewtopic.php?p=263106#263106
|
| 107 |
|
|
.. [7] http://bugs.gentoo.org/show_bug.cgi?id=25756
|
| 108 |
|
|
.. [8] http://www.freedesktop.org
|
| 109 |
|
|
.. [9] Desktop Entry Specification
|
| 110 |
|
|
[http://www.freedesktop.org/standards/desktop-entry-spec/0.9.4/]
|
| 111 |
|
|
.. [10] Menu Specification
|
| 112 |
g2boojum |
1.2 |
[http://www.freedesktop.org/standards/menu-spec/0.8/]
|
| 113 |
liquidx |
1.1 |
.. [11] Icon Theme Specification
|
| 114 |
|
|
[http://www.freedesktop.org/standards/icon-theme-spec/0.7/]
|
| 115 |
g2boojum |
1.2 |
.. [12] PyXDG
|
| 116 |
|
|
[http://www.freedesktop.org/software/pyxg]
|
| 117 |
|
|
.. [13] Desktop File Utils
|
| 118 |
|
|
[http://www.freedesktop.org/software/desktop-file-utils]
|
| 119 |
liquidx |
1.1 |
|
| 120 |
|
|
|
| 121 |
|
|
|
| 122 |
|
|
Copyright
|
| 123 |
|
|
=========
|
| 124 |
|
|
|
| 125 |
|
|
This document has been placed in the public domain.
|