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


ADVERTISEMENT

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 View Related

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 :: 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 :: 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

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

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

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

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

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

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

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 :: Current Theme Defaults To Silver Theme For No Reason Randomly On Login

May 4, 2011

For some reason, from time to time on login, as my normal theme starts to load, it changes to some sort of silver theme (a very basic one), and I am unable to change it over to any other theme. Checking the theme being used, it still says my desired one is set, but it is not. Also, no matter what theme I change it to, that basic silver theme is the one being used. This includes a default icon theme, not the one I prefer.

The only option that seems to fix things is a restart, and the hope that on this login it won't mess up like before.I am using Natty, from a fresh install, with Ubuntu Classic as my desktop, and have reinstalled things more than once to try and fix a few of the Natty-related issues, but this one keeps coming back.

View 9 Replies View Related

Ubuntu :: Error Saving Theme To /home/perlsyntax/.irssi/default.theme

Jun 10, 2011

What does this error mean i try to save it and get this? Irssi: Error saving theme to /home/perlsyntax/.irssi/default.theme: Permission denied

View 3 Replies View Related

Ubuntu :: There Was An Error Installing The Selected File, Index.theme Doesn't Appear To Be A Valid Theme

Mar 31, 2011

I backed up .themes from /home, but on trying to install them (files don't show as theme packages) it says "There was an error installing the selected file, index.theme doesn't appear to be a valid theme". Did I backup the right thing?

View 1 Replies View Related

Ubuntu :: Gtk-theme-switch To Change Theme In Openbox?

Mar 7, 2010

I want to use gtk-theme-switch to change my theme in openbox (would rather not use any gnome/kde/etc.. tools for this), but after installing it I cannot get it to run:

Quote:
tr@linux:~$ sudo apt-get install gtk-theme-switch
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code]...

View 2 Replies View Related

Ubuntu :: Install And Use Theme In Emerald Theme Manager

Aug 15, 2010

I installed a theme in emerald, and it didn't do anything, like, it had no effect on my windows or anything. So i did some searching and the only thing i could find was to run "emerald --replace" in the terminal, and it worked, but if I exit out of the terminal, it reverts back to the old theme.How do I keep emerald's theme, even after I exit the terminal?

View 5 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 :: FVWM Theme Needs Habak And Trayer - Theme Depends On Various Programs

Nov 1, 2009

Im trying to use a downloaded theme (from [URL]) om my FVWM window manager, but the theme depends on various programs that isn`t in the Fedora repository. Namely habak, trayer and rox-filer (the last one is optional though). Is there any way to download these programs and install them independantly?

View 2 Replies View Related

Fedora :: Mouse Theme / Only Some Symbols Change / Other Stay Standard Theme

Feb 21, 2011

I updated my laptop from F12 to F14 via preupgrade. After doing so, the standard mouse theme was active. So I installed the one I like again and set it as mouse theme. For some reason it is now a mixture of the one I installed and the standard theme. If I open a place in nautilus the displayed symbol is the right one while waiting, if I open something in control center I get the standard icon. Same problem with drag and drop, I always get the hand from the standard theme. I also tried the former standard theme Bluecurve and it was the same problem.Can anyone tell me what goes wrong with the theme? What has changed in F14, that the older themes won't work?

View 3 Replies View Related

Debian Multimedia :: Qpdfview Appears With Generic Theme Instead Of Gtk Theme

Jul 5, 2015

Since I updated my system a couple of days ago, qpdfview uses a generic theme instead of the Gtk theme. Apparently by adding

Code: Select allexport QT_STYLE_OVERRIDE=gtk.

to /etc/profile all QT5 apps should use the gtk theme but for some reason this doesn't seem to work.

Adding -style=gtk to the launcher options works but I want to change the theme setting for all QT5 apps.

View 8 Replies View Related

OpenSUSE Install :: Changing Cursor Theme / Login Theme

Jun 3, 2011

i am using opensuse 11.4 and i reinstalled it 4 days before.i have changed the cursor theme,login theme etc.after the reinstall i forgot how to change them.so please tell me how to change cursor theme,login theme,boot splash?

View 7 Replies View Related

Ubuntu :: Remove The Theme From 11.04 To Use Default Theme Of 11.04??

May 5, 2011

I was ubuntu 10.10 user and i installed macubuntu theme there but recently i upgraded my ubuntu to 11.04 and now the macubuntu theme is still exist. But i don want to make it avail anymore. how can i remove the theme from ubuntu 11.04 to use default theme of 11.04?

View 1 Replies View Related

Debian Multimedia :: Dark Theme Vs Light Theme

Aug 4, 2011

I enjoy using vim from lxterminal with the black background, as well as awesome with its dark theme. I configured xfe manually to be darkish, and i use darklooks as a GTK theme to suit it as well. I could say all my desktop looks pretty dark, which my eyes thank me for. I also use redshift.But problems come along when surfing the web. Most web pages (including this one) have very bright styles. They are not the problem themselves, but switching from my windows hurts my eyes since it's a quick change to a much brighter screen.What would you do, either:

1. Use everything with a brighter background and putting the screen brightness a bit lower. (changing the GTK theme to clearlooks, using lxterminal with a white background, etc.)

2. Use some color theme with uzbl so that pages would look much darker. (like when you set manually the text and background colors in Firefox/Iceweasel)

I would myself go with the second one if most pages wouldn't look that bad when modified that way. For example, many pages use non-transparent images with white backgrounds on white pages, so if you change the background to black not only it looks horrible but it too is a mess.

View 4 Replies View Related

Fedora :: Index.theme Does Not Appear To Be Valid Theme

Jun 27, 2009

I'm running Fedora 11 x86_64 (GNOME) and I'm having a problem installing ANY themes from http://art.gnome.org. Any time I try to install a theme I get an error that it's "appears to not be a valid theme" When I first click the install button and navigate to my theme packages, I don't see the [dot] theme file, which is a red-flag. I change to "All files" and I tend to see an "index.theme". Is this the correct file?

View 3 Replies View Related

Ubuntu Installation :: The Screen Stops At Plymouth Theme Or Goes Blank After Loading Plymouth Theme?

Aug 3, 2011

really wish to customize my GDM for ubuntu 11.4 but failed to do so.....therefore i decided to use alt. such as SLiM.....I could install it properly in virtualbox but when i went to do it on my real ubuntu 11.4 ......the screen stops at plymouth theme or goes blank after loading plymouth theme......then i read further more blogs and made changes and now even if i configure SLim the GDM starts no matter what i do .........

PS : I am new to ubuntu and dont have any knowledge about scripting programming and stuff....

View 5 Replies View Related

Ubuntu :: Theme Installation "XYZ Does Not Appear To Be A Valid Theme"

Feb 2, 2010

i try and install themes, the appearance editor tells me "XYZ does not appear to be a valid theme". for example, i tried to install this perfectly normal looking theme here: [URL]... and i got the error. if u can, could u try checking if this theme is working for u (its just a few kbs)?

View 3 Replies View Related

Slackware :: GTK Theme Not So Integrated With KDE Theme In Slackware 13 / Fix It?

Mar 8, 2010

I use Slackware 13 and not add another application besides the application from the installation DVD yet. I found GTK theme is not so integrated with the KDE theme. How do I set GTK themes so it can be seen more integrated with the KDE theme?

View 4 Replies View Related

Ubuntu :: Where To Get 9.10 Theme For 10.04

May 2, 2010

Where can I get Ubuntu 9.10 New Wave theme for Ubuntu 10.04?

View 1 Replies View Related







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