Re: [Sugar-devel] MIDI input in Music Blocks

2020-07-04 Thread Samson Goddy
Sounds amazing, nice job Saksahm.

On Sat, Jul 4, 2020 at 11:47 PM Sumit Srivastava 
wrote:

> Well done Saksham!
>
> On Sun, Jul 5, 2020, 4:13 AM Walter Bender 
> wrote:
>
>> One fun advance in GSOC is that Music Blocks now takes Midi input, so you
>> can write code by playing a Midi keyboard. I finally had a chance to test
>> it today -- my grandson has a Midi-2-USB cable for his electronic keyboard.
>> Worked great.
>>
>> Tip of the hat to Saksahm.
>>
>> -walter
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>> 
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>


-- 

Samson Goddy

Twitter: https://twitter.com/samson_goddy
Email: samsongo...@sugarlabs.org
samsongo...@gmail.com

Website: https://samsongoddy.me/  
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] MIDI input in Music Blocks

2020-07-04 Thread Sumit Srivastava
Well done Saksham!

On Sun, Jul 5, 2020, 4:13 AM Walter Bender  wrote:

> One fun advance in GSOC is that Music Blocks now takes Midi input, so you
> can write code by playing a Midi keyboard. I finally had a chance to test
> it today -- my grandson has a Midi-2-USB cable for his electronic keyboard.
> Worked great.
>
> Tip of the hat to Saksahm.
>
> -walter
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
> 
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] MIDI input in Music Blocks

2020-07-04 Thread Walter Bender
One fun advance in GSOC is that Music Blocks now takes Midi input, so you
can write code by playing a Midi keyboard. I finally had a chance to test
it today -- my grandson has a Midi-2-USB cable for his electronic keyboard.
Worked great.

Tip of the hat to Saksahm.

-walter

-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Issues found in Sugar 0.117, fructose activities

2020-07-04 Thread Saumya Mishra
Hello all,

Thanks for the update Shaan!! I have tested these errors with Ubuntu 20.04
sucrose package v0.117. I tested Browse, write, and chat. I will update
later with Jukebox.

* Chat works, I have tested with the following change.*

*Chat:* Prevent user from sending smileys when disconnected #30
> .
> Fixed by Chihurumnaya Ibiam ibiamchihurumn...@gmail.com
>  in #31
> 
>


*Browse:* Sometimes an error is thrown while trying to copy an image. #112
> 


*- I couldn't able to reproduce it. Tried several times.*

*Write: *
>
> 1] Found multiple issues, later was found out that they were all due to
>> Abiword.
>
> Some of the issues that cause the crash:
>
> 1. Resizing a cell in a table vertically
>
> 2. Moving an image to the extreme left/right of the page
>
> 3. Right Click -> Insert Table
>
> 4. Right Click -> Click Paragraph -> Click Tabs
>
> 5. Right Click -> Set Language
>
>
>
*--- able to reproduce them all. Maybe because of Abiword. Comment
*

2] Pasting images (eg. the ones copied from the web like above) using CTRL
> + V throws errors.
> Whereas, Right Click -> Paste works.
>
> # Sugar 0.117-3, Debian Bullseye
>
> 1593791090.814256 ERROR root: tempfile is 
> /home/ssbc/.sugar/default/org.laptop.AbiWordActi
> vity/instance/tmpgscy2lm8.png
> Traceback (most recent call last):
>   File "/usr/share/sugar/activities/Write.activity/toolbar.py", line 160, in 
> __paste_butto
> n_cb
> px_file.write(data)
> TypeError: write() argument must be str, not bytes
>
> # Sugar 0.117, Sugar Live Build
>
> Traceback (most recent call last):
>   File "/usr/src/sugar-activities/Write.activity/toolbar.py", line 160, in 
> __paste_button_
> cb
> px_file.write(data)
> TypeError: write() argument must be str, not bytes
> 1593854307.251860 ERROR root: tempfile is 
> /home/user/.sugar/default/org.laptop.AbiWordActi
> vity/instance/tmpmfc6g_tc.png
>
> * Reproducible and try to fix it in #44
*

3] Clicking on the help menu in the activity throws:
>
> ** (sugar-activity3:21476): WARNING **: 15:29:36.729: Error when getting 
> information for file 
> “/usr/share/abiword-3.0/help/en-US/interface/dialogopenlinux.html”: No such 
> file or directory
> Couldn't find a suitable web browser!
> Set the BROWSER environment variable to your desired browser.
>
> Right Click -> Select either Paragraph/Page Numbers/HyperLink/Save Image
> As -> Click Help
>
*- Reproducible along with another error.*

(sugar-activity3:17037): Gtk-WARNING **: 21:25:38.484: Error loading theme
>> icon 'help-contents' for stock: Icon 'help-contents' not present in theme
>> sugar
>
> xdg-open: file
>> '/usr/share/abiword-3.0/help/en-US/interface/dialogopenlinux.html' does not
>> exist
>
>

4] Error in the activity log, not sure how to reproduce. Generally appears
> on closing the activity after attempting to paste images, with errors.
>
> (sugar-activity3:20948): Gtk-CRITICAL **: 09:15:33.662: 
> gtk_window_add_accel_group: assertion 'GTK_IS_WINDOW (window)' failed
> /usr/lib/python3/dist-packages/gi/overrides/GObject.py:479: Warning: 
> ../../../gobject/gsignal.c:2563: instance '0x290d5e0' has no handler with id 
> '2367'
>   GObjectModule.signal_handler_block(obj, handler_id)
> /usr/lib/python3/dist-packages/gi/overrides/GObject.py:560: Warning: 
> ../../../gobject/gsignal.c:2605: instance '0x290d5e0' has no handler with id 
> '2367'
>   return func(*args, **kwargs)
> /usr/lib/python3/dist-packages/gi/overrides/Gtk.py:1641: Warning: invalid 
> cast from 'GtkOverlay' to 'GtkWindow'
>   return _Gtk_main(*args, **kwargs)
>
> - *Reproducible almost every time whenever the activity opens.*


Thanks
Saumya


On Sat, Jul 4, 2020 at 6:51 PM shaansubbaiah.c...@bmsce.ac.in <
shaansubbaiah.c...@bmsce.ac.in> wrote:

> Hello all,
>
> Listed the issues found this past week. Tested on Sugar 0.117-3, Debian
> Bullseye.
>
> All issues are reproducible on Sugar 0.117, Sugar Live Build.
>
> Activities:
> *Browse:* Sometimes an error is thrown while trying to copy an image. #112
> 
>
> *Chat:* Prevent user from sending smileys when disconnected #30
> .
> Fixed by Chihurumnaya Ibiam ibiamchihurumn...@gmail.com
>  in #31
> 
>
> *Jukebox:* Errors when navigating above and below the first and last
> songs respectively #30
> 
>
> *Write:*
> 1] Found multiple issues
> ,
> later was found out that 

[Sugar-devel] Issues found in Sugar 0.117, fructose activities

2020-07-04 Thread shaansubbaiah.c...@bmsce.ac.in

Hello all,

Listed the issues found this past week. Tested on Sugar 0.117-3, Debian 
Bullseye. 

All issues are reproducible on Sugar 0.117, Sugar Live Build.

Activities:
Browse: Sometimes an error is thrown while trying to copy an image. #112

Chat: Prevent user from sending smileys when disconnected #30.
Fixed by Chihurumnaya Ibiam ibiamchihurumn...@gmail.com in #31

Jukebox: Errors when navigating above and below the first and last songs 
respectively #30

Write:
1] Found multiple issues, later was found out that they were all due to Abiword.
Some of the issues that cause the crash:
1. Resizing a cell in a table vertically
2. Moving an image to the extreme left/right of the page
3. Right Click -> Insert Table
4. Right Click -> Click Paragraph -> Click Tabs
5. Right Click -> Set Language

2] Pasting images (eg. the ones copied from the web like above) using CTRL + V 
throws errors.
Whereas, Right Click -> Paste works.
# Sugar 0.117-3, Debian Bullseye

1593791090.814256 ERROR root: tempfile is 
/home/ssbc/.sugar/default/org.laptop.AbiWordActi
vity/instance/tmpgscy2lm8.png
Traceback (most recent call last):
  File "/usr/share/sugar/activities/Write.activity/toolbar.py", line 160, in 
__paste_butto
n_cb
px_file.write(data)
TypeError: write() argument must be str, not bytes
# Sugar 0.117, Sugar Live Build

Traceback (most recent call last):
  File "/usr/src/sugar-activities/Write.activity/toolbar.py", line 160, in 
__paste_button_
cb
px_file.write(data)
TypeError: write() argument must be str, not bytes
1593854307.251860 ERROR root: tempfile is 
/home/user/.sugar/default/org.laptop.AbiWordActi
vity/instance/tmpmfc6g_tc.png

3] Clicking on the help menu in the activity throws:
** (sugar-activity3:21476): WARNING **: 15:29:36.729: Error when getting 
information for file 
“/usr/share/abiword-3.0/help/en-US/interface/dialogopenlinux.html”: No such 
file or directory
Couldn't find a suitable web browser!
Set the BROWSER environment variable to your desired browser.

Right Click -> Select either Paragraph/Page Numbers/HyperLink/Save Image As -> 
Click Help

4] Error in the activity log, not sure how to reproduce. Generally appears on 
closing the activity after attempting to paste images, with errors.
(sugar-activity3:20948): Gtk-CRITICAL **: 09:15:33.662: 
gtk_window_add_accel_group: assertion 'GTK_IS_WINDOW (window)' failed
/usr/lib/python3/dist-packages/gi/overrides/GObject.py:479: Warning: 
../../../gobject/gsignal.c:2563: instance '0x290d5e0' has no handler with id 
'2367'
  GObjectModule.signal_handler_block(obj, handler_id)
/usr/lib/python3/dist-packages/gi/overrides/GObject.py:560: Warning: 
../../../gobject/gsignal.c:2605: instance '0x290d5e0' has no handler with id 
'2367'
  return func(*args, **kwargs)
/usr/lib/python3/dist-packages/gi/overrides/Gtk.py:1641: Warning: invalid cast 
from 'GtkOverlay' to 'GtkWindow'
  return _Gtk_main(*args, **kwargs)

The issues listed above for the Write activity haven’t been opened it in Github 
yet.

Best,
Shaan
​___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Sugarizer game activity pack meeting (4th July)

2020-07-04 Thread prakash ujjwal
I and my mentor Ashish had a meeting on sugarizer game activity pack at
3:00 PM IST on 4th July.

We discussed about the previous tasks and new tangram activity which we
will start developing from this week. We discussed about the possibility of
hint feature.


   - Previous tasks completed:
   -
  - tutorial integration,
  - made requested UI changes,
  - solved some bugs.
  - problems faced in previous tasks: none.
   - Tasks in upcoming week:
   -
  - Start structuring and developing tangram activity
  - Adding Game screen UI
  - Adding tans and their interactions
  - Adding some standard tangrams
  - Building toolbar

Regards,
Prakash Ujjwal
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel