Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Porthole-0.5.0-pre1 testers needed
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
memoi2001
Tux's lil' helper
Tux's lil' helper


Joined: 27 Nov 2004
Posts: 81
Location: planet earth.. sometimes..

PostPosted: Sat Aug 06, 2005 10:07 pm    Post subject: Reply with quote

yeah sorry, my french is fluent but i'm too lazy to type it, I'll check over the .po by monday,
unless anyone want's to proof read?
_________________
Linux registered user: 374844
Proud to be a geek!
Back to top
View user's profile Send private message
Dhaki
Guru
Guru


Joined: 16 Jun 2004
Posts: 325
Location: Ticino - CH

PostPosted: Sat Aug 06, 2005 10:31 pm    Post subject: Reply with quote

Hi, I can translate it to italian. I began already the translation but with porthole.pot ... Is there a method to keep the work already done (~100/270)?
Back to top
View user's profile Send private message
tgurr
Retired Dev
Retired Dev


Joined: 27 Jan 2004
Posts: 571
Location: germany

PostPosted: Sat Aug 06, 2005 11:15 pm    Post subject: Reply with quote

dol-sen wrote:

Code:

Name=The Porthole Portage Frontend
Comment=Use a GTK-based frontend to the Gentoo package management system


Thank you


The correct German one for this would be:
Code:

Name=Die Porthole Portage Oberfläche
Comment=Benutzen Sie eine GTK-basierende Oberfläche für das Paketmanagement von Gentoo

I suppose.
Or like in your post "Comment=Eine GTK-basierende Oberfläche für das Gentoo Paketmanagement" which would be "Comment=A GTK-based frontend to the Gentoo package management system"
Back to top
View user's profile Send private message
dol-sen
Retired Dev
Retired Dev


Joined: 30 Jun 2002
Posts: 2805
Location: Richmond, BC, Canada

PostPosted: Sun Aug 07, 2005 4:24 am    Post subject: Reply with quote

Dhaki

The easiest way to do the translations is using poedit. Open the file you started and like messiliac posted earlier
Quote:
If anyone has started translating porthole.pot instead of messages.pot and is using poedit, you may still be able to keep most of the work by opening the <lang>.po file and using "Catalog > Update from POT file" (choosing messages.pot).


Everyone else, Thank you for your ongoing efforts. It seems that Psy' has discovered a few more flaws in the translation handling that we need to work out. We will be in touch as we figure out the solution and get them fixed.

Thank you again.
_________________
Brian
Porthole, the Portage GUI frontend irc@freenode: #gentoo-guis, #porthole, Blog
layman, gentoolkit, CoreBuilder, esearch...
Back to top
View user's profile Send private message
mesilliac
n00b
n00b


Joined: 24 Mar 2005
Posts: 20
Location: New Zealand

PostPosted: Sun Aug 07, 2005 7:16 am    Post subject: Reply with quote

Dhaki wrote:
Hi, I can translate it to italian. I began already the translation but with porthole.pot ... Is there a method to keep the work already done (~100/270)?

If you're not using poedit you can also update your translation with the command:
Code:
msgmerge it.po messages.pot > it_new.po

(replace "it.po" with the name of the file containing your translations).

This should keep all the translated strings that haven't changed, and add the new translatable strings from messages.pot. It might be a good idea to backup your work before you try it, anyway ;).

It's probably a good idea to get the latest message.pot from sourceforge CVS, too. There were a few strings we missed.

You can get it here: http://cvs.sourceforge.net/viewcvs.py/porthole/porthole/i18n/.
Back to top
View user's profile Send private message
Riklaunim
Apprentice
Apprentice


Joined: 16 Dec 2004
Posts: 286
Location: Poland

PostPosted: Sun Aug 07, 2005 3:49 pm    Post subject: Reply with quote

dol-sen wrote:
Quote:
Riklaunim
PostPosted: Sat Aug 06, 2005 1:35 am Post subject:
Should work: www.hubi.info/rik/messages.mo


I have your messages.mo file and renamed it to pl.mo but I need the pl.po file with your editable translations to add to our cvs.

The pot is here


Code:
Name=Porthole - GUI na portage
Comment=Użyj graficznej nakładki do zarządzania portage

_________________
Biblioteka CMS i PHP | Biblioteka Linuksa | Biblioteka cRPG | Biblioteka Pythona
Back to top
View user's profile Send private message
zortech
n00b
n00b


Joined: 16 Apr 2004
Posts: 40
Location: In front of my laptop

PostPosted: Sun Aug 07, 2005 4:34 pm    Post subject: Reply with quote

I love this program! Especially the new appearance and features.
I'm working on a Russian translation (in fact, it's almost done).
Back to top
View user's profile Send private message
martin.k
Guru
Guru


Joined: 28 Nov 2004
Posts: 493
Location: Wylatowo, Polska

PostPosted: Sun Aug 07, 2005 9:20 pm    Post subject: porthole 0.5.0 testing Reply with quote

Porthole 0.4.1 does work fine on my box. But porthole 0.5.0 does not.
1) when I start porthole 0.5.0, pick some category from menu then point on some ebuild
the summary doesn't appear and system freezes for a while.
2) right click on any item doesn't work here.
And here is some log file:
http://xthost.info/fxsources/fx/porthole-0.5.0-error.txt
_________________
linux-2.6.17 +ck +R4 +lockless +genetic-as +... więcej nie pamiętam :)
LRU #299256
Back to top
View user's profile Send private message
johor
n00b
n00b


Joined: 30 Sep 2004
Posts: 6
Location: Portugal

PostPosted: Sun Aug 07, 2005 10:13 pm    Post subject: can't start porthole Reply with quote

I downloaded porthole and when I try to run it, i got this message:
gentoobox porthole-0.5.0 # ./porthole -l -d
Traceback (most recent call last):
File "./porthole", line 41, in ?
import os, gobject
ImportError: No module named gobject

What is wrong ?
Back to top
View user's profile Send private message
dol-sen
Retired Dev
Retired Dev


Joined: 30 Jun 2002
Posts: 2805
Location: Richmond, BC, Canada

PostPosted: Mon Aug 08, 2005 12:24 am    Post subject: Reply with quote

martin.k

It looks like you do not have any /etc/portage/package.* files. Is that true? A quick look at the code, it seems we did not check that the file actually exists, causing the error.

We'll get a fix for that soon.

johor

Do you have pygtk-2.4.x or newer installed? gobject is part of gtk+ and should be installed with gtk+ and pygtk.
_________________
Brian
Porthole, the Portage GUI frontend irc@freenode: #gentoo-guis, #porthole, Blog
layman, gentoolkit, CoreBuilder, esearch...
Back to top
View user's profile Send private message
mesilliac
n00b
n00b


Joined: 24 Mar 2005
Posts: 20
Location: New Zealand

PostPosted: Mon Aug 08, 2005 5:08 am    Post subject: Re: porthole 0.5.0 testing Reply with quote

martin.k wrote:
Porthole 0.4.1 does work fine on my box. But porthole 0.5.0 does not.
1) when I start porthole 0.5.0, pick some category from menu then point on some ebuild
the summary doesn't appear and system freezes for a while.
2) right click on any item doesn't work here.


If there are any blank lines, or lines that are commented out in your package.keywords, package.unmask or package.use files it will also do this. If you check your /etc/portage/package.keywords file for blank lines and remove them it might work after that.

If these files don't exist in /etc/portage/, creating them (blank files should work okay) might help.

In either case, this will be fixed in the next test release.
Back to top
View user's profile Send private message
martin.k
Guru
Guru


Joined: 28 Nov 2004
Posts: 493
Location: Wylatowo, Polska

PostPosted: Mon Aug 08, 2005 6:18 am    Post subject: Re: porthole 0.5.0 testing Reply with quote

Quote:
If there are any blank lines, or lines that are commented out in your package.keywords, package.unmask or package.use files it will also do this. If you check your /etc/portage/package.keywords file for blank lines and remove them it might work after that.

If these files don't exist in /etc/portage/, creating them (blank files should work okay) might help.

In either case, this will be fixed in the next test release.

I think that I have /etc/portage/packeges.* files, but I'm on win32 now at work, so I'll check it later.
I think the problem may be with empty lines.
And what about no right click and no summary on ebuilds ?

Edit: I forgot... There is no USE flags selection in porthole frontend. The field is empty so I can't pick any use flag as it could be done with porthole 0.4.1.
I'll check my python wersion and other stuff and report later.

Martin
_________________
linux-2.6.17 +ck +R4 +lockless +genetic-as +... więcej nie pamiętam :)
LRU #299256
Back to top
View user's profile Send private message
dol-sen
Retired Dev
Retired Dev


Joined: 30 Jun 2002
Posts: 2805
Location: Richmond, BC, Canada

PostPosted: Mon Aug 08, 2005 6:45 am    Post subject: Reply with quote

The blank lines issue is fixed in cvs thanks to messiliac.

I don't know what may be giong wrong with the right click menus. They have never not worked for me since messiliac created them.

Currently there is a right click menu in the package view and the Summary View's ebuild table only. Which I just discovered did not disable for a package without a valid keyword for any of the arch's listed in the table (means the package is not available to those arch's). Time to go bug squashing. :?

I would like to add a right click menu for the use flags listed, but I had to draw the line somewhere in order to get a release cleaned up and out. Right now any use flag changes can be made in the advanced emerge dialog which will also let you save the changes to /etc/potage/package.* files if porthole is run as root. It is a fairly new feature and is not yet capable of handling a sudo/su file save. That will probably have to wait for the new python interface for libgksu that is in development in gnome-python extras.

Also, messiliac thought that it might be a good idea to create a porthole-translators mail list since there a number of you contributing your multilingual talents. It could be a way of keeping a relatively low volume list without the clutter of other dev mail. That way we could post any changes to the messages.pot file or discussion of translation issues like the ones that have come up.

If it's something you would like I can set it up
_________________
Brian
Porthole, the Portage GUI frontend irc@freenode: #gentoo-guis, #porthole, Blog
layman, gentoolkit, CoreBuilder, esearch...
Back to top
View user's profile Send private message
martin.k
Guru
Guru


Joined: 28 Nov 2004
Posts: 493
Location: Wylatowo, Polska

PostPosted: Mon Aug 08, 2005 7:05 am    Post subject: Reply with quote

dol-sen wrote:

Also, messiliac thought that it might be a good idea to create a porthole-translators mail list since there a number of you contributing your multilingual talents. It could be a way of keeping a relatively low volume list without the clutter of other dev mail. That way we could post any changes to the messages.pot file or discussion of translation issues like the ones that have come up.


Good idea :)
_________________
linux-2.6.17 +ck +R4 +lockless +genetic-as +... więcej nie pamiętam :)
LRU #299256
Back to top
View user's profile Send private message
Karim
Apprentice
Apprentice


Joined: 13 Apr 2004
Posts: 218

PostPosted: Mon Aug 08, 2005 8:00 pm    Post subject: Congrats! Reply with quote

Congratulation for a new exciting release :-)
Porthole is cool with all the new progress ...

Cheers!
The kuroo/guitoo team.
Back to top
View user's profile Send private message
johor
n00b
n00b


Joined: 30 Sep 2004
Posts: 6
Location: Portugal

PostPosted: Mon Aug 08, 2005 8:15 pm    Post subject: re: pygtk Reply with quote

I think I have it instaled:
dev-python/pygtk
Latest version available: 2.6.2
Latest version installed: 2.6.1

........
x11-libs/gtk+
Latest version available: 2.6.8
Latest version installed: 2.6.8

What's missing ?
Back to top
View user's profile Send private message
mesilliac
n00b
n00b


Joined: 24 Mar 2005
Posts: 20
Location: New Zealand

