diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-13 18:15:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-13 18:15:32 -0600 |
commit | 34f9b1abc44082699ff030771b839bd5d20415a9 (patch) | |
tree | ef810a73842b62642d245c7c011292456979b617 /ubuntu | |
parent | ce06bb2d2bcf6bb1a7e41708a9dc506626bdcdb1 (diff) | |
download | tde-packaging-34f9b1abc44082699ff030771b839bd5d20415a9.tar.gz tde-packaging-34f9b1abc44082699ff030771b839bd5d20415a9.zip |
Fix kiosktool FTBFS on Ubuntu
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff | 10 | ||||
-rw-r--r-- | ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff b/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff index bc86fe694..24e242b82 100644 --- a/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff +++ b/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff @@ -59,7 +59,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + bool exists = TQFile::exists(url.path()); + return exists; @@ -88,7 +88,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + + TQProcess proc2; @@ -96,7 +96,7 @@ + proc2.addArgument("chmod 0644 " + dest.path()); + proc2.launch(buffer); + while (!proc2.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + + bool exists = TQFile::exists(dest.path()); @@ -116,7 +116,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + bool exists = !TQFile::exists(url.path()); + return exists; @@ -135,7 +135,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + + bool exists = TQFile::exists(target.path()); diff --git a/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff b/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff index bc86fe694..24e242b82 100644 --- a/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff +++ b/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff @@ -59,7 +59,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + bool exists = TQFile::exists(url.path()); + return exists; @@ -88,7 +88,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + + TQProcess proc2; @@ -96,7 +96,7 @@ + proc2.addArgument("chmod 0644 " + dest.path()); + proc2.launch(buffer); + while (!proc2.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + + bool exists = TQFile::exists(dest.path()); @@ -116,7 +116,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + bool exists = !TQFile::exists(url.path()); + return exists; @@ -135,7 +135,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ KApplication::kapp->processEvents(); ++ TDEApplication::kapp->processEvents(); + } + + bool exists = TQFile::exists(target.path()); |