blob: 2f1c2803227e2570a82ad7a99df6c8899a739a98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Reporting menu bugs
---------------------
If you are reporting a bug about the way menus are displayed, please
provide the name and version of the window manager (or menu manager)
you use. You can use the output of
dpkg-query -l <window manager package name>
-----------------------
If you have a difficult to reproduce problem with install-menu
-----------------------
# update-menus --stdout > /tmp/menu-stdin
# bzip2 /tmp/menu-stdin
# tar -cvf /tmp/tar.tar /tmp/menu-stdin.bz2 #and any other interesting file
# uuencode /tmp/tar.tar /tmp/tar.tar | mail -s tar.tar menu@packages.debian.org
If you want to try out a menu-method yourselve several times
(with minor changes etc), you can use the /tmp/menu-stdin file
this way to start your menu-method without starting update-menus:
/etc/menu-methods/my_wm < /tmp/menu-stdin
|