search for: xinitrc

Displaying 20 results from an estimated 80 matches for "xinitrc".

2014 Oct 01
2
VNCServer Startup Config
...p; unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS OS=`uname -s` if [ $OS = 'Linux' ]; then case "$WINDOWMANAGER" in *gnome*) if [ -e /etc/SuSE-release ]; then PATH=$PATH:/opt/gnome/bin export PATH fi ;; esac fi if [ -x /etc/X11/xinit/xinitrc ]; then exec /etc/X11/xinit/xinitrc fi if [ -f /etc/X11/xinit/xinitrc ]; then exec sh /etc/X11/xinit/xinitrc fi [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & any thoughts?...
2013 Mar 28
2
a-gnome-oyences
...users are on kde, as am I (I really don't like gnome). I've got one on gnome, though, CentOS 6.4, and I have a problem: I have to start an agent running ->on login<-, so that the same one is in the environment of every term window he opens. In kde, no problem, I modify /etc/X11/xinit/xinitrc-common so that code in there calls our (newer) ssh-agent instead of the stock one. (And, of course, it's killed on logout, and there's only one running, not one every time that never go away unless killed manually.) /etc/gdm/Xsession *says* that it sources that file, so it should be runnin...
2010 Jan 27
1
xterm clones on VNC problem
...server. The symptoms now are 1. Consistently, of the four xterms window, #3 and #4 can be closed. #1 and #2 will resurrect themselves. *** Removing the while loop from /home/user/.vnc/xstartup does not change this. 2. if I comment out this line in /home/user/.vnc/xstartup exec /etc/X11/xinit/xinitrc I will not get this problem. At least there will only be one xterm window in what I think is the primitive twm desktop. 3. If I then uncomment the xinitrc line, I get back 4 xterms window after restarting vncserver. It's like KDE is somehow insisting on running that while loop even after I...
2016 Mar 08
2
CentOS 7, ctrl-alt-bksp
On Mon, Mar 07, 2016 at 08:58:06PM -0500, Fred Smith wrote: > On Mon, Mar 07, 2016 at 04:17:29PM -0500, m.roth at 5-cent.us wrote: > > Fred Smith wrote: > > > On Mon, Mar 07, 2016 at 11:25:30AM -0500, m.roth at 5-cent.us wrote: > > >> I've been googling, and looking at the CentOS wiki - which, btw, when I > > >> do a full search on
1999 Jun 17
0
Forw: [RHSA-1999:013-02] New XFree86 packages (updated)
....redhat.com - --------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: New XFree86 packages for Red Hat Linux 6.0 Advisory ID: RHSA-1999:013-02 Issue date: 1999-06-15 Updated on: 1999-06-17 Keywords: xfree86 utmp xterm xdm xinit xfs xinitrc - --------------------------------------------------------------------- Revision History: 1999-06-17: Updated xinitrc packages 1. Topic: New XFree86 packages are available that fix problems related to those originally shipped with Red Hat Linux 6.0. A new xinit configuration file package is al...
2015 Mar 17
2
cant' start vnc server
...p; unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS OS=`uname -s` if [ $OS = 'Linux' ]; then case "$WINDOWMANAGER" in *gnome*) if [ -e /etc/SuSE-release ]; then PATH=$PATH:/opt/gnome/bin export PATH fi ;; esac fi if [ -x /etc/X11/xinit/xinitrc ]; then exec /etc/X11/xinit/xinitrc fi if [ -f /etc/X11/xinit/xinitrc ]; then exec sh /etc/X11/xinit/xinitrc fi [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #twm & exec gnome-sess...
2006 May 11
3
Loading GNOME with GDM
...C with CentOS 4 installed. By default, it runs to runlevel 5, which displays the GDM. I'm just wondering, how do I actually make the GDM to start GNOME automatically (after a successful login) for all normal user account without having to add 'exec gnome-session' in every user's ~/.xinitrc? The current scenario is, only successful 'root' logins starts the GNOME, while other normal user successful login is presented with the minimalist window manager (which is equivalent to 'Default System Session' from the GDM menu). I'd appreciate if anyone could help me to fig...
2017 May 25
2
Centos7 Cant start vncserver
OK, first time configuring vncserver on Centos7. I have read through a bunch of old messages here on vncserver and thought I had it. Obviously not. 1) cp /usr/lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver at .service 2) vi /etc/systemd/system/vncserver at .service I changed <USER> in both places to root 3) systemctl daemon-reload 4) systemctl
2012 Mar 23
2
wiki - vnc -gerald and walsh, update?
...SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS OS=`uname -s` if [ $OS = 'Linux' ]; then case "$WINDOWMANAGER" in *gnome*) if [ -e /etc/SuSE-release ]; then PATH=$PATH:/opt/gnome/bin export PATH fi ;; esac fi if [ -x /etc/X11/xinit/xinitrc ]; then exec /etc/X11/xinit/xinitrc fi if [ -f /etc/X11/xinit/xinitrc ]; then exec sh /etc/X11/xinit/xinitrc fi [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & My issue sti...
2016 Mar 08
0
CentOS 7, ctrl-alt-bksp
...terminate:ctrl_alt_bksp" > EndSection > > Also, at least with the more minimalist window managers (I usually use > either Openbox or dwm) one can also use ctl+alt+F<whatever>, get to a > console and do sudo pkill X. And... I just found this on worldofgnome.org: Using Xinitrc Xinitrc is read by xinit and is been executed when we (desktops) start X. Create a new file (if not exists): gedit ~/.xinitrc Add setxkbmap -option terminate:ctrl_alt_bksp $ setxkbmap ... will set the changes on the fly. Restart X to apply changes. Logout/Login. -- ---- Fred Smith...
2008 Mar 06
0
[ANNOUNCE] xinit 1.0.8
...doesn't need the -launchd command line argument anymore. OS-X: Properly set enable_xauth if the user has no defaults set and choose a valid $display for fast-user-switching. OS-X: Add bindir to $PATH in startx if it's not there OS-X: Fixed typo OS-X: Set fontpath in xinitrc to include system / user fonts. Additionally fixed font scaling issues (trac #52) Apple: use -nocpp arg to xrdb if cpp is not installed Apple: Cleaned up font path setting and added font caching to xinitrc Apple: Support spaces in $HOME for font path, and remove duplicate entry...
2014 Oct 16
0
[fdo] Xinit without option set string no in xinitirc
...Xorg and X11 technology, but I think there is a problem with the xinit system, here is the story : When I compiled the xinit from the source code with these options on the configure: ./configure --without-twm --without-xclock --without-xterm Everything works fine , but at the end the file xinitrc in /etc/X11/xinit/xinitrc -no & -no -geometry 50x50-1+1 & -no -geometry 80x50+494+51 & -no -geometry 80x20+494-0 & -exec no -geometry 80x66+0+0 -name login Usually the output without these options is : -TWM & -XCLOCK -geometry 50x50-1+1 & -XTERM -geometry 80x50+494+51 &am...
2017 Aug 03
2
fcitx-anthy request (for Japanese users)
On Wed, Aug 02, 2017 at 08:15:58PM -0400, H wrote: > On 08/02/2017 09:46 AM, Scott Robbins wrote: > > On Wed, Aug 02, 2017 at 09:37:06AM -0400, H wrote: > > > > Ah, also, in my .xinitrc (I boot into text mode then run startx I have, > > > > above the line calling the window manager > > > > > > > > export LC_CTYPE=en_US.UTF-8 > > > I suspect there may be some configuration setting I have missed but since there is no graphical configurat...
1999 Jun 17
0
Forw: [RHSA-1999:013-01] New XFree86 packages for Red Hat Linux 6.0
...at.com X-URL: http://www.redhat.com - --------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: New XFree86 packages for Red Hat Linux 6.0 Advisory ID: RHSA-1999:013-01 Issue date: 1999-06-15 Keywords: xfree86 utmp xterm xdm xinit xfs xinitrc - --------------------------------------------------------------------- 1. Topic: New XFree86 packages are available that fix problems related to those originally shipped with Red Hat Linux 6.0. A new xinit configuration file package is also available. 2. Bug IDs fixed: 2192 2382 2402 2423 24...
2017 May 25
0
Centos7 Cant start vncserver
...EN tcp6 0 0 :::5902 :::* LISTEN tcp6 0 0 :::5903 :::* LISTEN Why 5901 and 2 are listening, I don't know... when I vnc to my server I get that basic nasty blank X11 screen. I modified /root/.vnc/xstartup with: exec /bin/sh /etc/xdg/xfce4/xinitrc But restarting vncserver@:3 does not seem to get the vnc client to get my xfce desktop, only the blank x11 desktop. Oh and restart gives the same errors as start does, but the pids are there: # ls .vnc/ homebase.home.htt:1.log homebase.home.htt:2.pid passwd homebase.home.htt:1.pid homebase.h...
2019 Sep 30
12
[Bug 111868] New: xorg with nouveau crash when starting mate-session in debian 10
https://bugs.freedesktop.org/show_bug.cgi?id=111868 Bug ID: 111868 Summary: xorg with nouveau crash when starting mate-session in debian 10 Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: not set Priority: not set Component:
2017 Aug 02
2
fcitx-anthy request (for Japanese users)
...do remember in an older version of FreeBSD, to get it to work in firefox, I would use LC_CTYPE=ja_JP.UTF-8 firefox from a terminal, and it would then work. I never figured out why (it worked with other GTK apps such as libreoffice. Hrrm, I don't think I tried in Thunderbird. Ah, also, in my .xinitrc (I boot into text mode then run startx I have, above the line calling the window manager export LC_CTYPE=en_US.UTF-8 Do you have fcitx-gtk2 and fcitx-gtk3 installed? I repeat, I'm not an expert on this, my skill is in googling and finding out how others got it done, then just copying that an...
2017 Aug 05
2
fcitx-anthy request (for Japanese users)
...te: > On 08/02/2017 09:07 PM, Scott Robbins wrote: >> On Wed, Aug 02, 2017 at 08:15:58PM -0400, H wrote: >> >> >>> On 08/02/2017 09:46 AM, Scott Robbins wrote: >>>> On Wed, Aug 02, 2017 at 09:37:06AM -0400, H wrote: >>>>>> Ah, also, in my .xinitrc (I boot into text mode then run startx I have, >>>>>> above the line calling the window manager >>>>>> >>>>>> export LC_CTYPE=en_US.UTF-8 >>>>> I suspect there may be some configuration setting I have missed but since there is no...
2017 Aug 02
2
fcitx-anthy request (for Japanese users)
On Wed, Aug 02, 2017 at 09:37:06AM -0400, H wrote: > > > >Ah, also, in my .xinitrc (I boot into text mode then run startx I have, > >above the line calling the window manager > > > >export LC_CTYPE=en_US.UTF-8 > > > >Do you have fcitx-gtk2 and fcitx-gtk3 installed? > >I repeat, I'm not an expert on this, my skill is in googling and finding...
2019 Sep 25
3
Centos 8 Mate?
...ran following commands (something like this, I experimented some): yum install python2-six yum install mate* -x mate*devel* -x mate-menu yum groupinstall "MATE" --skip-broken yum groupinstall "MATE Desktop" --skip-broken echo "exec /usr/bin/mate-session" >> ~/.xinitrc reboot and then selected MATE in login screen. Links to rpm's: https://ftp-stud.hs-esslingen.de/pub/Mirrors/archive.fedoraproject.org/fedora/linux/releases/28/Everything/x86_64/os/Packages/f/fedora-repos-28-1.noarch.rpm and https://ftp-stud.hs-esslingen.de/pub/Mirrors/archive.fedoraproject.or...