/etc/X11/sapphire/menu/default-menu is in sapphire 0.15.8-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | menu(Sapphire 0.15.x)
{
include-menu-defs
submenu (terminals)
{
exec (xterm) {xterm -bg black -fg white}
exec (rxvt) {rxvt -bg black -fg white}
}
submenu (internet)
{
exec (netscape) {netscape}
exec (licq) {licq}
}
submenu (utilities)
{
submenu (editors)
{
exec (nedit) {nedit}
exec (xedit) {xedit}
exec (emacs) {emacs}
}
submenu (other)
{
exec (xload) {xload}
exec (xosview) {xosview}
exec (xclock) {xclock}
exec (xcalc) {xcalc}
}
}
submenu (fun)
{
exec (xeyes) {xeyes}
exec (xlogo) {xlogo}
}
submenu (themes)
{
theme (default) {/usr/share/sapphire/themes/default.theme}
theme (darkblue){/usr/share/sapphire/themes/darkblue.theme}
theme (slate) {/usr/share/sapphire/themes/slate.theme}
theme (rose) {/usr/share/sapphire/themes/rose.theme}
theme (gray) {/usr/share/sapphire/themes/gray.theme}
}
separator
reconfigure
restart
exit
}
|