Ticket #3681 (closed task: fixed)

Opened 12 months ago

Last modified 10 months ago

Port to Gtk3

Reported by: humitos Owned by: humitos
Priority: Normal Milestone: Unspecified by Release Team
Component: GetBooks Version: Unspecified
Severity: Unspecified Keywords: port, gtk3, screenshot, patch
Cc: humitos Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description (last modified by humitos) (diff)

This ticket is a task created to port Get Books to Gtk3. It's like a reminder and it will be useful to write down some documentation links that I will be using to do the port.

Attachments

Port-Gtk3-backup.diff Download (49.7 KB) - added by humitos 11 months ago.
This is my progress until now. I'm attaching this here to have as a reference if someone else is porting another activity and as a backup as well
Port-Gtk3-backup.2.diff Download (56.4 KB) - added by humitos 11 months ago.
New "work in progress" diff
56.png Download (99.6 KB) - added by humitos 11 months ago.
Gtk3 look
0001-Port-to-Gtk3-SL-3681.patch Download (55.2 KB) - added by humitos 11 months ago.
Patch sent to the mailing list
0001-Port-to-Gtk3-SL-3681.2.patch Download (54.2 KB) - added by humitos 11 months ago.
Version 2
0001-Use-Gio-instead-dbus-to-monitor-pen-drives.patch Download (6.2 KB) - added by humitos 11 months ago.
Monitor devices with Gio

Change History

Changed 12 months ago by humitos

Defining custom signals:

This is useful to replace the gobject.signal_new call.

Changed 12 months ago by humitos

Changed 12 months ago by humitos

  • description modified (diff)


Changed 12 months ago by humitos

Changed 12 months ago by humitos

  • description modified (diff)

Changed 11 months ago by humitos

This is my progress until now. I'm attaching this here to have as a reference if someone else is porting another activity and as a backup as well

Changed 11 months ago by humitos

I'm writing a lot of information here:

Changed 11 months ago by humitos

New "work in progress" diff

Changed 11 months ago by humitos

Gtk3 look

Changed 11 months ago by humitos

Patch sent to the mailing list

Changed 11 months ago by humitos

Version 2

Changed 11 months ago by humitos

Monitor devices with Gio

Changed 10 months ago by godiard

Using the activity with sugar in spanish, when the user do click on a book, the information is not displayed and in the log there are a error:

1342191636.186853 DEBUG root: feedparser version 5.0.1
Traceback (most recent call last):

File "/home/gonzalo/Activities/GetBooks.activity/GetIABooksActivity.py", line 622, in selection_cb

self.show_book_data()

File "/home/gonzalo/Activities/GetBooks.activity/GetIABooksActivity.py", line 633, in show_book_data

book_data = _('Title:\t\t') + self.selected_title + '\n'

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)

Is very important solve this error.

Changed 10 months ago by humitos

  • keywords port, gtk3, screenshot, patch added

Changed 10 months ago by godiard

  • status changed from new to closed
  • resolution set to fixed

Filled the error in the previous comment as #3763.

Close this ticket. If there are any other problem related to the gtk3 port, fill with the gtk3 keyword.

Note: See TracTickets for help on using tickets.