<html><head></head><body><div class="ydp9ecf8d49yahoo-style-wrap" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 13px;"><div></div>
<div dir="ltr" data-setdir="false"></div><div class="markdown-here-wrapper" data-md-url="mail.yahoo.com" style="" markdown-here-wrapper-content-modified="true"><p style="margin: 0px 0px 1.2em !important;margin: 0.5em 0px !important;">Hello James,</p>
<div style="margin: 0px 0px 1.2em !important;margin: 0.5em 0px !important;">Regarding reporting the bug to Debian, should reporting via the <code style="font-size: 0.85em; font-family: Consolas, Inconsolata, Courier, monospace;margin: 0px 0.15em; padding: 0px 0.3em; white-space: pre-wrap; border: 1px solid rgb(234, 234, 234); background-color: rgb(248, 248, 248); border-radius: 3px; display: inline;">reportbug</code> package be suitable or would it be better to mail it instead? I was following <a href="https://www.debian.org/Bugs/Reporting">https://www.debian.org/Bugs/Reporting</a> which suggested using the package. I am not posting in their mailing list but since it is the first time I’m reporting a bug from Sugar, I’m a little cautious.</div><div style="margin: 0px 0px 1.2em !important;margin: 0.5em 0px !important;"><br></div>
<hr>
<div title="MDH:PGRpdiBkaXI9Imx0ciIgZGF0YS1zZXRkaXI9ImZhbHNlIj5IZWxsbyBKYW1lcyw8L2Rpdj48ZGl2IGRpcj0ibHRyIiBkYXRhLXNldGRpcj0iZmFsc2UiPjxicj48L2Rpdj48ZGl2IGRpcj0ibHRyIiBkYXRhLXNldGRpcj0iZmFsc2UiPlJlZ2FyZGluZyByZXBvcnRpbmcgdGhlIGJ1ZyB0byBEZWJpYW4sIDxzcGFuPnNob3VsZCA8L3NwYW4+cmVwb3J0aW5nIHZpYSB0aGUgYHJlcG9ydGJ1Z2AgcGFja2FnZSBiZSBzdWl0YWJsZSBvciB3b3VsZCBpdCBiZSBiZXR0ZXIgdG8gbWFpbCBpdCBpbnN0ZWFkPyBJIHdhcyBmb2xsb3dpbmcgPGEgaHJlZj0iaHR0cHM6Ly93d3cuZGViaWFuLm9yZy9CdWdzL1JlcG9ydGluZyIgcmVsPSJub2ZvbGxvdyIgdGFyZ2V0PSJfYmxhbmsiPmh0dHBzOi8vd3d3LmRlYmlhbi5vcmcvQnVncy9SZXBvcnRpbmc8L2E+IHdoaWNoIHN1Z2dlc3RlZCB1c2luZyB0aGUgcGFja2FnZS4gSSBhbSBub3QgcG9zdGluZyBpbiB0aGVpciBtYWlsaW5nIGxpc3QgYnV0IHNpbmNlIGl0IGlzIHRoZSBmaXJzdCB0aW1lIEknbSByZXBvcnRpbmcgYSBidWcgZnJvbSBTdWdhciwgSSdtIGEgbGl0dGxlIGNhdXRpb3VzLjwvZGl2PjxkaXY+PGJyPjwvZGl2PjxkaXY+LS0tPC9kaXY+" style="height:0;width:0;max-height:0;max-width:0;overflow:hidden;font-size:0em;padding:0;margin:0;"></div></div><div><br></div><div><br></div><div><br></div>
</div><div id="ydp2da62a48yahoo_quoted_2336669593" class="ydp2da62a48yahoo_quoted">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
<div>
On Friday, June 12, 2020, 3:31:20 PM GMT+5:30, James Cameron <quozl@laptop.org> wrote:
</div>
<div><br></div>
<div><br></div>
<div>This is not a complete response.<br><br>1. the debian/patches are applied during package building (dpkg-build) and not during package installation; though I agree you could explain it as the installation phase of the building, it is confusing,<br><br>2. a Debian policy or convention requires that GSchema source files are placed in a system directory with other GSchema source files, and this requires the programmer to declare in advance each setting,<br><br>3. previously, GConf was used to hold the home page link, so that when a user selected a new home page it would be stored in GConf,<br><br>4. the port from GConf to Gio.Settings was momentarily blocked by a feature of Gio.Settings that GConf does not suffer from; that the settings keys must be in a schema; look through my changes to this code in the _master_ branch of Browse,<br><br>5. at Sugar Labs we also release Browse as a bundle file, which cannot add dependencies such as libglib*,<br><br>6. if there is no problem with running Browse on Debian using the Sugar Labs bundle or repository, then there's nothing we need to do at Sugar Labs on Browse, (unless a good argument can be made for using something other than Gio.Settings),<br><br>7. if the problem you're looking at is "glib-compile-schemas: not found", in a Debian package of Browse, then (a) report it to Debian, or (b) identify the package that contains the program and report it to Debian.<br><br>On Fri, Jun 12, 2020 at 07:55:32AM +0000, <a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a> wrote:<br>> Regarding the error: glib-compile-schemas: not found,<br>> <br>> Here’s how it was working while libglib2.0-bin was a dependency/[1]commit<br>> c5717fc3:<br>> <br>> 1. Creates gschemas.compiled in ~/.sugar/default/org.laptop.WebActivity/data/<br>> schemas/ directory (if missing).<br>> 2. Creates org.laptop.WebActivity.gschema.xml from code in the same directory<br>> (if missing).<br>> 3. Runs glib-compile-schemas org.laptop.WebActivity.gschema.xml to generate<br>> the compiled schemas.<br>> 4. Deletes org.laptop.WebActivity.gschema.xml<br>> 5. Generates local Gio.Settings based on the compiled schema by calling<br>> Gio.Settings.new_full(schema, None, None)<br>> <br>> In the commit [2]0977ac69,<br>> <br>> • Non compiled org.laptop.WebActivity.gschema.xml has been copied to /usr/<br>> share/glib-2.0/schemas/ so as to avoid the more tedious process of<br>> generating it in the browser.py<br>> -browser.py still calls glib-compile-schemas which is missing from /usr/bin<br>> / as it is not installed.<br>> • Without glib-compile-schemas from the lib-glib2.0-bin package, I don’t see<br>> how the compiled schemas (gschemas.compiled) can be generated post sucrose<br>> install.<br>> <br>> In the same commit, in debian/rules:<br>> <br>> -binary-post-install/$(pkg)::<br>> - glib-compile-schemas debian/$(cdbs_curpkg)/usr/share/sugar/activities/Browse.activity<br>> +binary-fixup/$(pkg)::<br>> + rm -f debian/*/usr/share/sugar/activities/Browse.activity/org.laptop.WebActivity.gschema.xml<br>> <br>> Removes calling glib-compile-schemas post installation at /usr/share/sugar/<br>> activities/Browse.activity.<br>> <br>> Perhaps it may be required to include calling glib-compile-schemas post<br>> installation at /usr/share/glib-2.0/schemas ?<br>> <br>> On Thursday, June 11, 2020, 8:53:40 PM GMT+5:30, Chihurumnaya Ibiam<br>> <<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a>> wrote:<br>> <br>> [3]<br>> <br>> On Thu, Jun 11, 2020 at 1:39 PM [4]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a> <[5]<br>> <a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a>> wrote:<br>> <br>> Hello Ibiam,<br>> <br>> I am not sure if I got this right regarding the difference in line numbers<br>> but [6]patch 1001 changes the schema indentation as discussed earlier. This<br>> patch has been numbered 1001, according to the README in the same commit,<br>> “1xxx: Possibly relevant for upstream adoption”. It has changes ahead of<br>> upstream.<br>> <br>> Yes it was labeled "Possibly relevant for upstream adoption" because it's only<br>> relevant for the official Debian release.<br>> <br>> I believe this is a Debian patch and the diff is kept separate from<br>> browser.py( which is pulled from the upstream Github repository). Since the<br>> patch (located at /debian/patches/1001_un-embed_gsettings_schema.patch of<br>> the Salsa repository) is applied during installation, the line number<br>> changes (self.settings = _get_local_settings(activity)from L145 -> L147) is<br>> seen only in the installed Activity directory/Traceback. The Github and<br>> Salsa repositories have the above line in browser.py at L145 as they do not<br>> have the patch applied.<br>> <br>> Yes this is what I've been trying to make you conclude, and you also could have<br>> done this by viewing the source code of the activity in the debian release.<br>> <br>> I have to still find out why the issue occurs even with the patch. I was<br>> unable to reproduce the issue with libglib2.0-dev removed and the Web<br>> Activity log files deleted. I’ll restore a snapshot and try debugging.<br>> <br>> Yes that's the next step to take.<br>> <br>> Best,<br>> Shaan<br>> <br>> Thanks for the update.<br>> <br>> --<br>> <br>> Ibiam Chihurumnaya<br>> [7]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> <br>> On Wednesday, June 10, 2020, 11:14:19 PM GMT+5:30, Chihurumnaya Ibiam <[8]<br>> <a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a>> wrote:<br>> <br>> The commit [9]#930e1c applies [10]patch to the package, the commit message<br>> said<br>> <br>> Embedding the GSettings schema complicates generating during build.<br>> This patch replicates the embedded schema as standalone file<br>> (partly reverting git commit ffdacaa).<br>> .<br>> Additionally, this patch sprinkles some indentation changes<br>> to the embedded schema,<br>> to ensure that if upstream changes the schema<br>> then applying the patch will fail hard<br>> <br>> The commit message says the commit was reverting [11]ffdacaa while having the schema<br>> embedded with some indentation changes "to ensure that if the upstream changes the schema<br>> then applying the patch will fail hard".<br>> <br>> The actual issue isn't the commit changing the indentation as that's not what's been addressed.<br>> I've not been able to see any commit that change the lines, the error says L192 of webactivity.py calls<br>> TabbedView in browser.py and this is where the lines get mixed up.<br>> <br>> Yes you'll have to investigate further why the schema can't be loaded but also make sure the files in all 3 places correspond<br>> - sugar, salsa, github -.<br>> <br>> --<br>> Ibiam Chihurumnaya<br>> [12]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> <br>> <br>> <br>> On Wed, Jun 10, 2020 at 5:26 PM [13]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a> <[14]<br>> <a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a>> wrote:<br>> <br>> Hello James and Ibiam,<br>> <br>> I should have been more clearer in my mail, the diff posted in the<br>> previous mail was generated by using Python with the difflib library.<br>> <br>> I have now gone through the commits in the Salsa repository and have<br>> found the commit that has caused the line changes. I’m not completely<br>> sure what the commit message means, it appears the difference in the<br>> indentation of the embedded schema was used to ensure that the patch in<br>> the commit would fail if upstream changed the schema. [15]Linked here,<br>> #930e1c<br>> <br>> Also, libglib2.0-bin had been added as a dependency in commit [16]#<br>> c5717 and had been later replaced by a GSettings schema<br>> (org.laptop.WebActivity.gschema.xml) located at /usr/share/glib-2.0/<br>> schemas/ . [17]Linked here, #0977a, making Browse activity independent<br>> of libglib2.0-bin.<br>> <br>> I’ll have to investigate further as to why the Browse activity cannot<br>> detect the GSettings schema.<br>> <br>> Best,<br>> Shaan<br>> <br>> On Wednesday, June 10, 2020, 12:16:21 PM GMT+5:30, James Cameron <[18]<br>> <a href="mailto:quozl@laptop.org" rel="nofollow" target="_blank">quozl@laptop.org</a>> wrote:<br>> <br>> Shaan,<br>> <br>> * the sources are different, and this is not unusual, and not a problem<br>> worth reporting unless an explanation cannot be found,<br>> <br>> * the commits in salsa explain the reason for every difference.<br>> <br>> Now that you have detected a difference, please make sure you read the<br>> commits, in all aspects;<br>> <br>> * the commit message,<br>> <br>> * the commit diff,<br>> <br>> * the context or ordering in which the diff occurs.<br>> <br>> The diff format must be learned to the point you can be comfortable to<br>> make a change by hand. Not that you have to; tools like patch(1) can<br>> do it for you, but sometimes a diff is malformed when it is sent by<br>> other means than git.<br>> <br>> On Tue, Jun 09, 2020 at 06:29:10PM +0100, Chihurumnaya Ibiam wrote:<br>> > Thanks for the update.<br>> ><br>> > Both files in the Debian salsa repo and the github repo have matching<br>> lines and<br>> > I'm also guessing the file at<br>> > the installed /usr/share/activities/browseactivity will also have<br>> matching -<br>> > can you confirm if it does? - lines<br>> > but the traceback prints the wrong lines.<br>> ><br>> > --<br>> ><br>> > Ibiam Chihurumnaya<br>> > [1][19]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> ><br>> > On Tue, Jun 9, 2020 at 6:02 PM [2][20]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> <[3]<br>> > [21]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a>> wrote:<br>> ><br>> > Hello Ibiam,<br>> ><br>> > Comparing browse.py in:<br>> ><br>> > 1. Github repository [4][22]<a href="https://github.com/sugarlabs/" rel="nofollow" target="_blank">https://github.com/sugarlabs/</a><br>> browse-activity/<br>> > 2. Debian Salsa repository [5][23]<a href="https://salsa.debian.org/" rel="nofollow" target="_blank">https://salsa.debian.org/</a><br>> pkg-sugar-team/<br>> > sugar-browse-activity/-/blob/master/browser.py<br>> > 3. The installed activity at /usr/share/activities/<br>> browseactivity<br>> ><br>> > The Github and Salsa versions have matching line numbers.<br>> Difference<br>> > between the Github and installed versions:<br>> ><br>> > --- bgit # browse.py in Github<br>> > +++ bdeb # installed browse.py<br>> > @@ -110,15 +110,13 @@<br>> > [<br>> > '<?xml version="1.0" encoding="UTF-8"?>',<br>> > '<schemalist>',<br>> > - '<schema id="org.laptop.WebActivity" '<br>> > - 'path="/org/laptop/WebActivity/">',<br>> > - '<key name="home-page" type="s">',<br>> > - "<default>''</default>",<br>> > - '<summary>Home page URL</summary>',<br>> > - '<description>URL to show as default or when<br>> home button '<br>> > - 'is pressed.</description>',<br>> > - '</key>',<br>> > - '</schema>',<br>> > + ' <schema id="org.laptop.WebActivity" path<br>> ="/org/laptop/WebActivity/">',<br>> > + ' <key name="home-page" type="s">',<br>> > + " <default>''</default>",<br>> > + ' <summary>Home page URL</summary><br>> ',<br>> > + ' <description>URL to show as<br>> default or when home button is pressed.</description>',<br>> > + ' </key>',<br>> > + ' </schema>',<br>> > '</schemalist>',<br>> > ]<br>> > open(os.path.join(path, src), 'w').writelines(lines)<br>> ><br>> > Seems the only difference was the lines that was split into new<br>> lines have<br>> > been concatenated to a single line.<br>> ><br>> > Best,<br>> > Shaan<br>> > <br>> > On Monday, 8 June, 2020, 10:19:48 pm IST, Chihurumnaya Ibiam <[6]<br>> > [24]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a>> wrote:<br>> ><br>> > You might have to include it as a dependency for your next release<br>> as<br>> > that's the latest version<br>> > that Browse currently has, what doesn't sit well with me is the<br>> line<br>> > difference, I can't do any<br>> > investigation at the moment but it'll be great if you took a look<br>> at the<br>> > source code to confirm the line<br>> > differences. Thanks.<br>> ><br>> > --<br>> > <br>> > Ibiam Chihurumnaya<br>> > [7][25]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > <br>> > <br>> ><br>> > On Mon, Jun 8, 2020 at 7:46 AM [8][26]<br>> <a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a> <[9]<br>> > [27]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a>> wrote:<br>> ><br>> > Hello Ibiam,<br>> > The version of the browse-activity installed was 205-2.<br>> ><br>> > Sorry for the late reply, temporarily away from home, I'm on a<br>> > different system testing Sugar and internet bandwidth isn't<br>> very high.<br>> > Should be back in a day or two.<br>> ><br>> > Best,<br>> > Shaan<br>> ><br>> > On Sunday, 7 June, 2020, 3:50:23 am IST, Chihurumnaya Ibiam<br>> <[10]<br>> > [28]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a>> wrote:<br>> ><br>> > Thanks Shaan, what version of Browse are you running as the<br>> lines in<br>> > the traceback are off<br>> > from the latest version?<br>> ><br>> > --<br>> > <br>> > Ibiam Chihurumnaya<br>> > [11][29]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > <br>> > <br>> ><br>> > On Sat, Jun 6, 2020 at 6:58 PM [12][30]<br>> <a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a> <[13]<br>> > [31]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a>> wrote:<br>> ><br>> > Hello Ibiam,<br>> > Installing the libglib2.0-dev package fixes the issue. I<br>> have also<br>> > just found that this issue is mentioned in the<br>> browse-activity<br>> > readme '' Unusually, Browse also depends on<br>> glib-compile-schemas to<br>> > compile a Gio.Settings schema. ''.<br>> ><br>> > Online searches also return similar results, eg. :<br>> > [14][32]<a href="https://askubuntu.com/questions/204643/" rel="nofollow" target="_blank">https://askubuntu.com/questions/204643/</a><br>> > <br>> getting-missing-dependency-for-compilation-glib-compile-schemas<br>> > and <br>> > [15][33]<a href="https://askubuntu.com/questions/161739/" rel="nofollow" target="_blank">https://askubuntu.com/questions/161739/</a><br>> > <br>> why-does-launchpad-fail-to-find-glib-compile-schemas-while-building-for-ppa<br>> ><br>> > I'm fairly certain that this is the correct fix, however,<br>> I have<br>> > not found libglib2.0-dev as a dependency of Browse<br>> Activity for the<br>> > earlier releases of Debian at [16][34]https://<br>> packages.debian.org/<br>> > search?keywords=sugar-browse-activity . So I do not know<br>> how this<br>> > was handled in older releases or if it was handled at<br>> all. <br>> ><br>> > Best,<br>> > Shaan<br>> > On Saturday, June 6, 2020, 10:47:34 PM GMT+5:30,<br>> Chihurumnaya Ibiam<br>> > <[17][35]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a>> wrote:<br>> ><br>> > Can you test to confirm if it's the problem?<br>> ><br>> > --<br>> > <br>> > Ibiam Chihurumnaya<br>> > [18][36]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > <br>> > <br>> ><br>> > On Sat, Jun 6, 2020 at 9:11 AM Shaan Subbaiah B C <[19]<br>> > [37]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a>> wrote:<br>> ><br>> > Hello Ibiam,<br>> > Great to know that the markdown formatted as html is<br>> more<br>> > convenient.<br>> ><br>> > I'm not entirely sure that the web activity issue is<br>> due to<br>> > libglib2.0-dev no being present as a depenency but the<br>> error<br>> > seems to be caused due to some header file missing<br>> that is<br>> > fixed by installing that package.<br>> ><br>> > I'll open the issues as you specified and test<br>> further.<br>> ><br>> > Best,<br>> > Shaan<br>> ><br>> > On Sat, 6 Jun, 2020, 4:40 am Chihurumnaya Ibiam, <[20]<br>> > [38]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a>> wrote:<br>> ><br>> > Thanks for the update Shaan,<br>> ><br>> > The error you shared in 2) happens in #840 like<br>> you said<br>> > but the traceback in the logs is seen for the<br>> first time<br>> > and looks like it's a Python 3 port regression,<br>> kindly open<br>> > an issue in sugar so it can be tracked.<br>> ><br>> > Can you confirm that 3) is caused by<br>> libglib2.0-dev not<br>> > listed as a dependency in the control file?<br>> ><br>> > Could you open an issue for 4) in the write repo?<br>> ><br>> > I find the markdown rendered as HTML convenient<br>> and most of<br>> > it appears as [21]plaintext in the devel archive,<br>> > except the bullet points that start with a `-`<br>> above them.<br>> ><br>> > --<br>> > <br>> > Ibiam Chihurumnaya<br>> > [22][39]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > <br>> > <br>> > On Fri, Jun 5, 2020 at 10:08 AM [23]<br>> > [40]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a> <[24]<br>> > [41]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a>> wrote:<br>> ><br>> > I have tried to install sucrose on the<br>> standard Debian<br>> > Live ISO (it has no Desktop Environment, only<br>> CLI) as<br>> > there were some issues while trying to do so<br>> in the<br>> > Debian Live (KDE Plasma) ISO:<br>> ><br>> > ◎ Attempting to install sucrose v117-x after<br>> adding<br>> > the unstable repositories to sources.list<br>> and<br>> > setting the default release as stable by<br>> sudo apt<br>> > install -t unstable sucrose causes 100’s<br>> of<br>> > packages to be removed (Including all KDE<br>> > applications, Firefox, Konsole, etc) and<br>> initiates<br>> > the install of several 100 language packs<br>> for<br>> > Firefox, LibreOffice, etc.<br>> ><br>> > ◎ Installing by setting the default release<br>> as<br>> > unstable and sudo apt install sucrose<br>> causes the<br>> > same issue above.<br>> ><br>> > ◎ Setting default release as ‘stable’ and<br>> attempting<br>> > to install using sudo apt install sucrose/<br>> unstable<br>> > does not cause this issue but requires<br>> including<br>> > all the dependencies with /unstable<br>> postfix<br>> > (otherwise dependencies are fetched from<br>> the stable<br>> > repo itself). This is very messy, the<br>> Desktop<br>> > Environment and almost all useful<br>> preinstalled<br>> > applications get wiped, some dependencies<br>> aren’t<br>> > satisfied while testing Sugar after<br>> install.<br>> ><br>> > <br>> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━<br>> > <br>> > Install Debian Live Standard ISO<br>> ><br>> > [25][42]<a href="https://cdimage.debian.org/debian-cd/" rel="nofollow" target="_blank">https://cdimage.debian.org/debian-cd/</a><br>> current-live/amd64/bt-hybrid/<br>> debian-live-10.4.0-amd64-standard.iso.torrent<br>> ><br>> > Set default package repository to unstable<br>> ><br>> > # /etc/apt/apt.conf.d/my-default-release<br>> > APT::Default-Release "unstable";<br>> ><br>> > Update, Install gcc-8-base, sucrose<br>> ><br>> > sudo apt update<br>> > sudo apt install gcc-8-base # select 'yes' on<br>> the prompt<br>> > sudo apt install sucrose<br>> ><br>> > Debian Live Standard doesn’t come with a<br>> Display<br>> > Manager by default, install lightdm<br>> ><br>> > sudo apt install lightdm<br>> ><br>> > Reboot, select Sugar and log in.<br>> ><br>> > <br>> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━<br>> > <br>> > On testing:<br>> ><br>> > 1) Sugar launches. Again most activities work<br>> without<br>> > issues. Listed issues below.<br>> ><br>> > 2) Error in shell.log<br>> ><br>> > 1591278095.943871 ERROR dbus.proxies:<br>> Introspect error on :1.28:/org/laptop/Activity/<br>> 376730b6f93a8aa9b2929c28e423b45b73f2b515:<br>> dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply:<br>> Message recipient disconnected from message bus without replying<br>> > 1591278095.944801 ERROR root: set_active()<br>> failed: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.28 was<br>> not provided by any .service files<br>> > 1591278100.365706 ERROR dbus.proxies:<br>> Introspect error on :1.30:/org/laptop/Activity/<br>> 376730b6f93a8aa9b2929c28e423b45b73f2b515:<br>> dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply:<br>> Message recipient disconnected from message bus without replying<br>> > 1591278100.366105 ERROR root: set_active()<br>> failed: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.30 was<br>> not provided by any .service files<br>> > Traceback (most recent call last):<br>> > File "/usr/lib/python3/dist-packages/jarabe/<br>> desktop/viewcontainer.py", line 69, in do_size_allocate<br>> > self._layout.allocate_children(allocation,<br>> self._children)<br>> > File "/usr/lib/python3/dist-packages/jarabe/<br>> desktop/favoriteslayout.py", line 250, in allocate_children<br>> > name_hash = hashlib.md5<br>> (child.get_bundle_id().decode())<br>> > AttributeError: 'str' object has no attribute<br>> 'decode'<br>> ><br>> > ^ Seems to be similar to Sugar issues #840 and<br>> #843<br>> ><br>> > 3) Web Activity doesn’t launch, error:<br>> ><br>> > sh: 1: glib-compile-schemas: not found<br>> > Traceback (most recent call last):<br>> > File "/usr/bin/sugar-activity3", line 5, in<br>> <module><br>> > activityinstance.main()<br>> > File "/usr/lib/python3/dist-packages/sugar3/<br>> activity/activityinstance.py", line 230, in main<br>> > instance = create_activity_instance<br>> (activity_constructor, activity_handle)<br>> > File "/usr/lib/python3/dist-packages/sugar3/<br>> activity/activityinstance.py", line 59, in create_activity_instance<br>> > activity = constructor(handle)<br>> > File "/usr/share/sugar/activities/<br>> Browse.activity/webactivity.py", line 192, in __init__<br>> > self._tabbed_view = TabbedView(self)<br>> > File "/usr/share/sugar/activities/<br>> Browse.activity/browser.py", line 145, in __init__<br>> > self.settings = _get_local_settings<br>> (activity)<br>> > File "/usr/share/sugar/activities/<br>> Browse.activity/browser.py", line 127, in _get_local_settings<br>> > source =<br>> Gio.SettingsSchemaSource.new_from_directory(path, None, True)<br>> > gi.repository.GLib.Error: g-file-error-quark:<br>> Failed to open file “/home/ssbc/.sugar/default/org.laptop.WebActivity/<br>> data/schemas/gschemas.compiled”: open() failed: No such file or<br>> directory (4)<br>> > Terminated by signal 11, pid 866 activity_id<br>> 376730b6f93a8aa9b2929c28e423b45b73f2b515<br>> ><br>> > ^ This occurred while using the other<br>> installation<br>> > methods as well. It was fixed by installing<br>> > libglib2.0-dev. This may be a packaging issue<br>> where<br>> > ‘libglib2.0-dev’ is not specified as a<br>> dependency for<br>> > the Web Activity?<br>> ><br>> > 4) Write Activity crashes when trying to move<br>> a table.<br>> > ^ Reproduced by: Opening Words Activity -><br>> Insert a<br>> > table -> Try dragging/resizing one of the<br>> inner row/<br>> > horizontal lines (Not the ones forming the<br>> outer<br>> > boundary) -> Crash<br>> ><br>> > Terminated by signal 11, pid 4715 activity_id<br>> 6305d02f3035c4afc03030e685fe338e6e394807<br>> ><br>> > <br>> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━<br>> > <br>> > I’m trying to keep a log/executed snippets in<br>> markdown<br>> > on a Github repository. Some files may not<br>> contain<br>> > anything useful, just snippets for future<br>> reference.<br>> > I’ll make it public after I clean it up a bit.<br>> ><br>> > I’ll post anything important through mail. I<br>> have used<br>> > the ‘Markdown Here’ extension to render<br>> markdown as<br>> > HTML. Let me know if you find this more<br>> convenient and<br>> > I’ll have to check how this appears in the<br>> Sugar Devel<br>> > Archive. If not suitable, I’ll revert back to<br>> markdown/<br>> > plaintext.<br>> ><br>> > <br>> > <br>> _______________________________________________<br>> > Sugar-devel mailing list<br>> > [26][43]<a href="mailto:Sugar-devel@lists.sugarlabs.org" rel="nofollow" target="_blank">Sugar-devel@lists.sugarlabs.org</a><br>> > [27][44]<a href="http://lists.sugarlabs.org/listinfo/" rel="nofollow" target="_blank">http://lists.sugarlabs.org/listinfo/</a><br>> sugar-devel<br>> ><br>> > References:<br>> ><br>> > [1] mailto:[45]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > [2] mailto:[46]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> > [3] mailto:[47]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> > [4] [48]<a href="https://github.com/sugarlabs/browse-activity/" rel="nofollow" target="_blank">https://github.com/sugarlabs/browse-activity/</a><br>> > [5] [49]<a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity</a><br>> /-/blob/master/browser.py<br>> > [6] mailto:[50]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > [7] mailto:[51]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > [8] mailto:[52]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> > [9] mailto:[53]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> > [10] mailto:[54]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > [11] mailto:[55]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > [12] mailto:[56]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> > [13] mailto:[57]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> > [14] [58]<a href="https://askubuntu.com/questions/204643/" rel="nofollow" target="_blank">https://askubuntu.com/questions/204643/</a><br>> getting-missing-dependency-for-compilation-glib-compile-schemas<br>> > [15] [59]<a href="https://askubuntu.com/questions/161739/" rel="nofollow" target="_blank">https://askubuntu.com/questions/161739/</a><br>> why-does-launchpad-fail-to-find-glib-compile-schemas-while-building-for-ppa<br>> > [16] [60]<a href="https://packages.debian.org/search?keywords=" rel="nofollow" target="_blank">https://packages.debian.org/search?keywords=</a><br>> sugar-browse-activity<br>> > [17] mailto:[61]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > [18] mailto:[62]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > [19] mailto:[63]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> > [20] mailto:[64]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > [21] [65]<a href="http://lists.sugarlabs.org/archive/sugar-devel/2020-June/" rel="nofollow" target="_blank">http://lists.sugarlabs.org/archive/sugar-devel/2020-June/</a><br>> 058403.html<br>> > [22] mailto:[66]<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> > [23] mailto:[67]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> > [24] mailto:[68]<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> > [25] [69]<a href="https://cdimage.debian.org/debian-cd/current-live/amd64/" rel="nofollow" target="_blank">https://cdimage.debian.org/debian-cd/current-live/amd64/</a><br>> bt-hybrid/debian-live-10.4.0-amd64-standard.iso.torrent<br>> > [26] mailto:[70]<a href="mailto:Sugar-devel@lists.sugarlabs.org" rel="nofollow" target="_blank">Sugar-devel@lists.sugarlabs.org</a><br>> <br>> > [27] [71]<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" rel="nofollow" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>> <br>> --<br>> James Cameron<br>> [72]<a href="http://quozl.netrek.org/" rel="nofollow" target="_blank">http://quozl.netrek.org/</a><br>> <br>> <br>> References:<br>> <br>> [1] <a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/c5717fc304d1e85707144ed9b18efe6f9d578c22" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/c5717fc304d1e85707144ed9b18efe6f9d578c22</a><br>> [2] <a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/0977ac6923a63dc843aeb75f7caeaead20a257e5" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/0977ac6923a63dc843aeb75f7caeaead20a257e5</a><br>> [3] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [4] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [5] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [6] <a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/930e1c139635b1d520d1f5464c676236690b3539" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/930e1c139635b1d520d1f5464c676236690b3539</a><br>> [7] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [8] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [9] <a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/930e1c139635b1d520d1f5464c676236690b3539" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/930e1c139635b1d520d1f5464c676236690b3539</a><br>> [10] <a href="https://github.com/sugarlabs/browse-activity/commit/ffdacaa572272c718c54f344a87dae9f0fb3223a" rel="nofollow" target="_blank">https://github.com/sugarlabs/browse-activity/commit/ffdacaa572272c718c54f344a87dae9f0fb3223a</a><br>> [11] <a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/ffdacaa572272c718c54f344a87dae9f0fb3223a" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/ffdacaa572272c718c54f344a87dae9f0fb3223a</a><br>> [12] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [13] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [14] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [15] <a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/930e1c139635b1d520d1f5464c676236690b3539" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/930e1c139635b1d520d1f5464c676236690b3539</a><br>> [16] <a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/c5717fc304d1e85707144ed9b18efe6f9d578c22" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/c5717fc304d1e85707144ed9b18efe6f9d578c22</a><br>> [17] <a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/0977ac6923a63dc843aeb75f7caeaead20a257e5" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/commit/0977ac6923a63dc843aeb75f7caeaead20a257e5</a><br>> [18] mailto:<a href="mailto:quozl@laptop.org" rel="nofollow" target="_blank">quozl@laptop.org</a><br>> [19] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [20] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [21] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [22] <a href="https://github.com/sugarlabs/browse-activity/" rel="nofollow" target="_blank">https://github.com/sugarlabs/browse-activity/</a><br>> [23] <a href="https://salsa.debian.org/pkg-sugar-team/" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/</a><br>> [24] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [25] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [26] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [27] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [28] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [29] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [30] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [31] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [32] <a href="https://askubuntu.com/questions/204643/" rel="nofollow" target="_blank">https://askubuntu.com/questions/204643/</a><br>> [33] <a href="https://askubuntu.com/questions/161739/" rel="nofollow" target="_blank">https://askubuntu.com/questions/161739/</a><br>> [34] <a href="https://packages.debian.org/" rel="nofollow" target="_blank">https://packages.debian.org/</a><br>> [35] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [36] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [37] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [38] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [39] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [40] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [41] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [42] <a href="https://cdimage.debian.org/debian-cd/current-live/amd64/bt-hybrid/debian-live-10.4.0-amd64-standard.iso.torrent" rel="nofollow" target="_blank">https://cdimage.debian.org/debian-cd/current-live/amd64/bt-hybrid/debian-live-10.4.0-amd64-standard.iso.torrent</a><br>> [43] mailto:<a href="mailto:Sugar-devel@lists.sugarlabs.org" rel="nofollow" target="_blank">Sugar-devel@lists.sugarlabs.org</a><br>> [44] <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" rel="nofollow" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>> [45] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [46] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [47] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [48] <a href="https://github.com/sugarlabs/browse-activity/" rel="nofollow" target="_blank">https://github.com/sugarlabs/browse-activity/</a><br>> [49] <a href="https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/blob/master/browser.py" rel="nofollow" target="_blank">https://salsa.debian.org/pkg-sugar-team/sugar-browse-activity/-/blob/master/browser.py</a><br>> [50] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [51] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [52] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [53] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [54] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [55] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [56] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [57] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [58] <a href="https://askubuntu.com/questions/204643/getting-missing-dependency-for-compilation-glib-compile-schemas" rel="nofollow" target="_blank">https://askubuntu.com/questions/204643/getting-missing-dependency-for-compilation-glib-compile-schemas</a><br>> [59] <a href="https://askubuntu.com/questions/161739/why-does-launchpad-fail-to-find-glib-compile-schemas-while-building-for-ppa" rel="nofollow" target="_blank">https://askubuntu.com/questions/161739/why-does-launchpad-fail-to-find-glib-compile-schemas-while-building-for-ppa</a><br>> [60] <a href="https://packages.debian.org/search?keywords=sugar-browse-activity" rel="nofollow" target="_blank">https://packages.debian.org/search?keywords=sugar-browse-activity</a><br>> [61] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [62] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [63] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [64] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [65] <a href="http://lists.sugarlabs.org/archive/sugar-devel/2020-June/058403.html" rel="nofollow" target="_blank">http://lists.sugarlabs.org/archive/sugar-devel/2020-June/058403.html</a><br>> [66] mailto:<a href="mailto:ibiamchihurumnaya@gmail.com" rel="nofollow" target="_blank">ibiamchihurumnaya@gmail.com</a><br>> [67] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [68] mailto:<a href="mailto:shaansubbaiah.cs18@bmsce.ac.in" rel="nofollow" target="_blank">shaansubbaiah.cs18@bmsce.ac.in</a><br>> [69] <a href="https://cdimage.debian.org/debian-cd/current-live/amd64/bt-hybrid/debian-live-10.4.0-amd64-standard.iso.torrent" rel="nofollow" target="_blank">https://cdimage.debian.org/debian-cd/current-live/amd64/bt-hybrid/debian-live-10.4.0-amd64-standard.iso.torrent</a><br>> [70] mailto:<a href="mailto:Sugar-devel@lists.sugarlabs.org" rel="nofollow" target="_blank">Sugar-devel@lists.sugarlabs.org</a><br>> [71] <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" rel="nofollow" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>> [72] <a href="http://quozl.netrek.org/" rel="nofollow" target="_blank">http://quozl.netrek.org/</a><br><br>-- <br>James Cameron<br><a href="http://quozl.netrek.org/" rel="nofollow" target="_blank">http://quozl.netrek.org/</a><br></div>
</div>
</div></body></html>