Re: [OT] vnc-problem with idle running as sudo on raspberry pi

2013-12-23 Thread Jean Dubois
Op maandag 23 december 2013 16:29:09 UTC+1 schreef Michael Torrie: > On 12/23/2013 07:06 AM, Jean Dubois wrote: > > I thought this would be something python-people are familiar with, after > > all idle is a Python IDE and running it as a root sometimes is necessary. > > On most desktop distros like

Re: [OT] vnc-problem with idle running as sudo on raspberry pi

2013-12-23 Thread Michael Torrie
On 12/23/2013 07:06 AM, Jean Dubois wrote: > I thought this would be something python-people are familiar with, after > all idle is a Python IDE and running it as a root sometimes is necessary. On most desktop distros like Fedora, sudo idle would indeed work. The fact that it's not working on you

Re: [OT] vnc-problem with idle running as sudo on raspberry pi

2013-12-23 Thread Jean Dubois
Op zondag 22 december 2013 18:06:39 UTC+1 schreef Michael Torrie: > On 12/22/2013 06:27 AM, Jean Dubois wrote: > > I was wrong writing idle_as_root worked this way. As a matter of fact, > > this method also does not work as expected, as can be seen from this > > message: > > > > X11 connection rej

Re: [OT] vnc-problem with idle running as sudo on raspberry pi

2013-12-22 Thread Michael Torrie
On 12/22/2013 06:27 AM, Jean Dubois wrote: > I was wrong writing idle_as_root worked this way. As a matter of fact, > this method also does not work as expected, as can be seen from this > message: > > X11 connection rejected because of wrong authentication. > > New 'X' desktop is raspberrypi:1 >

Re: vnc-problem with idle running as sudo on raspberry pi

2013-12-22 Thread Jean Dubois
Op zondag 22 december 2013 14:02:47 UTC+1 schreef Jean Dubois: > I found the following solution to use idle on the raspberry pi > as sudoer (which is necessary or at least comfortable when programming the > GPIO) > 1. Open a terminal > 2. type cd ~/Desktop > 3. type touch idle_as_root > 4. type na

vnc-problem with idle running as sudo on raspberry pi

2013-12-22 Thread Jean Dubois
I found the following solution to use idle on the raspberry pi as sudoer (which is necessary or at least comfortable when programming the GPIO) 1. Open a terminal 2. type cd ~/Desktop 3. type touch idle_as_root 4. type nano idle_as_root 5. type in sudo idle 6. exit nano 7. type in sudo chmod +x id