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

ice-ssb won't open because of a missing file that should not be of concern #91

Open
michaldybczak opened this issue Oct 19, 2023 · 0 comments

Comments

@michaldybczak
Copy link

michaldybczak commented Oct 19, 2023

The apps created by ice-ssb start without issue, but when I want to open ice-ssb itself (to configure a new app), it won't start. I checked the terminal output and got this:

ice
Traceback (most recent call last):
  File "/usr/bin/ice", line 855, in <module>
    window = Ice()
             ^^^^^
  File "/usr/bin/ice", line 796, in __init__
    details = get_details(a)
              ^^^^^^^^^^^^^^
  File "/usr/bin/ice", line 64, in get_details
    a = open(app, 'r', errors='ignore')
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/michaldybczak/.local/share/applications/QT_STYLE_OVERRIDE=Breeze libreoffice-startcenter.desktop'

This is puzzling, because libreoffice-startcenter.desktop has nothing to do with the ice-ssb and I have no idea why ice-ssb things it is needed. I cannot find such thing in any configs.

I checked and I do have symlink /home/michaldybczak/.local/share/applications/QT_STYLE_OVERRIDE=Breeze libreoffice-startcenter.desktop that points to /usr/lib/libreoffice/share/xdg/startcenter.desktop which doesn't exist anymore. I use LO from flatpack, because native version had some serious bugs on wayland (copy/paste wasn't working).

I suspect that installing LO from repo will make ice-ssb open, but it doesn't explain why it would need it. This makes no sense.

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