bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Wrong encoding on open file/folder dialog on Ubuntu 23.10

Open itexto opened this issue 1 year ago • 3 comments

Recently, while trying to open a collection with Bruno (menu Collection -> Open Collection) or just clicking on the "Open Collection" on the main window the characters shown on the Open Dialog are like these on the print:

image

I noticed this on Bruno 1.19.0 as shown on the print below:

image

The system is Ubuntu 23.10 with GNOME. My system is using Portuguese (Brazil) as the default location.

itexto avatar Feb 21 '24 23:02 itexto

Some extra info: this behaviour only happens while clicking on the link created on the desktop.

While trying to start Bruno on the command line everything worked as expected.

itexto avatar Feb 22 '24 00:02 itexto

Same issue happening in my system. I'm using Fedora 39 Workstation, Gnome 45.4, Wayland.

This is my Bruno version installed:

  • Bruno: v1.9.0
  • Electron 21.1.1
  • Chrome 106.0.5249.103
  • Node 16.16.0
  • v8 10.6.194.17-electron.0

I my case, even though I tried to open it through the terminal the issue persist. I also tried to install a lower version with the Snap, but it seems that only the latest version is available...

Testing with the AppImage binary seems to be working fine.

marcosrosse avatar Feb 22 '24 22:02 marcosrosse

I have the exact same issue with Ubuntu 24.04 LTS and gnome 46. I'm using Bruno v1.18.0

weltonsanches avatar May 23 '24 12:05 weltonsanches

Any solutions? I have the exact same issue.

FestikCZ avatar Jun 11 '24 06:06 FestikCZ

Any solutions? I have the exact same issue.

Not really, because it's a bug with electron itself. But a suggestion from another thread was to clear the font cache:

rm -rf ~/.cache/fontconfig/*
fc-cache -r

Its-treason avatar Jun 11 '24 06:06 Its-treason

Any solutions? I have the exact same issue.

Not really, because it's a bug with electron itself. But a suggestion from another thread was to clear the font cache:

rm -rf ~/.cache/fontconfig/*
fc-cache -r

still the same problem :(

FestikCZ avatar Jun 11 '24 08:06 FestikCZ

I have the same problem on Kubuntu 24.04 LTS with snap version of Bruno 1.39.1 It doesn't matter how I execute this: desktop shortcut or console command

EDIT: This bug makes Bruno COMPLETELY unusable, I can't even open my existing collections. It's been a year already and no one seems to care about this issue. :(

TimurShaidulin avatar Mar 06 '25 04:03 TimurShaidulin

Linking this issue for more context https://github.com/usebruno/bruno/issues/1437

anusree-bruno avatar Mar 07 '25 13:03 anusree-bruno

Any solutions? I have the exact same issue.

Not really, because it's a bug with electron itself. But a suggestion from another thread was to clear the font cache:

rm -rf ~/.cache/fontconfig/* fc-cache -r

thanks, it's working

masud-rahman-mvn avatar Mar 21 '25 08:03 masud-rahman-mvn

Any solutions? I have the exact same issue.

Not really, because it's a bug with electron itself. But a suggestion from another thread was to clear the font cache: rm -rf ~/.cache/fontconfig/* fc-cache -r

still the same problem :(

Close Bruno before clearing the font cache. It works for me too.

manooweb avatar Apr 02 '25 14:04 manooweb