diff options
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -40,11 +40,6 @@ use mdkonline; use Gtk2::TrayIcon; use Gtk2::NotificationBubble; -# prevent urpmi.update to run /usr/bin/resize through Term::ReadKey->GetTerminalSize() when xterm is installed -# (which freeze the desktop): -$ENV{COLUMNS} = 80; -$ENV{LINES} = 25; - # POSIX unmasks the sigprocmask properly my $sigset = POSIX::SigSet->new; my $action = POSIX::SigAction->new('restart_applet', |