Created attachment 153914 [details] Gwenview in "Open With" menu SUMMARY It makes no sense to show Gwenview in the "Open With" menu. STEPS TO REPRODUCE 1. Open any image in Gwenview 2. Right click to open context menu and select "Open With" submenu SOFTWARE/OS VERSIONS Operating System: KDE neon 5.26 KDE Plasma Version: 5.26.3 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.7 Graphics Platform: X11
haha
A possibly relevant merge request was started @ https://invent.kde.org/graphics/gwenview/-/merge_requests/193
Git commit 2e6063a831e889ac16e35e1b8c51dae8023da196 by Eugene Popov. Committed on 19/04/2023 at 15:19. Pushed by ngraham into branch 'master'. Don't show Gwenview in its own "Open With" menu M +3 -0 app/fileopscontextmanageritem.cpp https://invent.kde.org/graphics/gwenview/commit/2e6063a831e889ac16e35e1b8c51dae8023da196
Git commit efde317bc20e7c97d5904d9d406a1a205cb14bb9 by Nate Graham, on behalf of Eugene Popov. Committed on 20/04/2023 at 14:31. Pushed by ngraham into branch 'release/23.04'. Don't show Gwenview in its own "Open With" menu (cherry picked from commit 2e6063a831e889ac16e35e1b8c51dae8023da196) M +3 -0 app/fileopscontextmanageritem.cpp https://invent.kde.org/graphics/gwenview/commit/efde317bc20e7c97d5904d9d406a1a205cb14bb9
Actually I use that quite often to duplicate the current window. How do I do it now? And is it really worth it for an application to exclude itself from the Open With menu, while sacrificing the uniform content of this menu for each file type?
Please file a new bug report about being able to duplicate the current window. Jjust out of interest, what's your purpose for duplicating the current window?
https://bugs.kde.org/show_bug.cgi?id=469179
(In reply to popov895 from comment #6) > Please file a new bug report about being able to duplicate the current > window. > > Jjust out of interest, what's your purpose for duplicating the current > window? Posted my use-cases at bug 469179 comment 1
(In reply to phd from comment #5) > Actually I use that quite often to duplicate the current window. > How do I do it now? Just as a quick idea (I write it here, b/c I couldn’t find a request for it yet): Ctrl+N could be a solution. Just like in a browser or Dolphin, it would open a new window which shows or pre-selects the file that is active in the current window.