| Summary: | Paste Clipboard Contents disabled unless image already open | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | DH <derekh4> |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | adaptee, tereb.k |
| Priority: | NOR | ||
| Version First Reported In: | 2.6 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/gwenview/358ff25a4ab9855a6727546f355db428dd74f8cf | Version Fixed/Implemented In: | 18.04.2 |
| Sentry Crash Report: | |||
|
Description
DH
2011-06-22 16:25:51 UTC
I can reproduce this using KDE SC 4.8 RC1. Bug still exist in KDE Applications 17.08.2. Git commit 358ff25a4ab9855a6727546f355db428dd74f8cf by Peter Mühlenpfordt.
Committed on 20/05/2018 at 15:16.
Pushed by muhlenpfordt into branch 'Applications/18.04'.
Update paste action on current directory and selection changes
Summary:
The paste action is disabled on Gwenview start. This is caused by
initializing the action state before setting the current directory
url in `ContextManager`. The state updates only on clipboard changes
and does not reflect the current permissions to paste into a folder.
This patch updates the paste action state on changing the directory
and the selection, which both affect the paste destination.
FIXED-IN: 18.04.2
Test Plan:
# Copy url(s) to clipboard (e.g. from `Dolphin`)
# Open Gwenview in Browse Mode
# Check if {nav Edit > Paste...} is enabled on startup
# Check if {nav Edit > Paste...} is disabled in non-writable folders
Reviewers: #gwenview, rkflx
Reviewed By: #gwenview, rkflx
Subscribers: rkflx, huoni
Differential Revision: https://phabricator.kde.org/D12902
M +1 -1 app/fileopscontextmanageritem.cpp
https://commits.kde.org/gwenview/358ff25a4ab9855a6727546f355db428dd74f8cf
|