#2680 closed defect (fixed)
d.mon: input file has incorrect dimensions
Reported by: | annakrat | Owned by: | martinl |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.0 |
Component: | Display | Version: | svn-trunk |
Keywords: | d.mon | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
I found two related problems with current d.mon.
- When I resize the d.mon window, and run a d.* command, I get error:
ERROR: Cairo: input file has incorrect dimensions: expected: 640x480 got: 861x480
- On Windows, this is even more interesting. I open wx0 monitor, run for example d.rast, so far good, but the second d command fails (but the window is still the same as when it opened):
ERROR: Cairo: input file has incorrect dimensions: expected: 640x480 got: 656x519
These dimensions in the error are the same when running d.mon with or without -x.
Change History (6)
comment:1 by , 10 years ago
Cc: | added |
---|---|
Milestone: | 7.0.1 → 7.1.0 |
Owner: | changed from | to
Status: | new → assigned |
follow-up: 3 comment:2 by , 10 years ago
comment:3 by , 10 years ago
Replying to martinl:
this issue should be fixed in r65303.
- On Windows, this is even more interesting. I open wx0 monitor, run for example d.rast, so far good, but the second d command fails (but the window is still the same as when it opened):
Let's wait for next build if it helps.
It seems to fix both issue.
comment:4 by , 10 years ago
Thanks for quick response, I am not able to test now, feel free to close it.
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I took liberty to close the ticket, feel free to close if needed.
Note:
See TracTickets
for help on using tickets.
Replying to annakrat:
this issue should be fixed in r65303.
Let's wait for next build if it helps.