Changes between Version 1 and Version 2 of Ticket #4479, comment 4
- Timestamp:
- 08/29/24 06:31:09 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4479, comment 4
v1 v2 8 8 It does work fine running mc in a terminal window _inside_ of X 9 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 10 So, do I simply need to remove the parenthesis from that line ?