Skip to content

Commit

Permalink
Merge pull request #59 from FernandoBasso/fix-layout-launcher-error
Browse files Browse the repository at this point in the history
Fix layout launcher error
  • Loading branch information
mattrose authored May 7, 2020
2 parents 1b674af + 83fac24 commit 2c5b579
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terminator
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ if __name__ == '__main__':

OPTIONS = terminatorlib.optionparse.parse_options()

TERMINATOR = Terminator()
TERMINATOR.set_origcwd(ORIGCWD)

if OPTIONS.select:
# launch gui, return selection
LAYOUTLAUNCHER=LayoutLauncher()
Expand Down Expand Up @@ -112,8 +115,6 @@ if __name__ == '__main__':
pass

MAKER = Factory()
TERMINATOR = Terminator()
TERMINATOR.set_origcwd(ORIGCWD)
TERMINATOR.set_dbus_data(dbus_service)
TERMINATOR.reconfigure()
TERMINATOR.ibus_running = ibus_running
Expand Down

0 comments on commit 2c5b579

Please sign in to comment.