Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Multi screen support using XCB and VNC.

Multi screen support using XCB and VNC.

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 633 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cnu.1439
    wrote on last edited by cnu.1439
    #1

    Hi,
    I'm trying to run my application on multiple screens using XCB platform plugin. I'm able to see the application on multiple vnc sessions but there is a problem with drag and drop and context menu.
    Drop event is happening only on one screen irrespective of the screen hosting the widget with draggable item. Its the same case with context menu. Its showing on one screen even if I'm doing right click on other screen.

    Sample application: draggableicons

      How to run:
           * Run 2 vnc sessions
                  $ vncserver :1
                  $ vncserver :2
           * Run application using xcb platform
                  $ <build directory>/draggableicons -platfom xcb::2 -display :1
    

    Im using Qt5.9.2 on Ubuntu 16.04.
    Please guide me in right direction to solve this.

    Thank You.
    Srinivas.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved