[SOLVED] Conky /run/media/ help needed please

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
idle

[SOLVED] Conky /run/media/ help needed please

Post by idle »

Hi all,

First time installing and trying out Conky. This is the one I chose to install: http://gnome-look.org/content/show.php/ ... ent=153230

I've got it up and running, but in terminal I see this:

me@mint ~ $ conky -c ~/.conky/conkyrc
Conky: statfs64 '/run/media/Windows': No such file or directory
Conky: statfs64 '/run/media/Extra': No such file or directory
Conky: forked to background, pid is 8968
me@mint ~ $
Conky: desktop window (1200026) is subwindow of root window (2e5)
Conky: window type - normal
Conky: drawing to created window (0x3400002)
Conky: drawing to double buffer
Conky: statfs64 '/run/media/Extra': No such file or directory
Conky: statfs64 '/run/media/Windows': No such file or directory
Conky: statfs64 '/run/media/Extra': No such file or directory
Conky: statfs64 '/run/media/Windows': No such file or directory

And it keeps repeating the above over and over.

Is there a way to stop it looking for Extra and Windows?

Anyone's help would be muchly appreciated cheers :)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Habitual

Re: Conky /run/media/ help needed please

Post by Habitual »

nuke these lines from ~/.conky/conkyrc

Code: Select all

${color5}Windows:${color1}(${fs_type /run/media/Windows})${alignr}${color7}${fs_used /run/media/Windows}  <  >  ${color7}${fs_free /run/media/Windows}
${color8}Total: ${fs_size /run/media/Windows}${alignr}${color}${fs_bar 8,150 /run/media/Windows}

${color5}Extra:${color1}(${fs_type /run/media/Extra})${alignr}${color7}${fs_used /run/media/Extra}  <  >  ${color7}${fs_free /run/media/Extra}
${color8}Total: ${fs_size /run/media/Extra}${alignr}${color}${fs_bar 8,150 /run/media/Extra}
idle

Re: Conky /run/media/ help needed please

Post by idle »

Thanks Habitual :D

After doing what you suggested I get the following in terminal:

4:26: Junk at end of value

(nvidia-settings:27027): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:472:17: Not using units is deprecated. Assuming 'px'.

(nvidia-settings:27027): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:484:19: Not using units is deprecated. Assuming 'px'.

The above goes on for quite some time, I just posted a small segment for an example.

Is this a problem, or nothing to worry about?

Also what command do I use to make Conky auto-start?

I am using Mint 17.2 Cinnamon (Rafaela) if that helps.

Thanks very much for the help :)
idle

Re: Conky /run/media/ help needed please

Post by idle »

Everything solved.

For anyone who finds this thread in the future - Instead of nuking "${color5}Windows:${color1} and so on" you simply place a # in front of the code at the beginning of the line you want disabled.

As for making Conky auto start - Hold ATL+F2 and in the pop-up that follows type "gnome-session-properties" (without quotes). Then on the next pop-up window select ADD. Then give it the name conky in the first field. Next type in the command field ".conky/conky-startup.sh" (without quotes and don't forget the . at the start) and in the last field type System Monitor.
Locked

Return to “Compiz, Conky, Docks & Widgets”