| Summary: | gwenview is can't load current directory with %U | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | ferweer <gyrlgith> |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 19.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ferweer
2020-04-01 14:29:55 UTC
Are you actually running `gwenview %U`? Or giving it a real path, like `gwenview /home/` ? (In reply to Nate Graham from comment #1) > Are you actually running `gwenview %U`? Or giving it a real path, like > `gwenview /home/` ? thanks, i use shell script > .sh this sh in code hear #!/bin/bash gwenview %U& run this shell script example in ./documents you can get error. but can see file view. That's not going to work. :) %U is a special symbol in .desktop files that gets replaced with a space-separated list of URLs. For your purpose, you need to pass the list of URLs yourself, or in the script. (In reply to Nate Graham from comment #3) > That's not going to work. :) %U is a special symbol in .desktop files that > gets replaced with a space-separated list of URLs. For your purpose, you > need to pass the list of URLs yourself, or in the script. thanks. i changed script. gwenview ./* & |