Dave

Results 134 comments of Dave

Some info about creating a linux desktop entry file for [GNOME](https://www.gnome.org/), [KDE](https://kde.org/), and [Xfce](https://www.xfce.org/) (this should give us most linux distro's https://www.baeldung.com/linux/desktop-entry-files https://www.maketecheasier.com/create-desktop-file-linux/ https://gist.github.com/nathakits/7efb09812902b533999bda6793c5e872 https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html

Some info about how to run python code during setup, I think we need Install not Build in cmdclass https://stackoverflow.com/questions/27817190/what-does-cmdclass-do-in-pythons-setuptools https://niteo.co/blog/setuptools-run-custom-code-in-setup-py

I got some design help for the desktop icons :smile: ![brand identity](https://github.com/damies13/rfswarm/assets/15232871/05f855f4-2dd1-4466-bb42-27faf3dcd215) [RFSwarm_svg.zip](https://github.com/damies13/rfswarm/files/13802682/RFSwarm_svg.zip)

I had a very interesting conversation with @HelioGuilherme66 about software translations today. - I learned there is a standard format for software translations (.pot, .po, and .mo files) - I...

Merged into Release v1.0.2 branch. - Changed agent listener to not pickup trace messages - updated documentation to warn against using Trace level in performance tests

I had some other ideas about this today: - Docker Containers typically don't have GUI's but I found I can run XVFB on a Linux docker, not sure what to...

I now have very basic tests running on Mac, Windows and Ubuntu, for multiple python versions, screenshots and test reports are checked back in for Manager and Reporter so the...

I guess by no comment since March this is answered, will close for now.

Hi Zoltan, I'm not sure if this library is being maintained? not a single PR I submitted has been used nor any other updates from anyone else. which is sad...

For anyone else having this issue, I have a workaround I use for now until the PR is added to a release. I use sed to update the output.xml and...