Summary: | Put the "extract" service menu options into a separate submenu | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | whatmeurgent <whatmeurgent> |
Component: | general | Assignee: | Raphael Kubo da Costa <rakuco> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | gkaukola, peter.penz19, whatmeurgent |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: | |||
Attachments: | Makes an extract submenu on dolphin menus. |
Description
whatmeurgent
2011-03-10 21:46:58 UTC
Thanks for the suggestion, but this is out of scope of Dolphin: The Ark menu entries are provided by the Ark application itself. > "open with ark" - shouldn't it be an entry in the "open with" submenu? This only happens when Ark is the only application available to open a file of that given mimetype -- if I have File Roller installed as well, for example, there will be an "Open with" submenu listing both Ark and File Roller, whereas if only Ark is installed "Open with Ark" is shown in the top-level menu. This behaviour looks sane to me. Does it look weird to you? > There are three menu items for different options for "extract" - shouldn't they > either be combined to a new sub-menu (similar to what is done for the compress > options), OR put into the "actions" submenu, OR put into a submenu UNDER the > actions submenu. Indeed, creating an "Extract" submenu looks like the most reasonable option. I'm confirming the report to tackle the latter. Here's a patch sorta. I tried my best with the languages, but could not cover them all. I have a suspicion that editing that file by hand may be the wrong way to go about things? Created attachment 60287 [details]
Makes an extract submenu on dolphin menus.
I'd post this to the review board but see no ark group or kdeutils group.
Thanks for the patch, sorry for not being able to test it here right now. The translations need not be manually added: KDE's infrastructure processes .desktop files and updates them with new translations when they are available automatically. As for ReviewBoard, there is a kdeutils group in https://svn.reviewboard.kde.org. In fact, could you please submit it there so it's less likely to be forgotten? Cheers! Ok, therew it up on the review board: https://svn.reviewboard.kde.org/r/6689/ Think I have it right this time: https://svn.reviewboard.kde.org/r/6689/ Kdevelop creates .desktop files with all the translations, but with english in place of the the actual languages. I wrongly assumed that's how things should be I guess. Seems pretty trivial now, but anyhow, this should be right then: https://svn.reviewboard.kde.org/r/6689/ Commited to master. |