|
|
@ -16,6 +16,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import sys
|
|
|
|
import sys
|
|
|
|
import gi
|
|
|
|
import gi
|
|
|
|
|
|
|
|
import logging
|
|
|
|
|
|
|
|
|
|
|
|
gi.require_version('Gtk', '4.0')
|
|
|
|
gi.require_version('Gtk', '4.0')
|
|
|
|
gi.require_version('Adw', '1')
|
|
|
|
gi.require_version('Adw', '1')
|
|
|
@ -25,6 +26,9 @@ from gi.repository import Gtk, Gio, Adw
|
|
|
|
from ubuntu_smoother.window import UbuntuSmootherWindow
|
|
|
|
from ubuntu_smoother.window import UbuntuSmootherWindow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logging.basicConfig(level=logging.INFO)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class UbuntuSmootherApplication(Adw.Application):
|
|
|
|
class UbuntuSmootherApplication(Adw.Application):
|
|
|
|
"""The main application singleton class."""
|
|
|
|
"""The main application singleton class."""
|
|
|
|
|
|
|
|
|
|
|
|