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

Build PHP with jpeg support. #25

Merged
merged 1 commit into from
Aug 20, 2016

Conversation

kyrofa
Copy link
Member

@kyrofa kyrofa commented Aug 19, 2016

This PR fixes #24 by building PHP with jpeg support, which means Nextcloud can now generate thumbnails and previews. Please test with the following:

$ sudo snap install nextcloud --edge

Upload .jpg and .png images, and verify that thumbnails are generated. Also verify that, when selecting them, previews are successfully shown.

This fixes nextcloud-snap#24.

Signed-off-by: Kyle Fazzari <kyle@canonical.com>
@oparoz
Copy link
Contributor

oparoz commented Aug 19, 2016

Quick question, can we navigate between release channels or is a channel considered a new snap?

@oparoz
Copy link
Contributor

oparoz commented Aug 19, 2016

# sudo snap install nextcloud --edge
error: cannot install "nextcloud": snap "nextcloud" already installed

So how do we test this release without losing the data?

@kyrofa
Copy link
Member Author

kyrofa commented Aug 19, 2016

Quick question, can we navigate between release channels or is a channel considered a new snap?

This isn't all finished yet, but eventually you'll be able to refresh back and forth. For now, you can refresh to a newer revision and then revert back. To change channels, you can use snap refresh, like so:

$ sudo snap refresh nextcloud --edge

Then when you're done testing, you can revert back the previous revision with:

$ sudo snap revert nextcloud

Again, eventually you'll just be able to refresh back to stable (or whatever), but that's not yet finished. Note that I don't really recommend doing this on production data.

@kyrofa kyrofa added this to the 9.0.53snap2 milestone Aug 19, 2016
@oparoz
Copy link
Contributor

oparoz commented Aug 19, 2016

Ah, thanks. None of the usual keywords such as update or upgrade were available, so I felt a bit lost :)

@oparoz
Copy link
Contributor

oparoz commented Aug 19, 2016

Tested with JPG and PNG. Works 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants