Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On wake up after suspend, hyprlock has no UI and cannot be unlocked. #695

Open
ogisan-7 opened this issue Feb 23, 2025 · 6 comments
Open
Labels
bug Something isn't working

Comments

@ogisan-7
Copy link

ogisan-7 commented Feb 23, 2025

Regression?

No

Hyprlock Info and Version

0.7.0

Hyprlock config
general {
    grace = 0
    hide_cursor =  true
    no_fade_in = true
    no_fade_out = true
}

auth {
    pam:enabled = true
}

background {
    monitor = DP-1
    color = rgba(25, 23, 36, 1)  # Base color (dark background)
}

input-field {
    monitor = DP-1
    size = 20%, 5%
    outline_thickness = 1
    inner_color = rgba(25, 23, 36, 0.0)  # Transparent inner color
    placeholder_text = type here

    outer_color = rgba(235, 188, 186, 1)  # Rose color for outer border
    check_color = rgba(156, 207, 216, 1)  # Pine color for check
    fail_color = rgba(235, 111, 146, 1)   # Fail color (reddish)
    fail_text = password incorrect

    dots_rounding = 0
    dots_text_format = *
    dots_fade_time = 0
    dots_center = false

    font_color = rgb(224, 222, 244)  # Text color (light)
    fade_on_empty = false
    rounding = 0

    position = 0, -20
    halign = center
    valign = center
    font_family = Iosevka Term
}

label {
    monitor = DP-1
    text = cmd[] uname --kernel-release
    color = rgba(224, 222, 244, 1.0)  # Text color (light)
    font_size = 16
    font_family = Iosevka Term 

    position = 0, -150
    halign = center
    valign = center
}

label {
    monitor = DP-1
    text = cmd[update:1000] date +"%H:%M"
    color = rgba(156, 207, 216, 1.0)  # Pine color for time
    font_size = 55
    font_family = Iosevka Term 
    position = 0, 250
    halign = center
    valign = center
}

label {
    monitor = DP-1
    text = $USER
    color = rgba(235, 188, 186, 1.0)  # Rose color for username
    font_size = 25
    font_family = Iosevka Term

    position = 0, 80
    halign = center
    valign = center
}

shape {
    monitor = DP-1
    size = 40%, 35%
    position = 0, 0
    color = rgba(25, 23, 36, 0)  # Transparent background
    rounding = 0
    border_size = 1
    border_color = rgba(224, 222, 244, 0.8)  # Light border color
}

Compositor Info and Version

System/Version info
Hyprland 0.47.2 built from branch  at commit 882f7ad7d2bbfc7440d0ccaef93b1cdd78e8e3ff  (version: bump to 0.47.2).
Date: Sun Feb 2 00:47:17 2025
Tag: v0.47.2, commits: 5767
built against:
 aquamarine 0.7.2
 hyprlang 0.6.0
 hyprutils 0.5.0
 hyprcursor 0.1.11
 hyprgraphics 0.1.2


no flags were set


System Information:
System name: Linux
Node name: ognjen-pc
Release: 6.13.4-arch1-1
Version: #1 SMP PREEMPT_DYNAMIC Sat, 22 Feb 2025 00:37:05 +0000


GPU information: 
06:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER] [10de:21c4] (rev a1) (prog-if 00 [VGA controller])
NVRM version: NVIDIA UNIX Open Kernel Module for x86_64  570.86.16  Release Build  (archlinux-builder@)  


os-release: NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo


plugins:

Description

After suspension from HYPRIDLE? I'm not sure why when manually done, the bug does not happen. It might, the bug doesn't happen 100% of times as there were times that hyprlock would normally start.

When I let hypridle suspend with systemctl after 900 seconds, after some time being suspended on wake up hyprlock will lock the screen and there will be no UI, or any way to unlock (even ending the process in another tty and following the instructions on the "oops your screenlocker died" screen). Cursor can be moved around and the screen is active but can't do any keybinds/actions except the ones binded with bindl.

This hasn't happened before on my old installations. And it doesn't happen 100% of the times, I'd say 90%.
Tried checking my configs and even rebuilding them, also hypridle config.
If needed hypridle config is here

general {
    lock_cmd = pidof hyprlock || hyprlock       # avoid starting multiple hyprlock instances.
    before_sleep_cmd = loginctl lock-session    # lock before suspend.
    after_sleep_cmd = hyprctl dispatch dpms on  # to avoid having to press a key twice to turn on the display.
}

listener {
    timeout = 300                                 # 5min
    on-timeout = loginctl lock-session            # lock screen when timeout has passed
}

listener {
    timeout = 330                                 # 5.5min
    on-timeout = hyprctl dispatch dpms off        # screen off when timeout has passed
    on-resume = hyprctl dispatch dpms on          # screen on when activity is detected after timeout has fired.
}

listener {
    timeout = 1800                                # 30min
    on-timeout = systemctl suspend                # suspend pc
}

How to reproduce

Leave hypridle to suspend your pc then try waking up.

Crash reports, logs, images, videos

No response

@ogisan-7 ogisan-7 added the bug Something isn't working label Feb 23, 2025
@villamide
Copy link

villamide commented Feb 24, 2025

Same here!

I tried setting monitor option on hyprlock config, because I can move the mouse, but Hyprland won't respond to any command.

One note, it's working for me until dpms off is triggered. In other words, seems to be working until the monitor powers off.
Another thing that I've noticed if hypreidle gets to suspend the system, it works flawlessly after resuming the computer.

hyprlock.conf
# BACKGROUND
background {
  monitor = DP-1
  path = /home/tvup/.wallpaper.lock
  blur_passes = 2
}

# GENERAL
general {
  hide_cursor = false
  grace = 0
  disable_loading_bar = true
}

# INPUT FIELD
input-field {
  monitor = DP-1
  size = 250, 60
  outline_thickness = 2
  dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
  dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0
  dots_center = true
  outer_color = rgba(0, 0, 0, 0)
  inner_color = rgba(0, 0, 0, 0.2)
  fade_on_empty = false
  rounding = -1 
  check_color = rgb(204, 136, 34)
  placeholder_text = <i><span foreground="##cdd6f4">Input Password...</span></i>
  hide_input = false
  position = 0, -200
  halign = center
  valign = center
}

# DATE
label {
  monitor = DP-1
    text = cmd[update:1000] echo "$(date +"%A, %B %d")"
    color = rgba(242, 243, 244, 0.75)
    font_size = 22
    font_family = Iosevka NF
    position = 0, 300
    halign = center
    valign = center
}

# TIME
label {
  monitor = DP-1
    text = cmd[update:1000] echo "$(date +"%-I:%M")"
    color = rgba(242, 243, 244, 0.75)
    font_size = 95
    font_family = Iosevka NF
    position = 0, 200
    halign = center
    valign = center
}



# Profile Picture
image {
  monitor = DP-1
    path = /home/tvup/.profile.png
    size = 100
    border_size = 0
    position = 0, -100
    halign = center
    valign = center
}

# Desktop Environment
image {
  monitor = DP-1
    path = /home/tvup/.config/hypr/hyprland.png
    size = 50
    border_size = 0
# border_color = $foreground
    position = -30, 30
    halign = right
    valign = bottom
}


label {
  monitor = DP-1
    text = cmd[update:1000] echo "$(whoami)"
    font_size = 14
    font_family = Iosevka NF
    position = 0, -10
    halign = center
    valign = top
}
hypridle.conf
general {
    lock_cmd = pidof hyprlock || hyprlock       # avoid starting multiple hyprlock instances.
    before_sleep_cmd = loginctl lock-session    # lock before suspend.
    after_sleep_cmd = hyprctl dispatch dpms on  # to avoid having to press a key twice to turn on the display.
}

listener {
    timeout = 300                                # 5min
    on-timeout = loginctl lock-session            # lock screen when timeout has passed
}

listener {
    timeout = 600                               # 5.5min
    on-timeout = hyprctl dispatch dpms off        # screen off when timeout has passed
    on-resume = hyprctl dispatch dpms on          # screen on when activity is detected after timeout has fired.
}

listener {
    timeout = 1800                                # 30min
    on-timeout = systemctl suspend                # suspend pc
}

I've tried also staring hypridle like this hypridle >> ~/.hypridle.log but I can't see anything relevant (at least for me) in the logs.
Here's the log in case it's useful

