[kwin] [Bug 429757] Firefox 83 Wayland: clipboard - copy from firefox & paste to kate not working

2021-01-27 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=429757

--- Comment #5 from Martin Kostolný  ---
For anybody who wander here seeking solution - updating gtk+ from 3.24.22 to
3.24.24 fixed the issue for me.

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

[kwin] [Bug 429757] Firefox 83 Wayland: clipboard - copy from firefox & paste to kate not working

2021-01-26 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=429757

Martin Kostolný  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #4 from Martin Kostolný  ---
I've now tried Firefox 85 on Arch Linux and cannot indeed reproduce this issue
anymore.

However problem persists on Gentoo. I'll ask there.

Closing issue here, thanks for your input! :-)

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

[kwin] [Bug 429757] Firefox 83 Wayland: clipboard - copy from firefox & paste to kate not working

2020-12-04 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=429757

--- Comment #1 from Martin Kostolný  ---
After more testing I can see that this problem is only related to address bar
in firefox. Copying from within browser viewport is fine. Even from native GTK
widgets (such as textfields) rendered in page.

I will investigate further.

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

[kwin] [Bug 429757] New: Firefox 83 Wayland: clipboard - copy from firefox & paste to kate not working

2020-11-28 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=429757

Bug ID: 429757
   Summary: Firefox 83 Wayland: clipboard - copy from firefox &
paste to kate not working
   Product: kwin
   Version: 5.20.3
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: clearmar...@zoho.com
  Target Milestone: ---

SUMMARY
Copying from firefox wayland since version 83 not working.


STEPS TO REPRODUCE
1. Open firefox 83 in wayland mode
2. Copy some text
3. Paste it to kate

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.20.3
KDE Frameworks Version: 5.76.9
Qt Version: 5.15.1

Tested on Arch and Gentoo.

ADDITIONAL INFORMATION
Where clipboard works:
- firefox 82- (in wayland mode)
- copy paste within firefox 83 (in wayland mode)
- firefox 83 (in XWayland mode)
- firefox 83 (in wayland mode) in gnome-session

I believe this issue is NOT related to bugs:
https://bugs.kde.org/show_bug.cgi?id=428521
https://bugs.kde.org/show_bug.cgi?id=428075
https://bugs.kde.org/show_bug.cgi?id=424754

I vaguely remember that the issue with wayland firefox clipboard in plasma
wayland session was connected to (don't take my word for it) 'multiple
presented clipboard interfaces' from firefox but I cannot find the related bug
report. This was already fixed so maybe the one clipboard read but plasma is
the wrong one now? I've no idea.

Or should I report this to mozzila since their update broke things? :)

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

[kwin] [Bug 411884] In wayland BorderlessMaximizedWindows can cause window to not receive input

2020-01-23 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=411884

Martin Kostolný  changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný  ---
I'm having similar issue with mouse input but keyboard events are always
received. I also did a bit experimenting. Sometimes it can be triggered with
keyboard shortcut for maximalization, too.

When the issue is triggered (meaning mouse input in maximized app is lost), the
moment you hover plasma panel with mouse (or switch windows / desktop) -> mouse
input in maximized window is back. That is a kind of workaround :-).

System: gentoo, Plasma 5.17.4, KF 5.66, Qt 5.13.2

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

[kwin] [Bug 394803] Dialogs in kwin_wayland dont show

2020-01-23 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=394803

Martin Kostolný  changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #11 from Martin Kostolný  ---
I also experience this issue but I've never seen this happen to wayland
clients. Only for xcb / x11 windows such as firefox, itellij-idea, kmail as xcb
window etc. This effects every such window (including dropdown menus).

Amateur description: It looks like some rendered frames are skipped at the
beginning of a window lifetime. The started program still works ("headless"),
but it has lost visual connection with compositor. Also when compositor is
running several hours, these issues are happening more often.

I'm on Intel graphics, Plasma 5.17.4, KF 5.66.

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

[krusader] [Bug 310237] Kio related BUG: "Reading: 200 % complete..."

2018-05-20 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=310237

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||clearmar...@zoho.com
 Resolution|--- |UPSTREAM

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
I've re-tested this in git version of Krusader (2.7.0+) and now the behaviour
is this: After a few seconds tar protocol give up opening the archive and
writes a regular red protocol error in upper side of the panel.

This is probably a limitation of tar protocol provided by kio-extras project.
Interesting is that there is no problem opening such archive in ark.

Anyway mentioned bug ("200% complete") is not happening anymore (probably fixed
in kio-extras) and problem with opening big archives by tar protocol can be
reported to kio-extras project. I'm closing this bug now. Please feel free to
reopen if I was wrong :).

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

[krusader] [Bug 393320] Editing a local path in Bookmark Manager breaks a bookmark

2018-05-20 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=393320

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
Sorry, I forgot about it. Now I've found the change in KIO which is causing the
crash. Q_ASSERT for emptiness of protocol was added and briefly discussed here:
https://phabricator.kde.org/D11013

IMO it makes sense that caller with empty protocol (Krusader in this case) is
the one that need to be fixed instead informing user of an incorrect URL which
regular user is not able to fix anyway.

KIO change only made this bug (393320) more important to fix now:).

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

[kwin] [Bug 392376] Wayland socket buffer gets filled up and application terminates when GUI thread was blocked

2018-05-13 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=392376

--- Comment #5 from Martin Kostolný <clearmar...@zoho.com> ---
Thanks for investigating! And sorry for my late response. This is more an
informative update.

I've tried a few things recommended by Johan Helsing
(https://bugreports.qt.io/browse/QTBUG-66997).

1) Increasing max_dgram_qlen seemed not to help
2) Proposed temporary fix in qtwayland improved the situation but not entirely

Just for info: I'm sure the issue is happening on Weston as well.

I also agree it is application's responsibility to stay responsive. But I fear
even though all heavy lifting is done outside GUItar:) thread there may still
be situations when this use-case happens. For example I get crashes when I open
bigger text file in Kate.

It gets worse when CPU is already under load because of different hungry
processes - and in such situation if one performs GUI demanding tasks like
moving mouse up/down on Kate minimap, which constantly generates tooltip with
text preview, Kate crashes as well. But maybe that can also be fixed by the
proposed QtConcurrent::run & qfuturewatcher usage. I'm not sure.

Anyway it seems I'm the only Wayland user hit by this issue so we can probably
wait if somebody else will complain. I was merely trying to tell about this
issue before Plasma Wayland hits more audience :).

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

[krusader] [Bug 393799] Parent folder creation not working anymore

2018-05-03 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=393799

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
Hi! Thanks for report. This is fortunately already fixed in Krusader git. We
plan to release a new version of Krusader around May the 13th including this
fix.

Please reopen if you find this not working in git version or future 2.7
version.

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

[krusader] [Bug 393573] Disabled/enabled state of columns is not saved

2018-04-30 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=393573

--- Comment #4 from Martin Kostolný <clearmar...@zoho.com> ---
On my end, removed / added columns survive Krusader restart. I've checked also
with clean krusaderrc.

I have Qt 5.10.1, KF 5.45, Krusader git. Also tested with Krusader 2.6.0, same
results.

Maybe there is a more specific scenario when such behaviour happens?

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

[krusader] [Bug 393321] An icon changed in Bookmark Manager is not displayed in the bookmark menu

2018-04-24 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=393321

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||clearmar...@zoho.com
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
I have the same problem.

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

[krusader] [Bug 393320] Editing a local path in Bookmark Manager breaks a bookmark

2018-04-24 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=393320

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||clearmar...@zoho.com
 Ever confirmed|0   |1

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
I'm confirming. Actually with my current KIO version (git) using such bookmark
crashes Krusader. But I remember that it was producing mentioned error about
unsupported protocol before. I'll check changes in KIO and report the crashing
there.

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

[konsole] [Bug 392334] Crash when closing tab (with Ctrl+Shift+w)

2018-04-04 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=392334

--- Comment #5 from Martin Kostolný <clearmar...@zoho.com> ---
Sorry for my late response. After your commits there are no crashes anymore,
thanks!

> I see you're using Wayland as well, is that the default on Arch?

Arch is rather do-it-yourself distro, at least regarding KDE. So wayland will
be default when KDE say so :). I'm running the whole session in kdesrc-build
environment and starting it with startplasmacompositor.

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

[krusader] [Bug 391283] Changed and Accessed columns appear when switching from v2.6.0 to git version

2018-03-30 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=391283

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
Sorry, I totally forgot about this.

I have definitely experienced this problem once in the past. But I'm now unable
to replicate that anymore. I've also followed your STR but the new columns did
not show up.

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

[kwin] [Bug 392376] New: Wayland socket buffer gets filled up and application terminates when GUI thread was blocked

2018-03-26 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=392376

Bug ID: 392376
   Summary: Wayland socket buffer gets filled up and application
terminates when GUI thread was blocked
   Product: kwin
   Version: git master
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: clearmar...@zoho.com
  Target Milestone: ---

Original bug report here: https://bugreports.qt.io/browse/QTBUG-66997

Please read the original report, there is also a minimal application with steps
to reproduce the issue. The cmake version of the minimal app is
"qt-application.tar.gz".

This ticket here is more a discussion starter. Unfortunately I don't understand
the specifics so there is probably a question whether the issue should be fixed
in compositor (kwin), Qt, or both...

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

[konsole] [Bug 392334] New: Crash when closing tab (with Ctrl+Shift+w)

2018-03-25 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=392334

Bug ID: 392334
   Summary: Crash when closing tab (with Ctrl+Shift+w)
   Product: konsole
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: clearmar...@zoho.com
  Target Milestone: ---

Created attachment 111649
  --> https://bugs.kde.org/attachment.cgi?id=111649=edit
crash backtrace

Lately I get crashes on closing a konsole tab. I have a git version - this
commit: 1f2128ead7bdbbd7994a7e26c7afe2249dd0ad44

It crashes only sometimes. I have not developed any specific scenario. I always
close tabs with ctrl+shift+w. I also close tabs only when there is safe to type
exit+enter.

Please see attached backtrace. And thanks for developing Konsole! :)

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

[krusader] [Bug 392218] Cannot scrolling with mouse through list of files in view panel because of 'auto refresh', when download/copying files

2018-03-25 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=392218

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

   Assignee|m...@fork.pl  |clearmar...@zoho.com

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

[krusader] [Bug 392218] Cannot scrolling with mouse through list of files in view panel because of 'auto refresh', when download/copying files

2018-03-23 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=392218

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
Thanks for report! I can confirm this.

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

[krusader] [Bug 392133] Leaking memory when one opens archive file

2018-03-22 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=392133

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
Also, please provide following info (if you can):
1) example archive(s) that are causing the memory leak
2) how many of them has to be opened in parallel to cause a considerable memory
leak?
3) which process is leaking? "krusader" or "kio_krarc.so"? The latter one
actually handles archives.

Thanks!

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

[kwin] [Bug 391623] Night Colour does not get updated when external monitor is connected

2018-03-15 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=391623

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
> Afterwards the real patch should be quick to do.

Thanks for your effort! I'll test your patch when it arrives in phabricator.

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

[krusader] [Bug 390990] Current item selection is lost after exiting from tar archives

2018-03-14 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=390990

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kru
   ||sader/59606b4fa872858261cfd
   ||6d888e29d3711c97f8c

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
Git commit 59606b4fa872858261cfd6d888e29d3711c97f8c by Martin Kostolný.
Committed on 14/03/2018 at 23:28.
Pushed by martinkostolny into branch 'master'.

Fix current item selection after exiting a tar archive

Summary:
This patch ensures setting the right current item also when only url protocol
changes. This happens when "tar" protocol is used to browse an archive and such
archive is exited by going up in folder
hierarchy.

When tar protocol performs one more url change (to file:/) when it realizes
that it isn't inside archive anymore. This url change was not accompanied with
previous current item anymore. This is now
fixed.

FIXED: [ 390990 ] Current item selection is lost after exiting from tar
archives

Test Plan:
- go up in standard local FS
- go up outside an archive (with krarc protocol)
- go up outside an archive (with tar protocol)

Reviewers: #krusader

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

M  +5-1krusader/Panel/panelfunc.cpp

https://commits.kde.org/krusader/59606b4fa872858261cfd6d888e29d3711c97f8c

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

[krusader] [Bug 308351] Cannot run MountMan from menu

2018-03-10 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=308351

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kru
   ||sader/32f752fadeb502e124e80
   ||aa7256c0436eb7d70d7

--- Comment #4 from Martin Kostolný <clearmar...@zoho.com> ---
Git commit 32f752fadeb502e124e80aa7256c0436eb7d70d7 by Martin Kostolný.
Committed on 11/03/2018 at 00:57.
Pushed by martinkostolny into branch 'master'.

Add action 'Open MountMan' to MountMan submenu

Allow opening MountMan from Tools menu. Also code was cleaned up,
removed some unnecessary hacks and fix an issue with multiple
sorry message-boxes when a drive is (un)mounted unsuccessfully multiple times.

FIXED: [ 308351 ] Cannot run MountMan from menu

M  +56   -84   krusader/MountMan/kmountman.cpp
M  +6-5krusader/MountMan/kmountman.h

https://commits.kde.org/krusader/32f752fadeb502e124e80aa7256c0436eb7d70d7

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

[kwin] [Bug 391623] New: Night Colour does not get updated when external monitor is connected

2018-03-09 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=391623

Bug ID: 391623
   Summary: Night Colour does not get updated when external
monitor is connected
   Product: kwin
   Version: git master
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: clearmar...@zoho.com
  Target Milestone: ---

If external monitor is always connected, Night Colour works fine for both
screens. When external monitor is disconnected and connected later, its colour
is restored to previous state (not the actual state).

Steps to reproduce:
1) Connect external monitor during the day, then disconnect it
2) Wait for night :) (there are other ways of course)
3) Connect it at night

Now the external monitor does not turn red until first colour update.
Workaround is disabling & enabling night colour.

This workaround of course does not work when the steps are reversed (I mean
when you start the experiment at night) - red colour is "saved to external
screen" and when connected during the day it stays red.

Anyway, thanks for Night Colour, it is a super pleasant feature!

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

[kwin] [Bug 389551] kwin_wayland crash when monitor is switched off (or input is changed)

2018-03-08 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=389551

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #10 from Martin Kostolný <clearmar...@zoho.com> ---
I'm experiencing a kwin_wayland crash when disconnecting external monitor which
is set as primary (and placed above internal laptop monitor). My laptop monitor
is always active. I believe it can be related to this issue.

This is not always reproducible though. It usually happen when multiple windows
are opened but I cannot provide anything 100%.

Stupid question: please tell me how to get backtrace from crashed kwin_wayland.
Run ksmserver with gdb somehow? Thanks!

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

[krusader] [Bug 390990] Current item selection is lost after exiting from tar archives

2018-03-07 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=390990

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

   Assignee|m...@fork.pl  |clearmar...@zoho.com
 CC||clearmar...@zoho.com

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

[krusader] [Bug 308351] Cannot run MountMan from menu

2018-02-26 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=308351

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

   Assignee|m...@fork.pl  |clearmar...@zoho.com

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

[krusader] [Bug 308351] Cannot run MountMan from menu

2018-02-26 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=308351

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
I like Nikita's proposal. This seems easy, I can do that.

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

[krusader] [Bug 195749] Ctrl+Tab don't switch over edited files

2018-02-20 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=195749

--- Comment #12 from Martin Kostolný <clearmar...@zoho.com> ---
> Does it mean we don't officially support Ctrl+Tab in Krusader?

I believe so. I checked again on my Arch linux and it seems the behaviour is
the same as for everyone here. When using default settings, Ctrl+tab inserts a
tab in editor. (So my previous comment was wrong, my apologies.)

This issue is either a modification request - if we agree on that, we can
change the default keyboard bindings of KrViewer. Or it a resolved-invalid
since changing tabs in KrViewer works correctly according configured shortcuts.

My personal opinion is we should change the default settings to Ctrl+Tab and
Ctrl+Shift+Tab.

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

[systemsettings] [Bug 388030] Systemsettings: window content doesn't get updated on Wayland

2018-01-31 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=388030

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
Another insteresting issue connected to thie behaviour is that sometimes such
misbehaving systemsettings is leaking parts of its gui through other windows
even if it is under them (visual flashes).

Similar issues are with e.g. kmail. I thought that is is because of
qt5-webengine but I'm not so sure right now. If these apps (kmail,
systemsettings5) are run with QT_QPA_PLATFORM=xcb -> mentioned problems are
gone.

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

[systemsettings] [Bug 388030] Systemsettings: window content doesn't get updated on Wayland

2018-01-31 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=388030

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

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

[plasmashell] [Bug 385880] Global Menu: does not work under wayland and causes a black screen when trying to enter its setting

2018-01-28 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=385880

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

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

[krusader] [Bug 389363] build fails with 'Unknown CMake command "ki18n_wrap_ui"'

2018-01-24 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=389363

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
Oh, sorry. I can see the problem now. You are calling:

cmake ../krusader

instead of:

cmake ..

So to be precise - please try this command from your build folder:

cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/

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

[krusader] [Bug 389363] build fails with 'Unknown CMake command "ki18n_wrap_ui"'

2018-01-24 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=389363

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
It seems you are missing a package "ki18n". Probably "libkf5i18n-dev" in
Ubuntu.

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

[krusader] [Bug 372964] At least one Oxygen icon in Krusader is not correctly seen (using Kubuntu 16.04)

2018-01-07 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=372964

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #11 from Martin Kostolný <clearmar...@zoho.com> ---
> Opinions?

As for me, I agree, Alex. This sounds reasonable. We just have to make sure
that both Breeze and Breeze Dark will work correctly, but that will probably be
no problem.

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

[krusader] [Bug 379170] 2.6.0 - Regression: "Spacebar calculates disk space" feature is missing

2018-01-06 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=379170

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #19 from Martin Kostolný <clearmar...@zoho.com> ---
> I assume the next release will have this regression fixed?

Yes, this issue is fixed in git so in the next release it will be working :).

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

[krusader] [Bug 388113] krusader shows wrong icon under wayland

2017-12-26 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=388113

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
Thanks for report. This was fixed in commit
e396c209073d830dcb0d2e9eb7fab16f36fbbd8d (actually a day after 2.6.0 version
tag). So in next Krusader version it will be fixed.

I'm marking this resolved. Please feel free to reopen if you find this problem
in git code (or in next version).

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

