Bug 244770

Summary: add scim meta packages to handle language support groups better
Product: [Fedora] Fedora Reporter: Jens Petersen <petersen>
Component: compsAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eng-i18n-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-26 01:45:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 229742    
Attachments:
Description Flags
comps.xml-f8.xml.in-scim-meta.patch none

Description Jens Petersen 2007-06-19 03:51:02 UTC
Description of problem:
For F8 I am planning to add meta packages to scim to handle the scim
core package requirements for language support better.  With this change
scim no longer needs to be installed by default for all users.

Steps to Reproduce:
1. install Fedora as desktop
  
Actual results:
scim, scim-m17n and scim-bridge are installed by default.

Expected results:
scim, scim-m17n and scim-bridge not to be installed as they are
not useful without IM Engines or m17n-db input maps.

Comment 1 Jens Petersen 2007-06-19 03:51:03 UTC
Created attachment 157344 [details]
comps.xml-f8.xml.in-scim-meta.patch

Comment 2 Jesse Keating 2007-06-19 11:38:23 UTC
This seems mostly OK, however I'm curious about conditionalizing on
xorg-x11-server-Xorg.  Does scim not work via ssh x11 forwarding, or is it
directly tied to the X server handling the windows?

Either way, comps is open to all for writing, you can apply the patch at any
time you see fit.

Comment 3 Jens Petersen 2007-06-20 01:44:05 UTC
(In reply to comment #2)
> I'm curious about conditionalizing on xorg-x11-server-Xorg.
> Does scim not work via ssh x11 forwarding, or is it
> directly tied to the X server handling the windows?

No it works over ssh too. The condition on xorg-x11-server-Xorg is "historical"
I think, copied from other comps entries when it was added.

What would be a better "dependency" so that it would not be installed
by default on a server or minimal install?  Maybe gtk2?

(Otherwise if it is superfluous we could also drop those conditions I suppose.)

Comment 4 Jesse Keating 2007-06-25 15:21:40 UTC
I just saw a bunch of scim comps checkins, does that resolve this bug?

Comment 5 Jens Petersen 2007-06-26 01:45:53 UTC
Yes, that's right.

I left the conditionals at xorg-x11-server-Xorg for now since that
is what we have been using for now.  Perhaps we can improve that later.