[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Determining the component for a bug submission



Adam Williamson wrote:
On Thu, 2009-02-26 at 16:17 -0500, Robert Moskowitz wrote:
OK. Got a minor bug with system-config-selinux.py or that is what the about reports for the dialog.

Thing is this component is not included in the list of components, oh this is on FC10.

Simply put, you cannot drag the dialog around if your screen size is 800x480 (on my ASUS 701). Neither grabbing it on the title line nor using <alt-leftmouse> can move it. No problems if the screen size is larger than the dialog box. No problem dragging other 'oversized' dialogs (like system-config-services) around either way.

So how do I report this bug if the component is not in the component list?

Find out what package it's in:

[adamw adam ~]$ locate system-config-selinux.py
/usr/share/system-config-selinux/system-config-selinux.py
/usr/share/system-config-selinux/system-config-selinux.pyc
/usr/share/system-config-selinux/system-config-selinux.pyo
[adamw adam ~]$ rpm
-qf /usr/share/system-config-selinux/system-config-selinux.py
policycoreutils-gui-2.0.62-2.fc11.x86_64
[adamw adam ~]$

Find out what .src.rpm that binary RPM comes from:

[adamw adam ~]$ rpm -qi policycoreutils-gui-2.0.62-2.fc11.x86_64 | grep Source
Group       : System Environment/Base       Source RPM: policycoreutils-2.0.62-2.fc11.src.rpm
[adamw adam ~]$

So, 'policycoreutils' is the component.

Thanks.  I will attempt to note this method for future use.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]