View Single Post
Old 07-24-2017, 02:12 AM   #7
lucasmpr
Enthusiast
lucasmpr began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jul 2017
Device: Kindle
I dont think I'm finding that there. configureChrome doesn't seem like the right way.

I searched a lot, and the only native application that I can see that hides the statusbar is when you open a book.

So I tried the following:

- run dbus-monitor --system
- open a book
- see what happens.

ignal sender=org.freedesktop.DBus -> dest=:1.972 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
string ":1.972"
signal sender=:1.15 -> dest=(null destination) serial=11235 path=/default; interface=com.lab126.wifid; member=signalStrength
string "1/5"
signal sender=:1.15 -> dest=(null destination) serial=11236 path=/default; interface=com.lab126.wifid; member=scanning
signal sender=:1.15 -> dest=(null destination) serial=11237 path=/default; interface=com.lab126.wifid; member=scanComplete
signal sender=:1.15 -> dest=(null destination) serial=11238 path=/default; interface=com.lab126.wifid; member=signalStrength
string "3/5"
signal sender=:1.9 -> dest=(null destination) serial=391 path=/default; interface=com.lab126.powerd; member=t1TimerReset
signal sender=:1.4 -> dest=(null destination) serial=3406 path=/default; interface=com.lab126.appmgrd; member=appStateChange
string "com.lab126.booklet.reader"
string "go"
int32 0
signal sender=:1.4 -> dest=(null destination) serial=3407 path=/default; interface=com.lab126.appmgrd; member=appActivating
int32 0
string "com.lab126.booklet.reader"
string ""
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
string ":1.973"
string ""
string ":1.973"
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
string "com.lab126.reader.operations"
string ""
string ":1.973"
signal sender=:1.254 -> dest=(null destination) serial=1105 path=/default; interface=com.lab126.winmgr; member=titleBarVisiblityChange
string "invisible"
signal sender=:1.254 -> dest=(null destination) serial=1106 path=/default; interface=com.lab126.winmgr; member=titleBarVisiblityChange
string "invisible"

signal sender=:1.4 -> dest=(null destination) serial=3410 path=/default; interface=com.lab126.appmgrd; member=appStarted
string "com.lab126.booklet.reader"
signal sender=:1.4 -> dest=(null destination) serial=3411 path=/default; interface=com.lab126.appmgrd; member=appStateChange
string "com.lab126.booklet.reader"
string "go"
int32 1
signal sender=:1.4 -> dest=(null destination) serial=3412 path=/default; interface=com.lab126.appmgrd; member=appActivating
int32 1
string "com.lab126.booklet.reader"
string ""

Somehow we get an event titleBarVisibilityChange string "invisible". Any ideas on how I can discover what lipc command that triggered it?
lucasmpr is offline   Reply With Quote