~ubuntu-branches/debian/sid/menu/sid

« back to all changes in this revision

Viewing changes to doc/BUGS

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2005-05-24 10:34:47 UTC
  • mfrom: (1.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050524103447-9zu50so5d0nte3o9
Tags: 2.1.24
* The "head or tail" release 
* Fix .menus typo in menufile.5. Closes: #306564. Thanks Sean Finney.
* Add Vietnamese menu messages and menu sections translations.
  Thanks Clytie Siddall. Closes: #307450, #308953.
* Update Esperanto menu sections translation. Thanks MJ Ray.
* Add Esperanto menu messages translation. Thanks MJ Ray.
* Unfuzzy Norwegian Bokmål menu messages translation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Reporting menu bugs
 
2
---------------------
 
3
 
 
4
If you are reporting a bug about the way menus are displayed, please
 
5
provide the name and version of the window manager (or menu manager)
 
6
you use. You can use the output of 
 
7
dpkg-query -l <window manager package name>
 
8
 
1
9
-----------------------
2
10
If you have a difficult to reproduce problem with install-menu
3
11
-----------------------
4
12
 
5
 
# cp /usr/share/doc/menu/examples/cat /etc/menu-methods/ 
6
 
# update-menus
 
13
# update-menus --stdout > /tmp/menu-stdin
7
14
# bzip2 /tmp/menu-stdin
8
15
# tar -cvf /tmp/tar.tar /tmp/menu-stdin.bz2 #and any other interesting file
9
 
# uuencode /tmp/tar.tar /tmp/tar.tar | mail -s tar.tar joostje@cistron.nl
 
16
# uuencode /tmp/tar.tar /tmp/tar.tar | mail -s tar.tar menu@packages.debian.org
10
17
 
11
18
If you want to try out a menu-method yourselve several times
12
19
(with minor changes etc), you can use the /tmp/menu-stdin file
14
21
 
15
22
/etc/menu-methods/my_wm < /tmp/menu-stdin
16
23
 
17
 
-----------------------
18
 
buttonbars:
19
 
-----------------------
20
 
  
21
 
Yeah, something like a tak "buttonbarpriority=0--99" added to every
22
 
menuentry, where buttonbarpriority=0 means that this entry is absolutely
23
 
useless in the buttonbar, while buttonbarpriority=99 means that this
24
 
menuentry really should be in the buttonbar on every debian computer
25
 
(I'm assuming neighter priority will be used in reality, if this ever
26
 
is implemented).
27
 
 
28
 
Then the file /etc/menu-methods/menu.h could have something like
29
 
  buttonbarentries=8
30
 
in it, suggesting that menu should create buttonbar entries for the
31
 
8 highest priority buttonbar entries. (These numbers can then easily
32
 
be overruled in user files in ~/.menu-methods/* or whatever).
33
 
 
34
 
Thinking about this, this might actually be doable -- but I don't forsee
35
 
any spare time comming up in my life soon, so it will take some time
36
 
 
37
 
(note that the subject of buttonbars and menus has come up quite
38
 
frequently on debian-devel).
 
24