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

Puddletag AppImage #288

Closed
kskarthik opened this issue Mar 6, 2016 · 15 comments
Closed

Puddletag AppImage #288

kskarthik opened this issue Mar 6, 2016 · 15 comments

Comments

@kskarthik
Copy link

Appimage helps packing apps which can run on all major Linux distributions. It's based on concept of one app = one file

If puddletag can be packed along with all its dependencies inside an appimage, users can simply download give permission & run the file. Appimage also supports Delta updates.

Popular apps like subsurface, scribus, krita also adopted this method to distribute their apps. It's easy to pack apps using AppImage. No extra knowledge required.

Project repo: https://github.com/probonopd/AppImagekit

The developer @probonopd is happy to help you packing your app :)

@keithgg
Copy link
Collaborator

keithgg commented May 5, 2016

I'm gonna pass on this. Happy to receive a pull request though. ;-)

@kskarthik
Copy link
Author

@kskarthik kskarthik changed the title Please provide puddletag for Linux using AppImage Puddleag AppImage Jun 2, 2016
@kskarthik kskarthik changed the title Puddleag AppImage Puddletag AppImage Jun 2, 2016
@probonopd
Copy link

Can puddletag be installed into a virtual environment or be bundled with cx_freeze?

@keithgg
Copy link
Collaborator

keithgg commented Jul 8, 2016

Nope, since it depends on PyQt4 which as far as I know doesn't support pip installation.

In theory it should work with cx_freeze, but I didn't really check.

@keithgg keithgg closed this as completed Jul 8, 2016
@probonopd
Copy link

probonopd commented Nov 9, 2016

Wasn't too hard:
https://github.com/probonopd/AppImages/blob/master/recipes/meta/Puddletag.yml

Here is the AppImage, it is using the deb from the GitHub Releases page:
https://bintray.com/probono/AppImages/puddletag/_latestVersion#files

Some fine-tuning might be needed, let me know how it goes.

Would you be interested in providing an official one?

@ghost ghost mentioned this issue Aug 28, 2018
@karsta62
Copy link

karsta62 commented May 4, 2020

This is old, but so is beloved puddletag.
As I stated in #454 as well, this image does not work in Ubuntu 20.04:

./puddletag-1.1.1.glibc2.15-x86_64.appimage
Traceback (most recent call last):
File "/tmp/.mount_3IShgP/usr/bin/puddletag", line 317, in
from PyQt4.QtGui import QApplication, QPixmap, QSplashScreen, QIcon
ImportError: /usr/lib/x86_64-linux-gnu/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var

Isn't this just what should not happen with these images?
It works with 18.04.

@probonopd
Copy link

Yes, this is a bug with that old experimental AppImage. https://github.com/keithgg/puddletag should make a proper one... I'm here to help.

@miniworm
Copy link

miniworm commented May 6, 2020

Proper appimage has been created, please check #464

@sandrotosi
Copy link
Member

Please check #468

@probonopd
Copy link

Proper appimage has been created, please check #464

Thanks @miniworm could it be uploaded to
https://github.com/keithgg/puddletag/releases
please?

@miniworm
Copy link

miniworm commented May 23, 2020

From my perspective it’s more than welcomed. But I’m not puddletag maintainer so I cannot do it myself. Let’s hope for this, maybe @keithgg can help? We prepared appImage, now it’s simple administrative task.

@keithgg
Copy link
Collaborator

keithgg commented May 27, 2020

Thanks for the effort guys.

I'll check out the AppImage and upload it this weekend if all good.

@miniworm
Copy link

Thanks @keithgg . If you'll find this appimage OK maybe it would be also good to provide info about it on main puddletag webpage in Downloads section ( http://docs.puddletag.net/download.html ) since now it has no reference to github releases page ( https://github.com/keithgg/puddletag/releases ) and for sure some people will try to find info there and will see currently incorrect info that for example for Ubuntu they should use WebUpd8 PPA.

@ghost
Copy link

ghost commented Feb 11, 2021

I'll check out the AppImage and upload it this weekend if all good.

quick question, does there exist an official appimage version - i could not find anything related in the releases section?

thanks a lot.

@sandrotosi
Copy link
Member

I'll check out the AppImage and upload it this weekend if all good.

quick question, does there exist an official appimage version - i could not find anything related in the releases section?

There's no official appimage version of puddletag supported by the puddletag development team

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

6 participants