Bug 4946

Summary: vnc package creates stray locale directories
Product: ThinLinc Reporter: Pierre Ossman <ossman>
Component: VNCAssignee: Peter Åstrand <astrand>
Status: CLOSED FIXED    
Severity: Normal CC: hean01
Priority: P2 Keywords: hean01_tester, prosaic
Version: trunk   
Target Milestone: 4.2.0   
Hardware: PC   
OS: Unknown   
Acceptance Criteria:

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.