鼻屎有臭味是什么原因
Current License: CC BY-SA 4.0
10 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jun 8, 2018 at 18:57 | answer | added | dave | timeline score: 1 | |
Jun 6, 2018 at 5:29 | comment | added | Michael Mrozek |
Based on that ps output, pcmanfm is passing a URL to kate instead of a filename. %20 is a URL-encoded space, and the file protocol lets you access local files -- if you went to file:///home/knoppix/my%20notes in a browser it would work. Kate is a text editor and doesn't understand URLs. It's likely that pcmanfm is passing URLs regardless of application; it happens that Leafpad can handle them and open the file normally. You need to figure out why pcmanfm is using URLs. How are you setting the launch app? You might try a custom command-line and set it to /usr/bin/kate %f
|
|
Jun 6, 2018 at 5:11 | history | edited | Michael Mrozek | CC BY-SA 4.0 |
Merge OP answer edit into question
|
Jun 6, 2018 at 4:40 | history | tweeted | twitter.com/StackUnix/status/1004221459294834688 | ||
Jun 5, 2018 at 20:39 | history | edited | GAD3R | CC BY-SA 4.0 |
edited body
|
Jun 4, 2018 at 20:30 | comment | added | sourcejedi |
you could also check the .desktop file for kate or org.kde.kate , in /usr/share/applications , and compare the Exec= line with the "field codes" here: standards.freedesktop.org/desktop-entry-spec/latest/…
|
|
Jun 4, 2018 at 20:26 | comment | added | sourcejedi |
hint: can you see the full command-line passed to kate , if you run the command ps -ax in a terminal while kate is still running? (Close any existing kate windows before double-clicking the file. The recently started processes will be at the end of the ps output).
|
|
Jun 4, 2018 at 20:26 | comment | added | derwana | I don't know why it replaces it but hex20 is the ascii code for SPACE. | |
Jun 4, 2018 at 20:03 | review | First posts | |||
Jun 4, 2018 at 21:09 | |||||
Jun 4, 2018 at 20:01 | history | asked | dave | CC BY-SA 4.0 |