Summary: | okular --unique *does* raise its existing window | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Thomas Weißschuh <thomas> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | aacid, thomas |
Priority: | NOR | ||
Version: | 0.16.60 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/okular/618e320a77106a96cf11fb59d1cec7b303aa177b | Version Fixed In: | 4.11.0 |
Sentry Crash Report: |
Description
Thomas Weißschuh
2013-02-20 20:06:37 UTC
You are asking me to revert what we did because someone asked me to do what i did. How do we solve this? A --noraise param? I certainly do not want you to plain revert it. After all there is a usecase for the current behaviour. I only wanted to make you aware of a usecase for the behaviour before the change. A --noraise param would be perfect. Git commit 618e320a77106a96cf11fb59d1cec7b303aa177b by Albert Astals Cid, on behalf of Tomáš Poledný. Committed on 09/03/2013 at 16:34. Pushed by aacid into branch 'master'. Add command line argument noraise This path add new command line argument noraise. Window will not be raised with argument noraise. I tried: okular okular -noraise okular -noraise file_exist.pdf okular -noraise file_not_exist okular https://bugs.freedesktop.org/attachment.cgi?id=46889 --noraise okular https://nonexisturl --noraise okular -unique -noraise file_exist.pdf okular -unique -noraise file_exist.pdf && okular -unique file_exist2.pdf okular -unique -noraise file_exist.pdf file_exist2.pdf okular -unique file.pdf && okular -unique -noraise file2.pdf okular -unique -noraise file.pdf && okular -unique file2.pdf REVIEW: 109363 FIXED-IN: 4.11.0 M +4 -1 shell/main.cpp M +5 -0 shell/shell.cpp http://commits.kde.org/okular/618e320a77106a96cf11fb59d1cec7b303aa177b |