add imports change and a dd logo path
This commit is contained in:
+3
-3
@@ -15,10 +15,10 @@ from partition import Partitions
|
||||
from use_zfs import ZFS
|
||||
from boot_manager import bootManager
|
||||
from partition_handler import create_disk_partition_db
|
||||
from install import installProgress, installSlide
|
||||
from install import installProgress, installWindow
|
||||
from network_setup import network_setup
|
||||
|
||||
logo = "/usr/local/lib/gbi/logo.png"
|
||||
logo = "/usr/local/lib/gbi/image/logo.png"
|
||||
tmp = "/tmp/.gbi/"
|
||||
if not os.path.exists(tmp):
|
||||
os.makedirs(tmp)
|
||||
@@ -113,7 +113,7 @@ class MainWindow():
|
||||
elif page == 3:
|
||||
Ibox = Gtk.VBox(homogeneous=False, spacing=0)
|
||||
Ibox.show()
|
||||
install = installSlide()
|
||||
install = installWindow()
|
||||
get_install = install.get_model()
|
||||
Ibox.pack_start(get_install, True, True, 0)
|
||||
label = Gtk.Label(label="Installation")
|
||||
|
||||
Reference in New Issue
Block a user