[kio-extras] [Bug 369850] Can't browse samba workgroups

2017-11-16 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=369850

--- Comment #11 from Martin Kostolný <clearmar...@zoho.com> ---
My comment was actually about inability to connect to some shares (even when
using IP address) after upgrading to samba 4.7.0. That issue got fixed probably
in KDE Apps 17.08.3, and probably by You, Nate, thanks!

So I guess this ticket is about something else and I'm unable to replicate this
particular issue. I should have made my comment here:
https://bugs.kde.org/show_bug.cgi?id=385708/

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

[krusader] [Bug 378839] Krusader freeze when asterisk ("*") is pressed in detailed view

2017-11-10 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=378839

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||alex.bermis...@gmail.com

--- Comment #4 from Martin Kostolný <clearmar...@zoho.com> ---
*** Bug 386707 has been marked as a duplicate of this bug. ***

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

[krusader] [Bug 386707] pressing '*' key hangs krusader

2017-11-10 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=386707

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---


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

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

[krusader] [Bug 383590] Improve of selection of files/folders in panel with Ctrl+Click combination

2017-11-09 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=383590

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
This behaviour was done on purpose. Although I agree that it is a matter of
taste, it is actually the same behaviour as in Total Commander or Double
Commander.

Personally I find the current behaviour better. You can start selecting a first
file by left click without Ctrl and then continue with Ctrl. On the other hand
when nothing is selected and you have a focused (dotted) item, you can start
selecting other items with Ctrl so you have to do less clicks. The latter use
case would be lost with the behaviour you propose. Please correct me if I'm
wrong.

But an option can be made to toggle this behaviour. Do you still want it or is
it fine this way? :-)

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

[krunner] [Bug 366726] KRunner always shows up under top panel

2017-10-23 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=366726

--- Comment #7 from Martin Kostolný <clearmar...@zoho.com> ---
Ticket for wayland related issue: https://bugs.kde.org/show_bug.cgi?id=386114

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

[krunner] [Bug 386114] New: KRunner on wayland always appears under top panel

2017-10-23 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=386114

Bug ID: 386114
   Summary: KRunner on wayland always appears under top panel
   Product: krunner
   Version: 5.11.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: clearmar...@zoho.com
  Target Milestone: ---

Same problem as here https://bugs.kde.org/show_bug.cgi?id=366726 (resolved for
X11) but this happens on wayland.

Steps to reproduce:
1) Place your Plasma Panel to the top edge
2) Open KRunner (Alt+F2)

Plasma 5.11.1
KF 5.39
Qt 5.9.2

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

[krunner] [Bug 366726] KRunner always shows up under top panel

2017-10-23 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=366726

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #5 from Martin Kostolný <clearmar...@zoho.com> ---
Hi! The exact same issue now happens in wayland session. X11 is fine. Should I
open another ticket for that?

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

[krusader] [Bug 384653] [zip kioslave] Journal spammed with “kf5.kio.core: error() called twice! Please fix the KIO slave.”

2017-10-11 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=384653

--- Comment #17 from Martin Kostolný <clearmar...@zoho.com> ---
Thanks. That is unfortunately a distribution I currently don't have in my
virtualbox. I have several though and tried with Kubuntu 16.10 which has older
packages and didn't encounter the issue either. On my native system is Arch
btw.

Just a really stupid thought :) - is it possible that you have krarc binaries
installed twice in different locations in your system? Can you check in running
processes that while browsing archive with krarc protocol, only one
kio_krarc.so process is running?

Is there anybody else having these problems?

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

[kio-extras] [Bug 369850] Can't browse samba workgroups

2017-10-10 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=369850

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #8 from Martin Kostolný <clearmar...@zoho.com> ---
I suspect the last duplicate is about upgrading to samba 4.7.0. I have noticed
the issue ("File exists") since upgrading samba from 4.6.7. Commented an
already resolved bug in samba bugzilla (related to version 4.7.0):
https://bugzilla.samba.org/show_bug.cgi?id=12863#c16

Please see the comment, it also says that smbclient is able to browse the
share. 

But samba devs say they just changed error message. Anyway upgrade of samba is
causing this problem in KIO. I think now that it is possible to use
libsmbclient the way it succeeds to connect to the SMB share.

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

[krusader] [Bug 384653] [zip kioslave] Journal spammed with “kf5.kio.core: error() called twice! Please fix the KIO slave.”

2017-10-09 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=384653

--- Comment #15 from Martin Kostolný <clearmar...@zoho.com> ---
Thanks for test archive and info! Unfortunately I still cannot replicate the
issue. I even downgraded KIO to version 5.37 but no KIO error showed up in
journal. What distribution are you testing on?

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

[krusader] [Bug 384653] [zip kioslave] Journal spammed with “kf5.kio.core: error() called twice! Please fix the KIO slave.”

2017-10-08 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=384653

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #11 from Martin Kostolný <clearmar...@zoho.com> ---
I can see these errors in my past journal (june 2017). But I cannot replicate
them anymore. I have Qt 5.9.1, KF 5.38, latest Krusader git.

@Erik, which steps exactly are required to trigger them? Or did you only browse
 a zip archive and read some files? Ideally, could you also provide the archive
that triggers the errors for you? And please provide your KF and Krusader
version.

Thanks!

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

[plasmashell] [Bug 375860] Crash in QTXML Patterns parsing

2017-10-06 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=375860

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #39 from Martin Kostolný <clearmar...@zoho.com> ---
I've filed a Qt bug, attached some crash reports of mine and the one from KDE
bug 381991. Here:
https://bugreports.qt.io/browse/QTBUG-63647

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

[krusader] [Bug 371582] [2.5.0] Wrong representation of files and paths with Russian names (ru_RU.UTF-8)

2017-09-10 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=371582

--- Comment #38 from Martin Kostolný <clearmar...@zoho.com> ---
I'm on Arch and I've also noticed a change in locale behaviour. The issues with
Konsole or Krusader got fixed for me when I set also LC_CTYPE in
/etc/locale.conf. So now I have these two lines in /etc/locale.conf:
LANG=en_GB.UTF-8
LC_CTYPE=en_GB.UTF-8

...and the questionmark characters are gone for me.

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

[plasmashell] [Bug 381280] Increased CPU usage with Qt 5.9

2017-09-05 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=381280

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #14 from Martin Kostolný <clearmar...@zoho.com> ---
Hi! I know this is resolved dupl. to another bug but I can see some mentions
about weather-widget only here. And that it's possibly causing these high CPU
problems - I was redirected here from github page of that widget.

I was unfortunately unable to replicate this behaviour on my Arch linux with
plasma-applet-weather-widget git version. I have Plasma 5.10.5, KF 5.37, Qt
5.9.1, Xorg, Intel graphics with generic modesetting driver.

Is this still an issue? Is it specific for weather-widget for anybody? If it is
the case, please let's talk here:
https://github.com/kotelnik/plasma-applet-weather-widget/issues/54

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

[krusader] [Bug 383546] Incorrect tooltip for 'Job List' dropdown down arrow

2017-08-20 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=383546

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
I understand that on the first look the tooltip wording could be misleading.
But logically it makes sense. There are 3 possible states with this wording:
- Clear Job List
- Pause All Jobs
- Resume Job List

Clicking on the button icon will execute expected action. Dropdown arrow part
of any toolbar button is there for extended options. In this case it's no
different.

Although I realize that in ideal world dropdown arrow could have slightly
different tooltip - I believe the button with dropdown arrow
(KToolBarPopupAction which extends QWidgetAction) cannot have multiple
tooltips. Meaning it cannot show different tooltip for dropdown-arrow-part of
the button.

I also don't know of any other toolbar button implementation in Qt/KF5 with
this required feature. Please anybody correct me if I'm wrong.

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

[krusader] [Bug 383540] Add option for easy toggling of build-in/standalone terminal

2017-08-20 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=383540

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
I agree with Alex, it would make things harder to understand.

There already are two separate actions to show standalone terminal (F9) and
embedded one (Ctrl+Alt+T). Each freely shortcut-configurable. So there is no
point to toggle switching between these shortcuts.

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

[krusader] [Bug 371582] [2.5.0] Wrong representation of files and paths with Russian names (ru_RU.UTF-8)

2017-08-01 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=371582

--- Comment #34 from Martin Kostolný <clearmar...@zoho.com> ---
Until recently, everything worked just fine for me, but after a system update
(not Krusader, although I did recompile it) I've started to see question marks
in Krusader. Interestingly not in Dolphin, but more interestingly in Konsole
was question marks, too. I believe I have properly installed Arch linux, so I
have had only LANG=en_GB.UTF-8 in /etc/locale.conf. The question marks problem
went away when I added this line in /etc/locale.conf:

LC_CTYPE=en_GB.UTF-8

I have no idea what have changed...

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

[Akonadi] [Bug 350506] Akonadi loses attachment flag when syncing with IMAP server

2017-06-23 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=350506

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Martin Kostolný <clearmar...@zoho.com> ---
Sorry, I forgot to check - now it seems to be fixed, thanks!!

I'm using Arch linux and:
akonadictl / KMail 5.5.2
KF 5.35
KDE Applications 17.04.2

I'm marking it resolved.

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

[krusader] [Bug 380911] F5/6 does not work for FTP upload

2017-06-07 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=380911

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
This is very weird behaviour. I cannot replicate that.

Is it the same if you swap panels (local FS on the left and FTP on the right)?

Can you also test with a fresh Krusader config? Meaning:
1) close Krusader
2) rename ~/.config/krusaderrc to e.g. ~/.config/krusaderrc.bak (so you can get
back to it afterwards)
3) start Krusader
4) test - is it still happening?

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

[krusader] [Bug 335128] Add KDE Places list to media list dropdown and separate Places toolbar in Krusader interface

2017-05-29 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=335128

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
> I would personally transfer from Krusader's bookmarks to global "Places"
Do you mean removal of Krusaders bookmarks and connect to Places? That's a good
idea but I'd miss folder hierarchy of Krusader's bookmarks. Also, since
KUrlNavigator integration right next to media button there is another one which
shows Places. So personally I'd rather keep Krusader bookmarks.

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

[krusader] [Bug 108023] Support "Sort by..." by keyboard shortcuts (ctrl-f3, ..)

2017-05-29 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=108023

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #6 from Martin Kostolný <clearmar...@zoho.com> ---
I agree with this suggestion (Ctrl+[1-4]). Although e.g. on czech keyboard
layout without numpad the numbers are accessible only with shift, so it would
result to Ctrl+Shift+[1-4] but I still find it i good solution.

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

[krusader] [Bug 145489] switch from search window to krusader as next-task-switch

2017-05-29 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=145489

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
Like Alex said. On top of that, e.g. kwin has alt+key_above_tab feature to
switch between the same application windows by default. The same should be in
gnome.

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

[konsole] [Bug 373440] konsole --new-tab opens window instead

2017-05-03 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=373440

--- Comment #32 from Martin Kostolný <clearmar...@zoho.com> ---
OK, I've now replicated the behaviour as well. Sorry about the previous
comment. 

When Konsole is started without --new-tab parameter, then subsequent "konsole
--new-tab" opens a new window. Workaround is indeed checking "Run all Konsole
windows in a single process".

If I start first konsole process with --new-tab. The next --new-tab starts
append a new tab as expected. No need for the workaround.

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

[konsole] [Bug 373440] konsole --new-tab opens window instead

2017-04-29 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=373440

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #31 from Martin Kostolný <clearmar...@zoho.com> ---
Hi! On my Arch linux machine, since updating to Konsole 17.04.0, the --new-tab
switch started to work just fine regardless of "Run all Konsole windows in a
single process" option. Thanks a lot for fixing it!

Maybe it could also be related to Qt version since it is misbehaving on
Kubuntu? I don't know. Anyway I have:
Konsole 17.04.0
Qt 5.8.0
KF 5.33

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

[frameworks-kauth] [Bug 379216] New: KAuth::ExecuteJob has always an empty data() map

2017-04-25 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=379216

Bug ID: 379216
   Summary: KAuth::ExecuteJob has always an empty data() map
   Product: frameworks-kauth
   Version: 5.33.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: clearmar...@zoho.com
  Target Milestone: ---

When KAuth::ExecuteJob has successfully ended blocking exec() call, it should
contain filled data() map with any data I have set in KAuth helper binary in
corresponding ActionReply. But this job's data() map is always empty.

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

