/usr/share/menu/rxvt-unicode is in rxvt-unicode 9.19-1.
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 | ?package(rxvt-unicode):needs="x11" \
section="Applications/Terminal Emulators" \
longtitle="Rxvt-Unicode: terminal emulator for X" title="Rxvt-Unicode"\
command="urxvt" \
icon="/usr/share/pixmaps/urxvt.xpm" \
icon16x16="/usr/share/pixmaps/urxvt_16x16.xpm" \
icon32x32="/usr/share/pixmaps/urxvt_32x32.xpm"
?package(rxvt-unicode):needs="x11" \
section="Applications/Terminal Emulators" \
longtitle="Rxvt-Unicode: terminal emulator for X" \
title="Rxvt-Unicode (Black, Xft)" \
command="urxvt -fn \"xft:Mono\" -rv" \
icon="/usr/share/pixmaps/urxvt.xpm" \
icon16x16="/usr/share/pixmaps/urxvt_16x16.xpm" \
icon32x32="/usr/share/pixmaps/urxvt_32x32.xpm"
|