forked from liferooter/textpieces
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use libportal to open script files
There's a bug in GLib that makes Text Pieces to open script files in Text Pieces itself: https://gitlab.gnome.org/GNOME/glib/-/issues/2851 I fixed it by using `libportal`'s `Xdp.Portal.open_uri` instead of `gtk4`'s `Gtk.show_uri`. Fixes liferooter#118
- Loading branch information
1 parent
bbe8c0b
commit e844f77
Showing
3 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters