mirror of
				https://github.com/yshui/picom.git
				synced 2025-10-30 23:46:46 -04:00 
			
		
		
		
	rename: replace "compton" in the codebase
leftovers: 1) config file path. Has to implement compatibility functionalities before we can change it. 2) links in man pages. Has to migrate the repo first. 3) _COMPTON_SHADOW, it has become a defacto standard, so we have to keep supporting it. 4) dbus names, undecided whether we should/could change it. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
		
							parent
							
								
									ed6a96dae9
								
							
						
					
					
						commit
						8ddbebb5d1
					
				
					 33 changed files with 172 additions and 139 deletions
				
			
		| 
						 | 
				
			
			@ -1,8 +1,8 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
set -e
 | 
			
		||||
compton=$(realpath $1)
 | 
			
		||||
exe=$(realpath $1)
 | 
			
		||||
cd $(dirname $0)
 | 
			
		||||
 | 
			
		||||
./run_one_test.sh $compton configs/empty.conf testcases/basic.py
 | 
			
		||||
./run_one_test.sh $compton configs/issue239.conf testcases/issue239.py
 | 
			
		||||
./run_one_test.sh $compton configs/issue239_2.conf testcases/issue239_2.py
 | 
			
		||||
./run_one_test.sh $exe configs/empty.conf testcases/basic.py
 | 
			
		||||
./run_one_test.sh $exe configs/issue239.conf testcases/issue239.py
 | 
			
		||||
./run_one_test.sh $exe configs/issue239_2.conf testcases/issue239_2.py
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue