Summary: | Error running inkscape through the commandline in kate | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Ryan <jryan.daniels> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | christoph, waqar.17a |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Snap | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ryan
2024-11-07 09:09:35 UTC
If you launch Kate from terminal, and then launch Inkscape from Kate's terminal does it work? I suspect you are launching Kate from GUI launcher and it doesn't have the proper enviornment set (In reply to Waqar Ahmed from comment #1) > If you launch Kate from terminal, and then launch Inkscape from Kate's > terminal does it work? I suspect you are launching Kate from GUI launcher > and it doesn't have the proper enviornment set Hello Waqar Thank you for the response. I tested and it does not change the outcome. Here is what I tried using kitty and foot terminal to launch kate. ``` kate ``` : The session launch screen pops up asking what session to launch. I select a session and then run inkscape in the konsole. Same error message as the original description. ``` kate -n ``` : The session launch screen pops up asking what session to launch. I select a session and then run inkscape in the konsole. Same error message as the original description. ``` kate --new ``` : The session launch screen pops up asking what session to launch. I select a session and then run inkscape in the konsole. Same error message as the original description. ``` kate --start <session_name> ``` : The requested session is started and then I run inkscape in the konsole. Same error message as the original description. Ryan Then maybe its because you are using the snap package. Nothing we(kate) can do about I think. Yeah, I don't see how that can properly work in a container. Don't see that we can fix that, this is the drawback of containers. |