[frameworks-kauth] [Bug 379215] New: When 2 processes call the same KAuth action, first executed action result returns to both

2017-04-25 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=379215

Bug ID: 379215
   Summary: When 2 processes call the same KAuth action, first
executed action result returns to both
   Product: frameworks-kauth
   Version: 5.33.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: clearmar...@zoho.com
  Target Milestone: ---

I'm currently working on a KAuth integration into KTextEditor document saving.
First iteration is already in master, second is being worked on here:
https://phabricator.kde.org/D5394

I have simulated following behaviour (copied from a comment in D5494):
1) open Kate to edit a privileged file1
2) open KWrite to edit a different privileged file2
3) edit & save file1 (KAuth dialog is shown, do not enter password yet)
4) edit & save file2 -> it seems nothing happens (thats probably because one
KAuth dialog of the same action is already opened)
5) fill password to existing KAuth dialog and send -> both editors say "saved",
although only the first one is really saved

This means that KAuth::Action::execute().exec() returns in both processes (Kate
and KWrite) at the same time when the first action was finished.

I believe that each such action should end on its own even if they both have
the same ID and use the same helper binary.

PS: Alternatively I could differentiate the Action reply by returning different
data in data() map. But no data are actually returned back from helper binary
(just Success or Error reply) - I'll create another bug report for that.

I'll gladly provide more information on demand :).

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

[krusader] [Bug 195749] Ctrl+Tab don't switch over edited files

2017-02-04 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=195749

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
Temporary workaround is to set KrViewer Shortcuts explicitly for changing tabs
to Ctrl+Tab and Ctrl+Shift+Tab.

But on Arch linux this is working fine without a need for these changes. My
guess (not tested) would be that this is fixed in newer versions of KF5. I have
KF 5.30 on Arch linux now.

Wladimir, can you please re-test this issue on your newer Ubuntu 16.10?

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

[krusader] [Bug 375797] Pressing Ctrl+Tab in editor inserts a tab instead of switching tabs

2017-01-31 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=375797

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
I cannot reproduce it with version 2.5.0. Please test with 2.5.0 and reopen
this issue if there are still problems.

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

[krusader] [Bug 375135] segfault on viewing html files with Generic viewer

2017-01-16 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=375135

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kru
   ||sader/e8c4f66b1a4eb375c585a
   ||4e6bdd8bbc3ce1aa8f8
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
Git commit e8c4f66b1a4eb375c585a4e6bdd8bbc3ce1aa8f8 by Martin Kostolný.
Committed on 16/01/2017 at 21:06.
Pushed by martinkostolny into branch 'master'.

FIXED: [ 375135 ] segfault on viewing html files with Generic viewer

M  +2-0krusader/main.cpp

https://commits.kde.org/krusader/e8c4f66b1a4eb375c585a4e6bdd8bbc3ce1aa8f8

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

[krusader] [Bug 375135] segfault on viewing html files with Generic viewer

2017-01-16 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=375135

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||clearmar...@zoho.com

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
I actually can reproduce it and found this related bug:
https://bugreports.qt.io/browse/QTCREATORBUG-17296 pointing to a fix:
https://codereview.qt-project.org/#/c/177163/2/src/app/main.cpp

...which actually works for Krusader, too. Patching now.

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

[krusader] [Bug 374800] Back and forward on ""synchron folder changes"" folders doesn't work correctly

2017-01-15 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=374800

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
I'm not sure I understand where the issue lies.

I tried this test-case:
- go to a folder in the left panel, enabled sync-browsing (can be enabled by
toggle button or by Alt+Shift+Y)
- go to the same folder in the right panel
- then, browsing in left panel is being mimicked by the right panel; this also
works when right panel has enabled sync-browsing, too

Od did you mean a problem with Synchronizer? Meaning: Tools -> Synchronize
Folders... action?

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

[krusader] [Bug 309300] Esc as the default shortcut of "Set Focus to The Panel" is problematic for the embedded terminal

2017-01-04 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=309300

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #12 from Martin Kostolný <clearmar...@zoho.com> ---
I also agree with keeping the "Show XYZ" and removing the default "Escape"
shortcut.

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

[systemsettings] [Bug 343383] After activating mouse gestures the selected button to activate a gesture does not respond

2017-01-02 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=343383

--- Comment #23 from Martin Kostolný <clearmar...@zoho.com> ---
I, on the other hand, cannot replicate it on Arch Linux. I've created a new
user and tried with empty home folder. Activated mouse gestures with mouse
button 3 (right mouse button), added a gesture to send keyboard input Ctrl+w
and it is successfully closing tabs e.g. in Dolphin. Right mouse button single
clicking continues to open context menus.

Package versions:
Plasma 5.8.5
KF 5.29
Xorg (not tested on wayland)

Have you tried with clean config? Probably not related but: what kind of
gestures do you have? I'll try to test it on Neon later.

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

[krusader] [Bug 374209] Error on opening file folder after clicking on any file result of a remote search (FTP / smb)

2016-12-28 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=374209

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
Currently you need to compile Krusader from the git code (git clone
git://anongit.kde.org/krusader) to try if the problem is fixed. After cloning
the repo please refer to INSTALL file for detailed info about building the
project.

In case you have Arch Linux, there is a convenient AUR package for git version
of Krusader (krusader-git).

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

[krusader] [Bug 374209] Error on opening file folder after clicking on any file result of a remote search (FTP / smb)

2016-12-27 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=374209

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
Thanks for reporting. I can replicate this problem on Krusader version 2.5.0,
but I cannot replicate it anymore on current git version, so it should be fixed
with the next release.

Please reopen if I'm wrong about this.

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

[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-27 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #21 from Martin Kostolný <clearmar...@zoho.com> ---
Sorry about the typos - it should have been:
rm .cache/icon-cache.kcache

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

[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-27 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #20 from Martin Kostolný <clearmar...@zoho.com> ---
> Can you find a setting where toolbar icons are shown and panel icons are 
> missing?

Actually I cannot find such settings. Also the previously mentioned Fusion
widget theme isn't causing problems anymore.

So after fiddling with icon themes I suggest these steps when testing different
icon themes:
1) Swith to different icon theme in LXQt Appearance settings
2) close Krusader
3) rm .cahce/icon-cache.kcache
4) start Krusader

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

