Justin Haygood

Results 16 comments of Justin Haygood

> System76-power I have not. However, like I said, it works out of the box on Fedora, so if it doesn't on elementary, I consider that an elementary bug. elementary...

It is part of GNOME, using switcherooctl. This isn't using the "NVIDIA PRIME" solution that is considered obsolete these days since it requires rebooting. The GNOME implementation doesn't even require...

Probably the easiest would be the GNOME Shell source code: https://gitlab.gnome.org/search?group_id=8&nav_source=navbar&page=2&project_id=546&repository_ref=master&scope=&search=discrete&search_code=true&snippets=false Specifically, apply_discrete_gpu_env and shell_app_launch in shell-app.c, and then _updateDiscreteGpuAvailable and appDisplay.js Essentially, If both an integrated GPU and a...

> So many things learned today. I always assumed that hybrid graphics management is baked into kernel, not depended of desktop you run. Also, I don't have 'switcherooctl' running on...

This is a bug in LibreOffice, since it doesn't use the file chooser portal to open files.

I don't think GIMP uses the file chooser portal either. Many legacy apps haven't been ported yet. Essentially, the flatpak sandbox isolates each files recently used manager. The app either...

@jeremypw Someone familiar with GTK3 would need to backport the GTK4 portal to GTK3. The actual portal code is fairly easy to do, it's the big changes in how the...

I wonder if building a bookmarks provider plugin to synapse would be worth it? The bookmark file format is really simple, just a list of File URIs, and it's not...

They likely aren't mutually exclusive either. The bookmark search would just have to be aware of the desktop actions.

@cassidyjames Look at https://github.com/elementary/applications-menu/pull/514 for the bookmarks in applications menu