Tino Engel

Results 26 comments of Tino Engel

P.S.: I think about making python a runtime dependency for the port. This might avoid a lot of confusion due to a non-working application menu. What do you think?

Unfortunately there is nothing like an optional dependency or recommended dependency in FreeBSD. The only way that comes to my head would be a port Makefile option `OPTIONS_DEFINE +=PYTHON` which...

> Random thought: Splitting the widgets and the bar itself into two packages. The widgets could then depend on Python while the main sfwbar package does not. Main issue I...

Ah ok, now I understand the proposal, it is about splitting _only_ the python widgets. It is of course up to @LBCrion to decide whether to invest work in making...

@LBCrion Have you made up your mind concerning the python dependency? I'd still tend to add it as runtime dependency - I assume that 90% of the sfwbar users will...

It seems that this issue affects my port, too: ![20221204_19h07m58s_grim](https://user-images.githubusercontent.com/15913459/205508243-78f4308c-a734-435f-be5f-67aa6b79671d.png) ![20221204_19h09m44s_grim](https://user-images.githubusercontent.com/15913459/205508247-a21404c5-1859-4f03-84ca-3362dc0fee3c.png) ![20221204_19h19m30s_grim](https://user-images.githubusercontent.com/15913459/205508361-5facb18e-a381-4f91-b5ab-ee341e4f16e7.png) I see no possible simple workaround using the PORTSCOUT Makefile variable which does not disable update notifications at...