diff options
author | Ken Moore <ken@ixsystems.com> | 2016-12-21 10:35:53 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-12-21 10:35:53 -0500 |
commit | fdaac6792611fd0203e0e475768ece4d1379fff8 (patch) | |
tree | aa9a63fbd6389fd38ca510ebe2a1655a8b4abbe0 /src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro | |
parent | Change the icon used for the interface/menu page so it does not use the same ... (diff) | |
download | lumina-fdaac6792611fd0203e0e475768ece4d1379fff8.tar.gz lumina-fdaac6792611fd0203e0e475768ece4d1379fff8.tar.bz2 lumina-fdaac6792611fd0203e0e475768ece4d1379fff8.zip |
Move the terminal over to the standardized "forkpty()" function for doing the initial setup. This does not fix the PTY registration yet - but removes the possibility of one of the other steps causing the problems.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro')
-rw-r--r-- | src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro b/src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro index 4c623087..5216372c 100644 --- a/src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro +++ b/src-qt5/desktop-utils/lumina-terminal/lumina-terminal.pro @@ -23,7 +23,7 @@ SOURCES += main.cpp \ TtyProcess.cpp -LIBS += -lncurses +LIBS += -lutil TRANSLATIONS = i18n/l-terminal_af.ts \ |