Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't recognize the image file format for file '/usr/share/shutter/resources/icons/sel_window_section.svg' #233

Closed
Photon89 opened this issue Jun 11, 2020 · 7 comments

Comments

@Photon89
Copy link
Member

This is the same behaviour as in https://bugs.launchpad.net/shutter/+bug/1282675:

"Shutter pops three error windows on startup, then crashes"

Except I've verified the files are there, and can open and see them:

$ file /usr/share/shutter/resources/icons/sel_window_section.svg
/usr/share/shutter/resources/icons/sel_window_section.svg: SVG Scalable Vector Graphics image

Shutter was installed on centos via:

sudo yum -y install epel-release
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
sudo yum install -y shutter eog dbus-x11

$shutter -v version
0.93.1 Rev.1278

command log:

$shutter
WARNING: Gtk2::AppIndicator is missing --> there will be no icon showing up in the status bar when running Unity!

GdkPixbuf-LOG **: gdk_pixbuf_from_pixdata() called on: at /bin/shutter line 520, line 19.
GdkPixbuf-LOG **: Encoding raw at /bin/shutter line 520, line 19.
GdkPixbuf-LOG **: Dimensions: 16 x 16 at /bin/shutter line 520, line 19.
GdkPixbuf-LOG **: Rowstride: 64, Length: 1048 at /bin/shutter line 520, line 19.
GdkPixbuf-LOG **: Copy pixels == false at /bin/shutter line 520, line 19.
GdkPixbuf-LOG **: gdk_pixbuf_from_pixdata() called on: at /bin/shutter line 520, line 19.
GdkPixbuf-LOG **: Encoding raw at /bin/shutter line 520, line 19.
GdkPixbuf-LOG **: Dimensions: 16 x 16 at /bin/shutter line 520, line 19.
GdkPixbuf-LOG **: Rowstride: 64, Length: 1048 at /bin/shutter line 520, line 19.
GdkPixbuf-LOG **: Copy pixels == false at /bin/shutter line 520, line 19.
Couldn't recognize the image file format for file '/usr/share/shutter/resources/icons/sel_window_section.svg' at /usr/share/perl5/vendor_perl/Shutter/App/Menu.pm line 501, line 19.

Launchpad Details: #LP1722388 Ernesto Alfonso - 2017-10-09 19:50:16 +0000

@Photon89
Copy link
Member Author

Could you please run

md5sum /usr/share/shutter/resources/icons/sel_window_section.svg

and post the output?

Launchpad Details: #LPC Michael Kogan - 2017-10-10 04:27:21 +0000

@Photon89
Copy link
Member Author

[my-hostname]$ md5sum /usr/share/shutter/resources/icons/sel_window_section.svg
0a6a63c9b572a5af934d4d4425bc8d64 /usr/share/shutter/resources/icons/sel_window_section.svg

Launchpad Details: #LPC Ernesto Alfonso - 2017-10-10 05:59:15 +0000

@Photon89
Copy link
Member Author

Please check if librsvg is installed on your machine.

Launchpad Details: #LPC Michael Kogan - 2017-10-11 13:26:55 +0000

@Photon89
Copy link
Member Author

I do have the librsvg2 and even librsvg2-tools packages installed:

[my-hostname]$ sudo yum install -y librsvg2-tools librsvg2
Loaded plugins: fastestmirror
gf | 20 kB 00:00:00
http://example.com/distributions/gf/el/7/gf/x86_64/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for gf: Damaged repomd.xml file
Trying other mirror.
https://example.com/pub_8.x/el/7/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized."
Trying other mirror.
It was impossible to connect to the CentOS servers.
This could mean a connectivity issue in your environment, such as the requirement to configure a proxy,
or a transparent proxy that tampers with TLS security, or an incorrect system clock.
Please collect information about the specific failure that occurs in your environment,
using the instructions in: https://example.com/solutions/1527033 and create a bug on https://example.com/

Loading mirror speeds from cached hostfile

  • base: centos.host-engine.com
  • epel: mirror.compevo.com
  • extras: mirror.tzulo.com
  • nux-dextop: li.nux.ro
  • updates: mirrors.rit.edu
    Package librsvg2-tools-2.40.16-1.el7.x86_64 already installed and latest version
    Package librsvg2-2.40.16-1.el7.x86_64 already installed and latest version
    Nothing to do
    [my-hostname]$

Launchpad Details: #LPC Ernesto Alfonso - 2017-10-11 22:09:55 +0000

@Photon89
Copy link
Member Author

Disregard the proxy erros:

[mix-director-10]$ sudo yum install -y librsvg2-tools librsvg2
Loaded plugins: fastestmirror
base | 3.6 kB 00:00:00
epel/x86_64/metalink | 13 kB 00:00:00
extras | 3.4 kB 00:00:00
gf | 2.9 kB 00:00:00
nodesource | 2.5 kB 00:00:00
nux-dextop | 2.9 kB 00:00:00
updates | 3.4 kB 00:00:00
Loading mirror speeds from cached hostfile

  • base: mirror.sfo12.us.leaseweb.net
  • epel: mirror.sfo12.us.leaseweb.net
  • extras: repo1.sea.innoscale.net
  • nux-dextop: mirror.li.nux.ro
  • updates: centos.eecs.wsu.edu
    Package librsvg2-tools-2.40.16-1.el7.x86_64 already installed and latest version
    Package librsvg2-2.40.16-1.el7.x86_64 already installed and latest version
    Nothing to do
    [mix-director-10]$

Launchpad Details: #LPC Ernesto Alfonso - 2017-10-11 22:11:31 +0000

@Photon89
Copy link
Member Author

Please try following the proposals in https://bugs.launchpad.net/ubuntu/+source/gnome-themes-standard/+bug/799505 comments #2 and #4. Does it solve the problem?

Launchpad Details: #LPC Michael Kogan - 2018-03-25 15:23:43 +0000

@Photon89
Copy link
Member Author

Closing as there was no reply from the reporter for a long time. Please open a new bug report if the problem persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant