| Summary: | sci-visualization/grace-5.1.22-r1: doesn't work with xdg-open under gnome and gedit | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dirk Goettel <dgoettel> |
| Component: | New packages | Assignee: | Gentoo Science Related Packages <sci> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | graphics+disabled |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
alternatively ebuild for gnome user
start-script used in alternate ebuild |
||
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. |
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