Good day!
I use obsidian and very like this app. I have installed it about 1 year ago (I don't remember from ports or from packages).
Recently after big upgrade
obsidian was removed
now I can't find it in packages
shows nothing
Then I went to ports /usr/ports/textproc/obsidian and tried to install
I'v got dependency electron33
I have tried to install this package but could find this version. I see only electron34
then I have tried to change in Obsidian Makefile electron33 to electron34
to
and obsidian was installed but after start I get core dumped
If I use origin electorn33 then I get dependency chromium130, but I see only chromium134 in packages.
Try to compile chromium130 is not very good idea I think... (I even haven't so much free space to do it)
Any ideas how to fix it?
Tech info:
OS: FreeBSD 13.4-RELEASE-p4
pkg -vv | grep url = pkg+http://pkg.freebsd.org/FreeBSD:13:amd64/latest
ports branch is up to date with 'origin/main'
I use obsidian and very like this app. I have installed it about 1 year ago (I don't remember from ports or from packages).
Recently after big upgrade
Code:
pkg upgrade
now I can't find it in packages
Code:
pkg search -x obsidian
Then I went to ports /usr/ports/textproc/obsidian and tried to install
I'v got dependency electron33
I have tried to install this package but could find this version. I see only electron34
Code:
root@initr0 /usr/ports> pkg search -x electron
electron34-34.4.1 Build cross-platform desktop apps with JavaScript, HTML, and CSS
then I have tried to change in Obsidian Makefile electron33 to electron34
Code:
USES= electronfix:33
Code:
USES= electronfix:34
Code:
root@initr0> obsidian --no-sandbox
2025-04-05 06:06:37 Loading main app package /usr/local/share/obsidian/resources/obsidian.asar
Updates disabled.
Gtk-Message: 09:06:37.584: Failed to load module "window-decorations-gtk-module"
Gtk-Message: 09:06:37.584: Failed to load module "colorreload-gtk-module"
Trace/BPT trap (core dumped)
If I use origin electorn33 then I get dependency chromium130, but I see only chromium134 in packages.
Try to compile chromium130 is not very good idea I think... (I even haven't so much free space to do it)
Any ideas how to fix it?
Tech info:
OS: FreeBSD 13.4-RELEASE-p4
pkg -vv | grep url = pkg+http://pkg.freebsd.org/FreeBSD:13:amd64/latest
ports branch is up to date with 'origin/main'