
GTK3 Themes by duduledotcom 5 comments

Conky by deathknight 47 comments
Thanks anyway. :) - Jan 13 2012

Conky by deathknight 47 comments
Here I upload new v0.08 version.
Thanks. - Jan 06 2012

Conky by deathknight 47 comments
I remember that it happens to me one time. If I remember correctly, responsible is the icon set that, since applet draws themes HDD icon... It might be same situation at your computer.
Its also related with how much HDD are shown at program.
On my OpenSUSE 11.4, Phenom 2 x4 core (2.6Ghz), it consumes %0. on 4 drive mounted and %04 if 6 drive mounted.
So it consumes CPU much. But not much as your scenario. I believe It's also possible decease CPU consumption via small hacks. - Jul 24 2011

Conky by deathknight 47 comments

Conky by deathknight 47 comments

Conky by deathknight 47 comments
And I don't join your thoughts. Without "drive clicking" you can see Disk I/O via tool which is unique feature and thats why I make this tool. - Apr 30 2010

Conky by deathknight 47 comments
It's working here.
- Apr 16 2010

Conky by Whise 163 comments
OpenSUSE 11.2 x86_64
death@triQuad:~/.screenlets/FolderView> ./FolderViewScreenlet.py
CachingBackend: Loading instances from cache
CachingBackend: Loading <FolderView1>
Found a running session of FolderView, adding new instance by service.
Error in screenlets.services.get_service_by_name: org.freedesktop.DBus.Error.ServiceUnknown: The name org.screenlets.FolderView was not provided by any .service files
Screenlet has already been added to /tmp/screenlets/screenlets.death.running
Loading instances in: /home/death/.config/Screenlets/FolderView/default/
File: FolderView1.ini
/home/death/.config/Screenlets/F/default/FolderView1
LOAD NEW THEME: default
FOUND: /home/death/.screenlets/FolderView/themes/default
theme.conf found! Loading option-overrides.
theme.conf loaded:
Name: default
Author: helder
Version: None
Info: Created automaticly
Override: shadow_color
WARNING: Option 'shadow_color' not found or protected.
Override: frame_color_selected
WARNING: Option 'frame_color_selected' not found or protected.
Override: shadow_size
WARNING: Option 'shadow_size' not found or protected.
Override: border_size_selected
WARNING: Option 'border_size_selected' not found or protected.
Override: color_title
WARNING: Option 'color_title' not found or protected.
Override: frame_color
WARNING: Option 'frame_color' not found or protected.
Override: border_color
WARNING: Option 'border_color' not found or protected.
Override: border_size
WARNING: Option 'border_size' not found or protected.
Override: pericons
WARNING: Option 'pericons' not found or protected.
Override: height
Override: width
Override: full_path
WARNING: Option 'full_path' not found or protected.
Override: show_title
WARNING: Option 'show_title' not found or protected.
Override: icon_size
WARNING: Option 'icon_size' not found or protected.
Override: rounda
WARNING: Option 'rounda' not found or protected.
Override: banner_size
WARNING: Option 'banner_size' not found or protected.
Override: expand
WARNING: Option 'expand' not found or protected.
Override: color_text
WARNING: Option 'color_text' not found or protected.
populating
Set options in FolderView
populating
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/screenlets/__init__.py", line 1825, in expose
self.on_draw(ctx)
File "./FolderViewScreenlet.py", line 1431, in on_draw
if self.__buffer_back:
AttributeError: 'FolderViewScreenlet' object has no attribute '_FolderViewScreenlet__buffer_back'
back painting........
front panting*********
Traceback (most recent call last):
File "./FolderViewScreenlet.py", line 1470, in <module>
screenlets.session.create_session(FolderViewScreenlet)
File "/usr/lib/python2.6/site-packages/screenlets/session.py", line 472, in create_session
session.start()
File "/usr/lib/python2.6/site-packages/screenlets/session.py", line 237, in start
if self.__load_instances():
File "/usr/lib/python2.6/site-packages/screenlets/session.py", line 399, in __load_instances
sl.finish_loading()
File "/usr/lib/python2.6/site-packages/screenlets/__init__.py", line 1243, in finish_loading
self.on_init()
File "./FolderViewScreenlet.py", line 608, in on_init
self.update_path_from_settings()
File "./FolderViewScreenlet.py", line 1176, in update_path_from_settings
self.redraw_foreground()
File "./FolderViewScreenlet.py", line 1380, in redraw_foreground
ico = self.generate_icon_names(elem)
File "./FolderViewScreenlet.py", line 926, in generate_icon_names
self.ico = gnomedesktop.item_new_from_file(self.uri, gnomedesktop.LOAD_ONLY_IF_EXISTS).get_string(gnomedesktop.KEY_ICON)
AttributeError: 'NoneType' object has no attribute 'get_string'
death@triQuad:~/.screenlets/FolderView>
- Mar 20 2010

Conky by deathknight 47 comments
Font name is located at line 354
current setting is
p_fdesc.set_family("Free Sans") - Feb 25 2010

Conky by deathknight 47 comments
I think I needed to adjust size dynamically depending the text size.
Or I could place a option for define that width manually.
THanks. - Feb 22 2010

Conky by deathknight 47 comments
First there is no check-able list on configurations. Only simple list as option.
Second, how could we deliver order of mount points with 'hide_mounts' list? Users like me usually want to their mounts in custom order. This make we need the old list.
So decided to add a button that add all existing mounts to list.
It makes easy for first start up, users can modify order later as it in the old list.
And needed to program a watchdog for /media directory
- Dec 06 2009

Conky by deathknight 47 comments
If you add those devices names to list, they magically appear on the list when they plugged in. :)
I inherited those list mechanism from Can Berk Güder, who is author of Disk Space Screenlet.
Now with your concern, I prefer to add new functionality.
Why we needed to add all drives by hand? Instead we can watch entire 'df' output and show all. The list could be used for "hide drives". Since we know the drives, we can place tick button at options near drives to disable them quickly.
This approach will also make your wish to true but from an other way.
I don't know when I start to implement this but will look that what I can make...
Regards - Dec 05 2009

Conky by deathknight 47 comments
If you add those devices names to list, they magically appear on the list when they plugged in. :)
I inherited those list mechanism from Can Berk Güder, who is author of Disk Space Screenlet.
Now with your concern, I prefer to add new functionality.
Why we needed to add all drives by hand? Instead we can watch entire 'df' output and show all. The list could be used for "hide drives". Since we know the drives, we can place tick button at options near drives to disable them quickly.
This approach will also make your wish to true but from an other way.
I don't know when I start to implement this but will look that what I can make...
Regards - Dec 05 2009

Conky by deathknight 47 comments
I think that distro has no kernel config. So I will drop dependency on next version, v0.4 - Nov 23 2009

Conky by deathknight 47 comments

Conky by deathknight 47 comments
- Nov 17 2009

Conky by deathknight 47 comments

Conky by deathknight 47 comments
please check "iostat -x 1" command on your system.
You can send PM to me.
Thresold is 80 on mine that changes color from blue to pink if drive space is under threasold - Nov 16 2009

Conky by deathknight 47 comments
Do you install systat package? This screenlets pull IO stats from "iostat" utility with " -x 1" argument.
If system has no `iostat` than statistics not works. (I assume you enabled statistics from options menu, I think they needed to be enabled default.)
If any problems, send PM to me, we could solve problem.
Thanks. - Oct 20 2009

Conky by cbguder 27 comments
Disk IO Space Screenlet
http://www.gnome-look.org/content/show.php?content=112989&vote=good&tan=180362 - Oct 01 2009

Conky by cbguder 27 comments
bugfix for 0.6
cat DiskSpace.diff
Quote:diff -ruN DiskSpace.orig//DiskSpaceScreenlet.py DiskSpace/DiskSpaceScreenlet.py
--- DiskSpace.orig//DiskSpaceScreenlet.py 2009-02-28 03:04:59.000000000 +0200
+++ DiskSpace/DiskSpaceScreenlet.py 2009-09-11 16:33:14.000000000 +0300
@@ -193,6 +193,7 @@
self.__info = self.get_drive_info()
self.recalculate_size()
self.update_graph()
+ return True
def on_draw(self, ctx):
ctx.scale(self.scale, self.scale)
- Sep 11 2009

Conky by cbguder 27 comments

Video Apps by deathknight 3 comments

Cursors by jlue 313 comments
http://kde-look.org/content/show.php?content=5376&forumpage=0&PHPSESSID=4d60193d864f526f0074e2de9b5c4544
- Jul 15 2009

Cursors by jlue 313 comments
Instead, using SVG mouse icons, we could minimize this overhead. Large, Huge, small, normal icons become one... GTK allows resizing mouse pointers on the fly also. Why we require have multiple size of same icons instead of resizing from one?
I think next step is vectorization of pointer set.
Thank you. - Jul 15 2009

Beryl/Emerald Themes by islington 5 comments

Beryl/Emerald Themes by islington 5 comments

Full Icon Themes by Newmooon 100 comments
If you add a icon for ramdisks, it will be better theme.
- Mar 22 2008

Full Icon Themes by Newmooon 100 comments
I mount tmpfs and my desktop shows that drive with no icon.
Thanks for great icon set :) - Mar 21 2008

AWN Themes by emrahunal 4 comments

Beryl/Emerald Themes by deathknight 3 comments
You trying to make member from gnome-look!
You have to give permission to download pictures "without user account."
If you don't this means you wanna make membership from gnome-look!
Do you understand? - Jan 12 2007

Icon Sub-Sets by saki 67 comments