Giter VIP home page Giter VIP logo

Comments (25)

adriah avatar adriah commented on July 29, 2024

What OS do you use?

from screencloud.

Jeckerson avatar Jeckerson commented on July 29, 2024

Windows 8.0

from screencloud.

adriah avatar adriah commented on July 29, 2024

Auch.... Install gentoo!!! Just kidding xD

Anyhow... Did you by any coincidence connect your second screen while the machine was on without rebooting after that?

from screencloud.

olshiftyeye avatar olshiftyeye commented on July 29, 2024

i am also having multi-monitor issues where capping from my second monitor does this:

i am on OS X mavericks...

from screencloud.

raelgc avatar raelgc commented on July 29, 2024

I'm on Ubuntu 12.04 (LTS) and if I tried capture a screenshot from current window (Current Window) in the attached monitor in my laptop, it always got a broken black file (i.e., the captured image is broken and displayed as a black image in the captured window).

If I use the selection capture, it works.

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

Do you have the same issues with the new version(1.1.3)?

from screencloud.

raelgc avatar raelgc commented on July 29, 2024

Now, on Ubuntu 12.04: Full Screen is working (it's capturing my current monitor); Capture Window is returning blank/broken screen; Capture Selection is not being triggered by Enter (or closed on Esc). For Capture Selection, I had to open a terminal to kill it.

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

Hmm, sounds like its not grabbing the keyboard focus correctly. Do you have the same problem if you only have one screen connected?

from screencloud.

raelgc avatar raelgc commented on July 29, 2024

No, with only one screen, it works fine.

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

Ok, could you try checking if ScreenCloud is detecting your screens correctly?
Go to Preferences and hit Ctrl+D on the keyboard. A console window should appear. Enter the following (each command should be on a separate line):

from PythonQt.QtGui import QApplication, QDesktopWidget
QApplication.desktop().screenCount
QApplication.desktop().isVirtualDesktop()

from screencloud.

raelgc avatar raelgc commented on July 29, 2024

Sure! Ask me any details you need.

The output for the above commands:

py> from PythonQt.QtGui import QApplication, QDesktopWidget
py> QApplication.desktop().screenCount
2

py> QApplication.desktop().isVirtualDesktop()
True

py> 

from screencloud.

HG1991 avatar HG1991 commented on July 29, 2024

My:

py> from PythonQt.QtGui import QApplication, QDesktopWidget
py> QApplication.desktop().screenCount
3

py> QApplication.desktop().isVirtualDesktop()
True

from screencloud.

raelgc avatar raelgc commented on July 29, 2024

Ok, I got an update on Ubuntu today, and Capture Full Screen and Capture Selection are working fine. Just Capture Window is not working.

Thank you for the hard working! For this reason, I become a premium user!

Hope Capture Window get fixed too.

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

Thank you for the hard working! For this reason, I become a premium user!

Thanks alot! Helps keeping the servers up :)

Hope Capture Window get fixed too.

I'm not sure why it's not working. It works fine one some linux distros. Might be related to your version of libqxt. I'll look into it later.

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

Version 1.1.4 is now out. It should fix most multi-monitor issues.

from screencloud.

raelgc avatar raelgc commented on July 29, 2024

Here, almost everything working, just the Capture Window is capturing an empty file (I tried upload or edit on Gimp) in multi monitor.

from screencloud.

timelf123 avatar timelf123 commented on July 29, 2024

Rocking v 1.1.4 on Ubuntu 13.10.

I can capture a window on either monitor so long as it is active, but a custom selection cannot span both monitors

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

I can capture a window on either monitor so long as it is active, but a custom selection cannot span both monitors

That's intentional. Making the selection span both monitors while still working properly on both Windows and Linux was difficult.

from screencloud.

timelf123 avatar timelf123 commented on July 29, 2024

No problem, thanks for the quick reply!

from screencloud.

raelgc avatar raelgc commented on July 29, 2024

I've upgraded today to Ubuntu 14.04 (but using the workarounds that I described at #61), and all screenshot options worked fine.

from screencloud.

Tangier avatar Tangier commented on July 29, 2024

I have two problems:

  1. I have three monitors but Screencloud (SC) does work only with one of them. I cant use the two other ones.
  2. When i clicking on "Capture Selection" it comes the dark backgroud layer "Draw a rec. area..." but this "freeze" my hole notebook. I cant do anything, also choose not rectangular. I must first start the task manager to be able to select an area and upload it :(

Thanks!


screenCount: 3
VirtualDesktop: true
SC: 1.1.5
Windows: 7

Sorry for my bad english^^

from screencloud.

Tangier avatar Tangier commented on July 29, 2024

The new update fixed my problem, thanks!

from screencloud.

Tangier avatar Tangier commented on July 29, 2024

No, it doesnt work. It works only on my notebook. When I connect two other monitors it does not work again :(

from screencloud.

Jonas-Degn avatar Jonas-Degn commented on July 29, 2024

Using Linux Mint 17 and ScreenCloud 1.1.6 multi-screen is almost perfect.
screenCount: 3
VirtualDesktop: true

Screen is set up so screen1: left side, screen2: middle (selected as primary screen in system), screen 3: right.

This problem is with Alt+Shift+2 (Selective screenshot) only.

Selective screenshot on screen1 works perfect, overlay comes up on top of all windows.
Selective screenshot on screen3 works perfect, overlay comes up on top of all windows.
But on the primary screen when i press Alt+Shift+2 then the overlay is opening on screen 3 instead of screen 2.
The content of the overlay is the content of screen 2 so I can still take the screenshot, but it is just opening on the wrong screen.
It is the same problem when switching screens with arrow keys, screen 1 works, screen 2 placed on screen 3, and screen 3 works.

from screencloud.

Naatan avatar Naatan commented on July 29, 2024

Arch Linux with Nvidia card, I can only capture stuff on screen 1, oddly when I do capture selection it shows the capture (of screen 1) on screen 2.

py> from PythonQt.QtGui import QApplication, QDesktopWidget
py> QApplication.desktop().screenCount
2

py> QApplication.desktop().isVirtualDesktop()
True

py> 

from screencloud.

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.