hypridle.log
[LOG] Exposed seat name: Hyprland
[LOG] [core] dmabufFeedbackMainDevice
[LOG] output DP-1 name DP-1
[LOG] output 53 description Samsung Electric Company LC34G55T HNTW406160 (DP-1)
[LOG] output 53 make Samsung Electric Company model LC34G55T
[LOG] output 53 done
[LOG] Running on Hyprland
[LOG] Locking session
[LOG] Got fractional scale: 100.0%
[LOG] configure with serial 3139
[LOG] Configuring surface for logical [Vector2D: x: 3440, y: 1440] and pixel [Vector2D: x: 3440, y: 1440]
[LOG] onLockLocked called
[LOG] Authenticating
[LOG] PAM_PROMPT: Password: 
[LOG] auth: authenticated for hyprlock
[LOG] Unlocking session
[LOG] Unlocked, exiting!
[LOG] Reached the end, exiting
[LOG] Registered timeout rule for 300s:
      on-timeout: loginctl lock-session
      on-resume: 
[LOG] Registered timeout rule for 600s:
      on-timeout: hyprctl dispatch dpms off
      on-resume: hyprctl dispatch dpms on
[LOG] Registered timeout rule for 1800s:
      on-timeout: systemctl suspend
      on-resume: 
[LOG]   | got iface: wl_seat v9
[LOG]    > Bound to wl_seat v9
[LOG]   | got iface: wl_data_device_manager v3
[LOG]   | got iface: wl_compositor v6
[LOG]   | got iface: wl_subcompositor v1
[LOG]   | got iface: wl_shm v1
[LOG]   | got iface: wp_viewporter v1
[LOG]   | got iface: wp_tearing_control_manager_v1 v1
[LOG]   | got iface: wp_fractional_scale_manager_v1 v1
[LOG]   | got iface: zxdg_output_manager_v1 v3
[LOG]   | got iface: wp_cursor_shape_manager_v1 v1
[LOG]   | got iface: zwp_idle_inhibit_manager_v1 v1
[LOG]   | got iface: zwp_relative_pointer_manager_v1 v1
[LOG]   | got iface: zxdg_decoration_manager_v1 v1
[LOG]   | got iface: wp_alpha_modifier_v1 v1
[LOG]   | got iface: zwlr_gamma_control_manager_v1 v1
[LOG]   | got iface: ext_foreign_toplevel_list_v1 v1
[LOG]   | got iface: zwp_pointer_gestures_v1 v3
[LOG]   | got iface: zwlr_foreign_toplevel_manager_v1 v3
[LOG]   | got iface: zwp_keyboard_shortcuts_inhibit_manager_v1 v1
[LOG]   | got iface: zwp_text_input_manager_v1 v1
[LOG]   | got iface: zwp_text_input_manager_v3 v1
[LOG]   | got iface: zwp_pointer_constraints_v1 v1
[LOG]   | got iface: zwlr_output_power_manager_v1 v1
[LOG]   | got iface: xdg_activation_v1 v1
[LOG]   | got iface: ext_idle_notifier_v1 v1
[LOG]    > Bound to ext_idle_notifier_v1 v1
[LOG]   | got iface: hyprland_lock_notifier_v1 v1
[LOG]   | got iface: ext_session_lock_manager_v1 v1
[LOG]   | got iface: zwp_input_method_manager_v2 v1
[LOG]   | got iface: zwp_virtual_keyboard_manager_v1 v1
[LOG]   | got iface: zwlr_virtual_pointer_manager_v1 v2
[LOG]   | got iface: zwlr_output_manager_v1 v4
[LOG]   | got iface: org_kde_kwin_server_decoration_manager v1
[LOG]   | got iface: hyprland_focus_grab_manager_v1 v1
[LOG]   | got iface: zwp_tablet_manager_v2 v1
[LOG]   | got iface: zwlr_layer_shell_v1 v5
[LOG]   | got iface: wp_presentation v1
[LOG]   | got iface: xdg_wm_base v6
[LOG]   | got iface: zwlr_data_control_manager_v1 v2
[LOG]   | got iface: zwp_primary_selection_device_manager_v1 v1
[LOG]   | got iface: xwayland_shell_v1 v1
[LOG]   | got iface: zwlr_screencopy_manager_v1 v3
[LOG]   | got iface: hyprland_toplevel_export_manager_v1 v2
[LOG]   | got iface: hyprland_global_shortcuts_manager_v1 v1
[LOG]   | got iface: xdg_dialog_v1 v1
[LOG]   | got iface: wp_single_pixel_buffer_manager_v1 v1
[LOG]   | got iface: wp_security_context_manager_v1 v1
[LOG]   | got iface: hyprland_ctm_control_manager_v1 v1
[LOG]   | got iface: hyprland_surface_manager_v1 v2
[LOG]   | got iface: wp_drm_lease_device_v1 v1
[LOG]   | got iface: wp_linux_drm_syncobj_manager_v1 v1
[LOG]   | got iface: wl_drm v2
[LOG]   | got iface: zwp_linux_dmabuf_v1 v5
[LOG]   | got iface: wl_output v4
[LOG] found 3 rules
[LOG] wayland done, registering dbus
[LOG] Using dbus path /org/freedesktop/login1/session/_36
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1337 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1338 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1339 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1340 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1341 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1342 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1343 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1344 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1345 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1346 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1347 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1348 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1349 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1350 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1351 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1352 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1353 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1354 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1355 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1356 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1357 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1358 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1359 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1360 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1361 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1362 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1363 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1364 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1365 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1366 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1367 sent
[LOG] Idled: rule 623b017a97e0
[LOG] Ignoring from onIdled(), inhibit locks: 1
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1368 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1369 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1370 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1371 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1372 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1373 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1374 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1375 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1376 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1377 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1378 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1379 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1380 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1381 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1382 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1383 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1384 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1385 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1386 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1387 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1388 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1389 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1390 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1391 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1392 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1393 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1394 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1395 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1396 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1397 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1398 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1399 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1400 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1401 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1402 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1403 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1404 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1405 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1406 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1407 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1408 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1409 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1410 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1411 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1412 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1413 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1414 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1415 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1416 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1417 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1418 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1419 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1420 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1421 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1422 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1423 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1424 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1425 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1426 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1427 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1428 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1429 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1430 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1431 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1432 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1433 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1434 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1435 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1436 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1437 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1438 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1439 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1440 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1441 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1442 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1443 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1444 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1445 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1446 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1447 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1448 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1449 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1450 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1451 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1452 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1453 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1454 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1455 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1456 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1457 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1458 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1459 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1460 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1461 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1462 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1463 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1464 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1465 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1466 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1467 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1468 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1469 sent
[LOG] App with owner :1.44 disconnected
[LOG] Inhibit locks: 0
[WARN] No cookie in uninhibit
[LOG] ScreenSaver inhibit: false dbus message from  (owner: :1.44) with content 
[WARN] BUG THIS: inhibit locks < 0: -1
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1470 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1471 sent
[LOG] App with owner :1.44 disconnected
[LOG] Inhibit locks: 0
[WARN] No cookie in uninhibit
[LOG] ScreenSaver inhibit: false dbus message from  (owner: :1.44) with content 
[WARN] BUG THIS: inhibit locks < 0: -1
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1472 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1473 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1474 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1475 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1476 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1477 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1478 sent
[LOG] App with owner :1.44 disconnected
[LOG] Inhibit locks: 0
[WARN] No cookie in uninhibit
[LOG] ScreenSaver inhibit: false dbus message from  (owner: :1.44) with content 
[WARN] BUG THIS: inhibit locks < 0: -1
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1479 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1480 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1481 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1482 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1483 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1484 sent
[LOG] ScreenSaver inhibit: false dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 0
[LOG] ScreenSaver inhibit: true dbus message from firefox (owner: :1.44) with content video-playing
[LOG] Inhibit locks: 1
[LOG] Cookie 1485 sent
[LOG] App with owner :1.44 disconnected
[LOG] Inhibit locks: 0
[WARN] No cookie in uninhibit
[LOG] ScreenSaver inhibit: false dbus message from  (owner: :1.44) with content 
[WARN] BUG THIS: inhibit locks < 0: -1
[LOG] Inhibit locks: 0
[LOG] Idled: rule 623b017a97e0
[LOG] Running loginctl lock-session
[LOG] Executing loginctl lock-session
[LOG] Process Created with pid 144029
[LOG] Got dbus .Session
[LOG] Got Lock from dbus
[LOG] Locking with pidof hyprlock || hyprlock
[LOG] Executing pidof hyprlock || hyprlock
[LOG] Process Created with pid 144036
[LOG] Idled: rule 623b017a9828
[LOG] Running hyprctl dispatch dpms off
[LOG] Executing hyprctl dispatch dpms off
[LOG] Process Created with pid 165459
ok
[LOG] Resumed: rule 623b017a97e0
[LOG] Ignoring, onRestore is empty.
[LOG] Resumed: rule 623b017a9828
[LOG] Running hyprctl dispatch dpms on
[LOG] Executing hyprctl dispatch dpms on
[LOG] Process Created with pid 171435
ok
[LOG]   | got iface: wl_output v4
[LOG]   | got iface: wl_seat v9
[LOG]    > Bound to wl_seat v9
[LOG]   | got iface: wl_data_device_manager v3
[LOG]   | got iface: wl_compositor v6
[LOG]    > Bound to wl_compositor v6
[LOG]   | got iface: wl_subcompositor v1
[LOG]   | got iface: wl_shm v1
[LOG]   | got iface: wp_viewporter v1
[LOG]    > Bound to wp_viewporter v1
[LOG]   | got iface: wp_tearing_control_manager_v1 v1
[LOG]   | got iface: wp_fractional_scale_manager_v1 v1
[LOG]    > Bound to wp_fractional_scale_manager_v1 v1
[LOG]   | got iface: zxdg_output_manager_v1 v3
[LOG]   | got iface: wp_cursor_shape_manager_v1 v1
[LOG]    > Bound to wp_cursor_shape_manager_v1 v1
[LOG]   | got iface: zwp_idle_inhibit_manager_v1 v1
[LOG]   | got iface: zwp_relative_pointer_manager_v1 v1
[LOG]   | got iface: zxdg_decoration_manager_v1 v1
[LOG]   | got iface: wp_alpha_modifier_v1 v1
[LOG]   | got iface: zwlr_gamma_control_manager_v1 v1
[LOG]   | got iface: ext_foreign_toplevel_list_v1 v1
[LOG]   | got iface: zwp_pointer_gestures_v1 v3
[LOG]   | got iface: zwlr_foreign_toplevel_manager_v1 v3
[LOG]   | got iface: zwp_keyboard_shortcuts_inhibit_manager_v1 v1
[LOG]   | got iface: zwp_text_input_manager_v1 v1
[LOG]   | got iface: zwp_text_input_manager_v3 v1
[LOG]   | got iface: zwp_pointer_constraints_v1 v1
[LOG]   | got iface: zwlr_output_power_manager_v1 v1
[LOG]   | got iface: xdg_activation_v1 v1
[LOG]   | got iface: ext_idle_notifier_v1 v1
[LOG]   | got iface: hyprland_lock_notifier_v1 v1
[LOG]   | got iface: ext_session_lock_manager_v1 v1
[LOG]    > Bound to ext_session_lock_manager_v1 v1
[LOG]   | got iface: zwp_input_method_manager_v2 v1
[LOG]   | got iface: zwp_virtual_keyboard_manager_v1 v1
[LOG]   | got iface: zwlr_virtual_pointer_manager_v1 v2
[LOG]   | got iface: zwlr_output_manager_v1 v4
[LOG]   | got iface: org_kde_kwin_server_decoration_manager v1
[LOG]   | got iface: hyprland_focus_grab_manager_v1 v1
[LOG]   | got iface: zwp_tablet_manager_v2 v1
[LOG]   | got iface: zwlr_layer_shell_v1 v5
[LOG]   | got iface: wp_presentation v1
[LOG]   | got iface: xdg_wm_base v6
[LOG]   | got iface: zwlr_data_control_manager_v1 v2
[LOG]   | got iface: zwp_primary_selection_device_manager_v1 v1
[LOG]   | got iface: xwayland_shell_v1 v1
[LOG]   | got iface: zwlr_screencopy_manager_v1 v3
[LOG]    > Bound to zwlr_screencopy_manager_v1 v3
[LOG]   | got iface: hyprland_toplevel_export_manager_v1 v2
[LOG]   | got iface: hyprland_global_shortcuts_manager_v1 v1
[LOG]   | got iface: xdg_dialog_v1 v1
[LOG]   | got iface: wp_single_pixel_buffer_manager_v1 v1
[LOG]   | got iface: wp_security_context_manager_v1 v1
[LOG]   | got iface: hyprland_ctm_control_manager_v1 v1
[LOG]   | got iface: hyprland_surface_manager_v1 v2
[LOG]   | got iface: wp_drm_lease_device_v1 v1
[LOG]   | got iface: wp_linux_drm_syncobj_manager_v1 v1
[LOG]   | got iface: wl_drm v2
[LOG]   | got iface: zwp_linux_dmabuf_v1 v5
[LOG]    > Bound to zwp_linux_dmabuf_v1 v5
[LOG]   | got iface: wl_output v4
[LOG]    > Bound to wl_output v4
[LOG] Exposed seat name: Hyprland
[LOG] [core] dmabufFeedbackMainDevice
[LOG] output DP-1 name DP-1
[LOG] output 53 description Samsung Electric Company LC34G55T HNTW406160 (DP-1)
[LOG] output 53 make Samsung Electric Company model LC34G55T
[LOG] output 53 done
[LOG] Running on Hyprland
[LOG] Locking session
[LOG] Got fractional scale: 100.0%
[LOG] configure with serial 14105
[LOG] Configuring surface for logical [Vector2D: x: 3440, y: 1440] and pixel [Vector2D: x: 3440, y: 1440]
[LOG] onLockLocked called
[LOG] [core] dmabufFeedbackMainDevice
[LOG]   | removed iface 53
[LOG] [core] dmabufFeedbackMainDevice
[LOG]   | got iface: wl_output v4
[LOG]    > Bound to wl_output v4
[LOG] [core] dmabufFeedbackMainDevice
[LOG] [core] dmabufFeedbackMainDevice
[LOG] output DP-1 name DP-1
[LOG] output 54 description Samsung Electric Company LC34G55T HNTW406160 (DP-1)
[LOG] output 54 make Samsung Electric Company model LC34G55T
[LOG] output 54 done
[LOG] Creating a surface dynamically for output as we are already locked
[LOG] Got fractional scale: 100.0%
[LOG] configure with serial 14125

