This is a complete rip-off of widescreen-2.1 patch by jimp and pfsense_ng_fs theme by charlie0440.
Widescreen package is gone in pfSense 2.1 and is expected to re-appear as a theme in pfSense 2.2. In the meantime, pfSense community have been reactive and provided solutions. Unfortunately, at the time of this writing, none of their deployment process would fulfil my security concerns. Here you have, IMHO, a transparent repack of their work.
Secure copy the archive to pfSense box:
$ scp widescreen_fs-2.1.tar.gz root@pf:
Expand the archive and run the patch script:
$ ssh admin@pf
# tar xf widescreen_fs-2.1.tar.gz
# cd widescreen_fs-2.1
# ./patch.sh
Select pfsense_ng_fs theme in pfSense Web interface:
- go to System menu
- select General Setup menu item
- in Theme popup menu, select pfsense_ng_fs theme
- press Save button
- go back to Dashboard
- enjoy!
Select pfsense_ng theme in pfSense Web interface:
- go to System menu
- select General Setup menu item
- in Theme popup menu, select pfsense_ng theme
- press Save button
Remove files:
$ ssh admin@pf
# cp -p /usr/local/www/index.php.orig /usr/local/www/index.php
# rm /usr/local/www/index.php.orig
# rm -rf /usr/local/www/themes/pfsense_ng_fs
Icons for Fluip app for OS X.
Many thanks to jimp and charlie0440 for their work.