Bug 4946 - vnc package creates stray locale directories
Summary: vnc package creates stray locale directories
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VNC (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.2.0
Assignee: Peter Åstrand
URL:
Keywords: hean01_tester, prosaic
Depends on:
Blocks:
 
Reported: 2013-12-19 13:49 CET by Pierre Ossman
Modified: 2014-04-02 09:00 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2013-12-19 13:49:12 CET
The VNC packages has a bunch of translations for xkeyboard-config. But none of our packages own the intermediate directories for these files:

$ rpm -qf /opt/thinlinc/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo /opt/thinlinc/share/locale/zh_TW/LC_MESSAGES /opt/thinlinc/share/locale/zh_TW
thinlinc-vnc-server-4.1.1-4137.x86_64
file /opt/thinlinc/share/locale/zh_TW/LC_MESSAGES is not owned by any package
file /opt/thinlinc/share/locale/zh_TW is not owned by any package

We need to stop shipping these files, or make sure we have proper ownership of the locale directories (tlmisc owns the other ones, like sv).
Comment 1 Pierre Ossman cendio 2013-12-19 13:50:07 CET
Besides rpm -qf not working, lack of ownership also results in these directories being left behind after uninstalling thinlinc.
Comment 2 Peter Åstrand cendio 2014-01-28 16:27:48 CET
Fixed in 28344.
Comment 3 Henrik Andersson cendio 2014-03-27 08:36:45 CET
(In reply to comment #2)
> Fixed in 28344.

Review commit, disables build using nls which removes the stray translation directories. Works as expected.

Note You need to log in before you can comment on or make changes to this bug.