- compizomania
- Страницы
- 10 сентября 2017
- Установить утилиту Caffeine в Ubuntu/Linux Mint и производные
- Caffeine для linux mint
- About
- Caffeine
- Описание
- Скриншоты программы
- Установка
- Аналоги
- Информация о программе
- compizomania
- Страницы
- 20 мая 2014
- Установить полностью автоматизированную программу Caffeine 2.7 в Ubuntu/Linux Mint и производные
- Linux Mint Forums
- Caffeine
- Caffeine
- Re: Caffeine
- Re: Caffeine
- Re: Caffeine
- Re: Caffeine
- Re: Caffeine
compizomania
Азбука в Linux для начинающих и не только. Я знаю только то, что ничего не знаю, но другие не знают и этого. Сократ
Страницы
10 сентября 2017
Установить утилиту Caffeine в Ubuntu/Linux Mint и производные
Небольшое пояснение для тех кто ещё не знаком с программой Caffeine.
Утилита Caffeine удерживает систему от запуска экранной заставки и перехода в ждущий и спящий режимы, а также чтобы Хранитель экрана не срабатывал во время просмотра фильма/видео.
Обновлённая версия Caffeine 2.9.4 после установки сама себя прописывает в автоматически запускаемые приложения и после каждой загрузки системы работает в фоновом режиме, т.е. без необходимости управлять её настройками.
Но у Caffeine имеется также пользовательский интерфейс — Caffeine indicator, после активации которого из меню приложений, в системном трее отображается значок программы, с возможностью активациии/деактивации утилиты вручную:
Ручное управление Caffeine необходимо в том случае, когда вы хотите отключить срабатывание экранной заставки в обычном режиме системы, т.е. не обязательно при просмотре видео.
Установка Caffeine 2.9.4 в Ubuntu/Linu Mint и производные
Откройте терминал, скопируйте и выполните следующие команды:
sudo add-apt-repository ppa:caffeine-developers/ppa
sudo apt update
sudo apt install caffeine
Установка Caffeine 2.9.4 deb пакетом в Ubuntu 17.10, т.к. репозиторий ещё не обновлён для этой версии Ubuntu.
Выполните следующую команду в терминале:
cd /tmp; wget https://launchpad.net/
caffeine-developers/+archive/ppa/+files/caffeine_2.9.4_all.deb; sudo dpkg -i caffeine_2.9.4_all.deb
По окончании установки запустите Caffeine в первый раз. В дальнейшем она будет запускаться при входе в систему.
Примечание. В разрабатываемом дистрибутиве Ubuntu Budgie 17.10 разработчики включили Caffeine в систему по умолчанию.
Источник
Caffeine для linux mint
Caffeine is a little daemon that sits in your systray, and prevents the screensaver from showing up, or the system from going to sleep. It does so when an application is fullscreened (eg: youtube), or when you click on the systray icon (which you can do, when, eg: reading).
This is a fork of Caffeine 2.4, since later versions dropped support for the systray icon in favour of only automatic detection of fullscreen apps only, which turned to be a rather controversial decision.
The intention of this fork is to also evolve on its own, not only fixing issues, but also implemented missing features, when relevant.
Caffeine-ng was shortly know as Taurine, a play on its successor’s name, since taurine is a known stimulant, commonly found in energy drinks. However, this name did not last, since the artwork would not match adequately, and changing it was undesirable.
- Python 3.6 to 3.9 is required.
- caffeine-ng works with the following screensavers / screenlockers:
- Anything that implements the org.freedesktop.ScreenSaver API (this includes KDE, amongst others)
- gnome-screensaver
- XSS
- Xorg + DPMS
- xautolock
- xidlehook.
See setup.py for required python packages
To install Caffeine-ng please follow steps from appropriate chapter below
To manually install caffeine-ng, run:
Debian and derivatives
First install all the required packages:
And mark them auto if you wish:
Then you need to build sources with:
Create a package for your distribution:
Replace version string with correct version and append this command with —install=no should you wish to inspect created package before installing it Replace python with python3 in package names above if you wish to build caffeine-ng with python 3
Replace python with python3 or python27 in checkinstall invocation to use specific python version to build caffeine-ng with
checkinstall is available for various distributions, so you may follow these steps adapting them to your distribution
On ArchLinux, caffeine-ng is available at the AUR.
To have Caffeine-ng run on startup, add it to your System Settings => Startup Programs list.
Gentoo users may find caffeine-ng in ::pf4public Gentoo overlay
Copyright (C) 2009 The Caffeine Developers Copyright (C) 2014-2018 Hugo Osvaldo Barrera
Caffeine-ng is distributed under the GNU General Public License, either version 3, or (at your option) any later version. See LICENCE for details.
The Caffeine-ng status icons are Copyright (C) 2014 mildmojo (http://github.com/mildmojo), and distributed under the terms of the GNU Lesser General Public License, either version 3, or (at your option) any later version. See LGPL.
The Caffeien-ng SVG shortcut icons are Copyright (C) 2009 Tommy Brunn (http://www.blastfromthepast.se/blabbermouth), and distributed under the terms of the GNU Lesser General Public License, either version 3, or (at your option) any later version. See LGPL.
- To run: ./bin/caffeine
- To compile translations: ./update_translations
If you want to test out a translation without changing the language for the whole session: «LANG=ru_RU.UTF-8 ./bin/caffeine» (Replace ru_RU.UTF-8 with whatever language you want to use. You will need to a language pack for the specific language) Be aware that some stock items will not be translated unless you log in with a given language.
About
☕ Tray bar application able to temporarily inhibits the screensaver and sleep mode.
Источник
Caffeine
Обновлено Июн 16, 2021
Caffeine – бесплатная и с открытым исходным кодом утилита для отключения хранителя экрана в Linux
Описание
- Индикатор в системном трее, способный временно предотвратить активацию как хранителя экрана, так и режима энергосбережения “сна”.
Скриншоты программы
Установка
Программа Caffeine доступна для установки на Linux.
Способ установки | ОС |
---|---|
PPA | Ubuntu* 16.04/18.04/19.04/20.04, Linux Mint 18/19, Debian |
Deb | Ubuntu* 16.04/18.04/19.04/20.04, Linux Mint 18/19, Debian |
RPM | openSUSE, Rosa Linux, Mageia, ALT Linux, Fedora, CentOS, Red Hat Enterprise Linux и другие |
*Ubuntu (GNOME), Kubuntu (KDE), Xubuntu (XFCE), Lubuntu (LXDE)
Установка программы через PPA репозиторий
Установка программы через Deb пакет
Установить программу через RPM пакет
Аналоги
Информация о программе
Язык интерфейса: | Английский |
Версия описания: | 2.9.4 |
Разработчик: | Team Caffeine |
Язык программирования: | Python |
Лицензия: | GPL v3 |
Сайт программы: | launchpad.net/caffeine |
16.06.2021: изменение оформления записи; изменение информации о ПО; дополнено описание; добавлены новые скриншоты; добавлены новые способы установки: Ded, RPM.
Источник
compizomania
Азбука в Linux для начинающих и не только. Я знаю только то, что ничего не знаю, но другие не знают и этого. Сократ
Страницы
20 мая 2014
Установить полностью автоматизированную программу Caffeine 2.7 в Ubuntu/Linux Mint и производные
Небольшое пояснение для тех кто ещё не знаком с программой Caffeine.
Утилита Caffeine удерживает систему от запуска экранной заставки и перехода в ждущий и спящий режимы, а также чтобы Хранитель экрана не срабатывал во время просмотра фильма/видео на полный экран.
Обновлённая версия Caffeine 2.7 устраняет пользовательский интерфейс, ручное управление и уменьшает потребление ресурсов, не используя внешние программы. Caffeine теперь полностью автоматизирована. У пользователя отпала необходимость включать программу перед просмотром видео на полный экран, чтобы не срабатывал хранитель экрана или компьютер не переходил в спящий режим, т.к. работает в фоновом режиме, по принципу: установил и забыл. После установки Caffeine, программа сама прописывается в автоматически запускаемые приложения и её значок больше не отображается в трее. http://compizomania.blogspot.com/
Установка Caffeine 2.7 в Ubuntu/Linu Mint и производные
Вы можете установить программу как с подключением репозитория, так и без него, установив deb пакетом.
1. Установка Caffeine 2.7 с подключением репозитория.
Откройте терминал (Ctrl+Alt+T), скопируйте и выполните следующие команды:
sudo add-apt-repository ppa:caffeine-developers/ppa
sudo apt-get update && sudo apt-get install caffeine
2. Установка Caffeine 2.7 deb пакетом.
Выполните следующую команду в терминале:
cd /tmp && wget https://launchpad.net/
caffeine-developers/+archive/ppa/+files/caffeine_2.7.1_all.deb && sudo dpkg -i caffeine_2.7.1_all.deb
По окончании установки запустите Caffeine в первый раз. В дальнейшем она будет запускаться при входе в систему.
Примечание . Если Caffeine была установлена раньше через репозиторий, то скорее всего она обновилась до версии 2.7 и теперь не стала появляться в трее. Проверить установленную версию можно в терминале командой:
Источник
Linux Mint Forums
Welcome to the Linux Mint forums!
Caffeine
Caffeine
Post by kaizer » Tue May 27, 2014 1:12 pm
Re: Caffeine
Post by Zetor895 » Sat Jun 14, 2014 3:38 pm
Re: Caffeine
Post by Habitual » Thu Sep 11, 2014 11:30 am
Re: Caffeine
Post by Darroch » Fri Jan 16, 2015 3:21 pm
Caffeine works fine on Linux Mint 17 Qiana Mate.
You can install it as explained here:
Or as I did with GDebi by downloading the 2.8.3 package from here:
Double click the deb package and it’ll load into GDebi. If any dependencies are listed you’ll need to install them with the package manager or similar, otherwise Caffenine will be installed and set to start automatically at boot. (On my system I needed to install python3-xlib). The program will stop your screen saver from working when programs like VLC are operating in full screen mode. If you want to manually activate and deactivate Caffeine to halt the screen saver when you’re not using full screen applications you need to run caffeine-indicator which you can do from a terminal or automatically every time you boot via Menu->Preferences->Startup Applications, click on the Add button and include the following entry:
Click Save and your done. The Caffeine indicator will start at your next boot and every boot thereafter automatically and you can toggle it via the small black cup icon which appears.
Done and dusted!
(Thanks to phd21.)
Re: Caffeine
Post by Hoser Rob » Sat Jan 17, 2015 11:54 am
Try a look at this:
Re: Caffeine
Post by phd21 » Sat Jan 17, 2015 4:20 pm
Dear Kaizer and Anyone else,
I’m running Linux Mint 17 KDE and when I installed Caffeine, I did not see the indicator to turn it off or on either. I used the PPA method to install the newest Caffeine version, using the «Web UPD8» link below. Their instructions said to get the «indicator» in your tray so that you can easily turn on or off «Caffeine» you must manually add the «caffeine indicator» program to your «start up» program within your system settings. Unfortunately, they didn’t mention how to do that or where the «caffeine indicator» program was located. After some trial and error, I found the program under my root «/usr/bin» folder. So, I added the program to my Start Up programs by browsing to this file within the add program function of my Startup menu which is in the system settings menu, and restarted my system and it works, see screenshot below.
Источник