Code Monkey home page Code Monkey logo

Comments (8)

fenrus75 avatar fenrus75 commented on July 4, 2024

from distribution.

zeekisthename avatar zeekisthename commented on July 4, 2024

The screenshots are from the Mate desktop, however this same problem exists in Fedora Rawhide whcih appears to me to be an upstream issue.

Can you identify the particular package(s) to render chosen themes and characteristics such as window borders? This would narrow down the issue.

from distribution.

ilmarn avatar ilmarn commented on July 4, 2024

not sure if its related but it seems .xpm image format support is broken, was fine in 41560. at least Eye of Gnome says "Unrecognized image file format"

from distribution.

fenrus75 avatar fenrus75 commented on July 4, 2024

The screenshots are from the Mate desktop, however this same problem exists in Fedora Rawhide whcih appears to me to be an upstream issue.

Can you identify the particular package(s) to render chosen themes and characteristics such as window borders? This would narrow down the issue.

this 100% depends on the desktop in use -- each does their own. Which makes this hard for me to answer as we don't ship the Mate desktop.
(Mate is especially tricky since it has half a foot in the door in the gnome world yet doesn't at the same time)

from distribution.

zeekisthename avatar zeekisthename commented on July 4, 2024

ilmarn and fenrus75 thank you for your replies.

The issue does appear to be related to failure to recognize the xpm file format.

Copying the metacity-1 xpm files to another theme produced the same behavior with a question mark in appearance preferences when attempting to select the theme.

Further converting the xpm to png and inserting into the theme did not resolve the issue.

Do themes hard code the file format for metacity somewhere in the theme? I have not been able to find a reference to xpm in config files.

So the matter apprears to be failure to recognize xpm file format in clear linux.

Does this need to be written up as a bug, and if so what specific package would need to be cited?

Further the failure to display a designated icon on the desktop.

Using autorun.inf with designated icon in .ico format.

Has the .ico format also been broken in 41580?

Please let me know how to proceed.

Thank you.

from distribution.

fenrus75 avatar fenrus75 commented on July 4, 2024

If icons are missing in a theme, then MATE really needs to provide its own icons to be honest -- we're not really shipping metacity anymore for example which also means we're unlikely to ship or care about its icon

from distribution.

zeekisthename avatar zeekisthename commented on July 4, 2024

Fenrus75 thank you for the reply.

The desktop icon issue was resolved by switching to png for mounted volumes.

It appears the only issue is failure to render xpm file format.

Does this need to be written up as a bug?

Thank you.

from distribution.

zeekisthename avatar zeekisthename commented on July 4, 2024

Upon further examination it appears that Clear linux support for not only .xpm file format, but also .ico and .bmp.

Since at least the .xpm format support failure occurred in Fedora 41 at approximately the same time, this appears to be an upstream issue attributable to a Gnome development feature assassination misapprehension that less is better.

Nevertheless, at least for the moment, .xpm file format recognition can be restored by installing the following files via sudo command line interface using rpm (no dependencies):

libxpm4-3.5.17-2.x86_64.rpm
libxpm-dev-3.5.17-2.x86_64.rpm
xpmutils-3.5.17-2.x86_64.rpm

If you can not obtain .rpms you may choose to download .deb format files and convert to .rpm using alien.

If you have another current distribution such as Ubuntu installed you can simply search for libpixbufloader-xpm.so and copy it to the Clear linux directory indicated below, (or search pkgs.org).

Add libpixbufloader-xpm.so here:
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders

Additionally, modify the loaders.cache file:
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache

add following and save:

"/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so"
"xpm" 4 "gdk-pixbuf" "XPM" "LGPL"
"image/x-xpixmap" ""
"xpm" ""
"/* XPM */" "" 100

from distribution.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.