bruno icon indicating copy to clipboard operation
bruno copied to clipboard

At each start, Bruno associates itself with HTML files (Ubuntu 22.04, deb install from debian.usebruno)

Open rastapopougros opened this issue 1 year ago • 2 comments

I have checked the following:

  • [x] I have searched existing issues and found nothing related to my issue.

This bug is:

  • [ ] making Bruno unusable for me
  • [ ] slowing me down but I'm able to continue working
  • [x] annoying
  • [ ] this feature was working in a previous version but is broken in the current release.

Bruno version

2.1.0

Operating System

Ubuntu 22.04, on Nautilus

Describe the bug

Default software for all HTML files is my code editor. Each time I open Bruno (just at the opening), the default association in Nautilus for all HTML files, changes to Bruno.

Even if I saw absolutely no config for that in preferences.

2.1.0 installed with the ".deb" package from debian.usebruno, in a Ubuntu 22.04.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

https://github.com/user-attachments/assets/81a5285d-b487-4ebb-8216-315c40725a32

rastapopougros avatar Apr 18 '25 15:04 rastapopougros

I am experiencing this issue as well, for now I have updated .config/mimeapps.list which works as a temporary fix until the next launch.

crowdstrikedcs avatar Apr 22 '25 21:04 crowdstrikedcs

+1 pretty much annoying

GaborNyul avatar May 19 '25 07:05 GaborNyul

Still occurs in version 2.4.0

adrianogil avatar Jun 02 '25 20:06 adrianogil

It is a very annoying bug that occurs after every update. To correct this on Linux Mint 22.1 Cinnamon,in the Nemo File Manager, I click right on any html file. In the displayed menu, I click on "Open with", then "Other application...". In the list of approved programmes to open html files, I click on my web browser and the click the "Define as default" button. Then I validate my choice and close the window.

I do this every time I update Bruno. I hope the devs can find a way to prevent this html file association from happening.

Jay2010 avatar Jun 04 '25 17:06 Jay2010

We are not sure why this is happening. we have slotted some time this month to investigate on this.

anusree-bruno avatar Jun 10 '25 10:06 anusree-bruno

It also happens to me at each start of Bruno (Ubuntu 24.04, deb installation). I think this may be electron (or rather xdg-settings used by electron) issue, several other applications using electron have it. And in this post a possible solution might be provided: https://github.com/electron/electron/issues/20382#issuecomment-1514049807

tgrave avatar Jun 18 '25 10:06 tgrave

To add to the link posted by @tgrave, I could not reproduce this on Windows 11 and Bruno 2.6.1.

ItsJustRuby avatar Jun 28 '25 08:06 ItsJustRuby

Same issue.

Linux Mint 22 (Wilma), Cinnamon Edition. Bruno 2.7.0 installed via apt.

UPDATE: Installed every single version shortly after they were released up until the latest which is as of today 2.9.1 and all had the same issue.

attila-t avatar Jul 08 '25 10:07 attila-t

In the ~/.config/mimeapps.list, this works momentarily for me, basically I maintain set "text/html=bruno.desktop" for what bruno do not rewrite to geany configuration:

text/html=bruno.desktop text/html=geany.desktop

[Added Associations] application/yaml=geany.desktop; application/json=geany.desktop; text/html=geany.desktop;brave_brave.desktop;

artemioestrella avatar Aug 24 '25 04:08 artemioestrella