[GH-ISSUE #705] Barrier on Ubuntu has no minimize button #559

Open
opened 2026-05-05 06:41:03 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @jmartens on GitHub (May 29, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/705

Operating Systems

Ubuntu 20.04 LTS

Barrier Version

2.3.2-Release-00000000

Steps to reproduce bug

  1. Start Barrier
  2. Look for the missing miniminze button
  3. Only close button is present

Other info

I expect a minimize button to be present and find it confusing that the close button acts as a minize button when Barrier but you first have to configure it minimize to system tray on exit.

Originally created by @jmartens on GitHub (May 29, 2020). Original GitHub issue: https://github.com/debauchee/barrier/issues/705 ### Operating Systems ### Ubuntu 20.04 LTS ### Barrier Version ### 2.3.2-Release-00000000 ### Steps to reproduce bug ### 1. Start Barrier 2. Look for the missing miniminze button 3. Only close button is present ### Other info ### I expect a minimize button to be present and find it confusing that the close button acts as a minize button when Barrier but you first have to configure it minimize to system tray on exit.
gitea-mirror added the
bug
linux
labels 2026-05-05 06:41:03 -06:00
Author
Owner

@jmartens commented on GitHub (May 29, 2020):

It seems a minize button is available on Windows.

<!-- gh-comment-id:635821529 --> @jmartens commented on GitHub (May 29, 2020): It seems a minize button is available on Windows.
Author
Owner

@jmartens commented on GitHub (May 29, 2020):

This might be as simple as just adding the Qt::CustomizeWindowHint and Qt::WindowMinimizeButtonHint or even Qt::WindowMaximizeButtonHint to the QDialog constructor call, see also https://doc.qt.io/qt-5/qt.html#WindowType-enum

<!-- gh-comment-id:635842958 --> @jmartens commented on GitHub (May 29, 2020): This might be as simple as just adding the `Qt::CustomizeWindowHint` and `Qt::WindowMinimizeButtonHint` or even `Qt::WindowMaximizeButtonHint` to the QDialog constructor call, see also https://doc.qt.io/qt-5/qt.html#WindowType-enum
Author
Owner

@bburak commented on GitHub (Jun 17, 2020):

Maybe there was no need to minimize the application running in the background. The operation of closing a window in some cases closes the app, in some cases minimizes the app (or hides it altogether).
An app that does things in the background e.g. downloader may minimize on window close.

<!-- gh-comment-id:645186344 --> @bburak commented on GitHub (Jun 17, 2020): Maybe there was no need to minimize the application running in the background. The operation of closing a window in some cases closes the app, in some cases minimizes the app (or hides it altogether). An app that does things in the background e.g. downloader may minimize on window close.
Author
Owner

@github-actions[bot] commented on GitHub (Sep 20, 2020):

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:695453735 --> @github-actions[bot] commented on GitHub (Sep 20, 2020): This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@p12tic commented on GitHub (Jan 10, 2021):

This is a valid bug, let's not close it.

<!-- gh-comment-id:757530069 --> @p12tic commented on GitHub (Jan 10, 2021): This is a valid bug, let's not close it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#559
No description provided.