This file is indexed.

/usr/lib/gdesklets/main/remotecommands.py is in gdesklets 0.36.1-5.

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
COMMAND_OPEN_DISPLAY = "open display"
COMMAND_OPEN_DISPLAY_WITH_ID = "open display with id"
COMMAND_OPEN_PLUG = "open plug"
COMMAND_CLOSE_DISPLAY = "close display"
COMMAND_SHUTDOWN = "shutdown"
COMMAND_DISPLAYS = "displays"
COMMAND_DISPLAY_LIST = "display list"
COMMAND_GEOMETRY = "geometry"
COMMAND_SET_REMOVE_COMMAND = "set remove command"
COMMAND_VERSION = "version"
COMMAND_ABOUT = "about"
COMMAND_CONFIGURE = "configure"