[GH-ISSUE #1817] "Hide" drops it off the dock on Elementary OS 6.1 & ends up with multiple pids #1335

Open
opened 2026-05-05 07:44:13 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @yelled1 on GitHub (Oct 27, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1817

What happened?

When I choose on the menu "Barrier" -> "Hide" the icon drops it off the dock on Elementary OS 6.1
When I launch Barrier again I end up with multiple pids

$ pidof barriers
3113 2666

Worse off I can't even kill it

$ kill -9 3113 2666
$ pidof barriers
3229 3228

Version

v2.4.0

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

sudo apt update
sudo apt -y install barrier

What OSes are you seeing the problem on? (Check all that apply)

Linux

What OS versions are you using?

$ uname -a
Linux SLIelem61 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Basically a Ubuntu 20.04LTS

Relevant log output

[2022-10-27T19:04:06] INFO: starting server
[2022-10-27T19:04:06] INFO: config file: /tmp/Barrier.kxFbnh
[2022-10-27T19:04:06] INFO: log level: WARNING
[2022-10-27T19:04:06] INFO: log file: /var/log/barrier.log
[2022-10-27T19:04:06] WARNING: cannot listen for clients: cannot bind address: Address already in use
[2022-10-27T19:04:16] WARNING: cannot listen for clients: cannot bind address: Address already in use

of course it can't use as 2 other ones are running



### Any other information

Windows version nicely just tucks Barrier into the icon tray on right Up arrowed running apps 
![Screenshot 2022-10-27 190706](https://user-images.githubusercontent.com/2314710/198414427-5553fc66-e827-4b32-a15d-396ab20d7d65.jpg)
would like to see the running app hide to just sit on the dock, like below, when I hide it
![image](https://user-images.githubusercontent.com/2314710/198414810-a504b05e-0d17-4887-92ad-f0ed119a0d81.png)

Originally created by @yelled1 on GitHub (Oct 27, 2022). Original GitHub issue: https://github.com/debauchee/barrier/issues/1817 ### What happened? When I choose on the menu "Barrier" -> "Hide" the icon drops it off the dock on Elementary OS 6.1 When I launch Barrier again I end up with multiple pids ``` $ pidof barriers 3113 2666 ``` Worse off I can't even kill it ``` $ kill -9 3113 2666 $ pidof barriers 3229 3228 ``` ### Version v2.4.0 ### Git commit hash (if applicable) _No response_ ### If applicable, where did you install Barrier from? sudo apt update sudo apt -y install barrier ### What OSes are you seeing the problem on? (Check all that apply) Linux ### What OS versions are you using? ``` $ uname -a Linux SLIelem61 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` Basically a Ubuntu 20.04LTS ### Relevant log output ```shell [2022-10-27T19:04:06] INFO: starting server [2022-10-27T19:04:06] INFO: config file: /tmp/Barrier.kxFbnh [2022-10-27T19:04:06] INFO: log level: WARNING [2022-10-27T19:04:06] INFO: log file: /var/log/barrier.log [2022-10-27T19:04:06] WARNING: cannot listen for clients: cannot bind address: Address already in use [2022-10-27T19:04:16] WARNING: cannot listen for clients: cannot bind address: Address already in use ``` of course it can't use as 2 other ones are running ``` ### Any other information Windows version nicely just tucks Barrier into the icon tray on right Up arrowed running apps ![Screenshot 2022-10-27 190706](https://user-images.githubusercontent.com/2314710/198414427-5553fc66-e827-4b32-a15d-396ab20d7d65.jpg) would like to see the running app hide to just sit on the dock, like below, when I hide it ![image](https://user-images.githubusercontent.com/2314710/198414810-a504b05e-0d17-4887-92ad-f0ed119a0d81.png)
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#1335
No description provided.