Skip to content

Instantly share code, notes, and snippets.

@lalitmee
Last active January 18, 2018 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalitmee/270b2a9151d6d33c0f38dc4762bc189b to your computer and use it in GitHub Desktop.
Save lalitmee/270b2a9151d6d33c0f38dc4762bc189b to your computer and use it in GitHub Desktop.
This is the log of ulauncher

❯ ulauncher -v

/usr/lib/python2.7/dist-packages/ulauncher/util/desktop/notification.py:1: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
  from gi.repository import Notify

 /usr/lib/python2.7/dist-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py:6: PyGIWarning: WebKit2 was imported without specifying a version first. Use gi.require_version('WebKit2', '4.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gio, Gtk, WebKit2, GLib
Ulauncher is already running

#Updated Logs#

❯  ulauncher -v
/usr/lib/python2.7/dist-packages/ulauncher/util/desktop/notification.py:1: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
  from gi.repository import Notify
/usr/lib/python2.7/dist-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py:6: PyGIWarning: WebKit2 was imported without specifying a version first. Use gi.require_version('WebKit2', '4.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gio, Gtk, WebKit2, GLib
2018-01-18 11:27:37,141 | INFO | ulauncher: main() | Ulauncher version 3.2.1.r1
2018-01-18 11:27:37,151 | INFO | ulauncher: main() | GTK+ 3.18.9
2018-01-18 11:27:37,224 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','destroy', 'on_destroy'
2018-01-18 11:27:37,228 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','focus_in_event', 'on_focus_in_event'
2018-01-18 11:27:37,233 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','focus_out_event', 'on_focus_out_event'
2018-01-18 11:27:37,236 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'input','key_press_event', 'on_input_key_press_event'
2018-01-18 11:27:37,239 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_about_activate'
2018-01-18 11:27:37,239 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_close_activate'
2018-01-18 11:27:37,239 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_preferences_dialog_destroyed'
2018-01-18 11:27:37,239 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_preferences_activate'
2018-01-18 11:27:37,240 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_input_changed'
2018-01-18 11:27:37,268 | DEBUG | ulauncher.util.display: get_screens() | Found 1 monitor(s).
2018-01-18 11:27:37,268 | DEBUG | ulauncher.util.display: get_screens() |   Monitor 0 - X: 0, Y: 0, W: 1366, H: 768
2018-01-18 11:27:37,292 | DEBUG | ulauncher.ui.windows.UlauncherWindow: show_results() | render 0 results
2018-01-18 11:27:37,310 | INFO | ulauncher.api.server.ExtensionServer: _start_thread() | Starting WS server on port 5050
2018-01-18 11:27:37,355 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/new.desktop": constructor returned NULL
2018-01-18 11:27:37,356 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/chrome-lainlkmlgipednloilifbppmhdocjbda-Default.desktop": constructor returned NULL
2018-01-18 11:27:37,357 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/jetbrains-idea-ce.desktop": constructor returned NULL
2018-01-18 11:27:37,359 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/jetbrains-pycharm.desktop": constructor returned NULL
2018-01-18 11:27:37,360 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/movie-monad.desktop": constructor returned NULL
2018-01-18 11:27:37,363 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/chrome-fhbjgbiflinjbdggehcddcbncdddomop-Default.desktop": constructor returned NULL
2018-01-18 11:27:37,364 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/jetbrains-webstorm.desktop": constructor returned NULL
2018-01-18 11:27:37,591 | INFO | ulauncher.ui.windows.UlauncherWindow: bind_show_app_hotkey() | Trying to bind app hotkey: <Primary>space

(ulauncher:3721): Gtk-CRITICAL **: gtk_main_quit: assertion 'main_loops != NULL' failed
❯  cat ~/.cache/ulauncher_cache/last.log
2018-01-18 11:24:58,284 | INFO | ulauncher: main() | Ulauncher version 3.2.1.r1
2018-01-18 11:24:58,284 | INFO | ulauncher: main() | GTK+ 3.18.9
2018-01-18 11:24:58,557 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','destroy', 'on_destroy'
2018-01-18 11:24:58,558 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','focus_in_event', 'on_focus_in_event'
2018-01-18 11:24:58,558 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','focus_out_event', 'on_focus_out_event'
2018-01-18 11:24:58,561 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'input','key_press_event', 'on_input_key_press_event'
2018-01-18 11:24:58,563 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_about_activate'
2018-01-18 11:24:58,564 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_close_activate'
2018-01-18 11:24:58,564 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_preferences_dialog_destroyed'
2018-01-18 11:24:58,564 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_preferences_activate'
2018-01-18 11:24:58,564 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_input_changed'
2018-01-18 11:24:58,678 | DEBUG | ulauncher.util.display: get_screens() | Found 1 monitor(s).
2018-01-18 11:24:58,678 | DEBUG | ulauncher.util.display: get_screens() |   Monitor 0 - X: 0, Y: 0, W: 1366, H: 768
2018-01-18 11:24:58,993 | DEBUG | ulauncher.ui.windows.UlauncherWindow: show_results() | render 0 results
2018-01-18 11:24:59,068 | INFO | ulauncher.api.server.ExtensionServer: _start_thread() | Starting WS server on port 5050
2018-01-18 11:24:59,942 | INFO | ulauncher.ui.windows.UlauncherWindow: bind_show_app_hotkey() | Trying to bind app hotkey: <Primary>space
2018-01-18 11:25:05,944 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/new.desktop": constructor returned NULL
2018-01-18 11:25:05,945 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/chrome-lainlkmlgipednloilifbppmhdocjbda-Default.desktop": constructor returned NULL
2018-01-18 11:25:05,946 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/jetbrains-idea-ce.desktop": constructor returned NULL
2018-01-18 11:25:05,947 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/jetbrains-pycharm.desktop": constructor returned NULL
2018-01-18 11:25:05,949 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/movie-monad.desktop": constructor returned NULL
2018-01-18 11:25:05,950 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/chrome-fhbjgbiflinjbdggehcddcbncdddomop-Default.desktop": constructor returned NULL
2018-01-18 11:25:05,953 | INFO | ulauncher.util.desktop.reader: read_desktop_file() | Could not read "/home/lalit/.local/share/applications/jetbrains-webstorm.desktop": constructor returned NULL
2018-01-18 11:25:11,313 | DEBUG | ulauncher.util.display: get_screens() | Found 1 monitor(s).
2018-01-18 11:25:11,314 | DEBUG | ulauncher.util.display: get_screens() |   Monitor 0 - X: 0, Y: 0, W: 1366, H: 768
2018-01-18 11:25:11,315 | DEBUG | ulauncher.ui.windows.UlauncherWindow: show_results() | render 0 results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment