-
-
Notifications
You must be signed in to change notification settings - Fork 623
Compatibility
Tin Švagelj edited this page Apr 9, 2024
·
3 revisions
Tint2 listens for desktop/root events in order to detect window focus changes. When conky forwards some events (like cursor movement) to the desktop, it makes tint2
crash. This happens because tint2
tries handling those events like they were aimed from a window, but as they weren't, a bad memory read occurs which crashes it.
Here's a patch for tint2
addressing those issues. You can clone and build tint2
according to instructions provided in its repository, you just have to apply the patch after clone and checkout by running:
curl https://gist.githubusercontent.com/Caellian/334a31b00ddeaec2b124a8e66125e251/raw/fixes.patch | git apply -
- Home
- Installation
- Configurations
- Window Configuration
- Configs
- FAQ
- Lua
- Variables
- Compatibility
- Using Lua scripts
- How does a Lua script work
- Displaying stuff in conky
- Drawing lines
- Drawing rectangles, circles and arcs
- Making a bar meter and a circle meter
- Borders and if statements
- Alarm colors and complex if statements
- Functions
- Function parameters
- Table parameters
- For loops and cpu chart
- Clock and circular things
- Useful functions and code
- CLI commands timers and line editing
- Mouse events
- Rendering an SVG with librsvg and Cairo
- Contributing
- Issue Reporting