sugarlabs / browse-activity

Sugar activity to browse the internet; WebKit on GTK on Sugar Toolkit
GNU General Public License v2.0
8 stars 44 forks source link

Port to Soup 3.0. #129

Closed nteodosio closed 9 months ago

nteodosio commented 1 year ago

It would be nice to give this a manual test before merging, I don't use the Sugar desktop so I'm assuming it will be easier for you.

I didn't give much thought to what is being done with cookie_jar as per the documentation:

SoupCookieJarDB is a SoupCookieJar that reads cookies from and writes them to a sqlite database in the new Mozilla format.
(This is identical to SoupCookieJarSqlite in libsoup-gnome; it has just been moved into libsoup proper, and renamed to avoid conflicting.)

jbicha commented 10 months ago

I was able to test this by either: Install sugar-session on Ubuntu. Log out. Click your user name then the gear to choose Sugar. Then enter the password to finish logging in. Click the Browse activity. On the single screen, click the person avatar to log out when done.

Or by running a command like this in your regular desktop: sugar-activity3 -s /usr/share/sugar/activities/Browse.activity/

jbicha commented 9 months ago

Thank you. This works for me!

quozl commented 9 months ago

Thanks!