Seems like someone forgot to consistently apply a change. Maybe the path
construction should be factored into a reusable lambda?
Details
Details
- Reviewers
hetzenecker aacid - Group Reviewers
Okular - Commits
- R223:c70485cd7442: use correct filepath
R223:f8f7a77fedc0: use correct filepath
R223:b25979121fd3: use correct filepath
Open Okular, open settings > configure Okular. Without the patch, you'll get a
"QFSFileEngine::open: No file name specified" warning, with the patch it
disappears. Note that there is also an unrelated "Illegal icon group: 7"
warning from KIconThemes, but I'm 99% certain that this is on KIconThemes doing
a bogus check in KIconEffect::apply, not on Okular
Diff Detail
Diff Detail
- Repository
- R223 Okular
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.