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 accessibility problem in i3 window manager

QT accessibility problem in i3 window manager

Scheduled Pinned Locked Moved Unsolved General and Desktop
accessiblelinuxwindow managerenvironment varqlistview
2 Posts 2 Posters 1.5k 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.
  • P Offline
    P Offline
    payman
    wrote on 19 Dec 2017, 09:17 last edited by payman
    #1

    I have an application that developed using QT5. This program designed for visually impaired users and is fully accessible. When I start this program in gnome-terminal or using a .desktop file, everything is ok and Orca screen reader tell the user everything.

    Here is the problem :
    I am using i3 window manager in Linux. So I have assigned a key binding to this program. When I start the program using those i3 hotkeys, nothing is accessible at all and Orca is silent.

    I have tried environment variables "QT_ACCESSIBILITY=1" and "GTK_MODULES=gail:atk-btidge", but even when this envs are set for that application, accessibility doesn't work.

    for me the most possible reason must be environment variables, but I don't know any other variables related to accessibility.

    Can anyone help me with this? Is there any configuration that must be done during building the application?

    R 1 Reply Last reply 20 Dec 2017, 08:51
    0
    • P payman
      19 Dec 2017, 09:17

      I have an application that developed using QT5. This program designed for visually impaired users and is fully accessible. When I start this program in gnome-terminal or using a .desktop file, everything is ok and Orca screen reader tell the user everything.

      Here is the problem :
      I am using i3 window manager in Linux. So I have assigned a key binding to this program. When I start the program using those i3 hotkeys, nothing is accessible at all and Orca is silent.

      I have tried environment variables "QT_ACCESSIBILITY=1" and "GTK_MODULES=gail:atk-btidge", but even when this envs are set for that application, accessibility doesn't work.

      for me the most possible reason must be environment variables, but I don't know any other variables related to accessibility.

      Can anyone help me with this? Is there any configuration that must be done during building the application?

      R Offline
      R Offline
      raven-worx
      Moderators
      wrote on 20 Dec 2017, 08:51 last edited by
      #2

      @payman
      i have no experience with accessibility on Linux. But maybe the following helps you:
      Qt Accessibility is based on AT-SPI via DBus on Unix/X11 and is tested to be working on Gnome and KDE.
      Are you sure that i3wm even supports accessibility?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0

      1/2

      19 Dec 2017, 09:17

      • Login

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