mirror of
				https://github.com/SteamDeckHomebrew/decky-plugin-template.git
				synced 2025-10-30 14:52:29 -05:00 
			
		
		
		
	Added USER_ID and DECKY_USER_ID env vars
This commit is contained in:
		
					parent
					
						
							
								16f44fc8b1
							
						
					
				
			
			
				commit
				
					
						6df09f9fcb
					
				
			
		
					 1 changed files with 15 additions and 0 deletions
				
			
		|  | @ -36,6 +36,14 @@ It would be `root` if `root` was specified in the plugin's flags otherwise the u | ||||||
| e.g.: `deck` | e.g.: `deck` | ||||||
| """ | """ | ||||||
| 
 | 
 | ||||||
|  | USER_ID: int | ||||||
|  | """ | ||||||
|  | The effective UID running the process. | ||||||
|  | Environment variable: `UID`. | ||||||
|  | It would be `0` if `root` was specified in the plugin's flags otherwise the id of the user whose home decky resides in. | ||||||
|  | e.g.: `1000` | ||||||
|  | """ | ||||||
|  | 
 | ||||||
| DECKY_VERSION: str | DECKY_VERSION: str | ||||||
| """ | """ | ||||||
| The version of the decky loader. | The version of the decky loader. | ||||||
|  | @ -50,6 +58,13 @@ Environment variable: `DECKY_USER`. | ||||||
| e.g.: `deck` | e.g.: `deck` | ||||||
| """ | """ | ||||||
| 
 | 
 | ||||||
|  | DECKY_USER_ID: int | ||||||
|  | """ | ||||||
|  | The UID of the user whose home decky resides in. | ||||||
|  | Environment variable: `DECKY_USER_ID`. | ||||||
|  | e.g.: `1000` | ||||||
|  | """ | ||||||
|  | 
 | ||||||
| DECKY_USER_HOME: str | DECKY_USER_HOME: str | ||||||
| """ | """ | ||||||
| The home of the user where decky resides in. | The home of the user where decky resides in. | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue