You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: