| Summary: | Only show when using this application (Dolphin) does not work | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Texstar <texstar> |
| Component: | panels: places | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jodr666, nate, terauck-kde |
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | PCLinuxOS | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/dolphin/b5df5f4d9581b314f1fc2d6c15b4f01de9f5204b | Version Fixed/Implemented In: | 19.04.0 |
| Sentry Crash Report: | |||
|
Description
Texstar
2017-02-18 15:36:32 UTC
I confirm the issue using the same operating system. A 'place' on the start page of Gwenview can be restricted to Gwenview. Can confirm this one on Neon. As a workaround hide the entry you want only to be shown on dolphin and then select "Show all entries". This works even if i don't set "Only show when using this application (Dolphin)". (In reply to Tony from comment #2) > Can confirm this one on Neon. > As a workaround hide the entry you want only to be shown on dolphin and then > select "Show all entries". > This works even if i don't set "Only show when using this application > (Dolphin)". Now that i double check this "workaround" may in fact be a bug too. Yep, confirmed. Git commit 20e11282b5476891afa8d5c9a2656f18027e7df8 by Elvis Angelaccio. Committed on 11/11/2018 at 18:02. Pushed by elvisangelaccio into branch 'master'. [PlacesItem] Add support for OnlyInApp metadata for bookmarks This will allow to edit an existing place to make it application-local or visible from all applications. M +13 -0 src/panels/places/placesitem.cpp M +3 -0 src/panels/places/placesitem.h https://commits.kde.org/dolphin/20e11282b5476891afa8d5c9a2656f18027e7df8 Git commit 7ad161b1a2bb4d074fe1901a5fe35cd3043edb0c by Elvis Angelaccio. Committed on 24/11/2018 at 10:37. Pushed by elvisangelaccio into branch 'master'. Export again KFilePlaceEditDialog Summary: We are going to use it from Dolphin, which has an old copy with missing features. Reviewers: #dolphin, dfaure Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D16825 M +1 -0 src/filewidgets/CMakeLists.txt M +1 -1 src/filewidgets/kfileplaceeditdialog.cpp R +7 -7 src/filewidgets/kfileplaceeditdialog.h [from: src/filewidgets/kfileplaceeditdialog_p.h - 094% similarity] M +1 -1 src/filewidgets/kfileplacesview.cpp https://commits.kde.org/kio/7ad161b1a2bb4d074fe1901a5fe35cd3043edb0c Git commit b5df5f4d9581b314f1fc2d6c15b4f01de9f5204b by Elvis Angelaccio.
Committed on 24/11/2018 at 11:18.
Pushed by elvisangelaccio into branch 'master'.
[PlacesPanel] Port to KFilePlaceEditDialog
Summary:
This patch ports away from the old PlacesItemEditDialog copy,
which doesn't honour the "applicationLocal" checkbox.
KFilePlaceEditDialog was not exported by KIO, but it will be starting
from 5.53
FIXED-IN: 19.03.80
Test Plan:
* Create a new place ("Add Entry" from the panel context menu) and check the "only show in dolphin" checkbox
* Edit an existing (global) place and check the "only show in dolphin" checkbox
Reviewers: #dolphin
Subscribers: kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D16824
M +1 -1 CMakeLists.txt
M +0 -1 src/CMakeLists.txt
D +0 -174 src/panels/places/placesitemeditdialog.cpp
D +0 -78 src/panels/places/placesitemeditdialog.h
M +12 -13 src/panels/places/placespanel.cpp
https://commits.kde.org/dolphin/b5df5f4d9581b314f1fc2d6c15b4f01de9f5204b
Following the apparent resolution of this issue, I removed my $HOME directory from the File > Open dialog in Okular. It then disappeared from 'Places' in Dolphin. I added it back to Dolphin 'Places' and, sure enough, it was in the File > Open dialog of Okular again. The fix hasn't been released yet. Unless you compiled Dolphin from source, your version doesn't have the fix yet. |