[krusader] [Bug 371582] [2.5.0] Wrong representation of files and paths with Russian names (ru_RU.UTF-8)

2016-10-27 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=371582

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #10 from Martin Kostolný <clearmar...@zoho.com> ---
I also cannot replicate it. One silly question - sorry, just to be sure:
Do you have the ru_RU.UTF-8 locale actually generated (locale-gen)?

Next step - can you please try to manually compile it from cloned git repo? See
the INSTALL file for details. That way we can decide if there is a problem with
the ebuild.

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

[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-27 Thread Martin Kostolný
https://bugs.kde.org/show_bug.cgi?id=371513

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #17 from Martin Kostolný <clearmar...@zoho.com> ---
I probably managed to kind of replicate the behaviour. I've installed clean
Arch Linux on VirtualBox and then I've installed:
lxqt 0.11
dolphin 16.08.2
kate 16.08.2
krusader 2.5.0
breeze 5.8.2

Both dolphin and krusader had absolutely no icons when started up.

But after changing both Widget style and Icon theme in LXQt Appearance settings
to Breeze, icons in Krusader and Dolphin was properly rendered. I've noticed
that most icons was not rendered when Widget style is set to "Fusion". Can you
try out some other widget styles?

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

[kate] [Bug 354060] Kate allows to scroll horizontally without showing scrollbar

2016-10-15 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354060

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
I cannot reproduce this issue anymore.

Using Arch Linux:
Plasma 5.8.1
KF 5.27
KDE Applications 16.08.2
Qt 5.7.0

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

[frameworks-ktexteditor] [Bug 369104] [Regression] Selected text is not pasted in search field when search is initiated

2016-10-13 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from Martin Kostolný <clearmar...@zoho.com> ---
I cannot replicate it in KF 5.27 -> closing. Thanks for fixing this! :-)

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

[konsole] [Bug 370300] Behaviour of `--separate` and `--new-tab`

2016-10-10 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370300

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

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

[kscreenlocker] [Bug 369258] Pressing Caps Lock results in showing info message for a fraction of second

2016-09-24 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369258

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
Sorry, I've just tested it on "real" hw and this looks like VirtualBox-only
issue.

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

[krusader] [Bug 367829] "Open terminal here" will always open at $HOME

2016-09-23 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367829

--- Comment #6 from Martin Kostolný <clearmar...@zoho.com> ---
You are right. Please try the latest git. Populating of %d should now be
implemented.

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

[kscreenlocker] [Bug 369258] New: Pressing Caps Lock results in showing info message for a fraction of second

2016-09-23 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369258

Bug ID: 369258
   Summary: Pressing Caps Lock results in showing info message for
a fraction of second
   Product: kscreenlocker
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: clearmar...@zoho.com
CC: bhus...@gmail.com, mgraess...@kde.org

This looks like a regression of Plasma 5.8 BETA.

When pressing Caps Lock in lock screen, the message "Caps Lock is on" shows up
only for a moment and then disappears regardless of state of Caps Lock. After
that in case Caps Lock is actually on -> when moving cursor or pressing some
letters, message is displayed correctly.

Testing on Arch LInux with testing+kde-unstable repos enabled: Plasma 5.7.95,
KF 5.26.

Reproducible: Always

Steps to Reproduce:
1.Lock screen
2.Press Caps Lock

Actual Results:  
Message "Caps Lock is on" is showed just for a moment.

Expected Results:  
Message "Caps Lock is on" should be showed and stayed that way until Caps Lock
is pressed once more.

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


[frameworks-ktexteditor] [Bug 369104] New: [Regression] Selected text is not pasted in search field when search is initiated

2016-09-20 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369104

Bug ID: 369104
   Summary: [Regression] Selected text is not pasted in search
field when search is initiated
   Product: frameworks-ktexteditor
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: clearmar...@zoho.com

Since KF 5.26 when I want to search (Ctrl+F) in text editor, I have to copy the
selected text, press Ctrl+F and paste the copied text in order to search for it
in document.

Reproducible: Always

Steps to Reproduce:
1. Open a text document in any KDE text editor (e.g. Kate)
2. Select a portion of text and press Ctrl+F
3. Select another portion of text and press Ctrl+F

Actual Results:  
Search field is filled by the first portion of text.

Expected Results:  
Search field should be filled by the lastly selected portion of text.

Downgrading to ktexteditor 5.25 fixes this issue.

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


[krusader] [Bug 367829] "Open terminal here" will always open at $HOME

2016-08-26 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367829

--- Comment #4 from Martin Kostolný <clearmar...@zoho.com> ---
Not from Krusader side. If I try to run "konsole --new-tab" from krunner
(alt+f2), it still opens a new konsole window therefore I believe it is a
konsole problem, but I could be wrong. I've found this:
https://bugs.kde.org/show_bug.cgi?id=341672#c1

Maybe it would be worth filing a dedicated bug report on konsole if it turns
out there is no way for konsole reusing the same process to create a new tab.

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

[krusader] [Bug 367829] "Open terminal here" will always open at $HOME

2016-08-25 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367829

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
Hi! Thanks for report. Can you please try setting "konsole --nofork"? This is
the default value for Krusader now.

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

[Akonadi] [Bug 343114] gets stuck on one request that times out, kmail and akonadiconsole do not display any mail payloads anymore, stuck waiting

2016-06-08 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343114

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

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

[plasma-nm] [Bug 352326] Plasma nm applet keeps spinning even after wifi network is connected

2016-06-08 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352326

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

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

[kmail2] [Bug 359057] Recipient completion broken when address is present in Recent Addresses

2016-04-23 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359057

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

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

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
Unfortunately it turned out that updating to Qt 5.6 didn't help.

Duplicating To / Cc field always immediately removes the dropdown menu of found
contacts. I believe that's the reason why I have to remove what I typed and
start to type again in order to request dropdown menu once again. That way the
next To / Cc field is already created so nothing is "conflicting" with showing
up found contacts menu.

I have now Plasma 5.6.3, KF 5.21, KDE Apps 16.04.0, Qt 5.6, (KMail 5.2.0). Arch
Linux.

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

[Breeze] [Bug 361066] [Feature Request] GTK+ 3.20 support

2016-04-11 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361066

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

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

[krusader] [Bug 270142] When using Ctrl to select multiple files the initial

2016-03-20 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=270142

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/krus
   ||ader/8528c06ffe862315541891
   ||72b9cde02a8c38b6cb

--- Comment #6 from Martin Kostolný <clearmar...@zoho.com> ---
Git commit 8528c06ffe86231554189172b9cde02a8c38b6cb by Martin Kostolný.
Committed on 20/03/2016 at 19:12.
Pushed by martinkostolny into branch 'master'.

This patch modifies Krusader's item selection behaviour. It enables Krusader to
select previously focused item when no other items are already selected.

For this to work (and to reuse existing code) I've modified KrView's method
"getSelectedItems" to accept a bool flag to optionally return selected-only
items (without the focused one).

REVIEW: 127439

M  +15   -2krusader/Panel/krmousehandler.cpp
M  +1-0krusader/Panel/krmousehandler.h
M  +6-4krusader/Panel/krview.cpp
M  +1-1krusader/Panel/krview.h

http://commits.kde.org/krusader/8528c06ffe86231554189172b9cde02a8c38b6cb

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

[krusader] [Bug 335668] Dialog showing plaintext password while opening a remote (ftp) file in gnome application

2016-03-13 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335668

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #3 from Martin Kostolný <clearmar...@zoho.com> ---
Hi! I cannot replicate this issue on krusader-git. @simone.ted can you confirm
that it is fixed?

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

[plasmashell] [Bug 352937] Plasmoids in system tray cannot handle left-click

2016-03-10 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352937

--- Comment #5 from Martin Kostolný <clearmar...@zoho.com> ---
Cool, thanks! I'll test it as soon as possible.

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

[kmail2] [Bug 359057] Recipient completion broken when address is present in Recent Addresses

2016-03-07 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359057

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #2 from Martin Kostolný <clearmar...@zoho.com> ---
Thanks a lot for this info! :)

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

[kio-extras] [Bug 359636] SMB and SFTP (probably others) cannot be configured to not append ".part" extension from GUI

2016-02-21 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359636

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
Created attachment 97341
  --> https://bugs.kde.org/attachment.cgi?id=97341=edit
proposed patch

This patch adds the config option to settings. Tested on sftp protocol.

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

[kio-extras] [Bug 359636] New: SMB and SFTP (probably others) cannot be configured to not append ".part" extension from GUI

2016-02-21 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359636

Bug ID: 359636
   Summary: SMB and SFTP (probably others) cannot be configured to
not append ".part" extension from GUI
   Product: kio-extras
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: default
  Assignee: plasma-de...@kde.org
  Reporter: clearmar...@zoho.com

When copying files to the remote location over SMB, SFTP and others it is
always used ".part" extension for the newly created currently copied file. I
can see from kio-extras source code that "MarkPartial" property is actually
loaded from ~.config/kioslaverc config file. I've also tested that when adding
MarkPartial=false to this file it actually affect the transfer as needed.

But this configuration is not changeable through GUI. FTP has it's own
MarkPartial property in ~/.config/kio_ftprc and it is configurable through
System Settings -> Network: Settings -> Connection Preferences.

I think there should be a GUI option for the global MarkPartial property used
for the rest of kio slaves e.g. in the same Connection Preferences in a new
"Global Options" section.

Reproducible: Always




I have KF 5.19, Plasma 5.5.4, Qt 5.5.1, KDE Apps 15.12.2

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


[frameworks-kio] [Bug 359332] Kio fish in dolphin error message "File cannot be read." if the remote filename contains non latin1 characters (cyrillic in my case).

2016-02-21 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359332

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
I can confirm this issue. (KF 5.19, Qt 5.5.1, Plasma 5.5.4)

Also when copying such file or directory to remote location through fish
protocol -> it actually creates name with question marks:
1) Copy file "čeněk.txt" to remote directory through fish
2) Observe that "?en?k.txt" is actually created -> this way the file can be
read just fine

I've tested this use-case also with sftp and ftp protocols and these are not
affected by this issue.

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

[krusader] [Bug 270150] syncing of files with hashkey as filenamebeginning "#" in krusader deletes the whole directory

2016-02-20 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=270150

--- Comment #17 from Martin Kostolný <clearmar...@zoho.com> ---
I'm not saying that showing %23 in address path shouldn't be fixed. I just
think it should be fixed as a separate commit & bug.

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

[krusader] [Bug 270150] syncing of files with hashkey as filenamebeginning "#" in krusader deletes the whole directory

2016-02-20 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=270150

--- Comment #16 from Martin Kostolný <clearmar...@zoho.com> ---
Created attachment 97319
  --> https://bugs.kde.org/attachment.cgi?id=97319=edit
patch v2

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

[krusader] [Bug 270150] syncing of files with hashkey as filenamebeginning "#" in krusader deletes the whole directory

2016-02-20 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=270150

--- Comment #15 from Martin Kostolný <clearmar...@zoho.com> ---
Thank you very much for your extensive testing and help. I've tested my use
cases only with sftp. I should have done it with more. So now I created the
same test case as you ("1" and "2" directories with nested "#test#"
contents...).

Surprisingly I didn't run into any problems with sftp and ftp protocols. Even
fish protocol was fine until I used special czech characters such as "č", "ě"
etc. It seems to be a problem with filename encoding and fish protocol. I'll
file a separate bug report for that since dolphin is also affected by this
issue.

You also mentioned %23 text in address bar and tabs. I believe this issue was
already present before applying my patch. Aside from visual effect it should
not have any bad influence in synchronizing directories.

Can you confirm any of my findings
- is sftp working fine?
- was there a special (excluding #) character in your tested fish path?
...or can you please direct me to more specific test case?

Thanks again!

PS: I'm posting a little more polished patch - it should do exactly the same as
the previous one but just to be sure we are testing with the same code. Or
should we continue this in review board?

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

[krusader] [Bug 329896] SMB URI does not handle hashes in filenames

2016-02-17 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329896

Martin Kostolný <clearmar...@zoho.com> changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #1 from Martin Kostolný <clearmar...@zoho.com> ---
I think this ticket should be marked as a duplicate of this one: 270150

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

  1   2   >