View Single Post
Old 04-25-2025, 08:23 AM   #7
hanginwithdaddo
Enthusiast
hanginwithdaddo doesn't litterhanginwithdaddo doesn't litter
 
hanginwithdaddo's Avatar
 
Posts: 32
Karma: 122
Join Date: Apr 2025
Location: Pennsylvania, USA
Device: Kindle Signature, 12th Gen.
Quote:
Originally Posted by crazyelectron View Post
Great! There are quite a few more event sources we can eavesdrop:

Code:
lipc-probe -l
and also

Code:
grep -sori "com\.lab126\.[a-z\.]\+" /etc /usr | cut -d ':' -f 2 | sort -u
(this one takes a while)
Just a note that properties reported by lipc-probe are *properties* that you can set and query, using lipc-set-prop and lipc-get-prop, not events that you can wait on.

Last edited by hanginwithdaddo; 04-25-2025 at 08:41 AM. Reason: corrected typo
hanginwithdaddo is offline   Reply With Quote