[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74467: 31.0.50; org-protocol emacsclient.desktop change is not fully
From: |
Björn Bidar |
Subject: |
bug#74467: 31.0.50; org-protocol emacsclient.desktop change is not fully functional |
Date: |
Sat, 23 Nov 2024 21:58:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
> (Each time such issues pop up, I regret again that we agreed to
> include these *.desktop files in our source tree, sigh.)
Part of the issue with the desktop files is that someone of some them
try to execute multiple lines of shell script in them which can always
create issues.
It would be much better if desktop file calls only emacsclient
and it takes care by itself if DISPLAY is set and doesn't use sh.
Can Emacs handle file:/ URI's? If so simply changing from %F to %U would
be an option.