Fedora :: Gkrellm Plugin Gkrellm-freq Not Seen As Installed?

Jun 15, 2011

I run F15 on my desktop PC. I've run gkrellm on my desktop since FC5. This week I tried to add the gkrellm plugin gkrellm-freq via "Yum extender". The install appeared to be successful, but when I invoke gkrellm configuration gkrellm-freq does not appear on my list of gkrellm plugins. Also, gkrellm is not displaying the cpu frequency info.I use other gkrellm plugins (weather, sun) and they work fine.

[alfrugal@localhost ~]$ rpm -qa | grep gkrellm
gkrellm-weather-2.0.7-9.fc15.i686
gkrellm-freq-1.0-11.fc15.i686

[code]....

View 1 Replies


ADVERTISEMENT

Software :: Gmail And Gkrellm / Configure Mailcheck In Gkrellm To Check And Notify For New Mail On Gmail Account?

Feb 4, 2010

I have been trying to configure the mailcheck in gkrellm to check and notify for new mail on my gmail account. I have activated pop of course...

These are the pop info taken from gmail:

Quote:

Server for incoming mail (IMAP) - needs SSL: imap.gmail.com
Use SSL: Yes
Port: 993
Server outgoing mail (SMTP) - needs TLS: smtp.gmail.com (use verification)
Use verifiering: Yes
Use STARTTLS: Yes(some clients call this SSL)
Port: 465 or 587

View 1 Replies View Related

Ubuntu :: Install The I8k Plugin For Gkrellm?

Jun 19, 2010

I'm trying to install the i8k plugin for gkrellm (for my dell) but i'm not seeing the package in the repositories. Does anyone have any information about this?

View 1 Replies View Related

OpenSUSE :: Add More HDD Temps To Gkrellm?

Feb 16, 2010

I have been trying to add more sensors for hdd drives temperatures but i see only one and no place/options to add more.I know they all work,(i have 4 physical hdd) if i use the hhdtemp command (dev/sdXX) it show the temp for all of them (one at time).
Any way to make gkrellm display all of them ?
I,ve been googling around and searching on various forums but haven't found anything about that (other than how to make it work,or troubleshooting to make it work).
I've tried conky ..but gives me more errors than info and i gave up.

View 8 Replies View Related

Ubuntu :: Mac-ish Looking Gkrellm Theme

Jun 26, 2010

I was just wondering if anyone had a mac-ish looking gkrellm theme. Ive got the Mac look going now, with global-menu and all the rest.

View 3 Replies View Related

Ubuntu :: Fan Speeds In Gkrellm Not Selectable

Apr 28, 2010

I can't get Gkrellm to show my fan speeds anymore since reinstalling Ubuntu.I have tried 9.10 and 10.04 and tried installing packages to maybe get the drop down to show up for fan speed but still nothing.I have installed Xsensors and that shows fan speeds correctly but I want to show them in Gkrellm like I used to have. Now every other temp gauge is working like it used to but the fan speed monitor.

View 7 Replies View Related

Ubuntu :: Making Gkrellm Transparent In KDE 4x?

Dec 19, 2010

