Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. diff -ura emoji-keyboard-2.3.0+patched/lib/emoji_shared.py emoji-keyboard-2.3.0/lib/emoji_shared.py
  2. --- emoji-keyboard-2.3.0/lib/emoji_shared.py 2018-03-19 01:17:51.560074792 -0400
  3. +++ emoji-keyboard-2.3.0+patched/lib/emoji_shared.py 2018-03-19 01:42:04.999171593 -0400
  4. @@ -74,7 +74,7 @@
  5. search_visible = False
  6.  
  7. def check_wayland():
  8. -
  9. + session = ""
  10. sessions = run(
  11. ['loginctl', 'list-sessions'], stdout=PIPE, universal_newlines=True)
  12. for line in sessions.stdout.split('\n'):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement