Skip to content

Instantly share code, notes, and snippets.

@artsi0m
Last active September 22, 2021 23:13
Show Gist options
  • Select an option

  • Save artsi0m/d8af4046e52641def67e73ba25db2f7a to your computer and use it in GitHub Desktop.

Select an option

Save artsi0m/d8af4046e52641def67e73ba25db2f7a to your computer and use it in GitHub Desktop.
Report on GNOME builder on OpenBSD
# 0BSD github.com/artsi0m
# filename could be .xinitrc or .xsessions
# Here goes stuff from xbase.tgz:
export LC_CTYPE="en_US.UTF-8" &
xcompmgr &
xrdb -merge .Xresources &
xclock -digital -geometry 184x40+652+24 &
xload -geometry 120x137+340+24 &
setxkbmap us,ru -variant colemak,ruu grp:win_space_toggle
# Here goes packages and window manager:
wmname LG3D # Support for java graphical applications
# dbus
if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
eval $(dbus-launch --sh-syntax --exit-with-x11)
fi
# console kit
/usr/local/bin/ck-launch-session /usr/X11R6/bin/cwm
user-db:artsi0m
system-db:local
system-db:site
No module named 'jedi.evaluate'
sys:1: Warning: g_path_is_absolute: assertion 'file_name != NULL' failed
Error creating proxy: Could not connect: No such file or directory (g-io-error-quark, 1)
(gnome-builder:40217): dconf-WARNING **: 14:13:41.024: failed to commit changes to dconf: Could not connect: No such file or directory
(gnome-builder:40217): dconf-WARNING **: 14:13:46.131: failed to commit changes to dconf: Could not connect: No such file or directory
14:13:47.7329 ide-clone-surface[-724579328]: WARNING: Failed to locate module to use for cloning
14:13:53.0467 ide-clone-surface[-724579328]: WARNING: Failed to locate module to use for cloning
# Amazing moments captured by tmux
host00.my.domain; cd x11/gnome/builder/ [3/357]
host00.my.domain; doas make install 2>&1 | /usr/ports/infrastructure/bin/porst>
ksh: /usr/ports/infrastructure/bin/porstlogger: not found
host00.my.domain@artsi0m? make install 2>&1 | doas /usr/ports/infrastructure/b>
host00.my.domain; make distclean
===> Cleaning for gnome-builder-3.40.2p2
===> Dist cleaning for gnome-builder-3.40.2p2
rmdir: /usr/ports/distfiles/gnome: No such file or directory
*** Error 1 in target '_internal-clean' (ignored)
host00.my.domain; make clean
===> Cleaning for gnome-builder-3.40.2p2
frastructure/bin/portslogger . <
host00.my.domain; ls
CVS
Makefile
distinfo
patches
pkg
https://openports.se
https://openports.pl (/usr/local/packages/pkg-readmes)
https://man.openbsd.org
https://man.bsd.lv
https://wiki.gnome.org/Projects/dconf/SystemAdministrators
https://colemak.com/Multilingual
https://wiki.opennet.ru/RUU
https://www.youtube.com/channel/UCZWadyLVO4ZnMgLrRVtS6VA
@artsi0m
Copy link
Author

artsi0m commented Sep 21, 2021

That's all was posted with epiphany btw...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment