Coder Social home page Coder Social logo

[Screenshot] When using "Capture an area of the screen" on a monitor not on topleft position (not 0,0 coordinates) you can't select area. about lximage-qt HOT 5 CLOSED

elviosak avatar elviosak commented on July 18, 2024
[Screenshot] When using "Capture an area of the screen" on a monitor not on topleft position (not 0,0 coordinates) you can't select area.

from lximage-qt.

Comments (5)

tsujan avatar tsujan commented on July 18, 2024

lximage-qt's screenshot code won't be developed and might be removed. See lximage-qt --help.

If you see the same problem in screengrab, please open an issue for it.

from lximage-qt.

elviosak avatar elviosak commented on July 18, 2024

If you see the same problem in screengrab, please open an issue for it.

Didn't know about Screengrab, it works fine there.

lximage-qt's screenshot code won't be developed and might be removed. See lximage-qt --help.

So no PR for it will be accepted? I have a quickfix for it, change:

setWindowState(windowState() | Qt::WindowFullScreen);

to:

  setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint);
  setGeometry(image.rect());

also, should data/lximage-qt-screenshot.desktop.in be removed if it's deprecated?

from lximage-qt.

tsujan avatar tsujan commented on July 18, 2024

So no PR for it will be accepted? I have a quickfix for it, change:

Some LXQt members think that the code should be removed; some others (me included) think that it can be left as it is but with a warning (as in --help). The first group is right in saying that screengrab is LXQt's screenshot utility and we shouldn't have parallel functionalities. The second group (I think Alf agreed with me) say that we shouldn't annoy users by removing what they've got used to.

Since you've found a simple fix for the problem, I see no reason why it shouldn't be merged.

also, should data/lximage-qt-screenshot.desktop.in be removed if it's deprecated?

Good idea! We could keep the code (for now) and remove lximage-qt-screenshot.desktop instead.

Would you please make 2 PRs, one for the fix and the other for removing the desktop entry? Sorry for the confusion!

from lximage-qt.

elviosak avatar elviosak commented on July 18, 2024

Would you please make 2 PRs, one for the fix and the other for removing the desktop entry? Sorry for the confusion!

Ok, done.

from lximage-qt.

tsujan avatar tsujan commented on July 18, 2024

Thanks!

from lximage-qt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.