Application creates whitelisted-appmenus.list. Can also retrieve application list (through qvm-sync-appmenus) if requested.
		
			
				
	
	
		
			6 lines
		
	
	
		
			93 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			93 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/python2.6
 | 
						|
import qubesmanager.appmenu_select
 | 
						|
 | 
						|
qubesmanager.appmenu_select.main()
 | 
						|
 |