Skip to content

Commit

Permalink
Manually import Gdk before ulauncher imports
Browse files Browse the repository at this point in the history
  • Loading branch information
daviscodesbugs committed Jun 20, 2021
1 parent d56b2c8 commit fa486a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
import logging
import sqlite3
from pprint import pprint

import gi
gi.require_version('Gdk', '3.0')

from ulauncher.api.client.Extension import Extension
from ulauncher.api.client.EventListener import EventListener
from ulauncher.api.shared.event import KeywordQueryEvent
Expand Down

0 comments on commit fa486a1

Please # to comment.