Wine Server Launches infinite times when clicking on links

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Snorghma
Newbie
Newbie
Posts: 2
Joined: Mon Jul 01, 2019 7:21 pm

Wine Server Launches infinite times when clicking on links

Post by Snorghma »

Every time I click on a hyperlink in Slack or discord or any other electron based app, wine server tries to open it over and over ad infinitum until I kill it. This is a real problem for me as I just changed my password in slack for one of my workspaces and the Sign In button is apparently a hyperlink that wine tries to open rather than letting slack open it (preventing me from logging into Slack while keeping Wine installed).

Code: Select all

brad@rhyme:~/.cache/kioexec/krun$ wine --version
wine-4.0.1
brad@rhyme:~/.cache/kioexec/krun$ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
Is there a setting I need to set to get Wine to chill out?
Snorghma
Newbie
Newbie
Posts: 2
Joined: Mon Jul 01, 2019 7:21 pm

Re: Wine Server Launches infinite times when clicking on lin

Post by Snorghma »

Has anyone run into this issue? Should I just remove wine from my system? I'd prefer not to do that. I have several application setup already.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Wine Server Launches infinite times when clicking on lin

Post by DarkShadow44 »

Seems like you have a misconfigured desktop environment. Did you try setting your default browser already?
Locked