Re: vnc not into gnome but Xfce but still not working

2014-07-24 Thread poma
On 07/23/2014 07:00 PM, poma wrote: On 23.07.2014 10:40, poma wrote: $ grep -v ^# $HOME/.vnc/xstartup startxfce4 $ grep -v ^# /etc/systemd/system/vncserver@\:1.service [Unit] Description=Remote desktop service (VNC) After=syslog.target network.target [Service] Type=simple ExecStartPre=/bin/sh

Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread poma
On 23.07.2014 10:40, poma wrote: $ grep -v ^# $HOME/.vnc/xstartup startxfce4 $ grep -v ^# /etc/systemd/system/vncserver@\:1.service [Unit] Description=Remote desktop service (VNC) After=syslog.target network.target [Service] Type=simple ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i > /d

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread poma
On 23.07.2014 16:32, Ed Greshko wrote: On 07/23/14 22:25, Robert Moskowitz wrote: And this is not a bug with the default xstartup script? No. I'd classify it as a deficiency. It works as it is designed. It just doesn't have what you need for xfce. The reason why 'startxfce4' exists. Wh

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Ed Greshko
On 07/23/14 22:25, Robert Moskowitz wrote: > And this is not a bug with the default xstartup script? No. I'd classify it as a deficiency. It works as it is designed. It just doesn't have what you need for xfce. -- If you can't laugh at yourself, others will gladly oblige. -- users mailing

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Michael D. Setzer II
On 23 Jul 2014 at 19:40, Ed Greshko wrote: From: Ed Greshko Date sent: Wed, 23 Jul 2014 19:40:11 +0800 To: Community support for Fedora users Subject:Re: kindof fixed - Re: vnc not into gnome but Xfce but still not

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Michael D. Setzer II
On 23 Jul 2014 at 9:49, Robert Moskowitz wrote: Date sent: Wed, 23 Jul 2014 09:49:33 -0400 From: Robert Moskowitz To: Community support for Fedora users Subject:Re: kindof fixed - Re: vnc not into gnome but Xfce but still not

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Robert Moskowitz
On 07/23/2014 10:20 AM, Ed Greshko wrote: On 07/23/14 21:49, Robert Moskowitz wrote: On 07/23/2014 07:40 AM, Ed Greshko wrote: On 07/23/14 19:34, Robert Moskowitz wrote: So I just cp your xstartup to my system and it works now. thanks. So what is wrong with the default script? I am assuming

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Ed Greshko
On 07/23/14 21:49, Robert Moskowitz wrote: > > On 07/23/2014 07:40 AM, Ed Greshko wrote: >> On 07/23/14 19:34, Robert Moskowitz wrote: >>> So I just cp your xstartup to my system and it works now. thanks. >>> >>> So what is wrong with the default script? I am assuming I need to file a >>> bug repo

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Robert Moskowitz
On 07/23/2014 07:40 AM, Ed Greshko wrote: On 07/23/14 19:34, Robert Moskowitz wrote: So I just cp your xstartup to my system and it works now. thanks. So what is wrong with the default script? I am assuming I need to file a bug report on it. Nothing is wrong with the default script. if [ -x

Re: kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Ed Greshko
On 07/23/14 19:34, Robert Moskowitz wrote: > So I just cp your xstartup to my system and it works now. thanks. > > So what is wrong with the default script? I am assuming I need to file a bug > report on it. Nothing is wrong with the default script. if [ -x /etc/X11/xinit/xinitrc ]; then exec /

kindof fixed - Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Robert Moskowitz
gnome but Xfce but still not working Send reply to: Community support for Fedora users > OK. I believe I figured out what is wrongish. I normally run gnome, so in my ~/.vnc/xstartup I have: exec gnome-session & as the last line. But this fedora 20 arm system is runni

Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Robert Moskowitz
gnome but Xfce but still not working Send reply to: Community support for Fedora users > OK. I believe I figured out what is wrongish. I normally run gnome, so in my ~/.vnc/xstartup I have: exec gnome-session & as the last line. But this fedora 20 arm system is runni

Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread Robert Moskowitz
gnome but Xfce but still not working Send reply to: Community support for Fedora users > OK. I believe I figured out what is wrongish. I normally run gnome, so in my ~/.vnc/xstartup I have: exec gnome-session & as the last line. But this fedora 20 arm system is runni

Re: vnc not into gnome but Xfce but still not working

2014-07-23 Thread poma
$ grep -v ^# $HOME/.vnc/xstartup startxfce4 $ grep -v ^# /etc/systemd/system/vncserver@\:1.service [Unit] Description=Remote desktop service (VNC) After=syslog.target network.target [Service] Type=simple ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/null 2>&1 || :' ExecStart=/sbin

Re: vnc not into gnome but Xfce but still not working

2014-07-22 Thread Ed Greshko
On 07/23/14 13:47, Robert Moskowitz wrote: > OK. I believe I figured out what is wrongish. > > I normally run gnome, so in my ~/.vnc/xstartup I have: > > exec gnome-session & > > as the last line. But this fedora 20 arm system is running Xfce! So after a > quick google search, I changed that to:

Re: vnc not into gnome but Xfce but still not working

2014-07-22 Thread Michael D. Setzer II
On 23 Jul 2014 at 1:47, Robert Moskowitz wrote: Date sent: Wed, 23 Jul 2014 01:47:37 -0400 From: Robert Moskowitz To: Community support for Fedora users Subject:vnc not into gnome but Xfce but still not working Send reply to

vnc not into gnome but Xfce but still not working

2014-07-22 Thread Robert Moskowitz
OK. I believe I figured out what is wrongish. I normally run gnome, so in my ~/.vnc/xstartup I have: exec gnome-session & as the last line. But this fedora 20 arm system is running Xfce! So after a quick google search, I changed that to: exec xfce4-session & But still I get vnc having a b