summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdelibs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-11 20:06:54 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-11 20:06:54 -0500
commit71ae4d910268cfb4ef4eae10df6f81094b8e43d0 (patch)
tree9c8cbefa15e02eecf613823d5ef45aa77439060a /debian/squeeze/tdelibs
parented29c4c89dbc11778e9c49f2644f13a97969c3b4 (diff)
downloadtde-packaging-71ae4d910268cfb4ef4eae10df6f81094b8e43d0.tar.gz
tde-packaging-71ae4d910268cfb4ef4eae10df6f81094b8e43d0.zip
Update Debian and Ubuntu build scripts to reflect X-TDE category
Diffstat (limited to 'debian/squeeze/tdelibs')
-rw-r--r--debian/squeeze/tdelibs/debian/changelog4
-rw-r--r--debian/squeeze/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/squeeze/tdelibs/debian/changelog b/debian/squeeze/tdelibs/debian/changelog
index 2969809e6..18c366029 100644
--- a/debian/squeeze/tdelibs/debian/changelog
+++ b/debian/squeeze/tdelibs/debian/changelog
@@ -908,12 +908,12 @@ tdelibs (4:3.5.5a.dfsg.1-4) unstable; urgency=medium
tdelibs (4:3.5.5a.dfsg.1-3) unstable; urgency=medium
* Patch: 41_x_kde_getactionmenu_no_timeout.diff
- Do not time out when waiting for the reply for the X-KDE-GetActionMenu
+ Do not time out when waiting for the reply for the X-TDE-GetActionMenu
DCOP call. DCOP protocol is synchronouos by design and a reply for the
timed out call (i.e. garbage) still arrives and might be falsely returned
as a valid reply for the subsequent DCOP call on the same connection. The
application currently known to be badly hurt by this is tdesvn and its
- konqueror service menu integration. Its X-KDE-GetActionMenu might take
+ konqueror service menu integration. Its X-TDE-GetActionMenu might take
longer than current 100 milisecond timeout to complete. As a result
then, a late reply will "pollute" a main DCOP connection of the client
application (e.g. konqueror) causing further DCOP failures.
diff --git a/debian/squeeze/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl b/debian/squeeze/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl
index 0d6c5cc92..1e2ff4bdb 100644
--- a/debian/squeeze/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl
+++ b/debian/squeeze/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl
@@ -53,7 +53,7 @@ sub processfiles
#warn("Using $filename");
#my $regexp = qr{^(Name|Comment|Language|Keywords|About|Description|GenericName)=};
- my $regexp = qr{^(Name|Comment|Language|Keywords|About|Description|GenericName|Query|ExtraNames|X-KDE-Submenu)=};
+ my $regexp = qr{^(Name|Comment|Language|Keywords|About|Description|GenericName|Query|ExtraNames|X-TDE-Submenu)=};
while( <FH> )
{