@hunkyburrito
Copy link

I also have the same behavior and similar configs.

Not sure if it's the same with others, but I also have another issue where after waking from suspend, switching tty, and unlocking with pkill -USR1 hyprlock, I can no longer trigger the lock because hyprlock is still running as seen with pgrep -ax hyprlock. To be able to lock again I have to kill this process since I have lock_cmd = pidof hyprlock || hyprlock.

I've been tracking #678 since it's similar and I'm hoping number 2 in that list of things to fix will help somehow.

@johu
Copy link

johu commented Feb 25, 2025

I can confirm this, my current workaround is to turn off and on my monitor. After that the UI is visible again.

@ogisan-7
Copy link
Author

I can confirm this, my current workaround is to turn off and on my monitor. After that the UI is visible again.

Nice, based on reports here could we day hyprctl dispatch dpms off causes this? Manual suspension doesn't have this issue since it doesn't use that.

@villamide
Copy link

I can confirm this, my current workaround is to turn off and on my monitor. After that the UI is visible again.

For me this workaround is not working.

In my case it looks like hyprlock is running but, it wont' show in the defined monitor. (I'm currently using only one monitor connected through DP)

I think the bug it's related to dpms off and the monitor powering off since it has no signal.
When dpms off it's triggered, after 3s my screen powers off, then when I press some key, the monitor it's turned on again. I can move the mouse and I see my hyprland desktop (in desktop number 6, I dont't know why also) but the key bindings won't respond.

I go to another TTY and I can see that hyprlock is running. But I always have to run 'hyprctl --instance 0 dispatch exit' or reboot to get back in my desktop.

My graphics card:

╰─❯ lspci | grep -i vga
2d:00.0 VGA compatible controller: NVIDIA Corporation GA104 [GeForce RTX 3070 Lite Hash Rate] (rev a1)

Hope this info is helfpul.

@ogisan-7
Copy link
Author

I can confirm this, my current workaround is to turn off and on my monitor. After that the UI is visible again.

For me this workaround is not working.

In my case it looks like hyprlock is running but, it wont' show in the defined monitor. (I'm currently using only one monitor connected through DP)

I think the bug it's related to dpms off and the monitor powering off since it has no signal.
When dpms off it's triggered, after 3s my screen powers off, then when I press some key, the monitor it's turned on again. I can move the mouse and I see my hyprland desktop (in desktop number 6, I dont't know why also) but the key bindings won't respond.

I go to another TTY and I can see that hyprlock is running. But I always have to run 'hyprctl --instance 0 dispatch exit' or reboot to get back in my desktop.

My graphics card:

╰─❯ lspci | grep -i vga
2d:00.0 VGA compatible controller: NVIDIA Corporation GA104 [GeForce RTX 3070 Lite Hash Rate] (rev a1)

Hope this info is helfpul.

Exactly! I tried the workaround and no luck, im also on nvidia and on my old installation it used to work. I'll try removing dpms management from hypridle until this is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants