[Sugar-devel] OLPC OS with gnome only.

Buddhi Tuladhar buddhi.tuladhar at olenepal.org
Thu Sep 20 06:53:23 EDT 2018


Its building and working fine Jems. Thank you very much for all help.

On Thu, Sep 20, 2018 at 12:13 PM, James Cameron <quozl at laptop.org> wrote:

> No, I don't have any ideas as to what went wrong.
>
> You might send me a log of the build, and check the exit status with
> "echo $?".
>
> You might also send me your .ini file and "git diff" so I can see what
> you changed, and perhaps try it myself.
>
> It isn't really on-topic for sugar-devel@, so perhaps you could use
> private mail?
>
> On Thu, Sep 20, 2018 at 11:40:36AM +0545, Buddhi Tuladhar wrote:
> > After removing "ds-backup-client" and "systemctl enableds-backup.timer,"
> from
> > module. Something strange happened, builder log says buid is complete
> but i
> > cannot find .zd image in output directory. Even after including the
> > "ds-backup-client" and enabling "systemctl enableds-backup.timer" its not
> > working.
> >
> >  * Running part unmountfs base unmountfs.40.unmount.sh...
> >  * Running part cleanup base cleanup.50.cleanup.sh...
> >  * Build completed successfully.
> >  * Output is in /oob/olpc-os-builder-lts/olpc-os-builder/build/output
> > -bash-4.2# cd build/output/
> > -bash-4.2# ls
> > 32021xx4.activities.txt  32021xx4.files.txt.gz  32021xx4.libraries.txt
> > 32021xx4.packages.txt
> >
> > I am also trying to build OLPC OS in my normal desktop machine. I
> frequently
> > get error message like package not found. Packages are : vte,
> openssh-server,
> > xorg-x11-server-Xorg
> > my machine info is : intel cpu with fedora 18 installed in it.
> > Do you have any idea about this?
> >
> > On Tue, Sep 18, 2018 at 2:26 PM, James Cameron <[1]quozl at laptop.org>
> wrote:
> >
> >     No, don't try to remove on first boot, as it makes first boot
> fragile,
> >     and makes build larger.  Instead, in your OLPC OS builder branch;
> >
> >     1.  edit modules/base/kspkglist.10.core.inc to remove
> >     ds-backup-client,
> >
> >     2.  edit modules/base/kspost.10.core.inc to remove systemctl enable
> >     ds-backup.timer, and;
> >
> >     3.  edit modules/base/kspost.10.core.inc to echo gnome to
> >     .olpc-active-desktop file.
> >
> >     On Tue, Sep 18, 2018 at 01:31:09PM +0545, Buddhi Tuladhar wrote:
> >     > Seems like those three sugar packages depends on one another
> package
> >     called
> >     > "ds-backup-client" . I removed those 3 sugar packages and changed
> the
> >     active
> >     > desktop to gnome in home folder. Working fine now. Wondering how to
> >     remove it
> >     > while building OS. Not sure but thinking to remove those 3 sugar
> package
> >     in 1st
> >     > boot.
> >     >
> >     > On Tue, Sep 18, 2018 at 11:55 AM, James Cameron <[1][2]
> quozl at laptop.org>
> >     wrote:
> >     >
> >     >     Remove the sugar packages using RPM and see what depends on
> them?
> >     >
> >     >     You cannot switch desktop with GUI once you remove package
> >     >     olpc-switch-desktop, but you can edit .olpc-active-desktop
> file by
> >     hand.
> >     >
> >     >     On Tue, Sep 18, 2018 at 10:58:19AM +0545, Buddhi Tuladhar
> wrote:
> >     >     > I removed olpc-switch-desktop from module but sugar still
> starts at
> >     first
> >     >     boot.
> >     >     > what actually happens is, now i cannot switch to gnome form
> sugar.
> >     I can
> >     >     see
> >     >     > these below sugar packages are still installed from my
> package list
> >     of
> >     >     build. I
> >     >     > think there is still some dependencies left to remove.
> >     >     > sugar-0.112.olpc.0-0.noarch
> >     >     > sugar-artwork-0.112.olpc.0-0.armv7hl
> >     >     > sugar-datastore-0.112.olpc.0-0.armv7hl
> >     >     > sugar-toolkit-gtk3-0.112.olpc.0-0.armv7hl
> >     >     >
> >     >     > On Mon, Sep 17, 2018 at 3:37 PM, James Cameron <[1][2][3]
> >     quozl at laptop.org>
> >     >     wrote:
> >     >     >
> >     >     >á á áThanks for testing.
> >     >     >
> >     >     >á á áolpc-switch-desktop is why Sugar is still included; the
> Sugar
> >     >     packages
> >     >     >á á áare usually selected by modules/sugar/kspkglist.50.
> sugar.inc,
> >     and
> >     >     >á á áwithout the [sugar] module present in your .ini file the
> >     packages
> >     >     >á á áshould not be selected, but olpc-switch-desktop has a
> >     dependency on
> >     >     >á á áSugar, and the package is added by
> >     >     >á á ámodules/gnome/kspkglist.50.gnome.inc.á So you might
> remove it
> >     from
> >     >     >á á áthere.
> >     >     >
> >     >     >á á áTo start GNOME by default instead of Sugar, you must
> arrange
> >     for your
> >     >     >á á ábuild to write "gnome" to the file
> /home/olpc/.olpc-active-
> >     desktop
> >     >     and
> >     >     >á á áas a result /usr/bin/olpc-session will start the
> gnome-session.
> >     >     >á á
> >     >     >á á áOn Mon, Sep 17, 2018 at 03:21:03PM +0545, Buddhi Tuladhar
> >     wrote:
> >     >     >á á á> Tried removing [sugar], [sugar_activity_group], and
> >     >     >á á á[sugar_activities_extra]
> >     >     >á á á> but only activities was not installed. sugar remains
> same. At
> >     first
> >     >     boot
> >     >     >á á áit
> >     >     >á á á> starts sugar. Can we do something to start gnome only
> then ?
> >     >     >á á á>
> >     >     >á á á> On Mon, Sep 17, 2018 at 2:55 PM, James Cameron
> <[1][2][3]
> >     >     [4]quozl at laptop.org>
> >     >     >á á áwrote:
> >     >     >á á á>
> >     >     >á á á>á á áLast time I tried this was in February 2015, with
> the
> >     goal of
> >     >     >á á áreducing
> >     >     >á á á>á á átime between test builds.á The method was to edit
> the
> >     .ini file
> >     >     and
> >     >     >á á á>á á áremove sections [usb_update], [sugar],
> >     [sugar_activity_group],
> >     >     and
> >     >     >á á á>á á á[sugar_activities_extra]
> >     >     >á á á>
> >     >     >á á á>á á áI don't know if it will work.
> >     >     >á á á>
> >     >     >á á á>á á áOn Mon, Sep 17, 2018 at 01:43:38PM +0545, Buddhi
> Tuladhar
> >     >     wrote:
> >     >     >á á á>á á á> Dear all,
> >     >     >á á á>á á á>
> >     >     >á á á>á á á> I have a query about OLPC OS builder.
> >     >     >á á á>á á á> Is it possible to build OLPC OSá just with Gnome
> >     Desktop
> >     >     >á á áEnvironment ? if
> >     >     >á á á>á á áyes
> >     >     >á á á>á á á> then how can i do this?
> >     >     >á á á>á á á>
> >     >     >á á á>á á á> Best,
> >     >     >á á á>á á á> Buddhi.
> >     >     >á á á>
> >     >     >á á á>á á á--
> >     >     >á á á>á á áJames Cameron
> >     >     >á á á>á á á[2][3][4][5]http://quozl.netrek.org/
> >     >     >á á á>
> >     >     >á á á> References:
> >     >     >á á á>
> >     >     >á á á> [1] mailto:[4][5][6]quozl at laptop.org
> >     >     >á á á> [2] [5][6][7]http://quozl.netrek.org/
> >     >     >
> >     >     >á á á--
> >     >     >á á áJames Cameron
> >     >     >á á á[6][7][8]http://quozl.netrek.org/
> >     >     >
> >     >     > References:
> >     >     >
> >     >     > [1] mailto:[8][9]quozl at laptop.org
> >     >     > [2] mailto:[9][10]quozl at laptop.org
> >     >     > [3] [10][11]http://quozl.netrek.org/
> >     >     > [4] mailto:[11][12]quozl at laptop.org
> >     >     > [5] [12][13]http://quozl.netrek.org/
> >     >     > [6] [13][14]http://quozl.netrek.org/
> >     >
> >     >     --
> >     >     James Cameron
> >     >     [14][15]http://quozl.netrek.org/
> >     >
> >     > References:
> >     >
> >     > [1] mailto:[16]quozl at laptop.org
> >     > [2] mailto:[17]quozl at laptop.org
> >     > [3] mailto:[18]quozl at laptop.org
> >     > [4] [19]http://quozl.netrek.org/
> >     > [5] mailto:[20]quozl at laptop.org
> >     > [6] [21]http://quozl.netrek.org/
> >     > [7] [22]http://quozl.netrek.org/
> >     > [8] mailto:[23]quozl at laptop.org
> >     > [9] mailto:[24]quozl at laptop.org
> >     > [10] [25]http://quozl.netrek.org/
> >     > [11] mailto:[26]quozl at laptop.org
> >     > [12] [27]http://quozl.netrek.org/
> >     > [13] [28]http://quozl.netrek.org/
> >     > [14] [29]http://quozl.netrek.org/
> >
> >     --
> >     James Cameron
> >     [30]http://quozl.netrek.org/
> >
> > References:
> >
> > [1] mailto:quozl at laptop.org
> > [2] mailto:quozl at laptop.org
> > [3] mailto:quozl at laptop.org
> > [4] mailto:quozl at laptop.org
> > [5] http://quozl.netrek.org/
> > [6] mailto:quozl at laptop.org
> > [7] http://quozl.netrek.org/
> > [8] http://quozl.netrek.org/
> > [9] mailto:quozl at laptop.org
> > [10] mailto:quozl at laptop.org
> > [11] http://quozl.netrek.org/
> > [12] mailto:quozl at laptop.org
> > [13] http://quozl.netrek.org/
> > [14] http://quozl.netrek.org/
> > [15] http://quozl.netrek.org/
> > [16] mailto:quozl at laptop.org
> > [17] mailto:quozl at laptop.org
> > [18] mailto:quozl at laptop.org
> > [19] http://quozl.netrek.org/
> > [20] mailto:quozl at laptop.org
> > [21] http://quozl.netrek.org/
> > [22] http://quozl.netrek.org/
> > [23] mailto:quozl at laptop.org
> > [24] mailto:quozl at laptop.org
> > [25] http://quozl.netrek.org/
> > [26] mailto:quozl at laptop.org
> > [27] http://quozl.netrek.org/
> > [28] http://quozl.netrek.org/
> > [29] http://quozl.netrek.org/
> > [30] http://quozl.netrek.org/
>
> --
> James Cameron
> http://quozl.netrek.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sugarlabs.org/archive/sugar-devel/attachments/20180920/27a0ba52/attachment-0001.html>


More information about the Sugar-devel mailing list