Bug 352622 - [PATCH] Gwenview is not reading the ui.rc file, and thus is missing most of the UI.
Summary: [PATCH] Gwenview is not reading the ui.rc file, and thus is missing most of t...
Status: RESOLVED FIXED
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: Git (add output of "git log -1 --oneline" to description)
Platform: Compiled Sources Linux
: NOR grave
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-12 16:23 UTC by Shlomi Fish
Modified: 2015-10-19 15:36 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Tentative patch to fix the problem. (573 bytes, patch)
2015-09-12 16:23 UTC, Shlomi Fish
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shlomi Fish 2015-09-12 16:23:01 UTC
When invoking gwenview I am getting:

«
cannot find .rc file "org.kde.gwenviewui.rc" for component "org.kde.gwenview"
»

shlomif@telaviv1:~/Download/unpack/kde/gwenview/gwenview$ git log -1 --
commit 53887db3ad6c63c784e410ea6c61d8d8943d7031
Author: l10n daemon script <scripty@kde.org>
Date:   Thu Aug 13 09:43:20 2015 +0000

    SVN_SILENT made messages (after extraction)

This causes it to miss most of the UI (rotate, scale, browse, etc.) And makes using it much more unpleasant.

The attached patch fixes the problem.


Reproducible: Always

Steps to Reproduce:
1. Run gwenview from the terminal.


Actual Results:  
Warning is emitted and most of the user-interface is absent.

Expected Results:  
No warning, ui.rc file gets read, and the UI is functional.

I'm on Mageia Linux x86-64 version 6 using the XFCE desktop.
Comment 1 Shlomi Fish 2015-09-12 16:23:53 UTC
Created attachment 94521 [details]
Tentative patch to fix the problem.
Comment 2 Shlomi Fish 2015-09-12 17:02:46 UTC
I should note that for what it's worth , I hereby disclaim any implicit or explicit ownership of the patch and place it under the public domain / CC0 / MIT/X11 licence / any other licence of your choice. That put aside, crediting me in the commit message will be appreciated (but not necessary).
Comment 3 Shlomi Fish 2015-09-13 19:58:14 UTC
Now on the review board - https://git.reviewboard.kde.org/r/125216/ .
Comment 4 Shlomi Fish 2015-09-13 20:00:12 UTC
Sorry , it's : https://git.reviewboard.kde.org/r/125216/ .
Comment 5 Albert Astals Cid 2015-10-12 15:17:35 UTC
This should be fixed in KDE Applications 15.08.2 being released this week
Comment 6 Shlomi Fish 2015-10-13 19:06:57 UTC
(In reply to Albert Astals Cid from comment #5)
> This should be fixed in KDE Applications 15.08.2 being released this week

Thanks!