mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-30 22:54:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			164 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			164 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| #This is a workaround for an ubuntu specific problem with appmenu-qt5.
 | |
| QT_QPA_PLATFORMTHEME=
 | |
| qmlscene -I $(dirname $0)/imports $(dirname $0)/app/main.qml
 |