Description: change the default locations for the icons from /usr/local/share/fookb to /usr/share/fookb. Author: Jeremy Sowden <[email protected]> Last-Update: 2019-10-04 Bug-Debian: https://bugs.debian.org/408162
--- a/params.h +++ b/params.h @@ -10,13 +10,13 @@ #define DEFAULTS_FILE "~/.fookb" -#define DEFAULT_ICON1 "/usr/local/share/fookb/lat.xpm" -#define DEFAULT_ICON2 "/usr/local/share/fookb/rus.xpm" -#define DEFAULT_ICON3 "/usr/local/share/fookb/3.xpm" -#define DEFAULT_ICON4 "/usr/local/share/fookb/4.xpm" -#define DEFAULT_ICON_BOOM "/usr/local/share/fookb/boom.xpm" +#define DEFAULT_ICON1 "/usr/share/fookb/lat.xpm" +#define DEFAULT_ICON2 "/usr/share/fookb/rus.xpm" +#define DEFAULT_ICON3 "/usr/share/fookb/3.xpm" +#define DEFAULT_ICON4 "/usr/share/fookb/4.xpm" +#define DEFAULT_ICON_BOOM "/usr/share/fookb/boom.xpm" #define DEFAULT_SOUND "Yes" -#define DEFAULT_COMMAND "/usr/bin/play /usr/local/share/fookb/beep_spring.au" +#define DEFAULT_COMMAND "/usr/bin/play /usr/share/fookb/beep_spring.au" char *read_param(char *);
signature.asc
Description: PGP signature

