Re: Some questions about Arch Linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello there,


What should I modify to make that happen? sorry, but I'm trying to get it all right, that's why I'm asking so many questions.

Best regards.

Francisco

On 4/11/21 7:34 PM, Linux for blind general discussion wrote:
Hi,

twm is not accessible. Use Mate.

Cheers,
Didier
--
Didier Spaier
Slaint maintainer

Le 11/04/2021 à 17:26, Linux for blind general discussion a écrit :
Hello there,

Below my file, since I installed everything through the new installer in the newest iso, which, btw, is completely doable, and throws no errors.


#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







     xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
     xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







     xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
     xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
  for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
   [ -x "$f" ] && . "$f"
  done
  unset f
fi

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login
export GTK_MODULES=gail:atk-bridge
export GNOME_ACCESSIBILITY=1
export QT_ACCESSIBILITY=1
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
export ACCESSIBILITY ENABLED=1

On 4/11/21 5:11 PM, Linux for blind general discussion wrote:
Which session is specified in your '.xinitrc'?  Did you also drag in the appropriate video driver?  Does 'x' start?  Does it throw errors?



Cheers,



Dave  Hunt


Sent from my Lenovo Thinkpad, running Slint GNU/Linux. https://slint.fr

On 4/11/21 11:09 AM, Linux for blind general discussion wrote:
stuff i don't remember, are installed, plus the gnome and mate desktops.


_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://listman.redhat.com/mailman/listinfo/blinux-list

_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://listman.redhat.com/mailman/listinfo/blinux-list




[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]