mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #705] Barrier on Ubuntu has no minimize button #559
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#559
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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.
@jmartens commented on GitHub (May 29, 2020):
It seems a minize button is available on Windows.
@jmartens commented on GitHub (May 29, 2020):
This might be as simple as just adding the
Qt::CustomizeWindowHintandQt::WindowMinimizeButtonHintor evenQt::WindowMaximizeButtonHintto the QDialog constructor call, see also https://doc.qt.io/qt-5/qt.html#WindowType-enum@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.
@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.
@p12tic commented on GitHub (Jan 10, 2021):
This is a valid bug, let's not close it.