Skip to content

Commit

Permalink
Revert "- use/install2/vnc: using xvt instead of xterm"
Browse files Browse the repository at this point in the history
This reverts commit 1076d79.

The only workable xvt is xterm, since only works with it:

  xinit cmd

See commit: 2451a17
  • Loading branch information
antohami committed Apr 17, 2023
1 parent e8d86e3 commit c9aaab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features.in/install2/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ use/install2/autoinstall:

# NB: sort of conflicts with use/install2/cleanup/vnc
use/install2/vnc:
@$(call add,INSTALL2_PACKAGES,x11vnc xvt net-tools)
@$(call add,INSTALL2_PACKAGES,x11vnc xterm net-tools)

# this one expects external vncviewer to come
use/install2/vnc/listen: use/install2/vnc \
Expand Down

0 comments on commit c9aaab5

Please sign in to comment.