Home
Name Modified Size InfoDownloads / Week
README 2012-03-03 4.4 kB
penguinpills_0.4.3_src.tar.gz 2012-03-03 173.3 kB
RELEASE 2012-03-02 905 Bytes
penguinpills_0.4.2_src.tar.gz 2011-07-18 176.1 kB
penguinpills_0.4.1_src.tar.gz 2011-07-17 176.0 kB
penguinpills_0.4_src.tar.gz 2011-07-16 174.8 kB
penguinpills_0.3.1_src.tar.gz 2010-10-10 164.2 kB
quick_install_scripts.tar.gz 2010-09-28 3.6 kB
pavcl_updater.tar.gz 2010-09-28 1.1 kB
Totals: 9 Items   874.3 kB 0
/***************************************************************************
Name: Penguin Pills
Description: GUI for command line Linux anti-virus scanners and updaters.
Author: kavulix

Copyright (C) 2011 kavulix

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to:

Free Software Foundation, Inc.
51 Franklin Street
Fifth Floor
Boston, MA  02110-1301
USA
***************************************************************************/

LEGAL
  Penguin Pills is not an anti-virus scanner nor does it come packaged with
  any 3rd party AV scanner.  It is merely an interface through which you
  can control ANY 3rd party command line scanner by defining their paths
  and options within an xml template.  Penguin Pills is not affiliated with
  any company or developer of AV software represented in this application
  and all copyrights, trademarks and other intellectual property rights
  associated with the AV software belong to their respective owners.

CONTRIBUTORS
  Everaldo Coelho - icon - http://www.everaldo.com
  TurboMilk (Dmitry Joukov) - icon - http://www.turbomilk.com
  
REQUIREMENTS
  You must have qt version 4.7+ and the gksu package installed in order to
  run the Penguin Pills application. Additionally, you will need to install
  at least one AV scanner.

  Depends: libqt4-test libqtgui4 libqt4-network libqtcore4 libqt4-dbus libqt4-xml gksu
  Recommends: clamav sysv-rc-conf ibus

SUPPORTED PLATFORMS
  Penguin Pills is only supported on Linux. It was developed solely for
  Linux command line AV scanners and there are no plans to port it to
  other operating systems.
  
RUNNING PENGUIN PILLS ON UBUNTU
  sudo apt-get install libqt4-test libqtgui4 libqt4-network libqtcore4 \
                       libqt4-dbus libqt4-xml gksu
  ./penguinpills

COMPILING PENGUIN PILLS ON UBUNTU
  sudo apt-get install build-essential libqt4-dev
  sudo apt-get install libqt4-test libqtgui4 libqt4-network libqtcore4 \
                       libqt4-dbus libqt4-xml gksu
  qmake penguinpills.pro
  make release
  ./penguinpills

SYSV-RC-CONF
  Many of the anti-virus scanners automatically install a background
  daemon.  If you want to disable the daemon and only scan and update
  ondemand then I would recommend installing sysv-rc-conf to disable
  the daemons from automatically loading at startup.  The 2 exceptions
  are AVG and Eset which require the daemon to perform ondemand updates.

  sudo apt-get install sysv-rc-conf

IBUS
  You may want to add "ibus-daemon -d" to a startup script so that
  the ibus daemon will always be active when running penguinpills.
  It's not essential but it will eliminate a non-critical error
  from appearing in the console.

  sudo apt-get install ibus
  echo -e "[Desktop Entry]\nType=Application\n
           Exec=ibus-daemon -d\n
           Hidden=false\nNoDisplay=false\n
           X-GNOME-Autostart-enabled=true\nName=Ibus\n
           Comment=Start the ibus daemon" >
           ~/.config/autostart/ibus-daemon.desktop

GNOME USERS
  If you've installed Penguin Pills in Gnome and notice that the QuickScan
  window is not being displayed correctly then I would recommend switching
  to the metacity window manager. You can install metacity as the default
  window manager with the command below. Restart your computer and it
  should automatically load metacity.

  echo "export WINDOW_MANAGER=/usr/bin/metacity" > ~/.gnomerc

  If the QuickScan window still isn't being displayed correctly then you
  might want to disable visual effects. Go to System > Preferences >
  Appearance and click the Visual Effects tab. Select the none option.
  
BUG REPORTS
  http://sourceforge.net/tracker/?group_id=354496&atid=1480751

REQUEST NEW FEATURES
  http://sourceforge.net/tracker/?group_id=354496&atid=1480754

SUPPORT THE PROJECT
  https://flattr.com/thing/549082/Penguin-Pills
Source: README, updated 2012-03-03