You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[3629:0926/165827.350019:ERROR:node_bindings.cc(242)] Error parsing Node.js cli flags
2022-09-26 16:58:27 [ ERROR ] acpi.js 36: ACPI: acpi_listen does not exists
2022-09-26 16:58:27 [ DEBUG ] browser.js 125: Initializing Browser Window
2022-09-26 16:58:27 [ DEBUG ] browser.js 177: Browser Window created
2022-09-26 16:58:27 [ DEBUG ] screensaver.js 42: Screensaver set
2022-09-26 16:58:27 [ DEBUG ] browser.js 122: Theme loaded
2022-09-26 16:58:27 [ DEBUG ] globals.js 16: Javascript logger is ready
2022-09-26 16:58:27 [ DEBUG ] globals.js 13: Window is ready
2022-09-26 16:58:27 [ ERROR ] bridge.js 53: Error: Unable to determine socket to daemon
at new Greeter (/opt/nody-greeter/resources/app.asar/js/bridge/bridge.js:49:28)
at Function.getInstance (/opt/nody-greeter/resources/app.asar/js/bridge/bridge.js:99:52)
at /opt/nody-greeter/resources/app.asar/js/bridge/bridge.js:718:37
[3629:0926/165827.822005:ERROR:browser_main_loop.cc(269)] <unknown>: lightdm_greeter_ensure_shared_data_dir_sync: assertion 'priv->connected' failed
2022-09-26 16:58:27 [ DEBUG ] bridge.js 70: LightDM API connected
[3629:0926/165829.517555:ERROR:browser_main_loop.cc(269)] <unknown>: lightdm_greeter_cancel_authentication: assertion 'priv->connected' failed
[3629:0926/165829.517871:ERROR:browser_main_loop.cc(269)] <unknown>: lightdm_greeter_authenticate: assertion 'priv->connected' failed
2022-09-26 16:58:29 [ DEBUG ] browser.js 198: Nody Greeter started win: 0
Bug description
Litervan theme can not recognize correct resolution at 3840x2160. But correctly work at 1280x1024.
nody-greeter --debug shows that a threshold size makes this anomalous. The screenshot below shows this.
I have used this theme before based on lightdm-webkit2-greeter in the same environment, at that time it worked correctly.
I check base gruvbox theme, it work correctly
Steps to reproduce
Build the latest nody-greeter and litervan themes and run them at 3840x2160.
Screenshots
this works normally
this works anomaly
The text was updated successfully, but these errors were encountered:
Sorry for the late response. Maybe, nody-greeter is zoomed in? The log seems okay if you don't have X-LightDM-Allow-Greeter=true in your xsession, and xrandr info doesn't seems wrong, so I'm not sure what else could be causing it.
I use only discrete graphics, so only 3840x2160 monitor activate. But this greeter seem to multi-monitor setting, I think multi monitor support may collision between greeters.
anyway, now I use base gruvbox theme without any problem.
Also, does this happen in the Login environment too (when you're going to start a session)? Or is this a desktop only issue (when you're already logged in)?
Environment
Bug description
Litervan theme can not recognize correct resolution at 3840x2160. But correctly work at 1280x1024.
nody-greeter --debug shows that a threshold size makes this anomalous. The screenshot below shows this.
I have used this theme before based on lightdm-webkit2-greeter in the same environment, at that time it worked correctly.
I check base gruvbox theme, it work correctly
Steps to reproduce
Build the latest nody-greeter and litervan themes and run them at 3840x2160.
Screenshots
this works normally
this works anomaly
The text was updated successfully, but these errors were encountered: