[umbrello] [Bug 373928] KF5 installed file conflicts with related files from KDE4

2020-05-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=373928
Bug 373928 depends on bug 377686, which changed state.

Bug 377686 Summary: Installed name of kio_http_cache_cleaner conflicts with 
related KDE4 installation
https://bugs.kde.org/show_bug.cgi?id=377686

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 377686] Installed name of kio_http_cache_cleaner conflicts with related KDE4 installation

2020-05-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=377686

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||a.samir...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #3 from Ahmad Samir  ---
Is this still an issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 420985] KIO::mostLocalUrl shouldn't actually stat remote slaves

2020-05-25 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=420985

Ahmad Samir  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/38998e066
   ||aa711ec5da0d20817ff2f77d91b
   ||964b
 Resolution|--- |FIXED
   Version Fixed In||5.71
 Status|REPORTED|RESOLVED

--- Comment #1 from Ahmad Samir  ---
Git commit 38998e066aa711ec5da0d20817ff2f77d91b964b by Ahmad Samir.
Committed on 23/05/2020 at 15:46.
Pushed by dfaure into branch 'master'.

[StatJob] Make mostLocalUrl ignore remote (ftp, http...etc) URLs

Summary:
Previously mostLocalUrl would check that !url.isLocalFile(), that meant
a statjob would be fired for remote urls (ftp, http... etc), such urls
will never have a mostLocalUrl. Instead check for protocols with Class=:local.

Also if the statjob is created via KIO::mostLocalUrl, the job was, correctly,
cancelled if the url isLocalFile(), extend it to also cancel the job if the
protocol Class isn't ":local".

For a list of such protocols: `grep :local /usr/share/kservices5/*.protocol`

Thanks to sitter for figuring it out in the bug report.

FIXED-IN: 5.71

Test Plan:
- The jobtest unit test still passes, and a new unit test that tests
  that mostLocalUrl for a local file was added
- The testtrash unit test was extended to test mostLocalUrl (returns url
  as-is as the Trash protocol doesn't set UDS_LOCAL_PATH)

Reviewers: #frameworks, dfaure, sitter

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D29782

Construct QUrl correctly with trash:/ protocol

Don't check the protocol class, checking if UDS_LOCAL_PATH is set is
enough.

M  +9-0autotests/jobtest.cpp
M  +1-0autotests/jobtest.h
M  +11   -8src/core/statjob.cpp
M  +7-5src/core/statjob.h
M  +16   -0src/ioslaves/trash/tests/testtrash.cpp
M  +1-0src/ioslaves/trash/tests/testtrash.h

https://invent.kde.org/frameworks/kio/commit/38998e066aa711ec5da0d20817ff2f77d91b964b

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 417851] Status bar shows free space in file system as "unknown" when Dolphin is opened via context menu of desktop

2020-05-25 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=417851

Ahmad Samir  changed:

   What|Removed |Added

   Version Fixed In||5.19.80
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||065ba968018f5afe0d42507d7fc
   ||f16f1d62977e1

--- Comment #5 from Ahmad Samir  ---
Git commit 065ba968018f5afe0d42507d7fcf16f1d62977e1 by Ahmad Samir.
Committed on 25/05/2020 at 11:34.
Pushed by ahmadsamir into branch 'master'.

[kio_desktop] Implement SlaveBase::GetFileSystemFreeSpace

This enables reporting the actual free space info for desktop:/ in e.g.
the Dolphin status bar.

FIXED-IN: 5.19.80

M  +27   -2kioslave/desktop/kio_desktop.cpp
M  +5-0kioslave/desktop/kio_desktop.h

https://invent.kde.org/plasma/plasma-workspace/commit/065ba968018f5afe0d42507d7fcf16f1d62977e1

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 390517] Opening Sambashares from applications menu results in application crash

2020-05-25 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=390517

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Ahmad Samir  ---
Does this issue still happen? I tested with kwrite and I got no crashes (note
that I don't have any samba shares).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 422001] KF5 5.70.0 regression: Dolphin shows same SMB share twice

2020-05-24 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=422001

Ahmad Samir  changed:

   What|Removed |Added

 CC||sit...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 422001] KF5 5.70.0 regression: Dolphin shows same SMB share twice

2020-05-24 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=422001

Ahmad Samir  changed:

   What|Removed |Added

Version|5.70.0  |unspecified
   Assignee|fa...@kde.org   |plasma-b...@kde.org
 CC||a.samir...@gmail.com
  Component|general |Samba
Product|frameworks-kio  |kio-extras

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 421878] LocalDomainUriFilter::filterUri prepends 'http://' in the event of a dns lookup timeout (QHostInfo)

2020-05-26 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=421878

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Ahmad Samir  ---
Proposed fix https://invent.kde.org/frameworks/kio/-/merge_requests/14

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 421914] Notification from Dolphin shows wrong amount of deleted files when I delete a folder located in a Samba share

2020-05-26 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=421914

Ahmad Samir  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 421914] Notification from Dolphin shows wrong amount of deleted files when I delete a folder located in a Samba share

2020-05-24 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=421914

Ahmad Samir  changed:

   What|Removed |Added

Product|frameworks-kio  |kio-extras
  Component|general |Samba
 CC||a.samir...@gmail.com
   Assignee|fa...@kde.org   |plasma-b...@kde.org
Version|5.70.0  |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 376679] chaning mimeapps.list is not respected by folderview unless you restart Xorg

2020-05-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=376679

Ahmad Samir  changed:

   What|Removed |Added

 Status|REOPENED|NEEDSINFO
 CC||a.samir...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Ahmad Samir  ---
If you can still see this issue please post the output of:
ls -l ~/.cache/ksycoca*

You might have different apps using different locales, which means two
different ksycoca database files in ~/.cache, one for each lang/locale.

c.f.
https://cgit.kde.org/kservice.git/commit/?id=f1bdf30501b87cb79806362a68c7515ba755275a

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 376949] Link to NFS location complains that it's already mounted when accessed a second time

2020-05-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=376949

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Ahmad Samir  ---
I don't think "link to device" is available any more if KF5. Closing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 419526] Qt5.15 Crash on right click

2020-05-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=419526

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #10 from Ahmad Samir  ---
Proposed fix https://invent.kde.org/utilities/konsole/-/merge_requests/103

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 375604] Create new Link to application's name unchangeable

2020-05-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=375604

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||a.samir...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from Ahmad Samir  ---
This seems to have been fixed at some point.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 373352] file open / save / save as dialog is slow if automounted filesystems are not available (nfs, smb, etc )

2020-05-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=373352

Ahmad Samir  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 CC||a.samir...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Ahmad Samir  ---
Is this still valid?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 373658] KDEInit could not launch 'konsole'

2020-05-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=373658

Ahmad Samir  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WORKSFORME
 CC||a.samir...@gmail.com

--- Comment #19 from Ahmad Samir  ---
I've just tested this, and it seems to work both with Konsole and
/usr/bin/konsole.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 262551] Changing the keyboard shortcut to view hidden files in Dolphin does not affect the file/open dialogs

2020-05-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=262551

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #13 from Ahmad Samir  ---
This has been fixed, right?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 273745] Dolphin shows incorrect partition usage

2020-05-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=273745

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #5 from Ahmad Samir  ---
I don't think this can/should be "fixed" per se. For example df will give
numbers, different than du; the available space on an ext4 partition is going
to be affected by how much reserved-blocks-percentage is set on the filesystem
(check `man tune2fs`)... making the number add up isn't useful IMHO...

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 365850] Glitch in copy/move dialog window

2020-05-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=365850

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||a.samir...@gmail.com
 Status|REPORTED|RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 197276] Provide a user-friendly error when attempting to change only the case of a file located on a case-insensitive filesystem

2020-05-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=197276

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
 Resolution|--- |WORKSFORME
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Ahmad Samir  ---
On Unix it's possible to rename A to a and vice-versa on e.g. a FAT32 partition
https://codereview.qt-project.org/c/qt/qtbase/+/44823/

Given how old the report(s) is, closing as worksforme for now; feel free to
reopen if you can still reproduce the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 418984] RenameDialog shows '%2520' in file name labels instead of '%20'

2020-05-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=418984

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
Summary|Copying replaces `%20` in   |RenameDialog shows '%2520'
   |file name by `25%20`|in file name labels instead
   ||of '%20'

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 418984] RenameDialog shows '%2520' in file name labels instead of '%20'

2020-05-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=418984

Ahmad Samir  changed:

   What|Removed |Added

Version|5.6.0   |5.70.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 377978] Unable to create new folder named "~" without using escape character

2020-05-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=377978

Ahmad Samir  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/610435c11
   ||ff7d1d8cba415995bcb2810e872
   ||09a2
   Version Fixed In||5.71.0
 Resolution|--- |FIXED

--- Comment #7 from Ahmad Samir  ---
Git commit 610435c11ff7d1d8cba415995bcb2810e87209a2 by Ahmad Samir.
Committed on 28/05/2020 at 09:24.
Pushed by dfaure into branch 'master'.

[KnewFileMenu] Allow creating a dir named '~'

It is a weird name for a dir, but it's better to allow such an operation
rather than fail silently.

FIXED-IN: 5.71.0

M  +9-8src/filewidgets/knewfilemenu.cpp

https://invent.kde.org/frameworks/kio/commit/610435c11ff7d1d8cba415995bcb2810e87209a2

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 417745] Relatively high CPU usage when attempting to copy/paste a file with an existing name.

2020-05-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=417745

Ahmad Samir  changed:

   What|Removed |Added

Version|5.67.0  |5.18.90
   Assignee|fa...@kde.org   |k...@davidedmundson.co.uk
Product|frameworks-kio  |plasmashell
  Component|general |general
   Target Milestone|--- |1.0
 CC||a.samir...@gmail.com,
   ||plasma-b...@kde.org

--- Comment #5 from Ahmad Samir  ---
Not related to KIO, it's more to do with the plasmashell animations. Can you
check which process is using the CPU? plasmashell or kwin?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 419967] Updating KIO libs requires executing kdeinit5 to pick up the new libs

2020-05-30 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=419967

Ahmad Samir  changed:

   What|Removed |Added

Summary|Updating KIO libs requires  |Updating KIO libs requires
   |restarting kdeinit5 |executing kdeinit5 to pick
   ||up the new libs

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 422270] Desktop link files with Terminal=true don't work after KDE Frameworks 5.70.0 update

2020-05-31 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=422270

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||a.samir...@gmail.com

--- Comment #2 from Ahmad Samir  ---


*** This bug has been marked as a duplicate of bug 421374 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 421374] Service file specifiying 'Run in terminal' gives "Error code 100, Could not find the program ‘konsole’" after Plasma 5.18.5 update.

2020-05-31 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=421374

Ahmad Samir  changed:

   What|Removed |Added

 CC||samoht0-bugzi...@yahoo.com

--- Comment #23 from Ahmad Samir  ---
*** Bug 422270 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 402276] Dolphin transfer speeds significantly slower than other file managers

2020-05-31 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=402276

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #7 from Ahmad Samir  ---
Is this still an issue with KIO >= 5.69.0 ?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 400469] Wrong character representation in file names with slash

2020-05-31 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=400469

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #4 from Ahmad Samir  ---
I think the code should just disallow using '/' in file names, silently
replacing it with the fraction slash is probably going to cause issues like the
one reported here.

For dir names, the code in KNewFileMenu simply creates sub-dirs if it detects
'/' in the name, and it informs the user about that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 409607] Dolphin crashes due to nested eventloops of the RenameDialog

2020-05-31 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=409607

Ahmad Samir  changed:

   What|Removed |Added

Summary|Dolphin crashes after   |Dolphin crashes due to
   |copying duplicate named |nested eventloops of the
   |folders twice and   |RenameDialog
   |cancelling one  |
   Keywords|junior-jobs |

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 406510] Associating .html with Kwrite will not open it with others in "Open With"

2020-05-30 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=406510

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
 CC||a.samir...@gmail.com

--- Comment #1 from Ahmad Samir  ---
I think this has been fixed by
http://commits.kde.org/kio/afb2f80cbbe1d4095e897d88430a3b7295bb1114

Feel free to reopen if you can still see this issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 414410] "Open containing folder feature" using KIO::highlightInFileManager() does not work in Windows

2020-05-31 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=414410

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.71
 Resolution|--- |FIXED

--- Comment #4 from Ahmad Samir  ---
OpenFileManagerWindowJob has been ported to KIO::OpenUrlJob, the latter has a
fallback to use QDesktopServices::openUrl() which should work on windows.

https://invent.kde.org/frameworks/kio/-/blob/master/src/gui/openurljob.cpp#L617

Closing as fixed, feel free to reopen if you still see this issue with KIO
5.71.0  which is going to be released in a couple of weeks:
https://community.kde.org/Schedules/Frameworks

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 58530] flaws in digest authentication implementation

2020-05-31 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=58530

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||a.samir...@gmail.com,
   ||vkra...@kde.org
 Status|ASSIGNED|NEEDSINFO

--- Comment #29 from Ahmad Samir  ---
Is this still an issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 167668] client certificate authentication disabled (KIO::TCPSlaveBase::selectClientCertificate under #if 0), causes handshake error

2020-06-01 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=167668

Ahmad Samir  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||a.samir...@gmail.com

--- Comment #8 from Ahmad Samir  ---
Closing per comment#7, this was filed against KDE4, which is now unmaintained.
The issue is supposedly fixed in Qt 5.4 (we're at 5.12 minimum in KF5).

-- 
You are receiving this mail because:
You are watching all bug changes.

[konqueror] [Bug 178806] Sending SSL Own Certificates for Authentification with sites doesn't work at all

2020-06-01 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=178806
Bug 178806 depends on bug 167668, which changed state.

Bug 167668 Summary: client certificate authentication disabled 
(KIO::TCPSlaveBase::selectClientCertificate under #if 0), causes handshake error
https://bugs.kde.org/show_bug.cgi?id=167668

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 386406] Doubly encoded URL sent to proxy

2020-06-01 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=386406

Ahmad Samir  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/698f6d2ff
   ||4193a3c6dcde900f4287dab0808
   ||7399
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.71.0

--- Comment #1 from Ahmad Samir  ---
Git commit 698f6d2ff4193a3c6dcde900f4287dab08087399 by Ahmad Samir.
Committed on 01/06/2020 at 15:20.
Pushed by dfaure into branch 'master'.

[kio_http] Parse a FullyEncoded QUrl path with TolerantMode

When using url.setPath(otherUrl.path(FullyEncoded)), we have to specify the
TolerantMode parsing mode (setPath uses DecodedMode by default), otherwise
we end up with a doubly encoded url:

otherUrl.path(FullyEncoded) would represent a space as %20 then
url.setPath(otherUrl.path(FullyEncoded), DecodedMode) would represent
the '%' character with '%25' so the path ends up with '%2520'.

AFAIU, either we use:
url.setPath(otherUrl.path(FullyDecoded), DecodedMode) OR
url.setPath(otherUrl.path(FullyEncoded), TolerantMode)

url.path() and url.setPath use FullyDecoded and DecodedMode by default,
respectively.

Thanks to Andreas Schwab for figuring it out in the bug report.
FIXED-IN: 5.71.0

M  +1-1src/ioslaves/http/http.cpp

https://invent.kde.org/frameworks/kio/commit/698f6d2ff4193a3c6dcde900f4287dab08087399

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 419526] Qt5.15 Crash on right click

2020-06-01 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=419526

--- Comment #13 from Ahmad Samir  ---
@Fabian: I am sorry, I forgot to credit you in the commit message, you
basically pin-pointed the responsible code in Konsole.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 422094] KIO spams login dialogs

2020-06-01 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=422094

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||a.samir...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #2 from Ahmad Samir  ---
Indeed, looks like a duplicate. Closing. Feel free to reopen if you still see
the same issue with dolphin 20.04.1.

*** This bug has been marked as a duplicate of bug 420911 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 420911] Authentication dialog to access a Samba share always re-appears together a pointiless "Examining" notification after canceling

2020-06-01 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=420911

Ahmad Samir  changed:

   What|Removed |Added

 CC||linus.kardell+kdebugs@gmail
   ||.com

--- Comment #6 from Ahmad Samir  ---
*** Bug 422094 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 386822] unreferenced local variable warning in netpref.cpp

2020-05-26 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=386822

Ahmad Samir  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||a.samir...@gmail.com
 Resolution|--- |NOT A BUG

--- Comment #1 from Ahmad Samir  ---
AFAICS not a bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 386042] Only one attempt to enter correct password; it will not be asked a second time

2020-05-26 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=386042

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com,
   ||vkra...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 390517] Opening Sambashares from applications menu results in application crash

2020-05-26 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=390517

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Ahmad Samir  ---
No problem, thanks for taking the time to post here anyway.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 422189] kf5.kio.trash stats thousands of files in ~/.local/share/Trash/files

2020-06-02 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=422189

--- Comment #3 from Ahmad Samir  ---
(In reply to Méven Car from comment #2)
[..]
> 
> Still we tru to dectect orhpaned files such as here where we have the
> metadata but not the files. Your bug shows it does not clean its record,
> once it has noticed the files are orphaned, since this repeats or at least
> not correctly.

Good point, non-existing files should indeed be removed from the Trash
records/info.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwallet] [Bug 422149] KDE Wallet won't unlock / can't recognize my password

2020-06-02 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=422149

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com,
   ||sit...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 309192] KIO turns slash character ("/") into "⁄" when writing file names--but not directory names

2020-06-02 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=309192

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #6 from Ahmad Samir  ---
For directory names it looks like KNewFileMenu if you type a/b/c, would create
a, then b and c as sub-dirs of a.

The / is converted into a fraction slash because there is no way to have / as
part of a file or dir names, because it's the dir path delimiter/separator:
https://commits.kde.org/kdelibs/53659edb4b1841474a23952746e68a1222756fec

Personally, I think / should be disallowed as part of file/dir names
altogether... it has some potential side-effects, see bug 400469.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 422189] kf5.kio.trash stats thousands of files in ~/.local/share/Trash/files

2020-06-02 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=422189

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com,
   ||meve...@gmail.com

--- Comment #1 from Ahmad Samir  ---
The records are kept because IIUC users are supposed to be able to restore
deleted files from the Trash.

