Changes between Initial Version and Version 1 of Ticket #4479, comment 4
- Timestamp:
- 08/29/24 06:30:08 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4479, comment 4
initial v1 7 7 8 8 It does work fine running mc in a terminal window _inside_ of X 9 10 So, do I simply need to remove the parenthesis like this ? 11 9 if [ -n "$DISPLAY" ]; then 12 10 [ -n "${MC_XDG_OPEN}" ] || MC_XDG_OPEN="xdg-open" 13 11 fi 14