[Bug 297210] graphics/xournalpp: Missing the needed UI file: ui/about.glade
[email protected] Fri, 31 Jul 2026 16:16:31 +0000
| Newsgroups | gmane.os.freebsd.devel.ports.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297210
Bug ID: 297210
Summary: graphics/xournalpp: Missing the needed UI file:
ui/about.glade
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
I am using FreeBSD 15.1-STABLE stable/15-n284639-08dbff58cd21 GENERIC amd64
System via pkg(1).
All packages as “latest”.
I have installed graphics/xournalpp 1.3.6_1 via pkg(8)
> # pkg install graphics/xournalpp
If I try to open xournalpp(1) I get the following error window:
> Missing the needed UI file:
> ui/about.glade
> Could not find them at any location.
> Not relative
> Not in the Working Path
> Not in share/xournalpp
So I searched for the file:
> > pkg list graphics/xournalpp | grep about.glade
> /usr/local/share/xournalpp/ui/about.glade
Then I made use of truss(1) to find out what is happening:
> ...8<--- truss -o ll.truss xournalpp some.pdf
> fstatat(AT_FDCWD,"ui/about.glade",0x820776780,0x0) ERR#2 'No such file or directory'
> fstatat(AT_FDCWD,"share/xournalpp/ui/about.glade",0x820776780,0x0) ERR#2 'No such file or directory'
> fstatat(AT_FDCWD,"ui/about.glade",0x820776780,0x0) ERR#2 'No such file or directory'
> fstatat(AT_FDCWD,"share/xournalpp/ui/about.glade",0x820776780,0x0) ERR#2 'No such file or directory'
> fstatat(AT_FDCWD,"ui/about.glade",0x820776780,0x0) ERR#2 'No such file or directory'
> fstatat(AT_FDCWD,"share/xournalpp/ui/about.glade",0x820776780,0x0) ERR#2 'No such file or directory'
> readlink("/proc/curproc/file",0x8207764c0,1024) ERR#2 'No such file or directory'
> fstatat(AT_FDCWD,"share/xournalpp/ui/about.glade",0x820776880,0x0) ERR#2 'No such file or directory'
> --->8...
Only relative paths, und no ${LOCALBASE} in front.
So I started it inside ${LOCALBASE} i.e. `/usr/local/`, and all works:
> > cd /usr/local/ ; xournalpp some.pdf
I hope, that helps!
Regards, Kalten
--
You are receiving this mail because:
You are the assignee for the bug.