Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#16
for the bootloader entry, give

Code: Select all

"gksu '$EDITOR /live/boot-dev/boot/syslinux/syslinux.cfg' &" 
a try.
Posts: 10
delix02
Joined: 07 Oct 2017
#17
BitJam wrote:
08 Oct 2017, 03:57
I think I fixed the edit excludes issue.  I was not able to easily fix the edit bootloader config because this works:

Code: Select all

sudo geany -i /live/boot-dev/boot/syslinux/syslinux.cfg
but this doesn't:

Code: Select all

gksu geany -i /live/boot-dev/boot/syslinux/syslinux.cfg
(use gksu instead of sudo)

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.
great - it works on my system, too.
Thanks for the fix and the explanation !!!!