DSK: Add fallbacks for TERMINAL
This commit is contained in:
		@@ -8,7 +8,12 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export XDG_CURRENT_DESKTOP="KDE"
 | 
					export XDG_CURRENT_DESKTOP="KDE"
 | 
				
			||||||
export TERMINAL="konsole"
 | 
					for term in konsole xfce4-terminal urxvt xterm; do
 | 
				
			||||||
 | 
						if command -v "$term" > /dev/null 2>&1; then
 | 
				
			||||||
 | 
							export TERMINAL="$term"
 | 
				
			||||||
 | 
							break
 | 
				
			||||||
 | 
						fi
 | 
				
			||||||
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export DSK_FLAG_MASK=""
 | 
					export DSK_FLAG_MASK=""
 | 
				
			||||||
export DSK_CURRENT_DESKTOP="$DSK_NAME"
 | 
					export DSK_CURRENT_DESKTOP="$DSK_NAME"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -147,7 +147,7 @@ Size=32
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[DirSelect Dialog]
 | 
					[DirSelect Dialog]
 | 
				
			||||||
DirSelectDialog Size=640,480
 | 
					DirSelectDialog Size=640,480
 | 
				
			||||||
History Items[$e]=file:///,file:///run,file:///tmp
 | 
					History Items[$e]=file:$HOME/Videos/Animu/Jojo's Bizarre Adventure,file:///,file:///run,file:///tmp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[General]
 | 
					[General]
 | 
				
			||||||
ColorScheme=Gruvbox Dark - KODE
 | 
					ColorScheme=Gruvbox Dark - KODE
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user