OpenComic icon indicating copy to clipboard operation
OpenComic copied to clipboard

[Bug]: Font failure in file dialog

Open AndKe opened this issue 2 years ago • 6 comments

Preflight Checklist

  • [X] I have searched the issue tracker for a bug report that matches the one I want to file, without success.

OpenComic Version

0.2.1

Operating System

Ubuntu21.10

Steps to reproduce

install from "app center" - and try to open a file/directory from the app: image

Expected Behavior

normal open file dialog

Actual Behavior

see screenshot

Error message

Additional Information

AndKe avatar Nov 13 '23 11:11 AndKe

If you installed it from the Ubuntu store, you are most likely using the snap version, I just sent the beta version of OpenComic to the snap store, now you should be able to switch to beta channel.

Can you test if the beta version has the bug fixed?

Captura desde 2023-11-13 12-59-42

ollm avatar Nov 13 '23 12:11 ollm

switched to beta4 - issue remains.

AndKe avatar Nov 13 '23 12:11 AndKe

It seems to be an error with the snap package and electron: https://github.com/electron-userland/electron-builder/issues/5217

I'll try to see if it can be fixed.

For now you can use drag and drop or install the deb package.

Deb package: https://github.com/ollm/OpenComic/releases/download/v1.0.0-beta.4/opencomic_1.0.0-beta.4_amd64.deb All pakages: https://github.com/ollm/OpenComic/releases/tag/v1.0.0-beta.4

Drag and drop:

Videograbación 2023-11-13 18:35:02.webm

ollm avatar Nov 13 '23 17:11 ollm

thank you the .deb works apparently fine, even with these install problems (which may cause problems later)

$ sudo dpkg -i opencomic_1.0.0-beta.4_amd64.deb 
[sudo] password for andre: 
Selecting previously unselected package opencomic.
(Reading database ... 314387 files and directories currently installed.)
Preparing to unpack opencomic_1.0.0-beta.4_amd64.deb ...
Unpacking opencomic (1.0.0-beta.4) ...
dpkg: dependency problems prevent configuration of opencomic:
 opencomic depends on gconf2; however:
  Package gconf2 is not installed.
 opencomic depends on libappindicator1; however:
  Package libappindicator1 is not installed.
 opencomic depends on unrar; however:
  Package unrar is not installed.

dpkg: error processing package opencomic (--install):
 dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu5) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Errors were encountered while processing:
 opencomic

AndKe avatar Nov 13 '23 19:11 AndKe

I'm experiencing both the snap issue (+ another issue where I can't open removable media) and when I try the .deb installer I get image

Apparently gconf2 is not available for ubuntu 24.04 :man_shrugging: can't find a work around this

awls99 avatar Aug 04 '24 11:08 awls99

I have removed this required dependencies 9d05499cc08a818bc21591610cf063fb9f93ffe1, can you try if this deb works on Ubuntu 24.04?

Build: https://mega.nz/file/na4UxCbL#iqTWEQglj__qbzlcy1EKRe53IVq7ZjfIOSItcGroGts

ollm avatar Aug 04 '24 13:08 ollm