GNU gv - Tasks: task #8675, speed up gv response time on macos...
You are not allowed to post comments on this tracker with your current authentication level.
task #8675: speed up gv response time on macos when X is not running
Submitter: | Markus Steinborn <msteinbo> | ||
Submitted: | Sat 27 Sep 2008 06:55:42 AM UTC | ||
Should Start On: | Sat 27 Sep 2008 12:00:00 AM UTC | Should be Finished on: | Sat 27 Sep 2008 12:00:00 AM UTC |
Category: | None | Priority: | 2 |
Status: | Postponed | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2008-09-27 | msteinbo | Carbon-Copy | - | ![]() |
Added -email is unavailable- |
Ryan Schmidt noticed when gv is run when there is no X server running (e.g. on Mac OS X Tiger when X11.app is not open), it takes 6 seconds to tell me anything. For
example:
$ time gv --version
gv 3.6.6
real 0m6.013s
user 0m0.003s
sys 0m0.009s
$ time gv
gv: Unable to open the display.
real 0m6.013s
user 0m0.003s
sys 0m0.009s
$
If I run those commands when X11.app is open, they react instantly.
This should be caused by the timeout of X11 on MacOS, but I currently have no idea what resp. should can be done.