gnu: pcmanfm-qt: Fix default wallpaper load path.
* gnu/packages/lxqt.scm (pcmanfm-qt)[arguments]: Patch "settings.ini" file and update "LXQT_SHARE_DIR" environment variable to point to system profile, instead of an invalid path pointing to "lxqt-build-tools" package. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
		
							parent
							
								
									bdb030a7dc
								
							
						
					
					
						commit
						807353fe14
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1032,6 +1032,9 @@ components to build desktop file managers which belongs to LXDE.")
 | 
			
		|||
             (substitute* '("autostart/CMakeLists.txt")
 | 
			
		||||
               (("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
 | 
			
		||||
                "DESTINATION \"etc/xdg"))
 | 
			
		||||
             (substitute* '("config/pcmanfm-qt/lxqt/settings.conf.in")
 | 
			
		||||
               (("@LXQT_SHARE_DIR@")
 | 
			
		||||
                "/run/current-system/profile/share/lxqt" ))
 | 
			
		||||
             #t)))))
 | 
			
		||||
    (home-page "https://lxqt.github.io")
 | 
			
		||||
    (synopsis "File manager and desktop icon manager")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue