Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: kf6-kio-doc | Distribution: openSUSE Tumbleweed |
Version: 6.7.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Oct 7 12:00:03 2024 |
Group: Unspecified | Build host: reproducible |
Size: 466093 | Source RPM: kf6-kio-6.7.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.kde.org | |
Summary: HTML documentation for KIO |
This package contains documentation for the KIO framework.
LGPL-2.1-or-later
* Mon Oct 07 2024 Christophe Marin <christophe@krop.fr> - Update to 6.7.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.7.0 - Changes since 6.6.0: * Update dependency version to 6.7.0 * [OpenFileManagerWindowJob] Fix crash when falling back to KRunStrategy (kde#486494) * previewjob: Use .cache as temp folder, delete temp file after use (kde#494096) * KFileItemActions: Try reading X-KDE-Show-In-Submenu as bool instead of string * KFilePlacesView: have setUrl() handle trailing slashes in place URLs * KFilePlacesItem: Use Solid to find home mount point * fileitem,file_unix: simplify types for stat * Remove one level of three nesting in kdevtemplate * knewfilemenutest: cleanup * knewfilemenutest: test files and folders in ~/Templates * ConnectionBackenp: fix passing errorString * knewfilemenu: Make ~/Templates work by simply placing files and folders there (kde#191632) * KFilePlacesItem: Cache groupType * previewjob: avoid calling mkdir for path with two slashs * Update version to 6.7.0 * Sat Sep 07 2024 Christophe Marin <christophe@krop.fr> - Update to 6.6.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.6.0 - Too many changes since 6.5.0, only listing bugfixes: * [trash] Fix restoring entries with absolute paths in disk-local trash (kde#463751) * Accept service menus that use ServiceTypes to specify their types (kde#478030) * Ignore application/x-kde-onlyReplaceEmpty in paste dialog (kde#492006) * Correctly escape unit names (kde#488854) * gui/kprocessrunner: normalize working directory (kde#490966) * Don't show "Move" item in drop menu for source files accessed using http (kde#389600) * Mon Aug 05 2024 Christophe Marin <christophe@krop.fr> - Update to 6.5.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.5.0 - Too many changes since 6.4.0, only listing bugfixes: * kfileitem: show relative path for rel symlink (kde#456198) * KFilePlacesView: Show label in tooltip if it is elided (kde#454436) * Remove parent for DropMenu (kde#490183) - Drop patch, merged upstream: * 0001-Remove-parent-for-DropMenu.patch * Wed Jul 17 2024 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to fix issues with dropping files (kde#490183, boo#1228053): * 0001-Remove-parent-for-DropMenu.patch * Tue Jul 09 2024 Christophe Marin <christophe@krop.fr> - Update to 6.4.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.4.0 - Changes since 6.3.0: * core: use QString to format number * Remove unnecessary space character in empty text file template (kde#487768) * Port DropJob to KJobWidgets::windowHandle() * Use resolved executable in KProcessRunner::fromExecutable * Handle using parent environment correctly in SystemdProcessRunner * Prepare environment for systemd in SystemdProcessRunner * Enable CommandLauncherJob tests (modulo _KDE_APPLICATIONS_AS_SERVICE on CI) * kmountpoint: use advised call params when possible for libmount * Remove unused includes * Drop unused modifiers support from user agent code * [kprotocolmanager] Remmove unused http_config * Remove unused includes * Don't pass proxy config to workers * Drop protocol proxying * Deprecate KProtocolInfo::proxiedBy * [ftp] Drop ProxiedBy=http * kfileitem.cpp: If fileMode is not unknown, set InitCalled to true in readUDSEntry (kde#485771) * support USE_DBUS option to enable/disable dbus use * [webdav] emit ERR_UNSUPPORTED_ACTION when performing fileSystemFreeSpace on a file * Add desktop file for kiod (kde#459054) * gitignore: add VS Code dir * kfileitemtest: testBasicDirectory relax size assertion * commandlauncherjob: emit error when no executable * Wed Jun 05 2024 Christophe Marin <christophe@krop.fr> - Update to 6.3.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.3.0/ - Changes since 6.2.0: * KAbstractFileItemActionPlugin: Remove wrong sentence in documentation * don't install header for pure dbus class if no dbus * disable dbus not only for android but windows & mac, too * Drop errorpage handling from worker * [http] Implement resuming at offset again (kde#480506) * CI: Require passing tests on Linux and FreeBSD * Deprecate KFileWidget::readConfig * SSL Info UI file: use notr="true" instead of old comment="KDE::DoNotExtract" * kfileitem: cache group names (kde#486956) * Move HAVE_STATX cmake test to core (kde#487015) * Remove unused includes * Properties dialogue URL tab: Fix vertical alignment * systemdprocessrunner: change the order launchmodes are returned * systemdprocessrunner: change env var names * Use ellipsis character instead of three dots in UI strings * Mon May 06 2024 Christophe Marin <christophe@krop.fr> - Update to 6.2.0 * New feature release * For more details please see: * https://kde.org/announcements/gear/6.2.0/ - Changes since 6.1.0: * [kfilefilter] Consider mime globs valid * kfileitemtest: add basic tests for dir * file_unix: don't call QMimeDatabase::mimeTypeForFile for directories * widgetsaskuseractionhandler prevent crash when job had no parent widget * PreviewJob: Add file extension to thumbnail temp files (kde#463989) * KFileItem: handle the case parent url path is empty * KFileItemActions: Add logic to order actions between separators (kde#466115) * KFileItem: fix getStatusBarInfo() displaying symlink target as "http:" (kde#475422) * ScopedProcessRunner: support waitForStarted * ScopedProcessRunner: fix use of undeclared identifier 'close' * [ftp] Always use default timeout values * [http] Set error string for ERR_DOES_NOT_EXIST * Force test language to en * knewfilemenu: Add @since 6.2 to the new signals and methods * kfilefilter.h: update API docs * kencodingfiledialog dox: rewrite API dox that refer to removed functions * kfilewidget dox: replace references to setFilter() with setFilters() * Add `EnableRemoteFolderThumbnail` option checking * PreviewJob: Display preview for locally mounted remote directories * knewfilemenu: add isNewDirNameJobRunning * KFilePlacesItem: Show teardown busy indicator during optical media eject * KUrlNavigator: allow adding a badge widget after the breadcrumb * Set ideal case for TwoVectors * udsentry_api_comparison_benchmark: update * kurlnavigatorbutton: prevent * connection: don't queue tasks until OOM * http: Fix parsing DAV:getlastmodified (kde#484671) * kfileitem: Linux, use statx to refresh files (kde#446858) * Fri Apr 05 2024 Christophe Marin <christophe@krop.fr> - Update to 6.1.0 * New feature release - Too many changes since 6.0.0, only listing bugfixes: * Fix authentication prompt not being shown (kde#460944) * [kfileplacesmodel] Remove wrong assert (kde#484160) * KFileItem: when checking access use current user (kde#483436) * Fix webshortcuts not giving searchprovider specific icon (kde#483164) * KFileitem: Use internal permissions as best case scenario (kde#477526) * connectionbackend: improve jumbo packet handling (kde#481311) * Drop legacy keys for m_runOnDiscreteGpuBool (kde#481538) * [knewfilemenu] Add window title for new file dialog (kde#482732) * fix hide service menu items in context menu (kde#482216) * [kterminallauncherjob] Inherit default process environment from parent (kde#482107) * [knewfilemenu] Fix error handling when creating a folder that already exists (kde#482145) - Drop patch, merged upstream: * 0001-kterminallauncherjob-Inherit-default-process-environ.patch * Mon Mar 18 2024 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to fix KTerminalLaucherJob (kde#482107, boo#1221637): * 0001-kterminallauncherjob-Inherit-default-process-environ.patch * Wed Feb 21 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.0 * New bugfix release * Release announcement not available yet - Changes since 5.249.0: * update version for new release * KFilePlacesItem: Strip UDI prefix for player URLs * KCoreDirLister: reduce string allocations in `setNameFilter` * Strip trailing slash in iconForStandardPath * Allow to specify http1 only * CommandLauncherJob: clarify scope of responsibilities in documentation * kfileplacesmodeltest: fix `KFilePlacesModelTest::testReparse` * KFileItem: Use stat data for isDir if we already performed a stat * http: don't emit data({}) early * Worker template: bump min Qt/KF deps to match first official KF6 release * Worker template: add missing include * Don't leak existing file handles to newly spanwed KIO workers * update version for new release * Wed Jan 31 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.249.0 (6.0 RC 2): * New bugfix release * For more details see https://kde.org/announcements/megarelease/6/rc2/ * Mon Jan 15 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.248.0 (6.0 RC 1) * For more details please see: https://kde.org/announcements/megarelease/6/rc1/ * Sat May 27 2023 Christophe Marin <christophe@krop.fr> - Init kf6-kio
/usr/share/doc/HTML/ca /usr/share/doc/HTML/ca/kioworker6 /usr/share/doc/HTML/ca/kioworker6/data /usr/share/doc/HTML/ca/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/ca/kioworker6/data/index.docbook /usr/share/doc/HTML/ca/kioworker6/file /usr/share/doc/HTML/ca/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/ca/kioworker6/file/index.docbook /usr/share/doc/HTML/ca/kioworker6/ftp /usr/share/doc/HTML/ca/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/ca/kioworker6/ftp/index.docbook /usr/share/doc/HTML/ca/kioworker6/help /usr/share/doc/HTML/ca/kioworker6/help/documentationnotfound /usr/share/doc/HTML/ca/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/ca/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/ca/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/ca/kioworker6/help/index.docbook /usr/share/doc/HTML/ca/kioworker6/http /usr/share/doc/HTML/ca/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/ca/kioworker6/http/index.docbook /usr/share/doc/HTML/ca/kioworker6/webdav /usr/share/doc/HTML/ca/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/ca/kioworker6/webdav/index.docbook /usr/share/doc/HTML/ca@valencia /usr/share/doc/HTML/ca@valencia/kioworker6 /usr/share/doc/HTML/ca@valencia/kioworker6/data /usr/share/doc/HTML/ca@valencia/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/ca@valencia/kioworker6/data/index.docbook /usr/share/doc/HTML/ca@valencia/kioworker6/file /usr/share/doc/HTML/ca@valencia/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/ca@valencia/kioworker6/file/index.docbook /usr/share/doc/HTML/ca@valencia/kioworker6/ftp /usr/share/doc/HTML/ca@valencia/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/ca@valencia/kioworker6/ftp/index.docbook /usr/share/doc/HTML/ca@valencia/kioworker6/help /usr/share/doc/HTML/ca@valencia/kioworker6/help/documentationnotfound /usr/share/doc/HTML/ca@valencia/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/ca@valencia/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/ca@valencia/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/ca@valencia/kioworker6/help/index.docbook /usr/share/doc/HTML/ca@valencia/kioworker6/http /usr/share/doc/HTML/ca@valencia/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/ca@valencia/kioworker6/http/index.docbook /usr/share/doc/HTML/ca@valencia/kioworker6/webdav /usr/share/doc/HTML/ca@valencia/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/ca@valencia/kioworker6/webdav/index.docbook /usr/share/doc/HTML/de /usr/share/doc/HTML/de/kioworker6 /usr/share/doc/HTML/de/kioworker6/data /usr/share/doc/HTML/de/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/de/kioworker6/data/index.docbook /usr/share/doc/HTML/de/kioworker6/file /usr/share/doc/HTML/de/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/de/kioworker6/file/index.docbook /usr/share/doc/HTML/de/kioworker6/ftp /usr/share/doc/HTML/de/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/de/kioworker6/ftp/index.docbook /usr/share/doc/HTML/de/kioworker6/help /usr/share/doc/HTML/de/kioworker6/help/documentationnotfound /usr/share/doc/HTML/de/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/de/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/de/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/de/kioworker6/help/index.docbook /usr/share/doc/HTML/de/kioworker6/http /usr/share/doc/HTML/de/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/de/kioworker6/http/index.docbook /usr/share/doc/HTML/de/kioworker6/webdav /usr/share/doc/HTML/de/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/de/kioworker6/webdav/index.docbook /usr/share/doc/HTML/en /usr/share/doc/HTML/en/kioworker6 /usr/share/doc/HTML/en/kioworker6/data /usr/share/doc/HTML/en/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/en/kioworker6/data/index.docbook /usr/share/doc/HTML/en/kioworker6/file /usr/share/doc/HTML/en/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/en/kioworker6/file/index.docbook /usr/share/doc/HTML/en/kioworker6/ftp /usr/share/doc/HTML/en/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/en/kioworker6/ftp/index.docbook /usr/share/doc/HTML/en/kioworker6/help /usr/share/doc/HTML/en/kioworker6/help/documentationnotfound /usr/share/doc/HTML/en/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/en/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/en/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/en/kioworker6/help/index.docbook /usr/share/doc/HTML/en/kioworker6/http /usr/share/doc/HTML/en/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/en/kioworker6/http/index.docbook /usr/share/doc/HTML/en/kioworker6/webdav /usr/share/doc/HTML/en/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/en/kioworker6/webdav/index.docbook /usr/share/doc/HTML/es /usr/share/doc/HTML/es/kioworker6 /usr/share/doc/HTML/es/kioworker6/data /usr/share/doc/HTML/es/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/es/kioworker6/data/index.docbook /usr/share/doc/HTML/es/kioworker6/file /usr/share/doc/HTML/es/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/es/kioworker6/file/index.docbook /usr/share/doc/HTML/es/kioworker6/ftp /usr/share/doc/HTML/es/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/es/kioworker6/ftp/index.docbook /usr/share/doc/HTML/es/kioworker6/help /usr/share/doc/HTML/es/kioworker6/help/documentationnotfound /usr/share/doc/HTML/es/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/es/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/es/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/es/kioworker6/help/index.docbook /usr/share/doc/HTML/es/kioworker6/http /usr/share/doc/HTML/es/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/es/kioworker6/http/index.docbook /usr/share/doc/HTML/es/kioworker6/webdav /usr/share/doc/HTML/es/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/es/kioworker6/webdav/index.docbook /usr/share/doc/HTML/et /usr/share/doc/HTML/et/kioworker6 /usr/share/doc/HTML/et/kioworker6/data /usr/share/doc/HTML/et/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/et/kioworker6/data/index.docbook /usr/share/doc/HTML/et/kioworker6/file /usr/share/doc/HTML/et/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/et/kioworker6/file/index.docbook /usr/share/doc/HTML/et/kioworker6/ftp /usr/share/doc/HTML/et/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/et/kioworker6/ftp/index.docbook /usr/share/doc/HTML/et/kioworker6/help /usr/share/doc/HTML/et/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/et/kioworker6/help/index.docbook /usr/share/doc/HTML/et/kioworker6/http /usr/share/doc/HTML/et/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/et/kioworker6/http/index.docbook /usr/share/doc/HTML/et/kioworker6/webdav /usr/share/doc/HTML/et/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/et/kioworker6/webdav/index.docbook /usr/share/doc/HTML/fr /usr/share/doc/HTML/fr/kioworker6 /usr/share/doc/HTML/fr/kioworker6/data /usr/share/doc/HTML/fr/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/fr/kioworker6/data/index.docbook /usr/share/doc/HTML/fr/kioworker6/file /usr/share/doc/HTML/fr/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/fr/kioworker6/file/index.docbook /usr/share/doc/HTML/fr/kioworker6/ftp /usr/share/doc/HTML/fr/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/fr/kioworker6/ftp/index.docbook /usr/share/doc/HTML/fr/kioworker6/help /usr/share/doc/HTML/fr/kioworker6/help/documentationnotfound /usr/share/doc/HTML/fr/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/fr/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/fr/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/fr/kioworker6/help/index.docbook /usr/share/doc/HTML/fr/kioworker6/http /usr/share/doc/HTML/fr/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/fr/kioworker6/http/index.docbook /usr/share/doc/HTML/fr/kioworker6/webdav /usr/share/doc/HTML/fr/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/fr/kioworker6/webdav/index.docbook /usr/share/doc/HTML/gl /usr/share/doc/HTML/gl/kioworker6 /usr/share/doc/HTML/gl/kioworker6/file /usr/share/doc/HTML/gl/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/gl/kioworker6/file/index.docbook /usr/share/doc/HTML/gl/kioworker6/ftp /usr/share/doc/HTML/gl/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/gl/kioworker6/ftp/index.docbook /usr/share/doc/HTML/gl/kioworker6/help /usr/share/doc/HTML/gl/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/gl/kioworker6/help/index.docbook /usr/share/doc/HTML/gl/kioworker6/http /usr/share/doc/HTML/gl/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/gl/kioworker6/http/index.docbook /usr/share/doc/HTML/gl/kioworker6/webdav /usr/share/doc/HTML/gl/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/gl/kioworker6/webdav/index.docbook /usr/share/doc/HTML/it /usr/share/doc/HTML/it/kioworker6 /usr/share/doc/HTML/it/kioworker6/data /usr/share/doc/HTML/it/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/it/kioworker6/data/index.docbook /usr/share/doc/HTML/it/kioworker6/file /usr/share/doc/HTML/it/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/it/kioworker6/file/index.docbook /usr/share/doc/HTML/it/kioworker6/ftp /usr/share/doc/HTML/it/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/it/kioworker6/ftp/index.docbook /usr/share/doc/HTML/it/kioworker6/help /usr/share/doc/HTML/it/kioworker6/help/documentationnotfound /usr/share/doc/HTML/it/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/it/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/it/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/it/kioworker6/help/index.docbook /usr/share/doc/HTML/it/kioworker6/http /usr/share/doc/HTML/it/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/it/kioworker6/http/index.docbook /usr/share/doc/HTML/it/kioworker6/webdav /usr/share/doc/HTML/it/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/it/kioworker6/webdav/index.docbook /usr/share/doc/HTML/nl /usr/share/doc/HTML/nl/kioworker6 /usr/share/doc/HTML/nl/kioworker6/data /usr/share/doc/HTML/nl/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/nl/kioworker6/data/index.docbook /usr/share/doc/HTML/nl/kioworker6/file /usr/share/doc/HTML/nl/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/nl/kioworker6/file/index.docbook /usr/share/doc/HTML/nl/kioworker6/ftp /usr/share/doc/HTML/nl/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/nl/kioworker6/ftp/index.docbook /usr/share/doc/HTML/nl/kioworker6/help /usr/share/doc/HTML/nl/kioworker6/help/documentationnotfound /usr/share/doc/HTML/nl/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/nl/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/nl/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/nl/kioworker6/help/index.docbook /usr/share/doc/HTML/nl/kioworker6/http /usr/share/doc/HTML/nl/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/nl/kioworker6/http/index.docbook /usr/share/doc/HTML/nl/kioworker6/webdav /usr/share/doc/HTML/nl/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/nl/kioworker6/webdav/index.docbook /usr/share/doc/HTML/pt /usr/share/doc/HTML/pt/kioworker6 /usr/share/doc/HTML/pt/kioworker6/data /usr/share/doc/HTML/pt/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/pt/kioworker6/data/index.docbook /usr/share/doc/HTML/pt/kioworker6/file /usr/share/doc/HTML/pt/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/pt/kioworker6/file/index.docbook /usr/share/doc/HTML/pt/kioworker6/ftp /usr/share/doc/HTML/pt/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/pt/kioworker6/ftp/index.docbook /usr/share/doc/HTML/pt/kioworker6/help /usr/share/doc/HTML/pt/kioworker6/help/documentationnotfound /usr/share/doc/HTML/pt/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/pt/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/pt/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/pt/kioworker6/help/index.docbook /usr/share/doc/HTML/pt/kioworker6/http /usr/share/doc/HTML/pt/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/pt/kioworker6/http/index.docbook /usr/share/doc/HTML/pt/kioworker6/webdav /usr/share/doc/HTML/pt/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/pt/kioworker6/webdav/index.docbook /usr/share/doc/HTML/pt_BR /usr/share/doc/HTML/pt_BR/kioworker6 /usr/share/doc/HTML/pt_BR/kioworker6/data /usr/share/doc/HTML/pt_BR/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/pt_BR/kioworker6/data/index.docbook /usr/share/doc/HTML/pt_BR/kioworker6/file /usr/share/doc/HTML/pt_BR/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/pt_BR/kioworker6/file/index.docbook /usr/share/doc/HTML/pt_BR/kioworker6/ftp /usr/share/doc/HTML/pt_BR/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/pt_BR/kioworker6/ftp/index.docbook /usr/share/doc/HTML/pt_BR/kioworker6/help /usr/share/doc/HTML/pt_BR/kioworker6/help/documentationnotfound /usr/share/doc/HTML/pt_BR/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/pt_BR/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/pt_BR/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/pt_BR/kioworker6/help/index.docbook /usr/share/doc/HTML/pt_BR/kioworker6/http /usr/share/doc/HTML/pt_BR/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/pt_BR/kioworker6/http/index.docbook /usr/share/doc/HTML/pt_BR/kioworker6/webdav /usr/share/doc/HTML/pt_BR/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/pt_BR/kioworker6/webdav/index.docbook /usr/share/doc/HTML/ru /usr/share/doc/HTML/ru/kioworker6 /usr/share/doc/HTML/ru/kioworker6/data /usr/share/doc/HTML/ru/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/ru/kioworker6/data/index.docbook /usr/share/doc/HTML/ru/kioworker6/file /usr/share/doc/HTML/ru/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/ru/kioworker6/file/index.docbook /usr/share/doc/HTML/ru/kioworker6/ftp /usr/share/doc/HTML/ru/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/ru/kioworker6/ftp/index.docbook /usr/share/doc/HTML/ru/kioworker6/help /usr/share/doc/HTML/ru/kioworker6/help/documentationnotfound /usr/share/doc/HTML/ru/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/ru/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/ru/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/ru/kioworker6/help/index.docbook /usr/share/doc/HTML/ru/kioworker6/http /usr/share/doc/HTML/ru/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/ru/kioworker6/http/index.docbook /usr/share/doc/HTML/ru/kioworker6/webdav /usr/share/doc/HTML/ru/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/ru/kioworker6/webdav/index.docbook /usr/share/doc/HTML/sl /usr/share/doc/HTML/sl/kioworker6 /usr/share/doc/HTML/sl/kioworker6/data /usr/share/doc/HTML/sl/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/sl/kioworker6/data/index.docbook /usr/share/doc/HTML/sl/kioworker6/file /usr/share/doc/HTML/sl/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/sl/kioworker6/file/index.docbook /usr/share/doc/HTML/sl/kioworker6/ftp /usr/share/doc/HTML/sl/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/sl/kioworker6/ftp/index.docbook /usr/share/doc/HTML/sl/kioworker6/help /usr/share/doc/HTML/sl/kioworker6/help/documentationnotfound /usr/share/doc/HTML/sl/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/sl/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/sl/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/sl/kioworker6/help/index.docbook /usr/share/doc/HTML/sl/kioworker6/http /usr/share/doc/HTML/sl/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/sl/kioworker6/http/index.docbook /usr/share/doc/HTML/sl/kioworker6/webdav /usr/share/doc/HTML/sl/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/sl/kioworker6/webdav/index.docbook /usr/share/doc/HTML/sr /usr/share/doc/HTML/sr/kioworker6 /usr/share/doc/HTML/sr/kioworker6/data /usr/share/doc/HTML/sr/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/sr/kioworker6/data/index.docbook /usr/share/doc/HTML/sr/kioworker6/file /usr/share/doc/HTML/sr/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/sr/kioworker6/file/index.docbook /usr/share/doc/HTML/sr/kioworker6/ftp /usr/share/doc/HTML/sr/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/sr/kioworker6/ftp/index.docbook /usr/share/doc/HTML/sr/kioworker6/help /usr/share/doc/HTML/sr/kioworker6/help/documentationnotfound /usr/share/doc/HTML/sr/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/sr/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/sr/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/sr/kioworker6/help/index.docbook /usr/share/doc/HTML/sr/kioworker6/http /usr/share/doc/HTML/sr/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/sr/kioworker6/http/index.docbook /usr/share/doc/HTML/sr/kioworker6/webdav /usr/share/doc/HTML/sr/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/sr/kioworker6/webdav/index.docbook /usr/share/doc/HTML/sr@latin /usr/share/doc/HTML/sr@latin/kioworker6 /usr/share/doc/HTML/sr@latin/kioworker6/data /usr/share/doc/HTML/sr@latin/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/sr@latin/kioworker6/data/index.docbook /usr/share/doc/HTML/sr@latin/kioworker6/file /usr/share/doc/HTML/sr@latin/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/sr@latin/kioworker6/file/index.docbook /usr/share/doc/HTML/sr@latin/kioworker6/ftp /usr/share/doc/HTML/sr@latin/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/sr@latin/kioworker6/ftp/index.docbook /usr/share/doc/HTML/sr@latin/kioworker6/help /usr/share/doc/HTML/sr@latin/kioworker6/help/documentationnotfound /usr/share/doc/HTML/sr@latin/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/sr@latin/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/sr@latin/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/sr@latin/kioworker6/help/index.docbook /usr/share/doc/HTML/sr@latin/kioworker6/http /usr/share/doc/HTML/sr@latin/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/sr@latin/kioworker6/http/index.docbook /usr/share/doc/HTML/sr@latin/kioworker6/webdav /usr/share/doc/HTML/sr@latin/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/sr@latin/kioworker6/webdav/index.docbook /usr/share/doc/HTML/sv /usr/share/doc/HTML/sv/kioworker6 /usr/share/doc/HTML/sv/kioworker6/data /usr/share/doc/HTML/sv/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/sv/kioworker6/data/index.docbook /usr/share/doc/HTML/sv/kioworker6/file /usr/share/doc/HTML/sv/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/sv/kioworker6/file/index.docbook /usr/share/doc/HTML/sv/kioworker6/ftp /usr/share/doc/HTML/sv/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/sv/kioworker6/ftp/index.docbook /usr/share/doc/HTML/sv/kioworker6/help /usr/share/doc/HTML/sv/kioworker6/help/documentationnotfound /usr/share/doc/HTML/sv/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/sv/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/sv/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/sv/kioworker6/help/index.docbook /usr/share/doc/HTML/sv/kioworker6/http /usr/share/doc/HTML/sv/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/sv/kioworker6/http/index.docbook /usr/share/doc/HTML/sv/kioworker6/webdav /usr/share/doc/HTML/sv/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/sv/kioworker6/webdav/index.docbook /usr/share/doc/HTML/tr /usr/share/doc/HTML/tr/kioworker6 /usr/share/doc/HTML/tr/kioworker6/data /usr/share/doc/HTML/tr/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/tr/kioworker6/data/index.docbook /usr/share/doc/HTML/tr/kioworker6/file /usr/share/doc/HTML/tr/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/tr/kioworker6/file/index.docbook /usr/share/doc/HTML/tr/kioworker6/ftp /usr/share/doc/HTML/tr/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/tr/kioworker6/ftp/index.docbook /usr/share/doc/HTML/tr/kioworker6/help /usr/share/doc/HTML/tr/kioworker6/help/documentationnotfound /usr/share/doc/HTML/tr/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/tr/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/tr/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/tr/kioworker6/help/index.docbook /usr/share/doc/HTML/tr/kioworker6/http /usr/share/doc/HTML/tr/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/tr/kioworker6/http/index.docbook /usr/share/doc/HTML/tr/kioworker6/webdav /usr/share/doc/HTML/tr/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/tr/kioworker6/webdav/index.docbook /usr/share/doc/HTML/uk /usr/share/doc/HTML/uk/kioworker6 /usr/share/doc/HTML/uk/kioworker6/data /usr/share/doc/HTML/uk/kioworker6/data/index.cache.bz2 /usr/share/doc/HTML/uk/kioworker6/data/index.docbook /usr/share/doc/HTML/uk/kioworker6/file /usr/share/doc/HTML/uk/kioworker6/file/index.cache.bz2 /usr/share/doc/HTML/uk/kioworker6/file/index.docbook /usr/share/doc/HTML/uk/kioworker6/ftp /usr/share/doc/HTML/uk/kioworker6/ftp/index.cache.bz2 /usr/share/doc/HTML/uk/kioworker6/ftp/index.docbook /usr/share/doc/HTML/uk/kioworker6/help /usr/share/doc/HTML/uk/kioworker6/help/documentationnotfound /usr/share/doc/HTML/uk/kioworker6/help/documentationnotfound/index.cache.bz2 /usr/share/doc/HTML/uk/kioworker6/help/documentationnotfound/index.docbook /usr/share/doc/HTML/uk/kioworker6/help/index.cache.bz2 /usr/share/doc/HTML/uk/kioworker6/help/index.docbook /usr/share/doc/HTML/uk/kioworker6/http /usr/share/doc/HTML/uk/kioworker6/http/index.cache.bz2 /usr/share/doc/HTML/uk/kioworker6/http/index.docbook /usr/share/doc/HTML/uk/kioworker6/webdav /usr/share/doc/HTML/uk/kioworker6/webdav/index.cache.bz2 /usr/share/doc/HTML/uk/kioworker6/webdav/index.docbook
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 18 00:12:25 2024