Thomas Ingvarsson 1e75360300 [WIP] Add debug logging, fixes #103
To enable more debug logging without custom builds while still
maintaining a minimal syslog impact by default

- Add a settings variable 'debug', hidden from the user
- Use dconf to write/read it (suggest adding to the README and/or
  wiki). Only for debugging purposes really
- When 'debug' is set it will enable the possibility of extra logging
- The new 'debug' function also adds in some meta data such as unique
  syslog id instead of gnome-shell, file/func/line id to easier locate
  in code
- Changed the Render all MenuItems and a couple of outcommented
  updated logs to use the new debug function instead

Todo's before no longer WIP:
- Place it somewhere else than in this, cause I presume it wont be
reachable everywhere then
- Consider replacing regular log with something like this as well (to
gain the neat meta data (extension prefix, file, func, line))
- Think some more on the usage of log domains and if possible to turn
of more logging that way instead of dconf variable
2018-09-23 18:23:19 +02:00
2015-02-20 12:08:58 +03:00
2014-06-12 03:02:57 +04:00
2014-06-12 03:02:57 +04:00
2014-06-12 03:02:57 +04:00
2014-06-12 03:02:57 +04:00
2015-04-13 21:15:53 +03:00

gnome-shell-extension-freon

Freon is forked from gnome-shell-extension-sensors. Freon is an extension for displaying CPU temperature, disk temperature, video card temperature (NVIDIA/Catalyst/Bumblebee&NVIDIA), voltage and fan RPM in GNOME Shell.

More info in wiki

Installation from git

git clone https://github.com/UshakovVasilii/gnome-shell-extension-freon.git
cd gnome-shell-extension-freon
mkdir -p ~/.local/share/gnome-shell/extensions
cp -r freon@UshakovVasilii_Github.yahoo.com ~/.local/share/gnome-shell/extensions/.

restart GNOME Shell (Alt+F2, r, Enter) and enable the extension through gnome-tweak-tool.

Installation from extensions.gnome.org

https://extensions.gnome.org/extension/841/freon/

Description
No description provided
Readme GPL-2.0 1.1 MiB
Languages
JavaScript 99.4%
Makefile 0.5%
CSS 0.1%