Warning: session_start(): open(/tmp/sess_a2rr7e4g46dl7bc4nbqfvdsrg4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
CpuFreq Tray openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

CpuFreq Tray

   0.9  

KDE System Tool

Score 62%
Link:  http://
Downloads:  2594
Submitted:  Oct 11 2007
Updated:  Oct 18 2007

Description:

CpuFreqTray is an extremely simple application, written in Python + PyQt 4.0 to monitor and control your Cpu's frequency using cpufreq-utils (the sysfs flavour!) It's really simple to use. Just make sure to execute it within its own directory (it cannot find icons in global paths yet!), or to set it's working directory to it's root path when you create a launcher.

I borrowed KDE's CrystalSVG exit icon, btw!




Changelog:

This applies to the Python Distrib:


CpuFreqTray needs Python 2.4 (or newer), Qt 4.1.x (or newer),PyQt4 4.1.x (or newer) and Cpufrequtils (the ones which use SysFS). Currently there is no installer, all you need to do is extract the tar.bz2 which will create a directory for you. execute cpufreq.py from inside that directory, since it cannot find it's icons yet. If you create a quicklauncher with your KDE, make sure to set the working directory to this directory to get the icons.


=--------------=
This applies to the C++ Distrib:

qmake
make
sudo make install (or su -c "make install")




LicenseGPL
Source(Python Flavour)
Source(C++ Flavour)
Send to a friend
Subscribe
Other  Content  from ciaraan
Report inappropriate content



-
.

 Questions

 
 by Filozof on: Oct 12 2007
 
Score 50%

What are the dependences? And how to install it?


Reply to this

-
.

 Re: Questions

 
 by ciaraan on: Oct 12 2007
 
Score 50%

Ok. Sorry, I'll put this up on the description, check it out! ^^


Reply to this

-

 C++

 
 by sebbe1991 on: Oct 12 2007
 
Score 50%

I ported this application to C++

http://rapidshare.com/files/62084186/CpuFreqTray-0.9-Cpp.tar.gz


Reply to this

-
.

 Re: C++

 
 by ciaraan on: Oct 15 2007
 
Score 50%

I'm adding this to the distro. Nice work Sebastien. :) Thanks. :)


Reply to this

-

 Re: Re: C++

 
 by sebbe1991 on: Oct 15 2007
 
Score 50%

Updated the C++ version, added a .desktop file so the application can be started from kmenu and added the install portions to the qmake-file. And the icons in the application now gets embedded into the executable when compiling.

http://rapidshare.com/files/62735371/CpuFreqTray-0.9.1.tar.gz


Reply to this

-

 Re: Re: Re: C++

 
 by ciaraan on: Oct 18 2007
 
Score 50%

Updated C++ distro.


Reply to this

-

 Re: Re: Re: Re: C++

 
 by catanzag on: Aug 4 2008
 
Score 50%

Very nice application, thank you!!! When I moved to kde 4, I missed something similar to Gnome CPU Frequency applet and now I can have it!!!

I also tightly customized it for my 1.7 GHz Pentium 4M processor with a look similar to its Gnome counterpart, mainly only two icons (for low/high freq) and the ActionGroup for all the choices; I added the Conservative governor and setuid to /usr/bin/cpufreq-* executables too. So, for now, I DON'T RECOMMEND as it is for general usage, as its governors/frequencies are hardwired inside and not taken from /sys filesystem, but if somebody wants to have a look, it can be found in http://catanzag.googlepages.com/CpuFreqTray-0.9.2-P4M1.7.tar.gz

Maybe sometimes in the future I will have some spare time to write down a more general version, it could be a good chance to improve my knowledge on qt4...

regards


Reply to this

-

 setuid

 
 by nawcom on: Mar 13 2008
 
Score 50%

looks like you have it set up to run as root everytime (via the .desktop file; X-KDE-username=root) - so as a normal user you have to enter in the root pw every time you run it.

if you remove the user requirement from the desktop file and set up the file to give the user elevated rights to run it
(chmod +s /usr/local/bin/CpuFreqTray) - that way it won't ask for a password.

From what I know you can't set up an option to make the Makefile that qmake generates so that a file is setuided. I might be wrong though; I only have qt3 background.



Reply to this

-

 Re: setuid

 
 by catanzag on: Aug 4 2008
 
Score 50%

You can eventually setuid the cpufreq-set and cpufreq-info programs, leaving the CpuFreqTray application at user level.

This advice I found some time ago for cpufreq-selector for Gnome in Ubuntu when gnome cpu freq scaling applet didn't work correctly.

But again (as you) I don't know how to automatically do this via Makefile.

regards


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team