-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update Metadata + Screenshots of Activities #7
Conversation
activity/activity.info
Outdated
@@ -6,3 +6,7 @@ icon = activity-blockparty | |||
activity_version = 8 | |||
license = MIT | |||
show_launcher = yes | |||
summary = https://github.com/sugarlabs/block-party-activity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Gabbar8055 Thanks for the patch.
The summary as described here should give a basic description of the activity. Please fill the appropriate metadata.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Thanks. Good progress. |
Thanks @vipulgupta2048 |
@Gabbar8055, thanks, reviewed. Please fix blurring. @vipulgupta2048, thanks for mentioning me, I was not watching this repository. |
@Gabbar8055, thanks, the blur is reduced. I've compared against running the activity on Ubuntu 16.04 with Sugar 0.112.
mine; I understand you've finished GCI. I'm happy to take over from here, if you're busy with other things, just let me know. |
Looks like @Gabbar8055 is busy |
The one and only version of this activity posted in ASLO is version 7
dated November 6, 2009. On gitHub, the updtated actiivity.info shows
version 8 (no date). The latest changes are dated June 27, 2018. GitHub
reports two issues: One is to note that the version number on ASLO does
not match that on gitHub. The second is to note that sound does not
work. Meanwhile #7, not one of the two issues, is reported closed dated
1/18/2019.
Meanwhile I ran Block Party version 8 on an XO-1.75 (13.2.9). It indeed
has no sound. Further it causes Sugar to crash!
The Log activity reports:
"(sugar-activity:2591): Gtk-WARNING **: Theme parsing error:
gtk-widgets.css:775:7: Missing name of pseudo-class
Sound server does not respond
g_dbus_connection_real_closed: Remote peer vanished with error:
Underlying GIOStream returned 0 bytes on an async read
(g-io-error-quark, 0). Exiting."
The first message is general in 13.2.9 adding clutter to the logs. The
second offers a clue as to the problem with sound. The third is the
error that not only breaks Block Party but crashes Sugar.
Interestingly, the immediate workaround is Version 7. It works. The log
reports obsolete names in activity.info but the problem with sound is
not mentioned. Sound worked in Version 7 in 0.82 - 0.96, so the problem
must have been introduced by a change to Sugar.
Tony
…On 1/18/19 6:05 AM, James Cameron wrote:
Closed #7 <#7>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAULkmXedG6zmkhK066tn3iZ_XGqI2xBks5vEUgZgaJpZM4ZL8Lp>.
|
Thanks for testing. None of what you say is relevant to this pull request, which was make-work to update metadata and screenshots as part of yet another attempt to replace ASLO. But it is relevant to issue #4, so I'll link that issue here just to add to the confusion. Yes, BlockParty-7 does work with the much older OLPC OS builds which were based on earlier Sugar, but the reason it worked was that CSound provided a TCP/IP network server and the activity connected to the server to make sound. Later version of CSound in Fedora, which was adopted by later OLPC OS builds, removed that capability, probably for some unspecified security reason. In order to remain operational, BlockParty is obliged to use CSound by direct API instead of network. That's what issue #4 is to track. |
Thanks for the explanation on the problem with sound in Block Party. I
doubt there is any connection between this problem and the one causing
Sugar to crash so tracking it with #4 certainly adds to the confusion.
In general I see Sugar as the framework which supports the Sugar
activities. Aside from the experimental ones, ASLO provides a specific
list of activities which Sugar should support. When a new release of
Sugar is made, these should be used as a regression test. Block Party 8
is essential because of the loss of GTK2.
The continued use of Sugar on Ubuntu 16.04 is a simply avoids the issue.
Tony
…On 1/20/19 11:00 PM, James Cameron wrote:
Thanks for testing. None of what you say is relevant to this pull
request, which was make-work to update metadata and screenshots as
part of yet another attempt to replace ASLO. But it is relevant to
issue #4 <#4>,
so I'll link that issue here just to add to the confusion.
Yes, BlockParty-7 does work with the much older OLPC OS builds which
were based on earlier Sugar, but the reason it worked was that CSound
provided a TCP/IP network server and the activity connected to the
server to make sound. Later version of CSound in Fedora, which was
adopted by later OLPC OS builds, removed that capability, probably for
some unspecified security reason.
In order to remain operational, BlockParty is obliged to use CSound by
direct API instead of network. That's what issue #4
<#4> is to track.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAULkrG1qi8pERnucJEmCxRHJxpfj_Waks5vFNj2gaJpZM4ZL8Lp>.
|
No description provided.