snipp... --enable-grace-home=/usr/share/${PN} \ --with-helpviewer="xdg-open %s" \ --with-editor="xdg-open %s" \ --with-printcmd="lpr" \ $(use_with fftw) \ In Gnome xdg-open starts gedit in background and this doesn't work for me. I must xmgrace start like this GRACE_EDITOR="gedit" LC_ALL="${LC_ALL:0:5}" /usr/bin/xmgrace Reproducible: Always
Created attachment 175988 [details] alternatively ebuild for gnome user
Created attachment 175993 [details] start-script used in alternate ebuild Start xmgrace with gedit and new localization GRACE_EDITOR="gedit" LC_ALL="${LC_ALL:0:5}" /usr/bin/xmgrace
Hi, Thanks for reporting. The solution you proposed doesn't help for non gedit users. Would adding something simple like "export GRACE_EDITOR=gedit" in your .bashrc help?
No answer for 11 month.
Hi (In reply to comment #3) > > Thanks for reporting. > The solution you proposed doesn't help for non gedit users. > Would adding something simple like "export GRACE_EDITOR=gedit" in your .bashrc > help? Yes, "export GRACE_EDITOR=gedit" in my .bashrc works fine.