how to enable transparent themes on Gkrellm and KDE 4. AND ASK FOR HELP WITH A PROBLEM FURTHER DOWN THE PAGE. Libsensors is THE program for gathering sensor data for use in various applets. Some few (mostly older) sensors have their output sent to a system file, where it can be picked-up and used by the system, but the best way to get sensor data, especially for newer sensor chips, is directly from libsensor. Since 2007 libsensor support has been built out of Gkrellm in Ubuntu (perhaps all of Debian, though I'm unclear on that). From some cursory research on the internet, I discovered that in 2007 libsensors did a major update, and Gkrellm did not. Problems insued. Support for libsensors was dropped in Gkrellm. Even though a patch was produced fairly quickly, support for libsensors in Gkrellm was never re-allowed. There is a bug on this here.

To enable support for libsensors in Gkrellm you have to build Gkrellm from source (EGADS!!) It's really pretty easy with this package and mine went off without a hitch (and I now have WONDERFUL readouts from my atk0110 sensors on my asus mb.). You can find the source package for Gkrellm here, and you can find some easy instructions for building it here. Piece of cake (really!). Okay, on to invisibility.... Gkrellm invisibility doesn't happen in KDE 4 (without a little tinkering...). I discovered the fix by looking for insights in pages discussing the same problem in conky. I found a good one, and thinking the same situation might apply to gkrellm, I tried it and IT WORKED! Here's the original post. My gratitude to the author. I'm going to reproduce the process here for posterity's sake, and because the command has changed slightly with the location of the plasma-desktop-appletsrc file.

So, gkrellm uses fake transparency. It samples the desktop at its coordinates and reproduces the image as its background. Gkrellm doesn't use the user's desktop to sample from - it uses the root desktop image - hence the strange-looking colors I got whenever I tried one of the transparent themes. Okay, so first you need to make your current desktop image your root desktop image. To do this you need to install "feh" (copy and paste these commands into terminal)

Code:

sudo apt-get install feh
After that's done, enter this in terminal:

Code:

feh --bg-scale "`grep 'wallpaper=' ~/.kde/share/config/plasma-desktop-appletsrc | tail --bytes=+11`"

Okay, now it needs to be set-up so that it'll load automatically. The feh documentation recommends setting this in ~/.xsessionrc (if you don't have one, make one with kate - and don't forget the dot before the name [ the expression ~/ is shorthand for your home directory path, /home/username, so the aforementioned path in full would be /home/username/.xsessionrc ]):

Code:

`cat $HOME/.fehbg`

That done, we arrive at a problem. I could use some help here, if anyone has any idea how to fix it. It's not a deal-breaker, but it's definitely inconvenient if you like to change your wallpaper a lot. The feh program creates a file called ~/.fehbg to store the actual path of the image used as 'wallpaper'. Unfortunately, it stores it like this:

Code:

feh --bg-scale '/home/laysan/Pictures/shadows_1280.jpg_cropped.png'

The two single quotes enclosing the path are unfortunately read as part of the path, so when feh (or if it hands it off to bash or kde) looks for the image file it can't find it. You get a no such file error in feh. I created a bug report here. The only way I know of to fix it (I tried removing various sets of quotation marks from the original feh command to no avail) is to open the ~/.fehbg file in kate and remove the two single quotations, so it looks like this:

Code:

feh --bg-scale /home/laysan/Pictures/shadows_1280.jpg_cropped.png

But you must still do one more thing. You must change the permissions on ~/.fehbg to root, or the image's path will be overwritten the next time it's opened (at next login), with the single quotes included. Doing so fixes the issue in the short term, but when you change desktop images you'll have to reinstate your user privileges on the file, and re-run the original command to allow the file to be written to by feh (with the new image path), then edit the file again to remove the single quotes.

[code].....

View 9 Replies View Related

Debian :: No CPU Temperatures In Latest Version Of Gkrellm / Get That?

Aug 28, 2011

This morning gkrellm updated from 2.3.4-1 to 2.3.5-2 and now the CPU temperatures aren't displayed. I've rerun sensors-detect and restarted module-init-tools, but the temperatures still don't display. If I run sensors from a terminal, the CPU core temperatures are displayed correctly. Has anyone else seen this?

View 2 Replies View Related

OpenSUSE :: Gkrellm Process Is Started Without Consent?

Aug 11, 2010

gkrellm process starts automatically without me indicate. In auto-run system preferences kde is not configured to start automatically, set at the time but removed it and just beginning the process continues in the background

View 7 Replies View Related

Ubuntu :: GKrellM Not Sensing Voltage/Fan Sensors?

Jan 13, 2011

GKrellM worked fine under 9.04.W/ 10.04 it works but does not sense the Fan or Voltage sensors.I transplanted the old folder over to /home after downloading GKrellM, hddtemp, and lm-sensors thru Synaptic.Ran the hddtemp and lm sensors in terminal w/ no problems.Running sensors revealed all inputs: cpu temps, fan speeds, andmobo voltages.GKrellM downloaded was ver 2.3.4 while my old folder data was 2.3.2. Sensor config file is same format just that the old config file has all the voltage/fan pointers assigned as well.

Weird thing is that GKrellM will overwrite the sensor-config file (that has ALL the sensor defined inputs pasted into it) after going into the program and selecting Configuration. It reverts to the sensor-config file created after running lm-sensors and hddtemp under 10.04.So it's autowriting itself and not picking up the fan/voltage inputs.Displaying the data thru the Sensor Applet in the Desktop panel is OK but I prefer having everything on GKrellM. It's a much cleaner, easy to view system. Anybody got a clue why GKrellM is overwriting the sensor-config file. That should be static, unlike the user-config file.

View 6 Replies View Related

Software :: Way To Change Gkrellm Text Size

May 13, 2010

i was just wondering if there is a way to change the gkrellm text size, ^^ it's just its too little for me, i have to get closer to be able to see what graphic is what. so... is there a way to make the text bigger? a theme maybe?

View 2 Replies View Related

Slackware :: Gkrellm On --current - Can't Change Any Sensors 'factor'

Jan 28, 2010

Was wondering if anyone else had a work around for not being able to change the sensor's "factor"? I need to divide the fan speed by 2, but I'm not able to change anything in the configuration.

View 3 Replies View Related

Ubuntu :: Put Gkrellm (system Monitor With Temp) Inside Of The Top Or Bottom Taskbar?

Feb 10, 2011

i was wondering if it is possible to put gkrellm (system monitor with temp) inside of the top or bottom taskbar. my laptop overheats and i would like to be able to see my temps somewhere on my screen permanently. im sure there is a plugin or something of that nature i dont know about, if there is,

View 2 Replies View Related

Software :: Change Network Charts Unit Of Measure In Gkrellm From Bytes / Sec To Bits / Sec?

Feb 10, 2011

Does anyone know of a way to change the network charts unit of measure in Gkrellm from bytes/sec to bits/sec? I'm not finding any method to do so in the config options.

View 1 Replies View Related

Fedora :: Exaile - ID3 Tag Demuxer Plugin Not Installed

Mar 17, 2010

I just switched from Ubuntu to Fedora 12 and I'm trying to get exaile working. However when I double click on a song to play it I get this message
Code:
A ID3 tag demuxer plugin is required to play this stream, but not installed.
I know I have all the gstreamer plugins (ffmpeg, base, good, bad and ugly). What else could be wrong?

View 14 Replies View Related

Fedora Installation :: Requires A SMB Protocol Source Plugin Which Is Not Installed

Mar 12, 2009

"The playback of this movie requires a SMB protocol source plugin which is not installed." I get this error when I try to play a movie from a samba share. This is a fresh install of Fedora 10 KDE. I installed all the necessary codecs using the rpmfusion repo. Movies play fine if I transfer them to my computer.

View 3 Replies View Related

Red Hat / Fedora :: RPM Installed But No Flash Content In Firefox (Missing Plugin)

Mar 7, 2010

I tried the "rpm", the "yum", and the "tar.gz" from the adobe site. Both rpms installed fine but I still can't view flash content in Firefox (missing plugin). The .tar.gz contained a .so file, but the installation instructions for the flash player said I should see an installer file in the .tar.gz, but I do not. I can't believe I can't even get flash player working. Their instructions said to check under "Help > About Plugins" but obviously Firefox does not and has never had such an option. I hate Adobe.

View 2 Replies View Related

Fedora Installation :: Playback Of Movie Requires MPEG-1 Layer 3 Decoder Plugin / Which Is Not Installed

Sep 19, 2009

when i got play any movie or song i got some error which show below error:The playback of this movie requires a MPEG-1 Layer 3 (MP3) decoder plugin which is not installed.

View 2 Replies View Related

Fedora :: Asf Demuxer Plugin Is Not Installed - Watch A Movie On Movie Player From The Internet

Jun 29, 2009

when i try to watch a movie on movie player from the internet i get the requires a Advanced Streaming Format (ASF) demuxer plugin which is not installed. how do i install it?

View 3 Replies View Related

Fedora :: Running The Zotero Openoffice Integration Plugin In F13 Under The Openjdk Plugin?

May 31, 2010

I',m having trouble running the zotero openoffice integration plugin in F13 under the openjdk plugin.It's known top be not working as per The problem lies in some permissions as reported here -fedora-linux/However i want to know if there's any progress on it, since i dont have privilege to install it in my lab computer. Also i found this old bug reportwhich seems to have something done.If anypone has any idea please post, else i think i need to file a new bug report.EDIT: I'd be glad even if someone can guide me to write local policy (.java.policy) to enable the plugin

View 1 Replies View Related

General :: How To Remove Installed Plugin

Jan 7, 2010

Currently i am working in nagios and i have installed check_mysql_health plugin in the nagios monitoring server and after installing this plugin, i removed the MySQL in my system and installed another version of MySQL and now also my plugin is showing the error as

[root@wipro libexec]# ./check_mysql_health --hostname wipro --username root --password root123 --mode connection-time
CRITICAL - cannot connect to information_schema. install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: . /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5

[code]....

I have MySQL 5.0.8 in my machine. how to remove the installed plugin.

View 13 Replies View Related

Ubuntu :: Gnash Mozilla Plugin Installed But Not Available?

Oct 18, 2010

I was interested in trying out Gnash as an alternative to Adobe flash Player so I installed it using synaptic and also ticked the Gnash Mozilla Plugin.Well the plugin is not installed in Firefox? Not there under Tools -Add ons or listed under about: plugins? I tried editing Firefox preferences to use gnash instead of Flash but cant locate the program.Nothing on the internet as far as basic intructions?A system search does finds:/usr/share/app/install/icons/gnash.xpm/usr/share/app/install/desktop/gnash.desktop

View 4 Replies View Related

OpenSUSE :: 11.4 - Flash Plugin Not Installed Into FF 4 Beta Properly

Mar 11, 2011

After installing 11.4/LXDE which comes with FF 4 Beta, The openSUSE Flash Plugin package was automatically installed, but doesn't seem to be installed into FF properly. When FF > Addons is opened, no Flash plugin is listed. If you then attempt to install install Flash from Adobe, Adobe doesn't seem to recognize FF 4 as a supported browser.

On top of that, if you visit the nVidia site to explore OEM display drivers, their site is Flash driven and won't permit driver searching, must less browsing and possible downloading. This was important to me to try to obtain the OEM nVidia Configuration Manager which vastly enhances display management, particularly on the somewhat lean LXDE desktop.

View 2 Replies View Related

Ubuntu :: Can't Find Zen-coding Plugin After Installed In Gedit

May 2, 2010

Zen-coding is a great gedit plugin for html & css development.I download the files and unpack them into ~/.gnome2/gedit/plugins/.After open gedit I can't find zencoding in the Gedit Preference.

View 9 Replies View Related

Ubuntu :: Updating CDT Installed The Plugin But Could Not Create Project In C / C + +?

Feb 16, 2011

I tried to update my eclipse to the Helios version through a PPA, but I wanted to use it for programming in C / C++, in order to integrate it with the NS-3. After updating CDT installed the plugin but could not create project in C / C + + because they did not appear in the File -> New -> Project. I decided to return to the previous version to see the eclipse in the repositories by default.I did:

Code:
sudo apt-get purge eclipse*
sudo apt-get autoclean

[code]....

View 1 Replies View Related

Ubuntu :: Java Installed, Firefox Can't Find Plugin?

Mar 2, 2011

downloaded the java .bin file from the website and made it excutable and ran in terminal... i got the 'done' message at the end of installation, so i restarted Firefox and verified if i had java. well, i got that message talking about missing plugins... i clicked it and click get missing plugins, It didn't find java on my computer!

View 3 Replies View Related

Ubuntu :: Get A Java Plugin Manually Installed In Firefox?

Jul 21, 2011

using Xubuntu 11.04

I don't like Firefox 4 and 5 so I uninstalled it and installed FF 3.6.19 manually in the /opt directory. It works really well. I wanted to add a java icedtea plugin to FF. But I can't use Synaptics. Synaptics does not see the FF 3.6.19 - it does not know it's there and will try an install FF5 if I use it to install that plugin - makes sense it would do that.

How do I get a java plugin installed considering how FF is implemented on my system?

I can download a deb installer for the plugin and use the archive manager to get manually get files out of it but what I've tried so far didn't work...

View 4 Replies View Related

Debian Hardware :: Soundcard: Cannot Get Freq At Ep 0x1?

Apr 28, 2011

I've installed Debian 6.0.1 with kernel 2.6.32 and I've got an issue with my Ayre QB9 usb soundcard.MPD says: problems opening audio device. I have MPD running as root.Below I've copied a bit of output from terminal that might give someone a clue.dmesg (The second to last OSS line I've only seen once, but as it involves audio I though I might include it. The last line is sometimes there and sometimes not. I can't figure out why.

[779.384053] usb 5-1: USB disconnect, address 2
[783.028037] usb 3-2: new full speed USB device using uhci_hcd and address 2
[783.249119] usb 3-2: New USB device found, idVendor=21b4, idProduct=0130

[code]...

View 4 Replies View Related

Ubuntu :: Overclocked Freq Incorrect ?

Feb 7, 2010

BIOS says 3.72GHz

Sysinfo and hardinfo show 3.2GHz (old clock)

what do I need to do for this update properly? (yes...I am trying to fry my system so I have an excuse to buy my i7 wishlist package on newegg )

Quote:

View 9 Replies View Related

General :: Openoffice Installed But There Is No Gooo - Different Package Or Plugin To Work?

Jun 18, 2010

I was looking for some alternative and find go-oo. I installed them:

[Code]...

I have openoffice installed. but there is no gooo. is it a different package or plugin to work with openoffice?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved