mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	- build top-level - add svg icon - add distribution.ini - update desktop files by syncing with arch
		
			
				
	
	
		
			13 lines
		
	
	
		
			426 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			426 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // Use LANG environment variable to choose locale
 | |
| pref("intl.locale.requested", "");
 | |
| 
 | |
| // Use system-provided dictionaries
 | |
| pref("spellchecker.dictionary_path", "/usr/share/hunspell");
 | |
| 
 | |
| // Disable default browser checking.
 | |
| pref("browser.shell.checkDefaultBrowser", false);
 | |
| 
 | |
| // Don't disable our bundled extensions in the application directory
 | |
| pref("extensions.autoDisableScopes", 11);
 | |
| pref("extensions.shownSelectionUI", true);
 |