Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2019-01-21 Thread elextr
Closed #1965.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#event-2087771420

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2019-01-21 Thread elextr
Closed, the usual non-standard xterm replacement problem, not a Geany problem.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-456266072

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-03 Thread hollisterca
sorry
pi@raspberrypi:~ $ realpath "$(which x-terminal-emulator)"
/usr/bin/lxterminal
pi@raspberrypi:~ $ 

hmm, that is why it did not work with lxterminal either.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426569158

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-03 Thread elextr
@hollisterca the command you were asked to run is:

```
realpath "$(which x-terminal-emulator)"
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426536315

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-03 Thread hollisterca
pi@raspberrypi:~ $ which x-terminal-emulator
/usr/bin/x-terminal-emulator


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426534144

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-02 Thread Colomban Wendling
@hollisterca what is x-terminal-emulator actually running? You can likely check 
with the command `realpath "$(which x-terminal-emulator)"` in a terminal.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426371420

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-02 Thread hollisterca
Sorry must have overlooked it.
Edit - Pref -Terminal: x-terminal-emulator -e "/bin/sh %c"

I installed xterm
sudo apt install xterm
then replaced the Terminal string to : xterm -e "/bin/sh %c"
and now it works 

![image](https://user-images.githubusercontent.com/23412806/4634-52dc1c00-c645-11e8-844b-5b552780ecfa.png)

thanks

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426236468

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread Colomban Wendling
As the run script seems to work fine, my guess is that the configured terminal 
doesn't have xterm-compatible options.  It's a known issue with some terminals 
emulators (especially Konsole).  And now this bug looks like a dusplicate of 
https://github.com/geany/geany/issues/1624 ;)

(and https://www.raspberrypi.org/forums/viewtopic.php?f=66=191818#p1203549, 
although don't edit the config file manually, use the preferences instead)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426157331

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread elextr
As @b4n asked, what is the command configured for Terminal in 
`Edit->Preferences->Tools`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426154880

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread hollisterca
here the screenshot with the option "Don't use run script" in the Edit - 
Preferences - Terminal
![image](https://user-images.githubusercontent.com/23412806/46330966-f1e91f80-c615-11e8-8350-9a6cbc80cc10.png)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426154631

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread hollisterca
that works.
with Edit - Preferences - Terminal (enabling "Execute programs in the VTE")

![image](https://user-images.githubusercontent.com/23412806/46330574-d846d880-c613-11e8-88f3-8605c3a8d9ae.png)

when disabling VTE option, back to first problem with the empty terminal.
when looking in the /tmp/ the sh script is gone

I did find one script in the /tmp

![image](https://user-images.githubusercontent.com/23412806/46330687-7dfa4780-c614-11e8-996f-d8aaa32d39cd.png)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426153076

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread Colomban Wendling
@hollisterca 
* What is the configured Terminal?  See *Tools→Terminal* in the preferences.
* What happens if you run the program in the integrated terminal?  Enable 
*Terminal→Execute programs in the VTE*
  *  When running programs in the integrated terminal, could you give the 
results for both states of the *Terminal→Don't use run script* option?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-426049677

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread hollisterca
Reopened #1965.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#event-1877083184

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread hollisterca
Sorry did not mean to close 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-425956333

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread hollisterca
Terminal:
pi@raspberrypi:~ $ python3 '/home/pi/Documents/Geany 
Projects/Hello/helloworld.py'
Hello World
pi@raspberrypi:~ $ 

Geany - Execute commands
python3 '/home/pi/Documents/Geany Projects/Hello/helloworld.py' 
or
python3 "/home/pi/Documents/Geany Projects/Hello/helloworld.py"

just produces the blanc screen. Its weird, I did not have that a few months 
ago. (so before a few updates)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-425956003

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread hollisterca
Closed #1965.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#event-1877080747

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread Matthew Brush
Instead of `"%d/%f"` in the Command field you could try putting the `%d` (or 
`%p`) in "Working Directory" field. Also for testing you could try with 
hardcoded paths.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-425929695

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread hollisterca
yes python3 works

pi@raspberrypi:~ $ python3
Python 3.5.3 (default, Sep 27 2018, 17:25:39) 
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 

Within Geany, when I compile:
python3 -m py_compile "helloworld.py" (in directory: /home/pi/Documents/Geany 
Projects/Hello)
Compilation finished successfully.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-425831816

Re: [Github-comments] [geany/geany] Geany V1.29 - Python - Raspian no longer running (#1965)

2018-10-01 Thread elextr
Does `python3 program_path` work on the command line and is `python3` in the 
PATH for Geany?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965#issuecomment-425800676