Skip to content

XTerm: fix app-defaults, fixes menu options #19818

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

Merged
merged 1 commit into from
Nov 28, 2016

Conversation

KoviRobi
Copy link
Contributor

Motivation for this change

XTerm menu labels were missing, and menu items did nothing.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Sorry, something went wrong.

@mention-bot
Copy link

@KoviRobi, thanks for your PR! By analyzing the history of the files in this pull request, we identified @matthiasbeyer, @edolstra and @vrthra to be potential reviewers.

@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
"--enable-luit"
"--enable-mini-luit"
"--with-tty-group=tty"
"--with-app-defaults=$(out)/lib/X11/app-defaults"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this option is not respected, or we do have to set XAPPLRESDIR below?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just the installation directory, the XAPPLRESDIR is for X11 code, not for XTerm code. I think this is not necessary, strictly speaking, but I thought explicit is better because autoconf should make it /usr/X11/lib/app-defaults or some other system wide directory, but doesn't for simplicity. But who knows, that might change at which point this line might be necessary

@grahamc grahamc merged commit cc28a51 into NixOS:master Nov 28, 2016
@KoviRobi KoviRobi deleted the xterm-fix-app-defaults branch October 10, 2022 09:52
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

Successfully merging this pull request may close these issues.

None yet

4 participants