D
D
david-sitnikov2015-12-15 19:11:02
Python
david-sitnikov, 2015-12-15 19:11:02

How to add an indicator for Ubuntu to a Python TK application?

I really want to attach an indicator to my Python3 application.
I wrote 2 separate programs. The first one is the TKinter GUI. Second indicator for ubuntu.
I want the indicator to start when the GUI starts.
Is it humane to run it through subprocess?
Well, I feel in my gut that I'm doing something wrong :)
PS: I'm just starting to learn Python, so don't kick too hard :)
If possible, unsubscribe informatively and tell me where to dig :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2015-12-17
@daapp

Run through a subprocess, if you run it not a thousand times per second, then it's a normal option. There are a lot of such applications, some of them work in cli and some of them work as gui for cli.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question