Search found 4 matches

by ernetas
2012-11-28T07:04:58-07:00
Forum: Bugs
Topic: import does not work with right click menus
Replies: 7
Views: 8359

Re: import does not work with right click menus

magick wrote:ImageMagick utilizes the X11 API for screen shots. Some information may not be defined to X11. Other programs may grab the information directly from the framebuffer where it is.
So wouldn't it be better to utilise framebuffer and get more functions?
by ernetas
2012-11-28T01:05:55-07:00
Forum: Bugs
Topic: import does not work with right click menus
Replies: 7
Views: 8359

Re: import does not work with right click menus

This is not a bug in Imagemagick, but in how the X window system operates. Some applications create menus by 'grabbing the mouse pointer' for its private use. While in this state "import" can not do anything, In fact no other application can do anything until either the application frees ...
by ernetas
2012-10-04T06:59:58-07:00
Forum: Bugs
Topic: import does not work with right click menus
Replies: 7
Views: 8359

import does not work with right click menus

import command from imagemagick package cannot grab a screenshot when there is an active right click menu. I'm using newest software I can: Fluxbox 1.3.2 Transmission 2.71 Imagemagick 6.7.9.8 Steps to reproduce: 1. Launch Transmission and xterm. 2. Run "sleep 2; import screenshot.jpg" and ...