Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • manjaro-hello manjaro-hello
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ApplicationsApplications
  • manjaro-hellomanjaro-hello
  • Merge requests
  • !87

fixed style path problem

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Oğuz Kağan EREN requested to merge fix/stylePath into master Jul 15, 2021
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 4

Traceback (most recent call last): File "/usr/bin/manjaro-hello", line 419, in <module> hello = Hello() File "/usr/bin/manjaro-hello", line 103, in init provider.load_from_path(os.path.abspath("src/style.css")) gi.repository.GLib.Error: gtk-css-provider-error-quark: <broken file>:1:0Failed to import: Errore nell'aprire il file /home/stefano/Gitlab/Extra/src/style.css: File o directory non esistente (2)

I changed absolute path of style with preferences path. PKBUILD copies the ui folder to system folder, so this solution should work.(https://gitlab.manjaro.org/packages/extra/manjaro-hello/-/blob/master/PKGBUILD)

Edited Jul 15, 2021 by Oğuz Kağan EREN
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/stylePath