Temporarily disable screensaver and sleep functions - Caffeine vs. Wakefull

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Faust

Temporarily disable screensaver and sleep functions - Caffeine vs. Wakefull

Post by Faust »

Has anyone here tried using either of these ?

Very useful for long processes that don't want interrupting , or constant attention ( eg slow downloads , network analysis )
On Windows systems I always used " Don't Sleep " .... a simple but very elegant piece of coding IMO .

Caffeine seemed like the obvious choice for a Linux equivalent but it now has some odd behavior ,
which involved the dev in a rather heated discussion ( about taking away the user's choice of which processes it covered ) .

"ALL" would seem to me to be the most sensible default option , but the dev clearly thought differently -
https://bugs.launchpad.net/caffeine/+bug/1321750

So I switched to Wakefull , which is much more useful for what I need .
https://sourceforge.net/projects/wakefull/

A white coffee cup icon appears in the notification area , on boot .
Clicking on it disables screensaver and sleep functions , and the cup turns brown ( full of coffee :) ).
Click again to cancel .
Simple and effective , and no need to mess with my preferred power settings .... exactly what I wanted !

I thought there may be other folk who have been looking for an app like this one .
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
charroo
Level 4
Level 4
Posts: 495
Joined: Mon Aug 14, 2017 9:45 am
Location: ISRAEL!

Re: Temporarily disable screensaver and sleep functions - Caffeine vs. Wakefull

Post by charroo »

i'n trying to install wakefull but get an error:

Code: Select all

ron@ron-H81M-S2H ~ $ cd Downloads/
ron@ron-H81M-S2H ~/Downloads $ ls
tnuot_2017-11-20.pdf  wakefull  _wakefull_1.3.0.zip
ron@ron-H81M-S2H ~/Downloads $ cd wakefull/
ron@ron-H81M-S2H ~/Downloads/wakefull $ ls
COPYING     wakefull_active.sh     wakefull_icon_brown.svg  wakefull_start.sh
install.sh  wakefull_app.desktop   wakefull_icon_white.svg  wakefull_stop.sh
README      wakefull_auto.desktop  wakefull.py
ron@ron-H81M-S2H ~/Downloads/wakefull $ sudo install.sh
[sudo] password for ron: 
sudo: install.sh: command not found
ron@ron-H81M-S2H ~/Downloads/wakefull $ 
what is the problem?
i'm on Linux Mint 21.3 Cinnamon
Kib

Re: Temporarily disable screensaver and sleep functions - Caffeine vs. Wakefull

Post by Kib »

charroo wrote: Wed Nov 22, 2017 3:29 pm i'n trying to install wakefull but get an error:

Code: Select all

ron@ron-H81M-S2H ~ $ cd Downloads/
ron@ron-H81M-S2H ~/Downloads $ ls
tnuot_2017-11-20.pdf  wakefull  _wakefull_1.3.0.zip
ron@ron-H81M-S2H ~/Downloads $ cd wakefull/
ron@ron-H81M-S2H ~/Downloads/wakefull $ ls
COPYING     wakefull_active.sh     wakefull_icon_brown.svg  wakefull_start.sh
install.sh  wakefull_app.desktop   wakefull_icon_white.svg  wakefull_stop.sh
README      wakefull_auto.desktop  wakefull.py
ron@ron-H81M-S2H ~/Downloads/wakefull $ sudo install.sh
[sudo] password for ron: 
sudo: install.sh: command not found
ron@ron-H81M-S2H ~/Downloads/wakefull $ 
what is the problem?
You need enter full address like this:

kib@kib-Venture ~ $ cd wakefull
kib@kib-Venture ~/wakefull $ ls
COPYING wakefull_active.sh wakefull_icon_brown.svg wakefull_start.sh
install.sh wakefull_app.desktop wakefull_icon_white.svg wakefull_stop.sh
README wakefull_auto.desktop wakefull.py
kib@kib-Venture ~/wakefull $ sudo install.sh
sudo: install.sh: command not found
kib@kib-Venture ~/wakefull $ sudo /home/kib/wakefull/install.sh
system check: passed
Done.
Kib

Re: Temporarily disable screensaver and sleep functions - Caffeine vs. Wakefull

Post by Kib »

Anyway program didnt work in my case, when i am watching movie through VLC player, screen go dark. Linux mint 18.3 Mate.
Locked

Return to “Software & Applications”