]> git.pld-linux.org Git - packages/WindowMaker.git/blob - WindowMaker-wmconfig.patch
- added po-update patch, removed pl fixes from po patch
[packages/WindowMaker.git] / WindowMaker-wmconfig.patch
1 diff -Nur WindowMaker-0.80.1.orig/WindowMaker/menu WindowMaker-0.80.1/WindowMaker/menu
2 --- WindowMaker-0.80.1.orig/WindowMaker/menu    Tue Jul  2 02:30:25 2002
3 +++ WindowMaker-0.80.1/WindowMaker/menu Mon Jul 15 19:51:47 2002
4 @@ -116,49 +116,10 @@
5                 "Process List" EXEC xterm -e top
6                 "Manual Browser" EXEC xman
7         "Info" END
8 -       "Run..." SHEXEC %a(Run,Type command to run:)
9         "XTerm" EXEC xterm -sb 
10         "Rxvt" EXEC rxvt -bg black -fg white -fn fixed
11         "Workspaces" WORKSPACE_MENU
12 -       "Applications" MENU
13 -               "Graphics" MENU
14 -                       "Gimp" SHEXEC gimp >/dev/null
15 -                       "XV" EXEC xv
16 -                       "XPaint" EXEC xpaint
17 -                       "XFig" EXEC xfig
18 -               "Graphics" END
19 -               "X File Manager" EXEC xfm
20 -               "OffiX Files" EXEC files
21 -               "LyX" EXEC lyx
22 -               "Netscape" EXEC netscape 
23 -               "Ghostview" EXEC ghostview %a(GhostView,Enter file to view)
24 -               "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Enter PDF to view)
25 -               "TkDesk" EXEC tkdesk
26 -       "Applications" END
27 -       "Editors" MENU
28 -               "XFte" EXEC xfte
29 -               "XEmacs" EXEC xemacs
30 -               "Emacs" EXEC emacs
31 -               "XJed" EXEC xjed 
32 -               "NEdit" EXEC nedit
33 -               "Xedit" EXEC xedit
34 -               "VI" EXEC xterm -e vi
35 -       "Editors" END
36 -       "Miscellaneous" MENU
37 -               "Xmcd" SHEXEC xmcd 2> /dev/null
38 -               "Xplaycd" EXEC xplaycd
39 -               "Xmixer" EXEC xmixer
40 -       "Miscellaneous" END
41 -       "Utils" MENU
42 -               "Calculator" EXEC xcalc
43 -               "Window Properties" SHEXEC xprop | xmessage -center -title 'xprop' -file -
44 -               "Font Chooser" EXEC xfontsel
45 -               "Terminal Emulator" EXEC xminicom
46 -               "Magnify" EXEC xmag
47 -               "Colormap" EXEC xcmap
48 -               "XKill" EXEC xkill
49 -               "Clipboard" EXEC xclipboard
50 -       "Utils" END
51 +       "Applications" OPEN_MENU | wmconfig --output wmaker --rootmenu Applications 2>/dev/null
52  
53         "Selection" MENU
54                 "Copy" SHEXEC echo '%s' | wxcopy
55 diff -Nur WindowMaker-0.80.1.orig/WindowMaker/plmenu WindowMaker-0.80.1/WindowMaker/plmenu
56 --- WindowMaker-0.80.1.orig/WindowMaker/plmenu  Tue Jul  2 02:30:25 2002
57 +++ WindowMaker-0.80.1/WindowMaker/plmenu       Mon Jul 15 19:52:58 2002
58 @@ -11,46 +11,7 @@
59   ("XTerm", EXEC, "xterm -sb"),
60   ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"),
61   ("Workspaces", WORKSPACE_MENU),
62 - ("Applications",
63 -  ("Graphics",
64 -   ("Gimp", SHEXEC, "gimp >/dev/null"),
65 -   ("XV", EXEC, "xv"),
66 -   ("XPaint", EXEC, "xpaint"),
67 -   ("XFig", EXEC, "xfig")
68 -   ),
69 -  ("X File Manager", EXEC, "xfm"),
70 -  ("OffiX Files", EXEC, "files"),
71 -  ("LyX", EXEC, "lyx"),
72 -  ("Netscape", EXEC, "netscape"),
73 -  ("Ghostview", EXEC, "ghostview %a(Enter file to view)"),
74 -  ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)"),
75 -  ("TkDesk", EXEC, "tkdesk")
76 -  ),
77 - ("Editors",
78 -  ("XFte", EXEC, "xfte"),
79 -  ("XEmacs", EXEC, "xemacs"),
80 -  ("Emacs", EXEC, "emacs"),
81 -  ("XJed", EXEC, "xjed"),
82 -  ("NEdit", EXEC, "nedit"),
83 -  ("Xedit", EXEC, "xedit"),
84 -  ("VI", EXEC, "xterm -e vi")
85 -  ),
86 - ("Miscellaneous",
87 -  ("Xmcd", SHEXEC, "xmcd 2> /dev/null"),
88 -  ("Xplaycd", EXEC, "xplaycd"),
89 -  ("Xmixer", EXEC, "xmixer")
90 -  ),
91 - ("Utils",
92 -  ("Calculator", EXEC, "xcalc"),
93 -  ("Window Properties", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"),
94 -  ("Font Chooser", EXEC, "xfontsel"),
95 -  ("Terminal Emulator", EXEC, "xminicom"),
96 -  ("Magnify", EXEC, "xmag"),
97 -  ("Colormap", EXEC, "xcmap"),
98 -  ("XKill", EXEC, "xkill"),
99 -  ("ASClock", EXEC, "asclock -shape"),
100 -  ("Clipboard", EXEC, "xclipboard")
101 -  ),
102 + ("Applications", OPEN_MENU, "| wmconfig --output wmaker --rootmenu Applications 2>/dev/null "),
103   ("Selection",
104    ("Copy", SHEXEC, "echo '%s' | wxcopy"),
105    ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"),
This page took 0.043855 seconds and 3 git commands to generate.