On Sun, Jun 26, 2011 at 22:07, Todd And Margo Chester <[email protected]> wrote: > Hi All, > > In Scientific Linux 6, Terminal mashes certain letters together. > On investigation, I found that Terminal's RPM had no dependencies.
Ok Scientific Linux has different upstream repositories that people can point to. You need to find out which repostitory you got that RPM from because each one could do it differently. The EPEL package of Terminal shows the following: [ssmoogen@ponyo ~]$ rpm -q --requires Terminal /bin/sh /bin/sh /bin/sh /bin/sh control-center-filesystem libX11.so.6()(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdbus-1.so.3()(64bit) libdbus-glib-1.so.2()(64bit) libexo-1.so.0()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libpango-1.0.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libvte.so.9()(64bit) libxfce4util.so.4()(64bit) rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rtld(GNU_HASH) rpmlib(PayloadIsXz) <= 5.2-1 > I reported this as a bug to Xfce, but they declined it as it is an RPM > problem and not theirs. Well the issue may be more with the fonts you are using. Looking at what the dependencies that nautilus brings in I see the following: config(nautilus-open-terminal) = 0.17-3.el6 libcairo.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgconf-2.so.4()(64bit) libgmodule-2.0.so.0()(64bit) libgnome-desktop-2.so.11()(64bit) libnautilus-extension.so.1()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libstartup-notification-1.so.0()(64bit) [not counting the ton of other stuff.] My first guess will be libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libpangoft2-1.0.so.0()(64bit) and the font you are using is is giving "hints" but without the proper type packages it can't read the hints so you end up with overlaps. I will need to see about installing a box without nautilus to see if I can replicate the issue and figure out what might be needed to pull in extra font support. > https://bugzilla.xfce.org/show_bug.cgi?id=7706 > > Over on the bug, I added a graphic to show the overlap problem: > https://bugzilla.xfce.org/attachment.cgi?id=3726 > > And, if you install nautilus-open-terminal, one of its > dependencies solves the Terminal overlap problem. > I have documented nautilus-open-terminal's dependencies > over on the bug report as well. > > Would whoever maintains the SL 6 RPM for Terminal > please take a look over at the dug and add the proper > dependencies into the RPM? > > Many thanks, > -T > > > _______________________________________________ > xfce mailing list > [email protected] > https://admin.fedoraproject.org/mailman/listinfo/xfce > -- Stephen J Smoogen. "The core skill of innovators is error recovery, not failure avoidance." Randy Nelson, President of Pixar University. "Let us be kind, one to another, for most of us are fighting a hard battle." -- Ian MacLaren _______________________________________________ xfce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/xfce
