Update XDG information in support of bug report 892.

feat/lzip-support
Darrell Anderson 12 years ago
parent 7bfb85e3b4
commit e744ad5688

@ -489,7 +489,7 @@ if test "$1" = "default"; then
kde_widgetdir='\${libdir}/trinity/plugins/designer'
fi
if test -z "$xdg_appsdir"; then
xdg_appsdir='\${datadir}/applications/kde'
xdg_appsdir='\${datadir}/applications/tde'
fi
if test -z "$xdg_menudir"; then
xdg_menudir='\${sysconfdir}/xdg/menus'

@ -1 +1 @@
Subproject commit 06098efaf31973c11d7dd89ae291e6844b132e1a
Subproject commit 4af57bf22967e6ad80ab898980ed505df6eae5b0

@ -1 +1 @@
Subproject commit e47cc63e66a12ca6b740500b76f385336ee40dbc
Subproject commit d2f658ca47faefe569bcd1885b9238691fa13280

@ -87,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
%doc doc/actions_tutorial.txt AUTHORS ChangeLog COPYING CVSNEWS FAQ README TODO
%{_bindir}/krusader
%{_libdir}/trinity/kio_*.*
%{_datadir}/applications/kde/*krusader*.desktop
%{_datadir}/applications/tde/*krusader*.desktop
%{_datadir}/apps/konqueror/servicemenus/isoservice.desktop
%{_datadir}/apps/krusader/
%{_datadir}/config/kio_isorc

@ -106,12 +106,12 @@ KParts::ReadOnlyPart* PanelViewer::getPart( TQString mimetype ) {
KService::Ptr ptr = KServiceTypeProfile::preferredService( mimetype, "KParts/ReadOnlyPart" );
if ( ptr ) {
TQStringList args;
TQVariant argsProp = ptr->property( "X-KDE-BrowserView-Args" );
TQVariant argsProp = ptr->property( "X-TDE-BrowserView-Args" );
if ( argsProp.isValid() ) {
TQString argStr = argsProp.toString();
args = TQStringList::split( " ", argStr );
}
TQVariant prop = ptr->property( "X-KDE-BrowserView-AllowAsDefault" );
TQVariant prop = ptr->property( "X-TDE-BrowserView-AllowAsDefault" );
if ( !prop.isValid() || prop.toBool() ) // defaults to true
{
factory = KLibLoader::self() ->factory( ptr->library().latin1() );
@ -269,12 +269,12 @@ KParts::ReadWritePart* PanelEditor::getPart( TQString mimetype ) {
KService::Ptr ptr = KServiceTypeProfile::preferredService( mimetype, "KParts/ReadWritePart" );
if ( ptr ) {
TQStringList args;
TQVariant argsProp = ptr->property( "X-KDE-BrowserView-Args" );
TQVariant argsProp = ptr->property( "X-TDE-BrowserView-Args" );
if ( argsProp.isValid() ) {
TQString argStr = argsProp.toString();
args = TQStringList::split( " ", argStr );
}
TQVariant prop = ptr->property( "X-KDE-BrowserView-AllowAsDefault" );
TQVariant prop = ptr->property( "X-TDE-BrowserView-AllowAsDefault" );
if ( !prop.isValid() || prop.toBool() ) // defaults to true
{
factory = KLibLoader::self() ->factory( ptr->library().latin1() );

@ -6,7 +6,7 @@ Icon=krusader_user.png
Terminal=false
Type=Application
DocPath=krusader/index.html
Categories=FileManager;Utility;Qt;KDE;
Categories=FileManager;Utility;Qt;TDE;
Comment=Twin-Panel File Manager
Comment[hu]=Kétpaneles fájlkezelő
Comment[de]=Zwei-Fenster Dateimanager

@ -8,10 +8,10 @@ Icon=krusader_root.png
Terminal=false
Type=Application
DocPath=krusader/index.html
Categories=Qt;KDE;System;
Categories=Qt;TDE;System;
OnlyShowIn=TDE;
X-KDE-SubstituteUID=true
X-KDE-Username=root
X-TDE-SubstituteUID=true
X-TDE-Username=root
Comment=Twin-Panel File Manager with root-privileges
Comment[de]=Zwei-Fenster Dateimanager (Systemverwaltungsmodus)
Comment[cs]=Dvojpanelový správce souborů s právy Roota

Loading…
Cancel
Save