Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate FlatImages better into desktop #26

Open
fiftydinar opened this issue Feb 29, 2024 · 2 comments
Open

Integrate FlatImages better into desktop #26

fiftydinar opened this issue Feb 29, 2024 · 2 comments

Comments

@fiftydinar
Copy link

Current desktop integration only covers adding .desktop file & icon to appear into menu.

This is a nice start.

But what I see that is currently lacking is:

  • support for opening links to redirect to your default web-browser & other similar scenarios (using xdg-mime)
  • option to set FlatImage application to be the default (also using xdg-mime)
  • support for MPRIS (media status notification)
  • etc.

I believe that equivalent to these above are portals in flatpak.

If those above can be achieved when FlatImage is in portable mode, that would be great!

@fiftydinar fiftydinar changed the title Optionally integrate FlatImages better into desktop & fully desintegrate on removal/uninstall Integrate FlatImages better into desktop Feb 29, 2024
@ruanformigoni
Copy link
Owner

Hi @fiftydinar , thanks for the suggestion! I'll give updates to these features here as they are integrated.

@ruanformigoni
Copy link
Owner

Update on this:

  • A portal implementation is now available
  • xdg-open will now redirect to the host, i.e., xdg-open www.google.com will use the default browser of the host
  • xdg-mime will now redirect to the host. More work is required on this I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants