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

Deb has missing dependencies on (my) Ubuntu 22.04 #267

Closed
cpsyctc opened this issue Sep 18, 2022 · 3 comments
Closed

Deb has missing dependencies on (my) Ubuntu 22.04 #267

cpsyctc opened this issue Sep 18, 2022 · 3 comments
Labels
bug Something isn't working Fixed

Comments

@cpsyctc
Copy link

cpsyctc commented Sep 18, 2022

Version (please complete the following information):

  • OS: Ubuntu 22.04 (up to date)
  • Version Ubuntu 22.04.1 LTS
  • Package deb

Describe the bug
Broken dependency in the deb. See below. I tried a quite web search but couldn't see pointer to the missing fonts.
I realise I could go for the appimage but I try to avoid appimages and snaps where I can get a deb and I guess that if
you are distributing a deb you would want to know about this.

Thanks for the app, and all the hard work, it looks a great app.

To Reproduce

dpkg -i jexiftoolgui-2.0.1.deb

Selecting previously unselected package jexiftoolgui.
(Reading database ... 573025 files and directories currently installed.)
Preparing to unpack jexiftoolgui-2.0.1.deb ...
Unpacking jexiftoolgui (2.0.1) ...
dpkg: dependency problems prevent configuration of jexiftoolgui:
jexiftoolgui depends on fonts-arphic-ukai; however:
Package fonts-arphic-ukai is not installed.
jexiftoolgui depends on fonts-arphic-uming; however:
Package fonts-arphic-uming is not installed.

dpkg: error processing package jexiftoolgui (--install):
dependency problems - leaving unconfigured
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Errors were encountered while processing:
jexiftoolgui

dpkg -i fonts-arphic-akai

dpkg: error: cannot access archive 'fonts-arphic-akai': No such file or directory

@hvdwolf hvdwolf added the bug Something isn't working label Oct 4, 2022
@hvdwolf
Copy link
Owner

hvdwolf commented Oct 4, 2022

Sorry for this very late comment (had corona for almost 2 weeks and was really sick. Still recovering).
the aphic-akai fonts are standard in Debian and needed for Chinese characters. I had never expected that Ubuntu would not have these. I will remove the dependency in a next release and just make it a comment to install them on Debian via apt-get.
I just found that Ubuntu uses different kind of fonts for Chinese characters.

@cpsyctc
Copy link
Author

cpsyctc commented Oct 7, 2022 via email

@hvdwolf
Copy link
Owner

hvdwolf commented Oct 28, 2022

I simply removed the dependency from the control file. There are now some more "exotic" languages as well. I assume a linux user using Chinese will install the relevant Chinese character sets anyway to be able to use Chinese at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed
Projects
None yet
Development

No branches or pull requests

2 participants