Leap 42.1 is the most responsive and stable openSUSE ever. I installed the Xfce DE but after many days without rebooting the system slowed down. In order to determine what was eating up my RAM I installed Conky and as a result closed one of the four web browsers that was in use.
However: Conky opened in a window with a black background. I would like to configure it to have a transparent background and assume more control over what text and how much is shown.
I also installed conky-doc but have not been able to open it. (cnf conky-doc produces no results, and geany conky-doc opens a blank page).
I found a few tutorials but for some reason conkyrc does not appear to be in the usual place and searching for it with SpaceFM File Search doesn’t locate it either.
On Sun 06 Dec 2015 10:46:01 PM CST, d hinds wrote:
I found a few tutorials but for some reason conkyrc does not appear to
be in the usual place and searching for it with SpaceFM File Search
doesn’t locate it either.
Hi
If you don’t have a ~/.conkyrc or use the -c option then by default it
will use /etc/conky/conky.conf.
Now, with version 1.10.x the configuration file is different since it’s
move to lua type scripts/configuration. I prefer to use the 1.9.x
series at the moment…
So if you copy the default one to ~/.conkyrc and then tweak that to
your liking.
If you search online for configs, just make sure the 1.10 versions you
try.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 | GNOME 3.10.1 | 3.12.48-52.27-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
I installed conky from the packman repo via yast and then when i tried to start it from terminal i get this ‘segmentation fault’
conky
conky: desktop window (1a00044) is subwindow of root window (25b)
conky: window type - desktop
conky: drawing to created window (0x4800001)
Segmentation fault
On Sun 13 Dec 2015 12:06:02 PM CST, knightsu wrote:
I installed conky from the packman repo via yast and then when i tried
to start it from terminal i get this ‘segmentation fault’
Code:
conky
conky: desktop window (1a00044) is subwindow of root window (25b)
conky: window type - desktop
conky: drawing to created window (0x4800001)
Segmentation fault
any idea on what to do ?
Hi
Install the openSUSE version, it has most things configured by default.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 | GNOME 3.10.1 | 3.12.51-52.31-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
On Sun 13 Dec 2015 03:26:02 PM CST, knightsu wrote:
malcolmlewis;2742638 Wrote:
> Hi
> Install the openSUSE version, it has most things configured by
> default.
>
> –
> Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter
> #276890)
> SUSE Linux Enterprise Desktop 12 | GNOME 3.10.1 |
> 3.12.51-52.31-default If you find this post helpful and are logged
> into the web interface, please show your appreciation and click on
> the star below… Thanks!
I am getting the same error from openSUSE version too. Tried from both
openSUSE-Leap-42.1-Update , openSUSE-Leap-42.1-OSS, both gives the same
error.
Hi
So was it an existing conkyrc you are using as in <= 1.9 version? If
so, you need to convert for the 1.10 version.
Else if you run the default config, does it error out;
conky -c /etc/conky/conky.conf
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 | GNOME 3.10.1 | 3.12.51-52.31-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
On Sun 13 Dec 2015 05:06:01 PM CST, knightsu wrote:
malcolmlewis;2742650 Wrote:
> Hi
> Just tested here with Leap 42.1 and the GNOME DE, all works fine with
> the default config.
>
> Aside from conky, did/are the following packages get installed;
> >
Code:
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 | GNOME 3.10.1 | 3.12.51-52.31-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
to create a trace of the crash and debug(by trying gdb conky ).
so this is the conky i installed- conky- 1.10.0.-3.1 -from the repo openSUSE-Leap-42.1-Update -http://download.opensuse.org/update/leap/42.1/oss/ and there is no conky-debuginfo for this version in the openSUSE repos.
This is what i tried to do conky-debuginfo:
After enabling all debug repos-But the only conky-debuginfo available was this version conky-debuginfo (1.10.0.1.4) from the repo openSUSE-Leap-42.1-Debug - http://download.opensuse.org/debug/distribution/leap/42.1/repo/oss/
so i removed conky by-
Problem: nothing provides /usr/bin/lua51 needed by conky-1.10.0-1.4.x86_64
Solution 1: do not install conky-1.10.0-1.4.x86_64
Solution 2: break conky-1.10.0-1.4.x86_64 by ignoring some of its dependencies
Is this non-availability of the conky-debuginfo for the conky version 1.10.0.-3.1 is also a bug to be reported ?