Группа :: Графические оболочки/KDE
Пакет: kdebase
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: konsole-3.2.2-default-add-to-utmp.patch
--- kdebase-3.2.2/konsole/konsole/TEPty.h~ 2004-05-14 13:54:03 +0400
+++ kdebase-3.2.2/konsole/konsole/TEPty.h 2004-05-14 13:54:08 +0400
@@ -40,7 +40,7 @@ Q_OBJECT
* the necessary connections to the signals and slots of the
* instance before starting the execution of the client.
*/
- int run( const char* pgm, QStrList & args, const char* term, ulong winid, bool _addutmp,
+ int run( const char* pgm, QStrList & args, const char* term, ulong winid, bool _addutmp = true,
const char* konsole_dcop = "", const char* konsole_dcop_session = "" );
void setWriteable(bool writeable);
QString error() { return m_strError; }
--- kdebase-3.2.2/konsole/konsole/session.h~ 2004-05-14 13:01:04 +0400
+++ kdebase-3.2.2/konsole/konsole/session.h 2004-05-14 13:01:22 +0400
@@ -77,7 +77,7 @@ public:
void setTitle(const QString& _title);
void setIconName(const QString& _iconName);
void setIconText(const QString& _iconText);
- void setAddToUtmp(bool);
+ void setAddToUtmp(bool set = true);
void setXonXoff(bool);
bool testAndSetStateIconName (const QString& newname);
bool sendSignal(int signal);