To view this discussion on the web visit https://groups.google.com/d/msgid/pyo-discuss/6jus2cbj2s5ml77cqrkczdgt27yjxoieddleqdkhspzwonwzuv%40ekogo4zuez4s.
It's the epyo script. E-Pyo is written in Python, so, to launch
      the editor, you need this script. I have compiled Pyo from
      sources, and the epyo file is located in /usr/local/bin. I created
      an epyo.desktop file and put it in /usr/share/applications so I
      can launch E-Pyo by clicking on its icon. If you have or can fine
      the epyo script, then it should be easy to run it.
    
--
You received this message because you are subscribed to the Google Groups "pyo-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyo-discuss/560b5ec5-e02a-425a-8077-c3d89adfa56bn%40googlegroups.com.
The file that I have and that gets called whenever I click on the E-Pyo icon, is called epyo and it is in /usr/local/bin. Here's my epyo.desktop file that I've put in /usr/share/applications:
```
      [Desktop Entry]
      Name=Epyo
      Exec=/usr/local/bin/epyo
      Icon=/home/alex/Applications/pyo/icon/E-PyoIcon.webp
      Type=Application
      Terminal=false
      Categories=Multimedia;
      X-GNOME-SingleWindow=true
      ```
    
To view this discussion on the web visit https://groups.google.com/d/msgid/pyo-discuss/1dba0c4e-448b-49ba-bc0b-df4b9bd9c723n%40googlegroups.com.