File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 22    <img src="docs/header.png" alt="defguard"> 
33 </p >
44
5- # defguard  desktop client 
5+ # Defguard  desktop client 
66
77Desktop client for managing WireGuard VPN connections (any WireGuard server and [ defguard] ( https://github.com/DefGuard/defguard )  instances).
88
@@ -53,6 +53,25 @@ Built packages are available after in `src-tauri/target/release/bundle`.
5353
5454Remove ` default-run `  line from ` [package] `  section in ` Cargo.toml `  to build the project.
5555
56+ # Known issues  
57+ 
58+ ## Failed to bundle project  
59+ 
60+ ` pnpm tauri build `  may fail with error: ` Error failed to bundle project: error running appimage.sh ` . To
61+ fix this set the NO_STRIP environment variable:
62+ 
63+ ``` 
64+ NO_STRIP=1 pnpm tauri build 
65+ ``` 
66+ 
67+ ## Blank screen  
68+ 
69+ The app launches but the window is blank. Set the ` WEBKIT_DISABLE_DMABUF_RENDERER `  environment variable:
70+ 
71+ ``` 
72+ WEBKIT_DISABLE_DMABUF_RENDERER=1 defguard-client 
73+ ``` 
74+ 
5675# Legal  
5776
5877  -  * defguard is not an official WireGuard project, and WireGuard is a registered trademark of Jason A. Donenfeld.* 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments