lively icon indicating copy to clipboard operation
lively copied to clipboard

When more than one screen use CefSharp, the devtools only can show one tab.

Open char-46 opened this issue 1 year ago • 6 comments

The situation is as described in the title.

I think that may because each screen use CefSharp create a instance but tab.

char-46 avatar May 14 '23 18:05 char-46

Do you mean chromium devtool? how are you turning it on?.. describe steps to reproduce the issue.

rocksdanister avatar May 15 '23 08:05 rocksdanister

Settings->Wallpaper->Web browser->Debugging port I set it to 9000, when I let my two screen use the website as wallpaper and I open localhost:9000, I just see 'Inspectable WebContents' and only one tab. Clip_171913 Clip_171949 Clip_171928 Clip_172029

char-46 avatar May 15 '23 09:05 char-46

Ah.. its called "Debugging port" in English text.

Each screen new CEF program is launched, need to take a look how to register multiple times.

rocksdanister avatar May 15 '23 16:05 rocksdanister

Can only one program for more than one screen?

char-46 avatar May 15 '23 17:05 char-46

Lively is designed with one program per screen for now.

Is debugging both screen simultaneous a requirement? are the wallpapers talking to each other?

rocksdanister avatar May 16 '23 11:05 rocksdanister

Debugging each screen is a requirement. Perhaps we could use cookies or other web technologies to make the wallpaper more interactive.

char-46 avatar May 17 '23 19:05 char-46