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. Qt program doesn't receive any mouse event when overlapping with gnome-shell panel
Forum Updated to NodeBB v4.3 + New Features

Qt program doesn't receive any mouse event when overlapping with gnome-shell panel

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 155 Views 1 Watching
  • 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.
  • H Offline
    H Offline
    hao-lee
    wrote on 29 May 2020, 08:09 last edited by
    #1

    The gnome-shell's window-list extension provides a panel. I write a Qt program and put it on top of this panel to implement my taskbar. The window flags I set are Qt::FramelessWindowHint|Qt::X11BypassWindowManagerHint|Qt::WindowStaysOnTopHint. My program can cover the panel successfully, but it can't receive any mouse event. It seems the focus is still captured by the window-list extension. How could I resolve this? Thanks.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 29 May 2020, 16:34 last edited by
      #2

      Hi
      It seems like a gnome issue.
      Not really sure what we can do about it.
      Keyboard focus is one thing but no mouse events is a bit odd.

      1 Reply Last reply
      0

      2/2

      29 May 2020, 16:34

      • Login

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