Package: isomaster Version: 1.3.9-2 Severity: normal Tags: patch Hi,
Currently, the default browser for isomaster is firefox and the default editor is mousepad. If these were changed to sensible-browser and sensible-editor respectively, the defaults would work regardless of which packages the user has installed. I have provided a patch which changes the defaults, but before you upload you should probably remove the mousepad dependency. Yours sincerely, Riley Baird -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
Description: Adopt sensible-tools in place of mousepad and firefox sensible-editor and sensible-browser do not require any particular editor or browser to be installed, instead choosing one that the user has on their system. Forwarded: not-needed Author: Riley Baird <bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch> Index: isomaster-1.3.9/Makefile =================================================================== --- isomaster-1.3.9.orig/Makefile +++ isomaster-1.3.9/Makefile @@ -25,11 +25,11 @@ DESKTOPPATH ?= $(PREFIX)/share/applicati # The default editor for files from the image. Users can change this. I # recommend you set it to a graphical text editor that is likely to be # installed by default on your distribution. -DEFAULT_EDITOR ?= mousepad +DEFAULT_EDITOR ?= sensible-editor # The default viewer for files from the image. I recommend you make it # a web browser because it can display the widest range of files. -DEFAULT_VIEWER ?= firefox +DEFAULT_VIEWER ?= sensible-broswer # To disable i18n completely, uncomment the following line # or define WITHOUT_NLS somewhere else.