GalacticSun
GalacticSun
Well, an update to a Linux Mint panel applet restarted Cinnamon and it crashed Conky. That was sooner than expected, but good since it provided a crash log from the...
Thank you, @Caellian, for looking into this. Sorry, sounds like a bit of a hassle! Hopefully it is helpful if it can help fix crashes, though. What am trying to...
Btw, just had another crash after unplugging the power cable on my laptop: ``` Process 2710 (AppRun) of user 1000 dumped core.#012#012 Module /tmp/.mount_conky-cGeCLm/usr/lib/libkeyutils.so.1 without build-id.#012 Module /tmp/.mount_conky-cGeCLm/usr/lib/libkeyutils.so.1#012 Module /tmp/.mount_conky-cGeCLm/usr/lib/libmp3lame.so.0...
Okay, thank you for the explanation. I think I understand. Here's what I did: 1. Conky requires CMake to compile from source. I ran `which cmake` and it said `/usr/bin/cmake`,...
Ok, well, I got it working! What I did: Actually _cloned_ the repo into a directory this time, didn't just download the source code, and then ran Cmake gui and...
Out of curiousity I ran `/usr/local/bin/conky -v` and it said `conky 1.22.3-pre-16bb8d88 compiled for Linux x86_64`. Is that correct when building from the latest repo clone source? Is this a...
> That's "beta" from the latest main branch. You're fine, it's been 2 changes since the last release and mostly minor stuff. Okay, thanks. Running `pkg-config --modversion audacious` reports: ```...
Thanks again for your help.
**Update:** Another crash. Was shortly after (~1min) the laptop waking from sleep. Syslog: ``` 2025-09-21T15:29:50.404913-07:00 systemd[1]: Started [email protected] - Process Core Dump (PID 2239005/UID 0). 2025-09-21T15:29:51.507219-07:00 systemd-coredump[2239006]: Process 1575858 (conky)...
Here you go. Any optimization tips are welcome. ``` conky.config = { alignment = 'top_left', background = false, border_width = 1, cpu_avg_samples = 2, draw_borders = false, draw_graph_borders = true,...