Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to modern technologies #7

Closed
afranke opened this issue Aug 19, 2014 · 6 comments
Closed

Port to modern technologies #7

afranke opened this issue Aug 19, 2014 · 6 comments

Comments

@afranke
Copy link

afranke commented Aug 19, 2014

It would be nice to have a modern version using GTK+ 3, GStreamer 1…

@jwagner
Copy link
Owner

jwagner commented Dec 21, 2015

Gave this a shot today. It was quite painful but I think it works now.

Cheers,
Jonas

@jwagner
Copy link
Owner

jwagner commented Dec 22, 2015

I released version 1.5 which is using python 3 gtk3 and gstreamer 1. :)

@jwagner jwagner closed this as completed Dec 22, 2015
@afranke
Copy link
Author

afranke commented Dec 23, 2015

Awesome. "Funny" story: I wanted to try out master when you made the first comment two days ago, so I looked for a way to uninstall the version I had first. Since setup.py doesn't handle uninstall, I generated a list of installed files with setup.py (or so I thought) and then I ran cat files.txt|xargs rm -rf and my session went nuts. I then realised what was happening: it was running rm -rf / and my system was now completely broken.

I'll try 1.5 as soon as I can get my system back up and running. Thanks for your work on this!

@jwagner
Copy link
Owner

jwagner commented Dec 23, 2015

Ouch. I had a similar incident at one point running something like find -delete -iname *.pyc. Deletes all the files and the prints out the ones that match *.pyc. Anyways there would have been a file containing all the files that were installed (for exactly that purpose): $PREFIX/lib/python3.4/dist-packages/playitslowly-py3.4.install-info.

Good luck with the recovery!

Cheers,
Jonas

@trebmuh
Copy link
Contributor

trebmuh commented Dec 26, 2015

Sweat, thanks Jonas !

@afranke
Copy link
Author

afranke commented Jan 5, 2016

Finally recovered and got the time to test. Looks great, works good so far. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants