pop-os / cosmic-files

WIP COSMIC file manager
GNU General Public License v3.0
103 stars 76 forks source link

Google drive folder names rendered incorrectly #174

Open DW8Reaper opened 4 months ago

DW8Reaper commented 4 months ago

I have google setup in GNome but the cosmic-files app does not display folder names correctly from my google drive. In regular GNome files app the correct folder names are shown (this happens for child folders as well):

Screenshot from 2024-05-22 08-37-49

In the cosmic-files app it seems to be using technical name (probably the guid) for these folders:

Screenshot from 2024-05-22 08-38-05

OS: PosOS, latest Cosmic Files version: commit cf47297 (latest updated from the Pop Shop, it did the same on the prior version)

DW8Reaper commented 4 months ago

I'm probably telling you things you already know here so ignore it if it isn't useful. I wanted to try and make a PR suggestion and seems like if I use the GIO wrapper https://docs.rs/gio/latest/gio/ I could pull in the standard::display-name and use that.

I think maybe that isn't ideal though since it seems like it would be dependent on a Gtk feature which kinda defeats the point of cosmic. If that is ok though I'd be happy to take a crack at it.