21
22
Software development / Re: HandBrake segfault?
Last post by TheExplorer -Looks like it's my fault. I'm using the deprecated 340.108 NVidia driver from AUR. It's not compatible with GTK4 anymore: https://gitlab.gnome.org/GNOME/gtk/-/issues/5858
Sorry, guys.
Mods, you are free to delete my post.
23
Software development / HandBrake segfault?
Last post by TheExplorer -Can anyone confirm a strange behavior of HandBrake (video transcoder) after its upgrade?
It simply doesn't start. If I start it from the console I just get an "Aborted" message. That's all.
Btw, the version from the repo (1.8.2) needs gtk4. I downgraded it to version 1.7.3 (which doesn't have gtk4 as a dependency) and the program starts and works fine.
24
Off-Topic / Re: Finding Nornal in abnormal times
Last post by Ogis -As you know, capitalism is currently experiencing its greatest crisis in history, and therefore the skeleton of fascism is being brought to light again.
By the way, if anyone doesn't know, in Eastern Europe, and especially in the Baltic states (Lithuania, Latvia, and Estonia), this fascism is being revived at a rapid pace.
25
System / Re: windowmaker and lxdm failure
Last post by lq -where are you pulling wmaker from?
Code: [Select]
curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/windowmaker.tar.gz
Your problem is neither the windowmaker nor the lxdm but your ~/.xinitrc.
Code: [Select]
#!/bin/bash
#
# ~/.xinitrc
#
# Dbus fix
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi
## Executed by startx
## Here LXDE is kept as default
session=${1:-lxde}
case $session in
lxde ) exec /usr/bin/startlxde;;
openbox ) exec /usr/bin/openbox-session;;
wmaker ) exec /usr/bin/wmaker;;
fvwm3 ) exec /usr/bin/fvwm3;;
icewm ) exec /usr/bin/icewm;;
icewm-session ) exec /usr/bin/icewm-session;;
# No known session, try to run it as command
* ) exec $1;;
esac
26
System / Re: windowmaker and lxdm failure
Last post by mrbrklyn -I am not sure what that little widget is that shows different desktop managers is? I have never seen in it windowmaker.
where are you pulling wmaker from?
27
System / Re: windowmaker and lxdm failure
Last post by lq -I am not sure what that little widget is that shows different desktop managers is? I have never seen in it windowmaker.
28
System / Re: windowmaker and lxdm failure
Last post by mrbrklyn -How does lxdm change the environment for windowmaker?
It would be interesting to know what you have written in your ~/.xinitrc.
# Window Maker default X session startup script
PATH="$PATH:/usr/bin"
# If you login from xdm, uncomment this to make error messages appear
# in the console window.
#
# tail -f "/home/ruben"/.xsession-errors > /dev/console &
exec wmaker
29
System / Re: windowmaker and lxdm failure
Last post by lq -How does lxdm change the environment for windowmaker?
It would be interesting to know what you have written in your ~/.xinitrc.
30
System / Re: windowmaker and lxdm failure
Last post by mrbrklyn -I am not sure what that little widget is that shows different desktop managers is? I have never seen in it windowmaker.
http://www.mrbrklyn.com/images/wmaker_1.jpg