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
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
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
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
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
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
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
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
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
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 /
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
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
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
$ 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
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:
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
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
17 matches
Mail list logo