-
Notifications
You must be signed in to change notification settings - Fork 23
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
Please, don’t introduce yet another way how to identify the terminal emulator used #12
Comments
This was created as a PoC for ranger specifically, which supports TERMCMD.
I'm not attached to this over the other methods, but I don't have time to
actively maintain the project myself. Contributions/forks with alternatives
welcome if this motivates you, as with all things FLOSS.
…On Tue, 30 Apr 2024, 15:46 Matěj Cepl, ***@***.***> wrote:
1. rofi uses $TERMINAL
<https://github.com/davatorium/rofi/blob/next/doc/rofi-sensible-terminal.1.markdown?plain=1#L5>
2. xdg-terminal uses $TERM
<https://gitlab.freedesktop.org/xdg/xdg-utils/-/blob/master/scripts/xdg-terminal.in?ref_type=heads>
(which is rather dumb IMHO, also this is being discussed
<https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/241>)
3. xdg-terminal-exec uses special configuration files
<https://github.com/Vladimir-csp/xdg-terminal-exec/blob/master/README.md>
4. You seem to use $TERMCMD
Could you please sit down and agree on something? Please?
—
Reply to this email directly, view it on GitHub
<#12>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWFDFLP3W765SWI4UCHZWTY76VDFAVCNFSM6AAAAABHANQOCWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3TCNRZGAYDSOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
No objections from me, it's FLOSS :) But I can't actively support this
myself, so it's really down to the community.
…On Sun, 4 Aug 2024, 22:07 Nydragon, ***@***.***> wrote:
eated as a PoC for ranger specifically, which supports TERMCMD. I'm not
attached to this over the other methods, but I don't have time to actively
maintain the project myself. Contributions/forks with alternatives welcome
if this motivates you, as with all things FLOSS.
<#m_-7607014088344364297_>
If this is just a PoC would you discourage from packaging it for NixOS?
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWFDFOGYAK2CUWOOVDTBCDZP2JYHAVCNFSM6AAAAABHANQOCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRXGY3TANRVGU>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rofi
uses$TERMINAL
xdg-terminal
uses$TERM
(which is rather dumb IMHO, also this is being discussed)xdg-terminal-exec
uses special configuration files$TERMCMD
Could you please sit down and agree on something? Please?
The text was updated successfully, but these errors were encountered: