Rafael Mardojai CM
Rafael Mardojai CM
This is caused by: https://github.com/rafaelmardojai/firefox-gnome-theme/blob/33015314c12190230295cff61ced148e0f7ffe1c/theme/parts/popups.css#L28 Which is a workaround for #729. I need to figure out a better way.
Yes, having that would be nice. I have thought about using some CSS preprocessor, but maybe that will make development more complex.
Yeah, It now inhibits suspend on playback, but if is doing the same when paused then there's a bug.
Yes, I need to investigate a solution, but this is caused by the portal used in flatpak to get file access. For some reason the app will lose access to...
@bobby-abe Not yet, I need to investigate further and report the problem to the correct component in the stack. As a workaround I guess you could give Blanket filesystem permission...
It should be possible to get the duration from the `Player` object. ```python def _create_sound_item(self, sound): ... if isinstance(sound, Sound): # Set tooltip with duration formatted_duration = self.format_duration(sound.player.props.duration) item.set_tooltip_text(f"Sound Duration:...