Skip to content

Commit

Permalink
Don't kill the screensaver
Browse files Browse the repository at this point in the history
There's no real need and it no longer runs in the background anymore anyway...
  • Loading branch information
clefebvre committed Feb 3, 2022
1 parent 9a387f8 commit 1387950
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions usr/lib/live-installer/frontend/gtk_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ def __init__(self, expert_mode=False):

Gtk.Settings.get_default().set_property("gtk-application-prefer-dark-theme", True)

# disable the screensaver
if not __debug__:
os.system("killall cinnamon-screen")

# build the setup object (where we put all our choices) and the installer
self.setup = Setup()
self.installer = InstallerEngine(self.setup)
Expand Down

0 comments on commit 1387950

Please sign in to comment.