emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59825: closed ([PATCH] gnu: Add flatpak-xdg-utils.)


From: GNU bug Tracking System
Subject: bug#59825: closed ([PATCH] gnu: Add flatpak-xdg-utils.)
Date: Tue, 03 Jan 2023 17:36:02 +0000

Your message dated Tue, 03 Jan 2023 17:35:25 +0000
with message-id <87k023jzc9.fsf@protonmail.com>
and subject line Re: bug#59825: [PATCH] gnu: Add flatpak-xdg-utils.
has caused the debbugs.gnu.org bug report #59825,
regarding [PATCH] gnu: Add flatpak-xdg-utils.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59825: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59825
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add flatpak-xdg-utils. Date: Sun, 04 Dec 2022 22:15:23 +0000
Hi Guix,

Here is a little package from the Flatpak folks which is also useful in a guix 
shell container. This lets you run, for example, xdg-open in the container and 
it will open on the host side. So let's say you come across a URL, you can just 
use xdg-open from this package so it will open in the host's web browser, 
rather than trying in the container. This relies on having portals on the host 
side, like xdg-desktop-portal-gtk.

Here is a simple test example:

--8<---------------cut here---------------start------------->8---
guix shell -NC flatpak-xdg-utils --preserve='^DBUS_SESSION_BUS_ADDRESS$' -- 
xdg-open "<https://guix.gnu.org>"
--8<---------------cut here---------------end--------------->8---

which will open Guix's website on the host side.

I've checked it works, the license (some files LGPL2+ other LGPL2.1+), linted, 
and styled. I adjusted the description from upstream slightly to indicate it is 
not just for Flatpak sandboxes.

Thanks!
John

Attachment: 0001-gnu-Add-flatpak-xdg-utils.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#59825: [PATCH] gnu: Add flatpak-xdg-utils. Date: Tue, 03 Jan 2023 17:35:25 +0000
Pushed as 2f0418cd2c33497130e1b764952e8063117d7f8a (my first commit!)



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]