I think the screenshot describes it better than I can. It appears that Conky is overwriting its panel, but not quite aligning correctly. I know that's not what's really happening, but it's the same result. I've played with different fonts, but no joy. It almost looks like the information is in bold font style instead of regular. Any suggestions? I attached the script too.
Announcement
Collapse
No announcement yet.
Strange Conky Behavior
Collapse
This topic is closed.
X
X
-
I'm not sure I understand what you believe the problem is. The image looks fine to me, unless it shouldn't be indented as much as it is from the left edge.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Hi Snowhog. Take a look at the actual RAM usage. You can't make out a number because multiple iterations overwrite the previous numbers. It's like the text is only being written instead of a write text then replace text with the next update. All of the text seems to become bold as more iterations write on top of the previous text. It's frustrating that I can't articulate the problem better than that. The indentation is due to the user (Me) not centering the screenshot utility."If you're in a room with another person who sees the world exactly as you do, one of you is redundant." Dr. Steven Covey, The 7-Habits of Highly Effective People
- Top
- Bottom
Comment
-
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer right
- Top
- Bottom
Comment
-
I ran it here and it looks perfect. Only differences are I had to remove the apcaccess exec's because I don't have one (Cyber Power here!) and I saw an error (launched conky from the terminal) regarding border_margin:
Code:stuart@office:~$ Conky: /home/stuart/.conkyrc: 38: no such configuration: 'border_margin'
- Top
- Bottom
Comment
-
BTW: here's the border margin looks like:
Code:border_inner_margin 0 border_outer_margin 0
- Top
- Bottom
Comment
-
OMG!
Code:mark@AMD64:~$ ps -ef | grep conky mark 2027 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 2161 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 2162 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 2163 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 2164 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2173 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2174 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2175 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2180 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2181 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2182 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2183 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2184 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2185 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2186 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2191 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2210 1695 0 11:58 ? 00:00:01 /usr/bin/conky mark 2233 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 2260 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 2265 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 2266 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 2379 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 2399 1695 0 11:58 ? 00:00:02 /usr/bin/conky mark 20229 19627 0 12:49 pts/2 00:00:00 grep --color=auto conky
Last edited by Snowhog; Jul 12, 2014, 08:45 PM."If you're in a room with another person who sees the world exactly as you do, one of you is redundant." Dr. Steven Covey, The 7-Habits of Highly Effective People
- Top
- Bottom
Comment
-
This is what I see when I run this.
Code:life0riley@kubuntu-desktop:~$ ps -ef | grep conky life0riley 16372 16304 0 11:01 pts/1 00:00:00 grep --color=auto conky life0riley 22541 1 0 Mar18 ? 00:21:39 conky life0riley@kubuntu-desktop:~$
Kill all running instances of conky.
Code:killall conky
Code:conky &
In System Settings --> Startup and Shutdown under System Administration --> Session Management I have it selected to restore the previous settings. I haven't changed that default setting. This is Kubuntu 12.04 LTS, but it works to same for all other Kubuntu's I've installed, 12.10. 13.04. 13.10. and 14.04.sigpic
- Top
- Bottom
Comment
-
Cnky has a bad habit of running multiple times if you put it in autostart and use session restore. Kill it all, make sure it's not in your personal autostart folder - just in the system settings autostart.
- Top
- Bottom
Comment
-
Okay, here's the summary:
Problem: Multiple conky session were running for some reason.
Cause: Unknown
Solution: Killing all iterations of conky and then running it from the terminal worked.
Misc: I did put Conky in the system settings autostart and not in my personal autostart folder. I don't even know about the latter. The border inner and otter margins are correct, thank you Stuart. And, after several reboots, Conky is running cleanly again.
As usual without you guys, I'd still be a M$ Windoze zombie. Thank you."If you're in a room with another person who sees the world exactly as you do, one of you is redundant." Dr. Steven Covey, The 7-Habits of Highly Effective People
- Top
- Bottom
Comment
Comment