Examine ~/.local/share/Trash/info/* and ~/.local/share/Trash/directorysizes

I don't think this is a bug, you basically deleted the files in the Trash,
without telling kio_trash about it... :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 424082] When trying to create a directory that already exists using the Open/save dialog, it should just should take user instead of showing an error

2020-09-20 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=424082

--- Comment #7 from Ahmad Samir  ---
I see; IINM, it's the same dialogue, from KIO KFileWidgets and co., but with a
different option set (where you can only select dirs), I'll test that one too.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 424032] Opening image links from apps opens in image viewer and not in the browser

2020-09-18 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=424032

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #1 from Ahmad Samir  ---
I couldn't reproduce this issue, i.e. taking a screenshot then sharing with
imgur, I get a link:
The shared image link (https://i.imgur.com/njwvjN7.png) has been copied to the
clipboard.

clicking it opens firefox on that page.

Could you try this? In a terminal:
export QT_LOGGING_RULES="*kio*=true;"
kdeinit5
spectacle

take a screenshot using that spectacle window, share with imgur, then click the
link and post the output from the terminal here.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 424991] Using Ctrl+L to edit the path and pressing the Tab key moves focus from the field

2020-09-16 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=424991

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #5 from Ahmad Samir  ---
AFAICS, Tab doesn't invoke the completion; rather you type / or a letter, that
invokes the completions, then you use Tab to select one of the offered entries.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 425829] KIO regression in how it handles scripts (shell, python, javascript ...etc)

2020-09-16 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425829

Ahmad Samir  changed:

   What|Removed |Added

Summary|Prompts to run JavaScript   |KIO regression in how it
   |files   |handles scripts (shell,
   ||python, javascript ...etc)
 CC||a.samir...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 425177] Dolphin refuses to open .py files located in SFTP folder.

2020-09-16 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425177

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
 Status|ASSIGNED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Ahmad Samir  ---


*** This bug has been marked as a duplicate of bug 425829 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 425829] KIO regression in how it handles scripts (shell, python, javascript ...etc)

2020-09-16 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425829

Ahmad Samir  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

--- Comment #9 from Ahmad Samir  ---
*** Bug 425177 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 426690] Can’t remove new default places in UI: Desktop, Documents and Downloads

2020-09-18 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=426690

Ahmad Samir  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||a.samir...@gmail.com

--- Comment #1 from Ahmad Samir  ---
Open Dolphin -> Settings -> Configure Dolphin -> startup, enable "show full
path inside location bar", do that restore the behaviour you want?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 424082] When trying to create a directory that already exists using the Open/save dialog, it should just should take user instead of showing an error

2020-09-18 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=424082

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #2 from Ahmad Samir  ---
But what if the user actually wants to save the file in a new empty dir?

How about a middle ground? we could display the error message and select the
existing dir, then user then could press Enter to open it and save there.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 427744] Default application used to open file can change when a new app is installed

2020-10-22 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=427744

--- Comment #8 from Ahmad Samir  ---
(Thanks for the clarifications o/).

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 424082] When trying to create a directory that already exists using the Open/save dialog, it should just should take user instead of showing an error

2020-10-25 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=424082

Ahmad Samir  changed:

   What|Removed |Added

 CC||fa...@kde.org,
   ||meve...@gmail.com

--- Comment #18 from Ahmad Samir  ---
(In reply to Patrick Silva from comment #17)
> Created attachment 132722 [details]
> sceenshot taken on neon unstable
> 
> My screenshot shows the result when I try to create a directory that already
> exists.
> 
That's a different, new, feature not directly related to the commit in
comment#9. https://invent.kde.org/frameworks/kio/-/merge_requests/180

We may need to adapt that new behaviour to the kdiroperator use case...

> Operating System: KDE neon Unstable Edition
> KDE Plasma Version: 5.20.80
> KDE Frameworks Version: 5.76.0
> Qt Version: 5.15.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 428374] Dolphin crashes when typing in filter bar in specific folder

2020-10-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=428374

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #1 from Ahmad Samir  ---
This possibly has already been fixed by
https://invent.kde.org/system/dolphin/-/commit/2448f88c5f42d7a2040fcf3bcd3c5f2a2f62cd03

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 423130] Wallpaper settings lost on plasmashell restart

2020-08-07 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423130

Ahmad Samir  changed:

   What|Removed |Added

 CC||pereira.a...@gmail.com

--- Comment #7 from Ahmad Samir  ---
*** Bug 423433 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 423433] plasma shell doesn't load user specified wallpapers, always default

2020-08-07 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423433

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||a.samir...@gmail.com

--- Comment #20 from Ahmad Samir  ---
Duplicate; FTR, workaround at bug 423130 comment6

*** This bug has been marked as a duplicate of bug 423130 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwidgetsaddons] [Bug 420287] KFontChooser sometimes selects a non-regular style by default

2020-08-10 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=420287

--- Comment #12 from Ahmad Samir  ---
Sorry for the delay. I think I know what the problem is, and I am working on a
fix for Plasma 5.18.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwidgetsaddons] [Bug 420287] KFontChooser sometimes selects a non-regular style by default

2020-08-10 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=420287

--- Comment #14 from Ahmad Samir  ---
Git commit e5e5f5ed51aadfac99bfbdf3d2db5be16a12443b by Ahmad Samir.
Committed on 10/08/2020 at 12:52.
Pushed by ahmadsamir into branch 'Plasma/5.18'.

kcm_fonts: Make the font selection dialog select the correct "Regular"-like
style

Due to KConfig dropping QFont styleName property (for "Regular"-like font
styles, see [1] for more details), the font selection dialog invoked by the
KCM could end up selecting the wrong style; this change sets the appropriate
"Regular" style on the QFont object before invoking the font selection dialog
to fix/workaround the issue.

Note that in Plasma master branch the issue is handled differently, since
we switched from QFontDialog to KFontChooserDialog (the latter has that
logic built-in).

[1] https://phabricator.kde.org/D27735

M  +56   -5kcms/fonts/fonts.cpp
M  +1-0kcms/fonts/fonts.h
M  +2-5kcms/fonts/package/contents/ui/FontWidget.qml
M  +2-2kcms/fonts/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/commit/e5e5f5ed51aadfac99bfbdf3d2db5be16a12443b

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 425253] New: systemd related commit breaks exporting env vars

2020-08-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425253

Bug ID: 425253
   Summary: systemd related commit breaks exporting env vars
   Product: frameworks-kio
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kio-bugs-n...@kde.org
  Reporter: a.samir...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

With commit 57438d6dfe4ecb1ae022775401f5c7bcbf2a93da[1], if I login, with SDDM
Plasma X11, some environment variables aren't exported for some reason, e.g.:

XDG_SESSION_DESKTOP=KDE
XDG_CURRENT_DESKTOP=KDE
KDE_SESSION_UID=1000
KDE_SESSION_VERSION=5
KDE_FULL_SESSION=true

also some stuff that I have in ~/.profile; that means the session is broken for
me since Qt sets the hidpi scaling stuff.

As a temporary hack, making SystemdProcessRunner::isAvailable() always return
false fixes the issue for me.

[1]
https://invent.kde.org/frameworks/kio/-/commit/57438d6dfe4ecb1ae022775401f5c7bcbf2a93da

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 425253] systemd related commit breaks exporting env vars

2020-08-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425253

--- Comment #2 from Ahmad Samir  ---
OK, I'll test that and report back. (And systemd... is just weird).

Thanks :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 425253] systemd related commit breaks exporting env vars

2020-08-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425253

Ahmad Samir  changed:

   What|Removed |Added

 CC||fa...@kde.org,
   ||henri.ch...@enioka.com,
   ||k...@davidedmundson.co.uk

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 425253] systemd related commit breaks exporting env vars

2020-08-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425253

--- Comment #4 from Ahmad Samir  ---
I built plasma-workspace from git master, with the change from MR 198 included,
and still hit this issue. (The hack I mentioned in the OP still works though).

Note that, AFAICS, the issue doesn't happen when I log in to "plasma (full
wayland)" session.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 425294] Lingering shadows of right-click menu

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425294

Ahmad Samir  changed:

   What|Removed |Added

 CC||vlad.zahorod...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 425294] New: Lingering shadows of right-click menu

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425294

Bug ID: 425294
   Summary: Lingering shadows of right-click menu
   Product: kwin
   Version: git master
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: a.samir...@gmail.com
  Target Milestone: ---

If I disable the "fade popups" effect, then right click e.g. on the desktop or
dolphin, the context menu is shown, now if I close the menu by clicking
somewhere else, the menu disappears as expected, but its shadow lingers until
the I move the mouse (by shadow I mean a transparent rectangle, the same size
as the menu, with the shadows on the edges).

This is with an intel gfx card (but I think the same issue happened with an
nvidia card with the proprietary driver).

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 401865] akonadi_indexing_agent crashes due to GlassTable::set_overwritten throwing an error

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=401865

Ahmad Samir  changed:

   What|Removed |Added

  Component|general |Indexer
Summary|random  |akonadi_indexing_agent
   |Xapian::DatabaseModifiedErr |crashes due to
   |or thrown in kmail  |GlassTable::set_overwritten
   ||throwing an error
 CC||chrig...@fastmail.fm,
   ||dvra...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 401865] random Xapian::DatabaseModifiedError thrown in kmail

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=401865

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #8 from Ahmad Samir  ---
Better backtrace, from bug 425053:
[KCrash Handler]
#4  0x7f72d6ff3355 in raise () at /usr/lib/libc.so.6
#5  0x7f72d6fdc853 in abort () at /usr/lib/libc.so.6
#6  0x7f72d723086a in __gnu_cxx::__verbose_terminate_handler() () at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95
#7  0x7f72d723cd8a in __cxxabiv1::__terminate(void (*)())
(handler=) at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:48
#8  0x7f72d723cdf7 in std::terminate() () at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:58
#9  0x7f72d723d09e in __cxxabiv1::__cxa_throw(void*, std::type_info*, void
(*)(void*)) (obj=obj@entry=0x55c12227e6c0, tinfo=0x7f72d8cb6770 , tinfo@entry=0x7f72d8c40850 , dest=dest@entry=0x7f72d8adc430
) at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_throw.cc:95
#10 0x7f72d8a70f80 in GlassTable::set_overwritten() const
(this=this@entry=0x55c12240e020) at
/usr/include/c++/10.1.0/ext/new_allocator.h:89
#11 0x7f72d8a712be in GlassTable::block_to_cursor(Glass::Cursor*, int,
unsigned int) const (this=0x55c12240e020, C_=0x55c12240e0e8, j=,
n=12414) at backends/glass/glass_table.cc:335
#12 0x7f72d8b34c75 in GlassTable::find(Glass::Cursor*) const
(this=this@entry=0x55c12240e020, C_=C_@entry=0x55c12240e0e8) at
./common/wordaccess.h:57
#13 0x7f72d8b35321 in
GlassTable::get_exact_entry(std::__cxx11::basic_string, std::allocator > const&,
std::__cxx11::basic_string, std::allocator
>&) const (this=this@entry=0x55c12240e020, key="C32", tag="") at
backends/glass/glass_table.cc:1482
#14 0x7f72d8b256e8 in
GlassPostListTable::get_freqs(std::__cxx11::basic_string, std::allocator > const&, unsigned int*, unsigned
int*, unsigned int*) const (this=0x55c12240e020, term=...,
termfreq_ptr=0x7ffd27212f08, collfreq_ptr=0x7ffd27212f0c, wdfub_ptr=0x0) at
backends/glass/glass_postlist.cc:159
#15 0x7f72d8bc17d1 in
Xapian::Weight::Internal::accumulate_stats(Xapian::Database::Internal const&,
Xapian::RSet const&) (this=0x55c122407450, subdb=..., rset=...) at
weight/weightinternal.cc:91
#16 0x7f72d8b804d8 in LocalSubMatch::prepare_match(bool,
Xapian::Weight::Internal&) (this=, nowait=,
total_stats=...) at matcher/localsubmatch.cc:172
#17 0x7f72d8b88851 in prepare_sub_matches (stats=..., leaves=std::vector of
length 1, capacity 1 = {...}) at matcher/multimatch.cc:237
#18 MultiMatch::MultiMatch(Xapian::Database const&, Xapian::Query const&,
unsigned int, Xapian::RSet const*, unsigned int, unsigned int, int, double,
Xapian::Enquire::docid_order, unsigned int,
Xapian::Enquire::Internal::sort_setting, bool, double,
Xapian::Weight::Internal&, Xapian::Weight const*,
std::vector,
std::allocator > >
const&, bool, bool) (this=0x7ffd27213180, db_=..., query_=..., qlen=, omrset=0x0, collapse_max_=, collapse_key_=4294967295,
percent_cutoff_=0, weight_cutoff_=,
order_=Xapian::Enquire::ASCENDING, sort_key_=4294967295,
sort_by_=Xapian::Enquire::Internal::REL, sort_value_forward_=true,
time_limit_=, stats=..., weight_=0x55c122412150,
matchspies_=std::vector of length 0, capacity 0, have_sorter=false,
have_mdecider=false) at matcher/multimatch.cc:353
#19 0x7f72d8a97d66 in Xapian::Enquire::Internal::get_mset(unsigned int,
unsigned int, unsigned int, Xapian::RSet const*, Xapian::MatchDecider const*)
const (this=0x7f72c0008790, first=0, maxitems=44788, check_at_least=, rset=0x0, mdecider=0x0) at ./include/xapian/intrusive_ptr.h:352
#20 0x7f72d8a98016 in Xapian::Enquire::get_mset(unsigned int, unsigned int,
unsigned int, Xapian::RSet const*, Xapian::MatchDecider const*) const
(this=this@entry=0x7ffd27213350, first=first@entry=0,
maxitems=maxitems@entry=4294967295, check_at_least=check_at_least@entry=0,
rset=rset@entry=0x0, mdecider=0x0) at ./include/xapian/intrusive_ptr.h:165
#21 0x7f72d8c965fd in
Akonadi::Search::PIM::IndexedItemsPrivate::findIndexedInDatabase(QSet&, long long, QString const&) (this=, indexed=...,
collectionId=, dbPath=...) at
/usr/src/debug/akonadi-search-20.04.3/lib/indexeditems.cpp:163
#22 0x7f72d8c969d1 in
Akonadi::Search::PIM::IndexedItemsPrivate::findIndexed(QSet&, long
long) (this=0x55c12228d3e0, indexed=..., collectionId=32) at
/usr/src/debug/akonadi-search-20.04.3/lib/indexeditems.cpp:100
#23 0x55c12113c80c in CollectionIndexingJob::findUnindexed()
(this=0x55c12228de10) at
/usr/src/debug/akonadi-search-20.04.3/agent/collectionindexingjob.cpp:183
#24 0x7f72d7663906 in QtPrivate::QSlotObjectBase::call(QObject*, void**)
(a=0x7ffd27213620, r=0x55c12228de10, this=0x55c12228ec50) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#25 do

[Akonadi] [Bug 406822] akonadi_indexing_agent crashes on start

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=406822

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||a.samir...@gmail.com

--- Comment #2 from Ahmad Samir  ---


*** This bug has been marked as a duplicate of bug 401865 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 401865] random Xapian::DatabaseModifiedError thrown in kmail

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=401865

Ahmad Samir  changed:

   What|Removed |Added

 CC||fabian.kis...@gmx.de

--- Comment #5 from Ahmad Samir  ---
*** Bug 406822 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 422962] Akonadi indexing agent crashes time and again

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=422962

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Ahmad Samir  ---


*** This bug has been marked as a duplicate of bug 401865 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 401865] random Xapian::DatabaseModifiedError thrown in kmail

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=401865

Ahmad Samir  changed:

   What|Removed |Added

 CC||cn...@gmx.de

--- Comment #6 from Ahmad Samir  ---
*** Bug 422962 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 401865] random Xapian::DatabaseModifiedError thrown in kmail

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=401865

Ahmad Samir  changed:

   What|Removed |Added

 CC||deli...@gmail.com

--- Comment #7 from Ahmad Samir  ---
*** Bug 425053 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 425053] Akonadi_indexing_agent crash on boot

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425053

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Ahmad Samir  ---


*** This bug has been marked as a duplicate of bug 401865 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 425131] "Unknown Error" and akonadi doesn't start

2020-08-13 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425131

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #3 from Ahmad Samir  ---
Searching online for:
[ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between
the checkpoint 31533912175 and the end 31533914677.

seems to indicate it's an issue with the mysql database (mysqld didn't shutdown
cleanly).

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 425253] systemd related commit breaks exporting env vars

2020-08-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425253

--- Comment #6 from Ahmad Samir  ---
$ qdbus-qt5 org.freedesktop.systemd1 /org/freedesktop/systemd1
org.freedesktop.systemd1.Manager.Environment
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
HOME=/home/ahmad
LANG=en_US.UTF-8
LOGNAME=ahmad
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL=/bin/bash
USER=ahmad
XDG_RUNTIME_DIR=/run/user/1000
DISPLAY=:0
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/ahmad/.gtkrc-2.0:/home/ahmad/.config/gtkrc-2.0
GTK_RC_FILES=/etc/gtk/gtkrc:/home/ahmad/.gtkrc:/home/ahmad/.config/gtkrc
XAUTHORITY=/run/user/1000/xauth_FbfOei
XCURSOR_SIZE=36
XCURSOR_THEME=breeze_cursors


$ dbus-update-activation-environment --all --systemd --verbose
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting WINDOWID=83886087
dbus-update-activation-environment: setting COLORTERM=truecolor
dbus-update-activation-environment: setting LANGUAGE=
dbus-update-activation-environment: setting
SHELL_SESSION_ID=bfa26dfc07b24a3aa600ba5435046206
dbus-update-activation-environment: setting
GTK_RC_FILES=/etc/gtk/gtkrc:/home/ahmad/.gtkrc:/home/ahmad/.config/gtkrc
dbus-update-activation-environment: setting XCURSOR_SIZE=36
dbus-update-activation-environment: setting GPG_TTY=/dev/pts/1
dbus-update-activation-environment: setting PWD=/home/ahmad
dbus-update-activation-environment: setting LOGNAME=ahmad
dbus-update-activation-environment: setting
XAUTHORITY=/run/user/1000/xauth_FbfOei
dbus-update-activation-environment: setting LS_OPTIONS=-N --color=tty -T 0
dbus-update-activation-environment: setting
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/ahmad/.gtkrc-2.0:/home/ahmad/.config/gtkrc-2.0
dbus-update-activation-environment: setting HOME=/home/ahmad
dbus-update-activation-environment: setting LANG=en_US.UTF-8
dbus-update-activation-environment: setting KONSOLE_DBUS_SERVICE=:1.90
dbus-update-activation-environment: setting KONSOLE_DBUS_SESSION=/Sessions/1
dbus-update-activation-environment: setting PROFILEHOME=
dbus-update-activation-environment: setting
INVOCATION_ID=445e69f49d394213958a6722dc3c5d13
dbus-update-activation-environment: setting KONSOLE_VERSION=200403
dbus-update-activation-environment: setting MANAGERPID=3763
dbus-update-activation-environment: setting TERM=xterm-256color
dbus-update-activation-environment: setting USER=ahmad
dbus-update-activation-environment: setting COLORFGBG=15;0
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting SHLVL=1
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting JOURNAL_STREAM=8:76101
dbus-update-activation-environment: setting XCURSOR_THEME=breeze_cursors
dbus-update-activation-environment: setting
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
dbus-update-activation-environment: setting
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting KONSOLE_DBUS_WINDOW=/Windows/1
dbus-update-activation-environment: setting
_=/usr/bin/dbus-update-activation-environment

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 425253] systemd related commit breaks exporting env vars

2020-08-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=425253

--- Comment #7 from Ahmad Samir  ---
That ^ was when stuff are broken. Now with the isAvailable() hack from the OP,
and stuff working properly:
$ qdbus-qt5 org.freedesktop.systemd1 /org/freedesktop/systemd1
org.freedesktop.systemd1.Manager.Environment
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
HOME=/home/ahmad
LANG=en_US.UTF-8
LOGNAME=ahmad
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL=/bin/bash
USER=ahmad
XDG_RUNTIME_DIR=/run/user/1000
COLORFGBG=15;0
COLORTERM=truecolor
DISPLAY=:0
GPG_TTY=/dev/pts/1
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/ahmad/.gtkrc-2.0:/home/ahmad/.config/gtkrc-2.0
GTK_RC_FILES=/etc/gtk/gtkrc:/home/ahmad/.gtkrc:/home/ahmad/.config/gtkrc
KONSOLE_DBUS_SERVICE=:1.90
KONSOLE_DBUS_SESSION=/Sessions/1
KONSOLE_DBUS_WINDOW=/Windows/1
KONSOLE_VERSION=200403
LANGUAGE=
LS_OPTIONS=-N --color=tty -T 0
PROFILEHOME=
PWD=/home/ahmad
SHELL_SESSION_ID=bfa26dfc07b24a3aa600ba5435046206
SHLVL=1
TERM=xterm-256color
WINDOWID=83886087
XAUTHORITY=/run/user/1000/xauth_mWfKbR
XCURSOR_SIZE=36
XCURSOR_THEME=breeze_cursors
_=/usr/bin/dbus-update-activation-environment


$ dbus-update-activation-environment --all --systemd --verbose
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting
SESSION_MANAGER=local/homeBox:@/tmp/.ICE-unix/21388,unix/homeBox:/tmp/.ICE-unix/21388
dbus-update-activation-environment: setting WINDOWID=37748743
dbus-update-activation-environment: setting
QT_SCREEN_SCALE_FACTORS=DP1=1;HDMI1=1;HDMI2=1;HDMI3=1;VGA1=1;VIRTUAL1=1;
dbus-update-activation-environment: setting COLORTERM=truecolor
dbus-update-activation-environment: setting XDG_CONFIG_DIRS=/etc/xdg
dbus-update-activation-environment: setting LESS=-RMicJj.2
dbus-update-activation-environment: setting
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session11
dbus-update-activation-environment: setting
HISTCONTROL=ignoredups:erasedups:ignorespace
dbus-update-activation-environment: setting GTK_IM_MODULE=cedilla
dbus-update-activation-environment: setting MACHTYPE=x86_64-suse-linux
dbus-update-activation-environment: setting G_BROKEN_FILENAMES=1
dbus-update-activation-environment: setting HOSTNAME=homeBox
dbus-update-activation-environment: setting HISTSIZE=5
dbus-update-activation-environment: setting LANGUAGE=en_US:en_GB
dbus-update-activation-environment: setting FROM_HEADER=
dbus-update-activation-environment: setting MINICOM=-c on
dbus-update-activation-environment: setting
FREETYPE_PROPERTIES=truetype:interpreter-version=35
dbus-update-activation-environment: setting KDE_DEBUG=1
dbus-update-activation-environment: setting
JAVA_ROOT=/usr/lib64/jvm/jre-openjdk
dbus-update-activation-environment: setting
JAVA_HOME=/usr/lib64/jvm/jre-openjdk
dbus-update-activation-environment: setting AUDIODRIVER=pulseaudio
dbus-update-activation-environment: setting USE_CCACHE=0
dbus-update-activation-environment: setting
JRE_HOME=/usr/lib64/jvm/java-11-openjdk-11
dbus-update-activation-environment: setting INPUT_METHOD=none
dbus-update-activation-environment: setting CPU=x86_64
dbus-update-activation-environment: setting
SHELL_SESSION_ID=28d2573e1a444b81a606f6e3908b63d1
dbus-update-activation-environment: setting
JAVA_BINDIR=/usr/lib64/jvm/jre-openjdk/bin
dbus-update-activation-environment: setting MAN_POSIXLY_CORRECT=1
dbus-update-activation-environment: setting XMODIFIERS=@im=local
dbus-update-activation-environment: setting
DESKTOP_SESSION=/usr/share/xsessions/plasma5
dbus-update-activation-environment: setting LC_MONETARY=C
dbus-update-activation-environment: setting
GTK_RC_FILES=/etc/gtk/gtkrc:/home/ahmad/.gtkrc:/home/ahmad/.config/gtkrc
dbus-update-activation-environment: setting XCURSOR_SIZE=36
dbus-update-activation-environment: setting GPG_TTY=/dev/pts/0
dbus-update-activation-environment: setting EDITOR=vim
dbus-update-activation-environment: setting XDG_SEAT=seat0
dbus-update-activation-environment: setting PWD=/home/ahmad
dbus-update-activation-environment: setting QEMU_AUDIO_DRV=pa
dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=KDE
dbus-update-activation-environment: setting LOGNAME=ahmad
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting MANOPT=--nj
dbus-update-activation-environment: setting
MANPATH=/usr/local/man:/usr/local/share/man:/usr/share/man
dbus-update-activation-environment: setting
XAUTHORITY=/run/user/1000/xauth_mWfKbR
dbus-update-activation-environment: setting LS_OPTIONS=-N --color=tty -T 0
dbus-update-activation-environment: setting
XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
dbus-update-activation-environment: setting
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/ahmad/.gtkrc-2.0:/home/ahmad/.config/gtkrc-2.0
dbus-update-activation-environment: setting XNLSPATH=/usr/X11R6/lib/X11/nls
dbus-update-activation-environment: setting HOME=/home/ahmad
dbus-update-activation-environment: setting LANG=en_GB.UTF-8
dbus-update-activation

[frameworks-kwidgetsaddons] [Bug 420287] KFontChooser sometimes selects a non-regular style by default

2020-08-04 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=420287

--- Comment #10 from Ahmad Samir  ---
@Alexander: what's the version of the Frameworks in Ubuntu and openSuse (and do
both use the plasma LTS version?).

Note that there well could be a discrepancy between what the fonts KCM shows
and what's actually stored in the config file ~/.config/kdeglobals.

My guess is that you have Frameworks > 5.66, which means it has the new kconfig
where the style name is dropped from the font settings so that calling
setBold(true) can actually work properly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 418984] RenameDialog shows '%2520' in file name labels instead of '%20'

2020-07-02 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=418984

Ahmad Samir  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
URL||https://codereview.qt-proje
   ||ct.org/c/qt/qtbase/+/306324
 Resolution|--- |UPSTREAM

--- Comment #3 from Ahmad Samir  ---
Fixed upstream https://codereview.qt-project.org/c/qt/qtbase/+/306324, FTR the
fix should be in Qt 5.15.1.

It's not feasible to fix this one occurrence here, when toDisplayString() is
used all over the place; the proper fix is to wait for your distro to update to
Qt 5.15.1.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 423578] Plasma 5.19 doesn't open some exe files on double click

2020-07-08 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423578

--- Comment #3 from Ahmad Samir  ---
- What happens when you double click it?
- what's the output of:
ls -l /path/to/exe
file /path/to/exe
(replace /path/to/exe with the actual path to the exe file that doesn't work)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 423578] Plasma 5.19 doesn't open some exe files on double click

2020-07-08 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423578

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |DUPLICATE
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Ahmad Samir  ---
Indeed, looks like a duplicate of bug 423412 (which is fixed by using the
CommandLauncherJob ctor that uses KShell::quoteArgs, '(' characters need
quoting).

*** This bug has been marked as a duplicate of bug 423412 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 423412] Dolphin can't properly run script if there is space in the path

2020-07-08 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423412

--- Comment #7 from Ahmad Samir  ---
*** Bug 423578 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 421480] Pasting multiline text from Firefox results in double new lines between each text block

2020-07-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=421480

Ahmad Samir  changed:

   What|Removed |Added

 CC||sc...@perturb.org

--- Comment #9 from Ahmad Samir  ---
*** Bug 424130 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 424130] Pasting text in to Konsole adds extra carriage returns

2020-07-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=424130

Ahmad Samir  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||a.samir...@gmail.com

--- Comment #1 from Ahmad Samir  ---


*** This bug has been marked as a duplicate of bug 421480 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 421480] Pasting multiline text from Firefox results in double new lines between each text block

2020-06-15 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=421480

Ahmad Samir  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/commit/a10224
   ||42dc2f59321976fd3456ad97c61
   ||300d1f2
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||20.08
 Resolution|--- |FIXED

--- Comment #3 from Ahmad Samir  ---
Git commit a1022442dc2f59321976fd3456ad97c61300d1f2 by Ahmad Samir.
Committed on 15/06/2020 at 20:29.
Pushed by ahmadsamir into branch 'master'.

Don't add extra newlines when pasting from GTK applications

Due to some internal handling in GTK itself, we end up with text copied
from Firefox where a newline is represented as CRLF (\r\n); since the
doPaste() method replaces each \n with \r, we ended up with \r\r, which
ultimately led to extra newlines in the pasted code. To fix the issue
simply detect the CRLF case and replace each \r\n with \r.

To test, copy some multiline text from Firefox, open vim in konsole and
paste, you end up with two newlines between each block of text. Compare the
results after applying this patch
FIXED-IN: 20.08

M  +4-0src/TerminalDisplay.cpp

https://invent.kde.org/utilities/konsole/commit/a1022442dc2f59321976fd3456ad97c61300d1f2

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 423130] Wallpaper settings lost on plasmashell restart

2020-06-19 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423130

Ahmad Samir  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||a.samir...@gmail.com

--- Comment #1 from Ahmad Samir  ---
Debugging with einar77 and DavidRedondo on IRC, we found that this commit is
the culprit:
https://invent.kde.org/plasma/plasma-workspace/-/commit/b707970879f091d4ba356bcf909a7f4c8c3b4422

specifically this part:
-  
+  preferred://wallpaperlocations

reverting it fixes the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 423201] Code from Firefox pastes extra newlines into Konsole

2020-06-19 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423201

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #2 from Ahmad Samir  ---
Reopened as per bug 421480 comment5.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 421480] Pasting multiline text from Firefox results in double new lines between each text block

2020-06-19 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=421480

--- Comment #6 from Ahmad Samir  ---
I'll reopen the other bug so that it's not forgotten, and then we can
investigate  further whether it's the same issue or a different one.

Interesting about the \n\r (it makes sense to also replace \n\r with \r... but
better look at klipper code first). Thanks for persisting with the report (I
missed the \n\r bit, sorry about that).

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 423130] Wallpaper settings lost on plasmashell restart

2020-06-19 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423130

--- Comment #2 from Ahmad Samir  ---
Further suggestions from DavidRedondo, changing that to an actual path on the
local file system works too.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 423130] Wallpaper settings lost on plasmashell restart

2020-06-19 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423130

--- Comment #4 from Ahmad Samir  ---
It seems that after editing the relevant config.xml file, the bug is "fixe"; as
in if I put "preferred://wallpaperlocations" back, changing
the wallpaper still works...

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 423238] After copying a sudo command I can not insert a password. Keystrokes are ignored

2020-06-19 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423238

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #1 from Ahmad Samir  ---
This is normal, when entering a password at the CLI no characters appear; so
you type the password then hit Enter.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 423157] KF5 KIO runs /usr/bin/kioexec instead of /usr/libexec/kf5/kioexec

2020-06-24 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423157

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com,
   ||fa...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 423645] Launching AppImage files containing spaces fails silently

2020-06-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423645

Ahmad Samir  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/8d6b306f5
   ||85920230acecd19903325f6f038
   ||7b8e
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.72
 Resolution|--- |FIXED

--- Comment #2 from Ahmad Samir  ---
Git commit 8d6b306f585920230acecd19903325f6f0387b8e by Ahmad Samir, on behalf
of David Faure.
Committed on 29/06/2020 at 09:58.
Pushed by ahmadsamir into branch 'master'.

OpenUrlJob: fix support for shell scripts with a space in the filename

When executing a shell script or an executable in dolphin in a folder with a
blank
e.g. "/my test/test.sh" the path was truncated to "/my" and the command was not
executed.

Document the API trap.
Related: bug 423412
FIXED-IN: 5.72

M  +2-0src/gui/commandlauncherjob.h
M  +1-1src/gui/openurljob.cpp

https://invent.kde.org/frameworks/kio/commit/8d6b306f585920230acecd19903325f6f0387b8e

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 423412] Dolphin can't properly run script if there is space in the path

2020-06-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423412

Ahmad Samir  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/8d6b306f5
   ||85920230acecd19903325f6f038
   ||7b8e
 Resolution|--- |FIXED
   Version Fixed In||5.72

--- Comment #5 from Ahmad Samir  ---
Git commit 8d6b306f585920230acecd19903325f6f0387b8e by Ahmad Samir, on behalf
of David Faure.
Committed on 29/06/2020 at 09:58.
Pushed by ahmadsamir into branch 'master'.

OpenUrlJob: fix support for shell scripts with a space in the filename

When executing a shell script or an executable in dolphin in a folder with a
blank
e.g. "/my test/test.sh" the path was truncated to "/my" and the command was not
executed.

Document the API trap.
Related: bug 423645
FIXED-IN: 5.72

M  +2-0src/gui/commandlauncherjob.h
M  +1-1src/gui/openurljob.cpp

https://invent.kde.org/frameworks/kio/commit/8d6b306f585920230acecd19903325f6f0387b8e

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 373352] file open / save / save as dialog is slow if automounted filesystems are not available (nfs, smb, etc )

2020-06-16 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=373352

--- Comment #9 from Ahmad Samir  ---
(Nitpick: IMHO resolved:worksforme would have been a better fit since we don't
know which commit/change fixed it).

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 89299] prevent paste of newline characters

2020-06-14 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=89299

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #60 from Ahmad Samir  ---

(In reply to Felipe Veas from comment #55)
> Apparently, some applications such as Firefox or Sublime Text tend to write
> to the clipboard using CRLF line endings. That wasn't really an issue when
> copy-pasting into Konsole since a popup would show up letting us to filter
> those extra CR characters if one wanted to.
> 
> Then, last year in November, a couple of patches changed the filter behavior
> and one of those added the CR character to a whitelist [1], thus disabling
> the popup notification for this scenario.
> 
> From a somewhat related bug report [2], a similar issue affected Firefox
> when running on Wayland, in which the root cause was Gtk because of the way
> it normalizes the clipboard content depending on the mime type [3]. However,
> I am not sure if the same applies here because I use X11 instead, so at
> least it is not the same situation.
> 
> Anyways, like George suggested, it would be nice to have the popup back,
> even if it is just a workaround for the time being.
> 
> Thanks,
> 
> Felipe
> 
> [1]
> https://cgit.kde.org/konsole.git/commit/
> ?id=5e142c9dadc8a00d7017c6f60603798bcaa6ae85
> [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1547595
> [3] https://gitlab.gnome.org/GNOME/gtk/issues/2307

Pasting from a GTK app (e.g. Firefox) resulting in double newlines between text
blocks is bug 421480.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 421480] Pasting multiline text from Firefox results in double new lines between each text block

2020-06-14 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=421480

Ahmad Samir  changed:

   What|Removed |Added

Summary|copy / paste issue from |Pasting multiline text from
   |Firefox to Konsole  |Firefox results in double
   ||new lines between each text
   ||block

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 423031] Modifier keys to move (shift), copy (ctrl) and create a link (ctrl+shift) don't work with files/folders dragged on Wayland

2020-06-16 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=423031

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com,
   ||k...@davidedmundson.co.uk,
   ||k...@privat.broulik.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 419069] Wrong errorCode thrown when trying to recover deleted file

2020-06-21 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=419069

Ahmad Samir  changed:

   What|Removed |Added

   Version Fixed In||5.72
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/a34cd22e3
   ||206588938323865bc77cfdb52c4
   ||07aa
 Resolution|--- |FIXED

--- Comment #1 from Ahmad Samir  ---
Git commit a34cd22e3206588938323865bc77cfdb52c407aa by Ahmad Samir.
Committed on 21/06/2020 at 15:25.
Pushed by dfaure into branch 'master'.

[Trash] Handle ENOENT error when renaming files

When the user deletes a file, empties the trash, then tries to undo the
deletion, the error message should state that the file does not exist.

Add unit test.
FIXED-IN: 5.72

M  +12   -0src/ioslaves/trash/tests/testtrash.cpp
M  +1-0src/ioslaves/trash/tests/testtrash.h
M  +5-0src/ioslaves/trash/trashimpl.cpp

https://invent.kde.org/frameworks/kio/commit/a34cd22e3206588938323865bc77cfdb52c407aa

-- 
You are receiving this mail because:
You are watching all bug changes.

<    3   4   5   6   7   8   9   10   11   12   >