They offer different flash templates with latest features.
Login

Forgot password
Register
Latest changes

The idea module was updated:

  • We now have 10 statuses instead of 5
  • The review process now involves both moderators and developers
  • Moderators can now review form and content separately
  • Moderators can now delegate decisions to developers when they are unable to assess the pertinence or feasibility of an idea
Improve this website
  • Report bugs here.
  • Register ideas for improvements using the idea module on this website.
Back
Written by:
Deadguy
Score: 5
votes: 11
Format: Article

 Install Caffeine to LinuxMint 9


Caffeine

Caffeine is a handy little app that sits in your notification area and allows you to toggle on/off screensaver/powersaving mode at will. it comes in real handy when gaming or watching a movie. personally I couldn't live without it. unfortunately it isn't in the repo's but it's easy enough to add the ppa:

first, open a terminal and edit your sources.list with this command:

            gksudo gedit  /etc/apt/sources.list

this will open your sources.list file in gedit. at the bottom of the file add:

 deb http://ppa.launchpad.net/caffeine-developers/ppa/ubuntu lucid main                                                                            deb-src http://ppa.launchpad.net/caffeine-developers/ppa/ubuntu lucid main

save the file and close it.
 
now go back to the terminal and run:
 
   sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 569113AE
 
followed by:
 
   sudo apt-get update
 
then finally:
 
   sudo apt-get install caffeine
 
once installed you will find caffeine in Mint Menu under accessories.
when you open the app you will see the coffee cup icon in your notification area.
left click the icon to toggle on/off. right click for options.
 
enjoy :-)

Tags: Caffeine
Created: 2 years ago.
Last edited: 2 years ago.
Read 1435 times.

Comments
2 years ago

progone
Caffeine also found at https://launchpad.net/caffeine
 
2 years ago

progone
not sure what I did wrong?.?



sudo apt-get update
Ign file: binary/ Release.gpg
Ign file:/usr/share/local-repository/ binary/ Translation-en_US
Ign file: binary/ Release
Ign file: binary/ Packages
Ign file: binary/ Packages
Hit http://ppa.launchpad.net lucid Release.gpg
Hit http://archive.ubuntu.com lucid Release.gpg
Ign http://ppa.launchpad.net/dockbar-main/ppa/ubuntu/ lucid/main Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Hit http://packages.medibuntu.org lucid Release.gpg
Ign http://packages.medibuntu.org/ lucid/free Translation-en_US
Ign http://packages.medibuntu.org/ lucid/non-free Translation-en_US
Hit http://archive.canonical.com lucid Release.gpg
Ign http://archive.canonical.com/ubuntu/ lucid/partner Translation-en_US
Hit http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Get:1 http://packages.linuxmint.com isadora Release.gpg [198B]
Hit http://ppa.launchpad.net lucid Release
Ign http://archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Hit http://archive.ubuntu.com lucid-updates Release.gpg
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
Hit http://archive.ubuntu.com lucid Release
Hit http://archive.canonical.com lucid Release
Hit http://packages.medibuntu.org lucid Release
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
Hit http://security.ubuntu.com lucid-security Release
Ign http://packages.linuxmint.com/ isadora/main Translation-en_US
Ign http://packages.linuxmint.com/ isadora/upstream Translation-en_US
Ign http://packages.linuxmint.com/ isadora/import Translation-en_US
Hit http://archive.ubuntu.com lucid-updates Release
Hit http://ppa.launchpad.net lucid/main Packages
Hit http://archive.canonical.com lucid/partner Packages
Hit http://packages.medibuntu.org lucid/free Packages
Get:2 http://packages.linuxmint.com isadora Release [7,267B]
Hit http://security.ubuntu.com lucid-security/main Packages
Hit http://archive.ubuntu.com lucid/main Packages
Hit http://archive.ubuntu.com lucid/restricted Packages
Hit http://archive.ubuntu.com lucid/universe Packages
Hit http://archive.ubuntu.com lucid/multiverse Packages
Hit http://packages.medibuntu.org lucid/non-free Packages
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://archive.ubuntu.com lucid-updates/main Packages
Hit http://archive.ubuntu.com lucid-updates/restricted Packages
Hit http://archive.ubuntu.com lucid-updates/universe Packages
Hit http://archive.ubuntu.com lucid-updates/multiverse Packages
Ign http://packages.linuxmint.com isadora/main Packages
Ign http://packages.linuxmint.com isadora/upstream Packages
Ign http://packages.linuxmint.com isadora/import Packages
Ign http://packages.linuxmint.com isadora/main Packages
Ign http://packages.linuxmint.com isadora/upstream Packages
Ign http://packages.linuxmint.com isadora/import Packages
Hit http://packages.linuxmint.com isadora/main Packages
Hit http://packages.linuxmint.com isadora/upstream Packages
Hit http://packages.linuxmint.com isadora/import Packages
Fetched 7,465B in 2s (3,219B/s)
Reading package lists... Done
~ $ sudo apt-get install caffeine
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package caffeine
~ $
 

Other tutorials from Deadguy

No other tutorials.