Closed notnotno closed 5 months ago
That's a symlink
I'm not sure it is. Try running kbuildsycoca6 (rebuilds the menu) and it'll give an error. Replacing the contents with the above fixes it.
The arrows denote a symlink, the contents denote the destination path. Please provide the contents of that file on a running system.
Perhaps I'm misunderstanding what's happening. After a rebase, if I run `kbuildsycoca6" I get the following error:
kbuildsycoca6 running...
kf.config.core: "KConfigIni: In file /etc/xdg/kdeglobals, line 1:" Invalid entry (missing '=')
To work around this, I can either delete /etc/xdg/kdeglobals
, or replace it with a copy from `/usr/share/kde-settings/kde-profile/default/xdg/kdeglobals'.
Additionally, they don't appear to be symbolic links:
I ended up replacing system_files/kinoite/usr/etc/xdg/kdeglobals
with a symbolic link to /usr/share/kde-settings/kde-profile/default/xdg/kdeglobals/etc/xdg/kdeglobals
to fix it.
They are supposed to be symlinks:
Thanks, it seems to be a bug with KDE's Ark not preserving symbolic links: https://bugs.kde.org/show_bug.cgi?id=415723.
Thanks, it seems to be a bug with KDE's Ark not preserving symbolic links: https://bugs.kde.org/show_bug.cgi?id=415723.
These are relative links, if you're downloading a zip they're likely to be linked to the wrong location.
Describe the bug
The current contents of system_files/kinoite/usr/etc/xdg contains the following text:
../../../usr/share/kde-settings/kde-profile/default/xdg/kdeglobals
What did you expect to happen?
The content of system_files/kinoite/usr/etc/xdg should contain something like this:
Output of
rpm-ostree status
Output of
groups
Extra information or context
No response