PostPosted: Tue Aug 09, 2005 5:44 am    Post subject: Re: re: pygtk Reply with quote

johor wrote:
I think I have it instaled:
dev-python/pygtk
Latest version available: 2.6.2
Latest version installed: 2.6.1

........
x11-libs/gtk+
Latest version available: 2.6.8
Latest version installed: 2.6.8

What's missing ?

Hmm... if you start python and do
Code:
import sys
print sys.path

import pygtk
pygtk.require("2.0")
import gtk
import gobject

print sys.path

what happens?
Back to top
View user's profile Send private message
johor
n00b
n00b


Joined: 30 Sep 2004
Posts: 6
Location: Portugal

PostPosted: Tue Aug 09, 2005 8:34 pm    Post subject: re: pygtk Reply with quote

sorry for the delay, but i can only answer at night :-)

Python 2.4.1 (#1, Jun 18 2005, 12:20:28)
[GCC 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>>
>>> print sys.path
['', '/usr/lib/portage/pym', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/us r/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/python2.4/l ib-dynload', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packag es/wx-2.6-gtk2-ansi']
>>> import ppygtk
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named ppygtk
>>> import pygtk
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named pygtk
>>> pygtk.require("2.0")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name 'pygtk' is not defined

I stoped here, becausse it seems i don't have the module pygtk...
How can I install it?
Thks again...
Back to top
View user's profile Send private message
zortech
n00b
n00b


Joined: 16 Apr 2004
Posts: 40
Location: In front of my laptop

PostPosted: Tue Aug 09, 2005 11:30 pm    Post subject: Reply with quote

I submitted the ru.po file (for the cvs version) and an updated porthole.desktop with Russian entries to Bugzilla.
Back to top
View user's profile Send private message
mesilliac
n00b
n00b


Joined: 24 Mar 2005
Posts: 20
Location: New Zealand

PostPosted: Wed Aug 10, 2005 2:59 am    Post subject: Re: re: pygtk Reply with quote

johor wrote:
I stoped here, becausse it seems i don't have the module pygtk...
How can I install it?

If you've upgraded to python 2.4 recently I believe you need to run:
Code:
python-updater
Back to top
View user's profile Send private message
dol-sen
Retired Dev
Retired Dev


Joined: 30 Jun 2002
Posts: 2805
Location: Richmond, BC, Canada

PostPosted: Wed Aug 10, 2005 5:20 am    Post subject: Reply with quote

Quote:
zortech
PostPosted: Tue Aug 09, 2005 3:30 pm Post subject:
I submitted the ru.po file (for the cvs version) and an updated porthole.desktop with Russian entries to Bugzilla.


Thank you.
_________________
Brian
Porthole, the Portage GUI frontend irc@freenode: #gentoo-guis, #porthole, Blog
layman, gentoolkit, CoreBuilder, esearch...


Last edited by dol-sen on Sat Aug 20, 2005 5:37 am; edited 1 time in total
Back to top
View user's profile Send private message
johor
n00b
n00b


Joined: 30 Sep 2004
Posts: 6
Location: Portugal

PostPosted: Wed Aug 10, 2005 8:21 pm    Post subject: re: pygtk Reply with quote

thanks mesilliac. Now I can use porthole.
Back to top
View user's profile Send private message
pavkb
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jan 2004
Posts: 90
Location: USA

PostPosted: Sat Aug 20, 2005 4:24 am    Post subject: Reply with quote

don't know how i could help but i got the newer version of porthole as in the instructions on the very first post of this thread.
ran ./porthole -l -d as regular user.
it crashed when i tried to emerge a package with "Right Click on the package name" & Pick "Sudo emerge"
i see in my terminal window a lots of meesage (in the window where i started porthole)
3rd line from the top says this
Code:

If a crash occurs check the /var/log/porthole/crash_pavan.html file and post it to porthole bugs

but there is no such file.
is this a problem. is there any way i can help
thanks
pavan
Back to top
View user's profile Send private message
dol-sen
Retired Dev
Retired Dev


Joined: 30 Jun 2002
Posts: 2805
Location: Richmond, BC, Canada

PostPosted: Sat Aug 20, 2005 5:37 am    Post subject: Reply with quote

If a crash was detected it would have brought up a popup dialog telling you it crashed.

In that case the debug text in the terminal you ran it from is our best clue as to what was happening.

Try it again and post the text from the terminal.
_________________
Brian
Porthole, the Portage GUI frontend irc@freenode: #gentoo-guis, #porthole, Blog
layman, gentoolkit, CoreBuilder, esearch...
Back to top
View user's profile Send private message
pavkb
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jan 2004
Posts: 90
Location: USA

PostPosted: Sat Aug 20, 2005 2:50 pm    Post subject: Reply with quote

its a lots of stuff on the terminal. i am pasting everything below. Could be large post. hope its usefull
by the way there was no popup window or anything it just goes down.
Code:

pavan@pavantux ~/porthole-0.5.0 $ ./porthole -l -d
[('-l', ''), ('-d', '')]
[]

*** You are not in the portage group. You may experience cache problems
*** due to permissions preventing the creation of the on-disk cache.
*** Please add this user to the portage group if you wish to use portage.

Debug printing is enabled
pycrash module initializing
If a crash occurs check the /var/log/porthole/crash_pavan.html file and post it to porthole bugs
PORTHOLE: process id = 23437 ****************
UTILS: PortholePreferences; setting globals.LANG = en
UTILS: PortholePreferences; setting globals.enable_archlist = False
UTILS: PortholePreferences; setting globals.enable_all_keywords = False
UTILS: PortholePreferences; setting globals.archlist = ['alpha', 'amd64', 'arm', 'hppa', 'ia64', 'mips', 'ppc', 'ppc64', 's390', 'sparc', 'x86']
UTILS: PortholePreferences; setting globals.Sync = emerge sync
UTILS: PortholePreferences; setting globals.Sync_label = Sync
UTILS: PortholePreferences; setting globals.Sync_methods = [['emerge sync', 'Sync'], ['emerge-webrsync', 'WebRsync'], ['#user defined', 'Unknown Sync']]
UTILS: PortholePreferences; setting globals.custom_browser_command = firefox %s
UTILS: PortholePreferences; setting globals.use_custom_browser = False
UTILS: PortholePreferences; setting globals.su = gksu
UTILS: PortholePreferences; PLUGIN_DIR = /home/pavan/porthole-0.5.0/plugins/
UTILS: PortholePreferences; setting plugins.active_list = []
MAINWINDOW: process id = 23437 ****************
libglade: ['gnome-base/libglade-2.5.1', 'gnome-base/libglade-0.17-r6']
VERSION_SORT: ver_match(); match2 002005001!r000, 002005000!r000:002099099!r000
MAINWINDOW: __init__(); glade file = porthole.glade
VIEWS: Category view initialized
VIEWS: Package view initialized
VIEWS: Depends view initialized
MAINWINDOW: __init__() before hpane; 519, vpane; 125
MAINWINDOW: init_data(); Initializing data
MAINWINDOW: init_db(); starting self.db_thread
UTILS: get_world(); Failure to locate file: '/var/lib/portage/world'
UTILS: get_world(); Trying '/var/cache/edb/world'
MAINWINDOW: UpgradableReader(); Failed to locate the world file
PORTAGELIB: read_db(); process id = 23439, thread_id = 23437 *****************
PORTAGELIB: get_installed();
MAINWINDOW: get_sync_time(); trying utf_8 encoding
TERMINAL: ProcessManager; process id = 23437 ****************
MAIN: setup_plugins: plugin path: /home/pavan/porthole-0.5.0/plugins/
PLUGIN; init(): New plugin being made: 'profuse' in /home/pavan/porthole-0.5.0/plugins/
PLUGIN: initialize_plugin: cwd: /home/pavan/porthole-0.5.0/plugins !!!!!!!!!!!!!!!!!
plugins.profuse
<module 'plugins.profuse' from '/home/pavan/porthole-0.5.0/plugins/profuse/__init__.pyc'>
PLUGIN: initialize_plugin(); !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
PLUGIN: Event: load, Plugin: profuse
PROFUSE: __init__;  new_instance: initialized okay
MAIN: Showing main window
MAINWINDOW: on_window_state_event(); event detected
MAINWINDOW: on_window_state_event(); event detected
MAINWINDOW on_pane_notify(): saved hpane 519, vpane 125
PORTAGELIB: read_db(); getting allnodes package list
PORTAGELIB: read_db(); Done getting allnodes package list
PORTAGELIB: read_db() create internal porthole list; length=10110
PORTAGELIB: read_db(); Threading info: [<_MainThread(MainThread, started)>, <DatabaseReader(Thread-1, started daemon)>]
PORTAGELIB: read_db(); end of list build; sort is next
PORTAGELIB: DatabaseReader.sort()
PORTAGELIB: sort(); finished
PORTAGELIB: read_db(); end of sort, finished
MAINWINDOW: db_save_variables(); dbtime = 0
MAINWINDOW: db_save_variables(); new average load time = 9 cycles
MAINWINDOW: db_thread is done...
MAINWINDOW: db_thread.join...
PORTAGELIB: DatabaseReader.run(); finished
MAINWINDOW: db_thread.join is done...
MAINWINDOW: setting menubar,toolbar,etc to sensitive...
VIEWS: Populating category view
MAINWINDOW: view_filter_changed()
MAINWINDOW: view_filter_changed(); index = 0
VIEWS: Populating category view
MAINWINDOW: select_category_package(): None / None
MAINWINDOW: select_category_package(): bad index or category?
MAINWINDOW: select_category_package(): no category path found
MAINWINDOW: view_filter_changed(); last_view_setting changed
MAINWINDOW: Made it thru a reload, returning...
VIEWS: category change detected
VIEWS: Populating package view
VIEWS: PackageView.populate(); Threading info: [<_MainThread(MainThread, started)>]
PORTAGELIB: sort()
PORTAGELIB: sort(); finished
VIEWS: starting info_thread
VIEWS: populate_info(); Package info populated
VIEWS: Handling PackageView button press event
((24,), <gtk.TreeViewColumn object (GtkTreeViewColumn) at 0x2aaab0fe1cd0>, 76, 16)
VIEWS: Package view _clicked() signal caught
MAINWINDOW: package_changed()
PORTAGELIB: get_user_config('package.keywords')
PORTAGELIB: get_user_config('package.unmask')
SUMMARY: create_ebuild_table: creating single arch table
TERMINAL: terminal_notebook() new self.visible_tablist: [0]
TERMINAL: get & connect to vadjustments
TERMINAL: show_window(); starting reader thread
TERMINAL: ProcessOutputReader(); process id = 23440
TERMINAL: start_queue()
TERMINAL: There are pending processes, running now... [glaxium]
TERMINAL: running command string 'sudo -p "Password: " emerge --verbose --nospinner games-action/glaxium'
TERMINAL: pty process id: 23441 ******
TERMINAL: start_queue(); finished... returning
TERMINAL: window state event: <flags 0 of type GdkWindowState>
TERMINAL: do_password_popup(): result 1
TERMINAL: ProcessOutputReader: process finished, closing
TERMINAL: is self.fd a tty? 'True'
TERMINAL: ProcessOutputReader: closed okay
TERMINAL: process_done(): process id: 23437
TERMINAL: process_done(): process group id: 23437
TERMINAL: process_done(): parent process id: 10716
TERMINAL: process 23441 finished, status 256
PORTAGELIB: reset_use_flags();
VIEWS: Package view _clicked() signal caught
MAINWINDOW: package_changed()
PORTAGELIB: get_user_config('package.keywords')
PORTAGELIB: get_user_config('package.unmask')
SUMMARY: create_ebuild_table: creating single arch table
MAINWINDOW: reload_db() callback
PORTAGELIB: reset_world();
UTILS: get_world(); Failure to locate file: '/var/lib/portage/world'
UTILS: get_world(); Trying '/var/cache/edb/world'
MAINWINDOW: UpgradableReader(); Failed to locate the world file
MAINWINDOW: reload_db(); starting self.db_thread
UTILS: get_world(); Failure to locate file: '/var/lib/portage/world'
UTILS: get_world(); Trying '/var/cache/edb/world'
MAINWINDOW: UpgradableReader(); Failed to locate the world file
PORTAGELIB: read_db(); process id = 23443, thread_id = 23437 *****************
PORTAGELIB: get_installed();
MAINWINDOW: get_sync_time(); trying utf_8 encoding
TERMINAL: start_queue()
TERMINAL: start_queue(); finished... returning
PORTAGELIB: read_db(); getting allnodes package list
PORTAGELIB: read_db(); Done getting allnodes package list
PORTAGELIB: read_db() create internal porthole list; length=10110
PORTAGELIB: read_db(); Threading info: [<_MainThread(MainThread, started)>, <ProcessOutputReader(Thread-2, started daemon)>, <DatabaseReader(Thread-3, started daemon)>]
PORTAGELIB: read_db(); end of list build; sort is next
PORTAGELIB: DatabaseReader.sort()
PORTAGELIB: sort(); finished
PORTAGELIB: read_db(); end of sort, finished
MAINWINDOW: db_save_variables(); dbtime = 0
MAINWINDOW: db_save_variables(); new average load time = 9 cycles
MAINWINDOW: db_thread is done...
MAINWINDOW: db_thread.join...
PORTAGELIB: DatabaseReader.run(); finished
MAINWINDOW: db_thread.join is done...
MAINWINDOW: setting menubar,toolbar,etc to sensitive...
MAINWINDOW: view_filter_changed()
MAINWINDOW: view_filter_changed(); index = 0
VIEWS: Populating category view
MAINWINDOW: select_category_package(): games-action / glaxium
VIEWS: category change detected
VIEWS: Populating package view
VIEWS: PackageView.populate(); Threading info: [<_MainThread(MainThread, started)>, <ProcessOutputReader(Thread-2, started daemon)>, <DatabaseReader(Thread-3, stopped daemon)>]
VIEWS: Selecting glaxium
PORTAGELIB: sort()
PORTAGELIB: sort(); finished
VIEWS: Package view _clicked() signal caught
MAINWINDOW: package_changed()
PORTAGELIB: get_user_config('package.keywords')
PORTAGELIB: get_user_config('package.unmask')
SUMMARY: create_ebuild_table: creating single arch table
VIEWS: starting info_thread
VIEWS: Package view _clicked() signal caught
MAINWINDOW: package_changed()
PORTAGELIB: get_user_config('package.keywords')
PORTAGELIB: get_user_config('package.unmask')
SUMMARY: create_ebuild_table: creating single arch table
MAINWINDOW: view_filter_changed(); last_view_setting changed
MAINWINDOW: Made it thru a reload, returning...
VIEWS: populate_info(); Package info populated
TERMINAL: disallowing delete event
TERMINAL: cleaning up zombie emerge processes
TERMINAL: done cleaning up emerge processes
TERMINAL: window state event: <flags GDK_WINDOW_STATE_WITHDRAWN of type GdkWindowState>
VIEWS: Handling PackageView button press event
((24,), <gtk.TreeViewColumn object (GtkTreeViewColumn) at 0x2aaab0fe1d20>, 100, 6)
VIEWS: Package view _clicked() signal caught
MAINWINDOW: package_changed()
PORTAGELIB: get_user_config('package.keywords')
PORTAGELIB: get_user_config('package.unmask')
SUMMARY: create_ebuild_table: creating single arch table
TERMINAL: show_window(): window attribute already set... attempting show
Segmentation fault
pavan@pavantux ~/porthole-0.5.0 $

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum