Replacing Seamonkey with Chromium officially
This commit is contained in:
		| @@ -33,7 +33,7 @@ alias vi=vim | |||||||
| alias view="vim -R" | alias view="vim -R" | ||||||
| alias top="top -o %CPU" | alias top="top -o %CPU" | ||||||
| alias make-entrypoints="egrep '^[a-zA-Z0-9\-]*:' Makefile" | alias make-entrypoints="egrep '^[a-zA-Z0-9\-]*:' Makefile" | ||||||
| if [ -x `which torsocks` ] && [ `systemctl status tor | grep -c running` -eq 1 ]; then alias tor-lynx="torsocks lynx https://check.torproject.org/"; fi | if [ -x `which torsocks 2>/dev/null` ] && [ `systemctl status tor 2>/dev/null| grep -c running` -eq 1 ]; then alias tor-lynx="torsocks lynx https://check.torproject.org/"; fi | ||||||
|  |  | ||||||
| IFS=" | IFS=" | ||||||
| " | " | ||||||
|   | |||||||
| @@ -127,7 +127,7 @@ fi | |||||||
| header Installing ArchLinux to device\(s\) on /mnt | header Installing ArchLinux to device\(s\) on /mnt | ||||||
| export pkglist="base base-devel parted net-tools bind-tools git openssh make lynx irssi vim wget tor torsocks grub os-prober rsync openntpd tmux" | export pkglist="base base-devel parted net-tools bind-tools git openssh make lynx irssi vim wget tor torsocks grub os-prober rsync openntpd tmux" | ||||||
| if [ "$gui" -eq 1 ]; then  | if [ "$gui" -eq 1 ]; then  | ||||||
|     export pkglist="$pkglist"" xorg-server xfce4 seamonkey conky tigervnc" |     export pkglist="$pkglist"" xorg-server xfce4 chromium conky tigervnc" | ||||||
| fi | fi | ||||||
| if [ "$spartacus" -eq 1 ]; then | if [ "$spartacus" -eq 1 ]; then | ||||||
|     export pkglist="$pkglist"" exfat-utils" |     export pkglist="$pkglist"" exfat-utils" | ||||||
|   | |||||||
| @@ -3,15 +3,15 @@ Version=1.0 | |||||||
| Name=SeaMonkey internet suite | Name=SeaMonkey internet suite | ||||||
| GenericName=Web Browser | GenericName=Web Browser | ||||||
| Comment=Your web, the way you like it | Comment=Your web, the way you like it | ||||||
| Exec=seamonkey | Exec=chromium | ||||||
| Icon=seamonkey | Icon=chromium | ||||||
| Terminal=false | Terminal=false | ||||||
| Type=Application | Type=Application | ||||||
| StartupWMClass=seamonkey-bin | StartupWMClass=chromium-bin | ||||||
| MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; | MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; | ||||||
| StartupNotify=true | StartupNotify=true | ||||||
| X-MultipleArgs=false | X-MultipleArgs=false | ||||||
| X-Desktop-File-Install-Version=0.16 | X-Desktop-File-Install-Version=0.16 | ||||||
| Categories=Network;WebBrowser; | Categories=Network;WebBrowser; | ||||||
| Encoding=UTF-8 | Encoding=UTF-8 | ||||||
| X-XFCE-Source=file:///usr/share/applications/seamonkey.desktop | X-XFCE-Source=file:///usr/share/applications/chromium.desktop | ||||||
|   | |||||||
| @@ -33,7 +33,7 @@ | |||||||
|       <property name="<Super>t" type="string" value="xfce4-terminal"/> |       <property name="<Super>t" type="string" value="xfce4-terminal"/> | ||||||
|       <property name="<Super>e" type="string" value="/usr/bin/thunar"/> |       <property name="<Super>e" type="string" value="/usr/bin/thunar"/> | ||||||
|       <property name="<Alt>F2" type="string" value="xfce4-appfinder --collapsed"/> |       <property name="<Alt>F2" type="string" value="xfce4-appfinder --collapsed"/> | ||||||
|       <property name="<Super>b" type="string" value="/usr/bin/seamonkey"/> |       <property name="<Super>b" type="string" value="/usr/bin/chromium"/> | ||||||
|       <property name="<Super>m" type="string" value="xmodmap -e "pointer = 3 2 1""/> |       <property name="<Super>m" type="string" value="xmodmap -e "pointer = 3 2 1""/> | ||||||
|     </property> |     </property> | ||||||
|   </property> |   </property> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 DarkFeather
					DarkFeather