Papagayo 2.0b1 and Linux support

Discuss Papagayo issues here

Moderators: Víctor Paredes, slowtiger

Post Reply
xtingray
Posts: 1
Joined: Mon Oct 06, 2014 3:58 pm

Papagayo 2.0b1 and Linux support

Post by xtingray »

Hi,

My name is Gustav Gonzalez and I am the leader of the Tupi project (a 2D animation free software). Some days ago I developed a little module of Tupi to support Papagayo files. Here you will find an example: https://www.youtube.com/watch?v=mFZ-0acvjJ8

I am very interested in to support the Papagayo installer for Linux. I already downloaded the git version from: https://github.com/LostMoho/Papagayo

And I had to make a little fix to test a file but now it seems to run well:

diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index c02370b..7ac5518 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -269,7 +269,7 @@ void MainWindow::onFileOpen()
QSettings settings;
QString filePath = QFileDialog::getOpenFileName(this,
tr("Open"), settings.value("default_dir", "").toString(),
- tr("Papgayo and Audio files (*.pgo;*.wav;*.aif;*.aiff)"));
+ tr("Papgayo and Audio files (*.pgo *.wav *.aif *.aiff)"));
if (filePath.isEmpty())
return;

Please, let me know the way I can help you to support the Linux installer of Papagayo.

Thanks! :D
Cheed
Posts: 8
Joined: Thu May 24, 2018 4:12 pm

Re: Papagayo 2.0b1 and Linux support

Post by Cheed »

Hi,

I need help installing Papagayo on Ubuntu Studio Bionic Beaver 18.04.

Please, guide me.
Post Reply