Code: Select all
"gksu '$EDITOR /live/boot-dev/boot/syslinux/syslinux.cfg' &"
Code: Select all
"gksu '$EDITOR /live/boot-dev/boot/syslinux/syslinux.cfg' &"
great - it works on my system, too.BitJam wrote: ↑08 Oct 2017, 03:57I think I fixed the edit excludes issue. I was not able to easily fix the edit bootloader config because this works:but this doesn't:Code: Select all
sudo geany -i /live/boot-dev/boot/syslinux/syslinux.cfg
(use gksu instead of sudo)Code: Select all
gksu geany -i /live/boot-dev/boot/syslinux/syslinux.cfg
I think this is because part of that path is only readable by root. This was needed to make the Live-usb-storage feature work on fat-32 live-usbs. If we don't have an easy fix then I think we should just disable this entry.
I also added a -d (--debug) option which causes the file used by gtkdialog to be printed on the screen and not be run by gtkdialog.