/etc/xara.config is in xara-gtk 1.0.30.
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 | (* System-wide default configuration file for Xara *)
xara {
database {
paths: [("/var/lib/dpkg/", "^available$");
("/var/lib/apt/lists/", "_Packages$");
("/var/lib/apt/lists/", "_Sources$");
("/var/lib/dpkg/", "^status$")]
}
commands {
run_interactive_command: "/etc/alternatives/x-terminal-emulator -e /usr/bin/sudo ${COMMAND}"
install: "/usr/bin/apt-get install ${PACKAGE}=${VERSION}"
remove: "/usr/bin/apt-get remove ${PACKAGE}=${VERSION}"
update: "/usr/bin/apt-get update"
upgrade: "/usr/bin/apt-get upgrade"
dist_upgrade: "/usr/bin/apt-get dist-upgrade"
print: "/usr/bin/a2ps -q"
}
}
|