Skip to content

Instantly share code, notes, and snippets.

@metainfa
Created August 6, 2020 19:46
Show Gist options
  • Save metainfa/739ebe1c65abee1434191f5da031e9d1 to your computer and use it in GitHub Desktop.
Save metainfa/739ebe1c65abee1434191f5da031e9d1 to your computer and use it in GitHub Desktop.
dbus-send \
--session \
--type=method_call \
--dest=org.gnome.Shell \
/org/gnome/Shell \
org.gnome.Shell.Eval string:"
window.calendarImproved.debug = true;
" \
;
journalctl \
/usr/bin/gnome-shell \
--follow \
--output=cat \
| grep "\[calendar-improved\]" \
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment