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.
Created attachment 94521 [details] Tentative patch to fix the problem.
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).
Now on the review board - https://git.reviewboard.kde.org/r/125216/ .
Sorry , it's : https://git.reviewboard.kde.org/r/125216/ .
This should be fixed in KDE Applications 15.08.2 being released this week
(In reply to Albert Astals Cid from comment #5) > This should be fixed in KDE Applications 15.08.2 being released this week Thanks!