kf6-kio.git
4 years ago[PATCH] Fix selecting binaries from component chooser KCM
David Edmundson [Wed, 14 Jul 2021 16:06:59 +0000 (17:06 +0100)]
[PATCH] Fix selecting binaries from component chooser KCM

In the kcmshell for a component chooser we use the open with dialog to
select services for various scheme handlers.

If you select a binary instead of a .desktop file a temporary .desktop
file is created in ~/.local/share/applications

This is in the format
Exec=someBinary
MimeType=x-scheme-handler/http

When we then use this application for launching KIO::DesktopExecParser
then (sort of correctly) determines that that the chosen service cannot
handle the http scheme because even though it is a scheme handler it
does not have a "%u" in the exec line.

This leads to us potentially loading websites via kioclient or kio-fuse.

Testing done:
 - kcmshell5 component chooser
 - web browser -> other -> type "/usr/bin/firefox"
 - kde-open5 http://kde.org
 - Previously this gave a local URL, now it is correct

Gbp-Pq: Name upstream-8ad69215-fix-selecting-binaries-from-components.patch

4 years ago[PATCH] CopyJob: fix crash with skip/retry
Ahmad Samir [Tue, 2 Feb 2021 09:31:40 +0000 (11:31 +0200)]
[PATCH] CopyJob: fix crash with skip/retry

The crash was happening because I was disconnecting the wrong signal in
the lambda connected to KIO::AskUserActionInterface::askUserSkipResult...

BUG: 431731
FIXED-IN: 5.79

Gbp-Pq: Name upstream-a183dd0d1ee0-copyjob-fix-crash-skip-retry.patch

4 years ago[PATCH] Fix lockup when renaming a file from properties dialog 4c12899369f43009269d0f...
David Redondo [Mon, 25 Jan 2021 11:26:29 +0000 (12:26 +0100)]
[PATCH] Fix lockup when renaming a file from properties dialog 4c12899369f43009269d0fdb80964483365bb922 changed how we show the rename dialog. Before we would exec() it and now we call show(). This causes a lockup when renaming a file from the properties dialog to a filename that already exsist. Optimally we would change KPropertiesDialog to make it async and not use nested event loops but this fixes the lockup for now. . BUG:431902

Gbp-Pq: Name upstream_5.79_0300441bb80c3d75a305bc7b1f4a7e1c36f28845_fix_lockup_when_renaming_a_file_from_properties_dialog.patch

4 years agofix_hurd_build
Tobias Frost [Thu, 22 Feb 2018 11:23:56 +0000 (12:23 +0100)]
fix_hurd_build

posix_fadvise64 is not available on hurd, will yield to an compiler warning and
aborting the build through --fatal-warnings

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799619
Forwarded: no

Gbp-Pq: Name fix_hurd_build.patch

4 years agofix_kfreebsd_build
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
fix_kfreebsd_build

===================================================================

Gbp-Pq: Name fix_kfreebsd_build

4 years agoreport_error_removing_dirs
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs

===================================================================

Gbp-Pq: Name report_error_removing_dirs

4 years agokio (5.78.0-5) unstable; urgency=medium
Norbert Preining [Thu, 15 Jul 2021 01:20:01 +0000 (02:20 +0100)]
kio (5.78.0-5) unstable; urgency=medium

  [ Norbert Preining ]
  * Cherry-pick upstream fix for kio caching/displaying websites etc
    instead of forwarding to the browser.

[dgit import unpatched kio 5.78.0-5]

4 years agoImport kio_5.78.0-5.debian.tar.xz
Norbert Preining [Thu, 15 Jul 2021 01:20:01 +0000 (02:20 +0100)]
Import kio_5.78.0-5.debian.tar.xz

[dgit import tarball kio 5.78.0-5 kio_5.78.0-5.debian.tar.xz]

4 years agoImport kio_5.78.0.orig.tar.xz
Norbert Preining [Wed, 13 Jan 2021 01:32:42 +0000 (01:32 +0000)]
Import kio_5.78.0.orig.tar.xz

[dgit import orig kio_5.78.0.orig.tar.xz]