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
When attempting to do various actions in Staruml, such as export to PDF, the application crashes with the message "No GSettings schemas are installed on the system."
Reading into the NixOS wiki, I tried to follow the steps outlined here: https://nixos.wiki/wiki/Packaging/Quirks_and_Caveats for the GLib GIO message, however it was unsuccessful. (Added wrapGAppsHook to the nativeBuildInputs, trying to build led to an "invalid ELF header" error.)
Steps To Reproduce
Steps to reproduce the behavior:
Install staruml on a non-GNOME system (using nix-shell -p staruml in this case)
Run staruml using staruml
Attempt to export a diagram to PDF
Experience crash
Expected behavior
The application should successfully export to PDF
Screenshots
Notify maintainers
@siraben (Though not officially listed as a maintainer, saw you were involved with maintaining the package in the past).
Infinidoge
changed the title
Staruml: No GSettings Schemas are installed on the system
staruml: No GSettings Schemas are installed on the system
Feb 10, 2022
Describe the bug
When attempting to do various actions in Staruml, such as export to PDF, the application crashes with the message "No GSettings schemas are installed on the system."
Reading into the NixOS wiki, I tried to follow the steps outlined here: https://nixos.wiki/wiki/Packaging/Quirks_and_Caveats for the GLib GIO message, however it was unsuccessful. (Added
wrapGAppsHook
to thenativeBuildInputs
, trying to build led to an "invalid ELF header" error.)Steps To Reproduce
Steps to reproduce the behavior:
nix-shell -p staruml
in this case)staruml
Expected behavior
The application should successfully export to PDF
Screenshots
Notify maintainers
@siraben (Though not officially listed as a maintainer, saw you were involved with maintaining the package in the past).
Metadata
My Nixpkgs revision is
c5051e2b5fe9fab43a64f0e0d06b62c81a890b90
, if I've read myflake.lock
correctly.The text was updated successfully, but these errors were encountered: