search for: xresourc

Displaying 20 results from an estimated 32 matches for "xresourc".

Did you mean: resourc
2004 Mar 26
2
With which version of XFree86 can R compile?
...rror before "_Xconst" [snip] /usr/X11R6/include/X11/Xutil.h:678: error: syntax error before "_Xconst" /usr/X11R6/include/X11/Xutil.h:801: error: syntax error before "_Xconst" In file included from xrm.h:5, from dataentry_mb.c:41: /usr/X11R6/include/X11/Xresource.h:94: error: syntax error before "char" /usr/X11R6/include/X11/Xresource.h:98: error: syntax error before "char" /usr/X11R6/include/X11/Xresource.h:122: error: syntax error before "char" /usr/X11R6/include/X11/Xresource.h:127: error: syntax error before "char&quo...
2014 Oct 01
2
VNCServer Startup Config
...t; 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? TIA -- Igal Sapir Railo Core Developer http://getRailo.org/
2005 Aug 13
2
How can I make these command prompt settings into universal settings?
...tead of having to configure each application individually, it would be better to have this setting just on all the time for every application, both existing and new. I was under the impression this was possible. Following advice gained elswhere, I thought I could put the following into /etc/X11/Xresources: ! Japanese Input #!/bin/sh XMODIFIERS='@im=kinput2' LC_CTYPE=ja_JP.utf8 kinput2 -canna & But doing so results in Japanese input not being available for any application. I'm using KDE, and I learned that I should be able to put any shell script in the ~/.kde/Autostart/ directo...
2008 Jun 27
1
VNC vs GNOME desktop
...guration? and I get that once for each applet. here's the ~/.vnc/xstartup file from the server: #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The Lord is l...
2016 Jun 02
2
vnc on C7
...mate to show up use the follow text in your ~.vnc/xstartup file: #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r HOME/.Xresources ] && xrdb HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & mate-session &
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7. I did the following on C7 server: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver@:1.service systemctl daemon-reload edit /etc/systemd/system/vncserver@:1.service and replace <USER> with myuser su - myuser run
2010 Dec 09
1
how to run a command on a specific vnc display
...artup for display 1 as such: 1 #!/bin/sh 2 3 # Uncomment the following two lines for normal desktop: 4 unset SESSION_MANAGER 5 exec /etc/X11/xinit/xinitrc 6 while true ;do sh /opt/scripts/rc; done & 7 [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup 8 [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources 9 xsetroot -solid grey 10 vncconfig -iconic & 11 xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & 12 twm & ]# more /opt/scripts/rc java -jar /opt/selenium/selenium-server.jar > /opt/selenium/Logs/logs.txt Though th...
2017 Oct 11
0
[ANNOUNCE] libXRes 1.2.0
...in XResQueryClientResources() [CVE-2013-1988 2/2] Remove fallback for _XEatDataWords, require libX11 1.6 for it Colin Walters (1): autogen.sh: Implement GNOME Build API Emil Velikov (1): autogen.sh: use quoted string variables Erkki Seppälä (2): Implemented first part of XResource extension v1.2: XResQueryClientIds Implemented second part of XResource extension v1.2: XResQueryResourceBytes Julien Cristau (1): Compute number of bytes correctly in XResQueryClientPixmapBytes Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): auto...
2015 Mar 17
2
cant' start vnc server
...t; 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-session & But when I go to start it up I am getting this error: [root at potwsld00001 ~]# service vncserver start Starting VNC server:...
2016 Jul 13
0
vnc on C7
...tup file is here* ********************** xstartup ************************* #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & mate-session & *********************************************************** *The vncserver.service file is here* ********...
2017 Oct 20
1
Font Size for View()
Thanks for the feedback. At least on Windows, the font size for View() appears to be controlled by the font size specified under the Rgui preferences / Rconsole. I thought that under Linux, it might be controlled by some .Xresources/.Xdefaults setting. Ok, will wait for a bit but if nobody else has any suggestions, I'll ask on r-devel. Best, Wolfgang -----Original Message----- From: Dirk Eddelbuettel [mailto:dirk.eddelbuettel at gmail.com] On Behalf Of Dirk Eddelbuettel Sent: Friday, 20 October, 2017 19:47 To: Viechtb...
2006 Nov 18
1
customizing XDM
I would like to change background color for xdm, is there any parameter which I should change? I tried to change *Background and xlogin*background in /etc/X11/xdm/Xresources but did not success. --beast
2005 Feb 14
2
view remote desktop
I know with vnc you can access virtual desktops, but is there a way to view the current desktop on a kde session? I tried changing the .vnc/xstartup and added the startkde & at the end to get the gui working, but can only get virtual desktops to show. or if there is a different software to use that someone else might know about. Using CentOS 3.4 Rob
2010 Apr 06
1
VNC Server
Hi, I?m trying to set up VCN server in Centos. I got the connection but no KDE windows, only a black window. Any idea? My xstartup is : #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80+24+10+10 -ls -title .$VNCDESTOP Desktop. & startkde & Regards Fernando -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100405/ee335006/attachment-0003.html&...
2006 Nov 14
1
confige error:X11 headres/libs
...ithout setting --with-x=no currently my /usr/lib/X11 directory looks like this ls /usr/lib/X11 app-defaults fvwm2 nls twm XErrorDB Xmodmap Cards getconfig Options wmmount xinit Xmodmap.remote etc icons proxymngr x11perfcomp xkb Xresources fonts lbxproxy rgb.txt xdm XKeysymDB xserver fs locale rstart xedit xman.help xsm thanks tom
2010 Mar 11
3
VNC viewer blank screen
Hi, I have configured vnc on my centos server machine. But, unable to access the vnc client. When ever i try to access my client. All I get is a blank screen with only mouse working. I am very clue less about the problem, Can I find out this error. Regards, Vijay Shanker Dubey -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Feb 02
1
R's X11 Device Properties
...uot;The standard X11 resource geometry can be used to specify the window position and/or size, but will be overridden by values specified as arguments or non-NA defaults set in X11.options. The class looked for is R_x11." This "R_x11" class works fine for setting the geometry in .Xresources, but it does not seem to be the same "class" as WM_CLASS referenced above. Unfortunately, this is about as far as my knowledge of X goes, so hopefully this makes sense. If anyone has any pointers, they would be welcome. Thank you! Best Regards, Erik Iverson
2013 Apr 04
1
X11 font -adobe-helvetica size 15 could not be loaded
...tached packages: [1] stringr_0.6.2? reshape2_1.2.2 loaded via a namespace (and not attached): [1] plyr_1.8??? tools_3.0.0 I looked online for a solution.and found this (https://stat.ethz.ch/pipermail/r-help/2002-June/022116.html).? But, /etc/X11 $ ls app-defaults???????????? rgb.txt? xkb?????? Xresources? Xsession.options default-display-manager? X??????? Xreset??? Xsession??? XvMCConfig fonts??????????????????? xinit??? Xreset.d? Xsession.d? Xwrapper.config doesn't have XF86Config ?capabilities("X11") ?X11 TRUE names(X11Fonts()) [1] "serif"??????? "sans"????...
2012 Mar 23
2
wiki - vnc -gerald and walsh, update?
...*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 still revolves around the actual encryption. There seems to be nothing in vncviewer allowing it. There is something in your post about the s...
2009 Jun 04
14
Gnome-login to osol DomU fails, refusing valid credentials
i''ve managed to get 2009.06 installed in a Xen DomU on Linux Dom0. it''s currently ''up'' with a static IP, and i can successfully ssh into the box as either root or ''myuser''. all network/login settings seem to survive reboot. i''ve set up for VNC to the DomU. i can connect, and am at the Gnome login window. but, neither