You are not logged in.

#76 2011-09-13 23:41:06

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

thanks!

Might I ask why you needed these screenshots? Just curious..

i wanted to see how all the current colours work with your dark desktop theme.

the top half of the tree has a 'provides' dependency which should be shown as: sh (bash). but it is barely readable because of the dark-green font colour.

all the other colours seem okay, though.

Offline

#77 2011-09-13 23:55:07

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

kachelaqa wrote:

thanks!

Might I ask why you needed these screenshots? Just curious..

i wanted to see how all the current colours work with your dark desktop theme.

the top half of the tree has a 'provides' dependency which should be shown as: sh (bash). but it is barely readable because of the dark-green font colour.

all the other colours seem okay, though.

Wow, didnt even notice that! I changed the color (of p.tree span) to seagreen which pops nicely with the dark background (but is not too loud). Heres lines 60-77 of fmt.py again:

        markup = ["""
            <html><head><style type="text/css">
            table {background-color: dimgray;}
            a {color: steelblue;}
            p {margin-top: 25; margin-right: 10;}
            p.tree {font-family: monospace;}
            p.files, p.tree {white-space: pre; margin-left: 35;}
            p.tree {color: slategrey;}
            p.tree span {color: seagreen; font-family: sans serif;}
            td.key {white-space: pre; padding: 4; padding-right: 15;
                    background-color: palette(base);}
            td.value {white-space: pre-wrap; padding: 4;
                      background-color: palette(base);}
            img {float: left;}
            font.official {color: tomato;}
            font.aur {color: mediumorchid;}
            </style></head><body><table>
            """]

Heres a screenshot of the new and improved:
http://imageshack.us/photo/my-images/14 … x1080.png/

Anything else you can think of?

Offline

#78 2011-09-14 10:30:19

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

GSF1200S wrote:

Anything else you can think of?

that should be enough info for the moment - thanks for your feedback smile

Offline

#79 2011-10-08 13:22:22

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

version 0.7 has been released today.

please see the pkgbrowser manual and the changelog for further details.

Offline

#80 2011-10-09 00:35:15

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

kachelaqa wrote:

version 0.7 has been released today.

please see the pkgbrowser manual and the changelog for further details.

Love the new export option. Its also nice that categories are loaded when selecting categories- pkgbrowser is ready to use alot quicker (initializes faster). I used to have to wait at least 2-4 seconds before I started using it, but now its basically instant.

The coloring for the HTML portions were definitely better (using the option added in the config), but still hard to read the Name, Version, etc.. I changed the colors to what I had before and that works great for me; prolly just my theme though..

Congrats on a great release smile

Offline

#81 2011-10-09 04:25:02

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

GSF1200S wrote:

The coloring for the HTML portions were definitely better (using the option added in the config), but still hard to read the Name, Version, etc.. I changed the colors to what I had before and that works great for me; prolly just my theme though..

damn! - sorry about that. i tried the colours with several dark and light themes and thought i'd found a good compromise that would work with any theme.

there will probably be another version of pkgbrowser soon (next couple of weeks?) when pacman4 gets released - so i can include a fix for the colour scheme then.

can you confirm that this scheme works, please?

body {color: palette(text); background-color: palette(base);}
table {background-color: palette(window);}
a {color: palette(link);}
p {margin-top: 25; margin-right: 10;}
p.tree {font-family: monospace;}
p.files, p.tree {white-space: pre; margin-left: 35;}
p.tree {color: palette(text);}
p.tree span {font-family: sans serif;}
td.key {white-space: pre; padding: 4; padding-right: 15;
        background-color: palette(base);}
td.value {white-space: pre-wrap; padding: 4;
          background-color: palette(base);}
img {float: left;}
font.official {color: tomato;}
font.aur {color: mediumorchid;}

Offline

#82 2011-10-09 04:40:10

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

kachelaqa wrote:
GSF1200S wrote:

The coloring for the HTML portions were definitely better (using the option added in the config), but still hard to read the Name, Version, etc.. I changed the colors to what I had before and that works great for me; prolly just my theme though..

damn! - sorry about that. i tried the colours with several dark and light themes and thought i'd found a good compromise that would work with any theme.

there will probably be another version of pkgbrowser soon (next couple of weeks?) when pacman4 gets released - so i can include a fix for the colour scheme then.

can you confirm that this scheme works, please?

body {color: palette(text); background-color: palette(base);}
table {background-color: palette(window);}
a {color: palette(link);}
p {margin-top: 25; margin-right: 10;}
p.tree {font-family: monospace;}
p.files, p.tree {white-space: pre; margin-left: 35;}
p.tree {color: palette(text);}
p.tree span {font-family: sans serif;}
td.key {white-space: pre; padding: 4; padding-right: 15;
        background-color: palette(base);}
td.value {white-space: pre-wrap; padding: 4;
          background-color: palette(base);}
img {float: left;}
font.official {color: tomato;}
font.aur {color: mediumorchid;}

Hey, no worries- this program has saved me 50 times more time than I spent changing a few things in fmt.py smile

However, THAT html block (quoted above) works perfectly with my theme. I might suggest possibly changing the color for sh(bash) as you had at one point (only if you want to), though its fine to me. I think it was green before... Ive included two screenshots to show you what I see, which is basically perfect for me:
Details page: http://imageshack.us/photo/my-images/94 … x1080.png/
Tree View: http://imageshack.us/photo/my-images/54 … x1080.png/

Again, this program is awesome- thanks so much for all your hard work.

Last edited by GSF1200S (2011-10-09 04:42:30)

Offline

#83 2011-10-14 19:25:47

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

Im not running the testing repo, so I figured id ask for the eventual upgrade- is PkgBrowser going to need any upgrades to work with Pacman 4? Im admittedly unfamiliar with libalpm and all the API's, so...

Offline

#84 2011-10-14 21:50:51

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

GSF1200S wrote:

Im not running the testing repo, so I figured id ask for the eventual upgrade- is PkgBrowser going to need any upgrades to work with Pacman 4? Im admittedly unfamiliar with libalpm and all the API's, so...

pkgbrowser <= 0.7.x will only work with pacman 3, and pkgbrowser => 0.8 will only work with pacman 4.

Offline

#85 2011-12-31 09:56:26

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

Just giving one of my favorite Arch contributions a bump for others to see and to let the dev know I appreciate his work as I use it often... smile

Offline

#86 2011-12-31 17:55:00

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

GSF1200S wrote:

Just giving one of my favorite Arch contributions a bump for others to see and to let the dev know I appreciate his work as I use it often... smile

many thanks to you and all the others who have contributed to making pkgbrowser a better project smile

I just had a look at the download page and was amazed to see that it is fast approaching 1000 downloads! I'm not sure how many actual users that represents, but whatever it is, it's certainly many, many more than I ever thought there would be when I started the project.

So to all the pkgbrowser users out there, wherever you may be: Happy New Year! big_smile

Offline

#87 2011-12-31 20:00:55

stefanwilkens
Member
From: Enschede, the Netherlands
Registered: 2008-12-10
Posts: 624

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

Installed and ran it, I was somewhat worried when I saw the amount of installed packages directly after running your application for the first time big_smile

http://img855.imageshack.us/img855/5176 … 231205.png

p.s. happy new year

Moderator edit: The image is too big to be included: https://wiki.archlinux.org/index.php/Fo … s_and_Code

..and a happy new year to you as well.. smile
--bernarcher

Last edited by bernarcher (2011-12-31 20:56:43)


Arch i686 on Phenom X4 | GTX760

Offline

#88 2011-12-31 20:41:33

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

stefanwilkens wrote:

Installed and ran it, I was somewhat worried when I saw the amount of installed packages directly after running your application for the first time big_smile

images?q=tbn:ANd9GcT5Gl1H4-AruUywN2R5mioRt8tCRW_KCZe7Br3EpPrMOe97E0vK

Offline

#89 2012-01-03 01:58:46

jeff story
Member
Registered: 2009-05-31
Posts: 237
Website

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

kachelaqa, 

Another show of appreciation here.  Pkgbrowser is my favorite community contribution, find it very convenient, and use it often.

I have a feature request. Have pkgbrowser create an installed/able (via pacman) package list backup file to the desktop.

Would this be too far outside the original direction/intent of pkgbrowser and Linux apps? ie: do one thing and do it very well.
There is already a "copy list" feature in pkgbrowser, and my thoughts are this would be an addition based on that.

I believe there are already scripts and/or AUR apps that do this and one could also easily create a desktop launcher to do it......

Problem is that as far as I know, there is no way to get pacman to create the required list alone.
example: #pacman -Qeq creates the list without all the dependant packages and unusable info, but it includes local and AUR packages.
Is there a way to "repo" filter out the local and AUR packages?

I found an existing command in the wiki that works for me and with a small addition, puts the file on the desktop.

comm -23 <(pacman -Qeq|sort) <(pacman -Qmq|sort) > ~/Desktop/pkglist

So if this is doable, the package list along with an explanation included in the file such as: 
To install these packages. issue the following command from the appropriate directory:

# pacman -S $(< pkglist)

If creating the file is not gonna fly, how bout the above described list available to the "copy list" function.

Thoughts on this ?

Last edited by jeff story (2012-01-03 08:22:41)


Check out my website for info on the Arch Linux Installer

Offline

#90 2012-01-03 19:02:56

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

jeff story wrote:

kachelaqa, 

Another show of appreciation here.  Pkgbrowser is my favorite community contribution, find it very convenient, and use it often.

thanks for your support smile

I have a feature request. Have pkgbrowser create an installed/able (via pacman) package list backup file to the desktop.

Would this be too far outside the original direction/intent of pkgbrowser and Linux apps? ie: do one thing and do it very well.
There is already a "copy list" feature in pkgbrowser, and my thoughts are this would be an addition based on that.

I believe there are already scripts and/or AUR apps that do this and one could also easily create a desktop launcher to do it......

Problem is that as far as I know, there is no way to get pacman to create the required list alone.
example: #pacman -Qeq creates the list without all the dependant packages and unusable info, but it includes local and AUR packages.
Is there a way to "repo" filter out the local and AUR packages?

I found an existing command in the wiki that works for me and with a small addition, puts the file on the desktop.

comm -23 <(pacman -Qeq|sort) <(pacman -Qmq|sort) > ~/Desktop/pkglist

So if this is doable, the package list along with an explanation included in the file such as: 
To install these packages. issue the following command from the appropriate directory:

# pacman -S $(< pkglist)

I see a number of problems with this:

Firstly, the command you gave for generating the backup list is pacman-specific, as it only lists explicitly-installed non-local packages - so no packages that are currently in the AUR, for instance. But one of the main features of pkgbrowser is that, where possible, it tries to provide seamless integration between the official repositories and the AUR. The wiki link you gave has several other commands that do deal with foreign packages, yaourt, etc - but I would not want to claim I knew which one should be blessed as the "right" one to use.

Secondly, and following on from the last point: does the command you gave actually provide a reliable backup list? AFAICT, it will omit packages that happen to be currently in an orphaned state. I suppose that may be what some people want, but it looks dubious to me - backups should try to put things put back exactly as they were, shouldn't they?

Thirdly, and again following on from the previous point: aren't there tried and tested tools that already do what you want? There are obviously quite a few messy details involved here, so it would surprise me if something didn't already exist (I haven't looked, as it's not something I would ever use). However, if there isn't anything currently available, I don't feel that it should be pkgbrowser's job to provide it. As you say: do one thing and (try to) do it very well.

So, as it stands, I'm afraid I'm currently -1 on your feature request sad

However, if you have any further thoughts on it, Id be pleased to hear them.

Offline

#91 2012-01-17 01:55:38

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

version 0.8 has been released today.

the only changes are to provide compatibility with pacman 4.

Offline

#92 2012-02-09 18:59:02

Bad_ptr
Member
Registered: 2012-02-09
Posts: 9

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

segmentation fault. sad
without any error messages...

... It's happen when i click on any package.

Last edited by Bad_ptr (2012-02-09 19:03:00)

Offline

#93 2012-02-09 19:11:13

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

Bad_ptr wrote:

segmentation fault. sad
without any error messages...

... It's happen when i click on any package.

Sorry to hear that - but I can't help without more information.

How long have you been using pkgbrowser?

What exact versions of pacman, pkgbrowser and python are you using?

Offline

#94 2012-02-09 19:35:40

Bad_ptr
Member
Registered: 2012-02-09
Posts: 9

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

>How long have you been using pkgbrowser?
just installed smile
>What exact versions of pacman, pkgbrowser and python are you using?
#> pkgbrowser -V
PkgBrowser-0.8
#> pacman -V
Pacman v4.0.1 - libalpm v7.0.1
#> python2 -V
Python 2.7.2
#> pacman -Qs pyqt
python2-pyqt 4.9-2

Offline

#95 2012-02-09 20:06:25

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

Bad_ptr wrote:

>How long have you been using pkgbrowser?
just installed smile
>What exact versions of pacman, pkgbrowser and python are you using?
#> pkgbrowser -V
PkgBrowser-0.8
#> pacman -V
Pacman v4.0.1 - libalpm v7.0.1
#> python2 -V
Python 2.7.2
#> pacman -Qs pyqt
python2-pyqt 4.9-2

Okay - all your versions match mine.

I just did a system update and recompiled pkgbrowser, but I can't reproduce your problem.

Since no one else has ever reported a problem like this, there must be something different about your setup which is causing it.

Is your system 64-bit? Are you using the testing repos?

Have you got swig installed? if not, install it and try recompiling pkgbrowser.

Offline

#96 2012-02-09 20:37:22

Bad_ptr
Member
Registered: 2012-02-09
Posts: 9

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

>Is your system 64-bit?
yes

#> yaourt -Qs swig
extra/swig 2.0.4-2

Also found that "It's happen when i click on any package" is wrong.
Only click on installed package cause segfault and if I click on any non-installed package pkgbrowser continue to work as normal :)

Last edited by Bad_ptr (2012-02-09 20:43:11)

Offline

#97 2012-02-09 20:50:00

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

Bad_ptr wrote:

>Is your system 64-bit?
yes

My best guess is that this is the most likely cause - although the lack of complaints from other users is puzzling. Surely you're not the only 64-bit user?!

#> yaourt -Qs swig
extra/swig 2.0.4-2

In that case, try uninstalling swig and recompiling.

Offline

#98 2012-02-09 20:55:25

Bad_ptr
Member
Registered: 2012-02-09
Posts: 9

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

>In that case, try uninstalling swig and recompiling.
It did not solve the problem.

Offline

#99 2012-02-09 21:01:31

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

Bad_ptr wrote:

>In that case, try uninstalling swig and recompiling.
It did not solve the problem.

Hmm. Not sure what else to suggest.

This section in the swig docs regarding compiling python extensions on 64-bit systems seems relevant.

However, my system is 32-bit and I have no way to test on a 64-bit system.

Can you please post the full output you get when you compile pkgbrowser?

Also, can you please try running pkgbrowser with gdb:

$ gdb python2
...
(gdb) run /usr/lib/pkgbrowser/main.py

# do whatever causes the segfault...

(gbd) backtrace
...
(gdb) quit

and then post the backtrace.

Last edited by kachelaqa (2012-02-10 02:43:41)

Offline

#100 2012-02-10 04:46:07

Bad_ptr
Member
Registered: 2012-02-09
Posts: 9

Re: PkgBrowser: A utility for browsing pacman databases and the AUR

build()...
/usr/include/alpm.h:191: Warning 314: 'from' is a python keyword, renaming to '_from'
cp src/alpm.py lib
python2 setup.py build_ext --inplace
running build_ext
building 'lib._alpm' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
gcc -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c src/alpm_wrap.c -o build/temp.linux-x86_64-2.7/src/alpm_wrap.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/src/alpm_wrap.o -L/usr/lib -lalpm -lpython2.7 -o /tmp/yaourt-tmp-constantin/aur-pkgbrowser/src/pkgbrowser-0.8/lib/_alpm.so
rm -vrf build
removed «build/temp.linux-x86_64-2.7/src/alpm_wrap.o»
removed directory: «build/temp.linux-x86_64-2.7/src»
removed directory: «build/temp.linux-x86_64-2.7»
removed directory: «build»
pyuic4 -w -o lib/ui/window.py designer/window.ui
pyuic4 -w -o lib/ui/about.py designer/about.ui
pyuic4 -w -o lib/ui/help.py designer/help.ui
pyrcc4 -threshold 0 -compress 9 -o lib/ui/resources_rc.py resources.qrc

CC='clang' make
Clang generate warning:

src/alpm_wrap.c:3558:14: warning: expression result unused [-Wunused-value]
        for (dbsnode; dbsnode; dbsnode = alpm_list_next(dbsnode)) {
              ^

but it's not fatal and all other output is the same as with CC=gcc

(gdb) run /usr/lib/pkgbrowser/main.py 
Starting program: /usr/bin/python2 /usr/lib/pkgbrowser/main.py
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0x7fffe99df700 (LWP 2031)]
[New Thread 0x7fffe91de700 (LWP 2032)]
[New Thread 0x7fffe89dd700 (LWP 2033)]
[Thread 0x7fffe99df700 (LWP 2031) exited]
[Thread 0x7fffe91de700 (LWP 2032) exited]
[Thread 0x7fffe89dd700 (LWP 2033) exited]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff75a7631 in __strlen_sse2_pminub () from /lib/libc.so.6
(gdb) backtrace
#0  0x00007ffff75a7631 in __strlen_sse2_pminub () from /lib/libc.so.6
#1  0x00007fffec9815a2 in _list_join_str () from /usr/lib/pkgbrowser/lib/_alpm.so
#2  0x00007fffec983ae9 in pkg_join_files () from /usr/lib/pkgbrowser/lib/_alpm.so
#3  0x00007fffec983b7f in ?? () from /usr/lib/pkgbrowser/lib/_alpm.so
#4  0x00007ffff7afd215 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
#5  0x00007ffff7afd4a8 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
#6  0x00007ffff7afe86f in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
#7  0x00007ffff7a8b0dc in function_call () from /usr/lib/libpython2.7.so.1.0
#8  0x00007ffff7a66603 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
#9  0x00007ffff7a7523f in instancemethod_call () from /usr/lib/libpython2.7.so.1.0
#10 0x00007ffff7a66603 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
#11 0x00007ffff7abbf82 in call_method () from /usr/lib/libpython2.7.so.1.0
#12 0x00007ffff7af9406 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
#13 0x00007ffff7afd4a8 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
#14 0x00007ffff7afe86f in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
#15 0x00007ffff7a8b0dc in function_call () from /usr/lib/libpython2.7.so.1.0
#16 0x00007ffff7a66603 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
#17 0x00007ffff7a7523f in instancemethod_call () from /usr/lib/libpython2.7.so.1.0
#18 0x00007ffff7a66603 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
#19 0x00007ffff7af77f7 in PyEval_CallObjectWithKeywords () from /usr/lib/libpython2.7.so.1.0
#20 0x00007ffff18f8cf0 in ?? () from /usr/lib/python2.7/site-packages/sip.so
#21 0x00007ffff161dd46 in ?? () from /usr/lib/python2.7/site-packages/PyQt4/QtCore.so
#22 0x00007ffff161e040 in ?? () from /usr/lib/python2.7/site-packages/PyQt4/QtCore.so
#23 0x00007ffff161e122 in ?? () from /usr/lib/python2.7/site-packages/PyQt4/QtCore.so
---Type <return> to continue, or q <return> to quit---
#24 0x00007ffff504f119 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
   from /usr/lib/libQtCore.so.4
#25 0x00007ffff5ad40c7 in QItemSelectionModel::selectionChanged(QItemSelection const&, QItemSelection const&) () from /usr/lib/libQtGui.so.4
#26 0x00007ffff5ad9f24 in QItemSelectionModel::emitSelectionChanged(QItemSelection const&, QItemSelection const&) () from /usr/lib/libQtGui.so.4
#27 0x00007ffff5adaeb1 in QItemSelectionModel::select(QItemSelection const&, QFlags<QItemSelectionModel::SelectionFlag>) () from /usr/lib/libQtGui.so.4
#28 0x00007ffff5ac5705 in QTreeViewPrivate::select(QModelIndex const&, QModelIndex const&, QFlags<QItemSelectionModel::SelectionFlag>) () from /usr/lib/libQtGui.so.4
#29 0x00007ffff5ac6442 in QTreeView::setSelection(QRect const&, QFlags<QItemSelectionModel::SelectionFlag>) () from /usr/lib/libQtGui.so.4
#30 0x00007ffff628b698 in ?? () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#31 0x00007ffff5a82a2a in QAbstractItemView::mousePressEvent(QMouseEvent*) ()
   from /usr/lib/libQtGui.so.4
#32 0x00007ffff628a2e3 in ?? () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#33 0x00007ffff55ac249 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#34 0x00007ffff5968146 in QFrame::event(QEvent*) () from /usr/lib/libQtGui.so.4
#35 0x00007ffff5a7c1cb in QAbstractItemView::viewportEvent(QEvent*) () from /usr/lib/libQtGui.so.4
#36 0x00007ffff5ac3cc5 in QTreeView::viewportEvent(QEvent*) () from /usr/lib/libQtGui.so.4
#37 0x00007ffff628accb in ?? () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#38 0x00007ffff503b1f8 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
   from /usr/lib/libQtCore.so.4
#39 0x00007ffff555b88f in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
---Type <return> to continue, or q <return> to quit---
   from /usr/lib/libQtGui.so.4
#40 0x00007ffff5561013 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#41 0x00007ffff65625c6 in ?? () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#42 0x00007ffff503b06c in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
   from /usr/lib/libQtCore.so.4
#43 0x00007ffff555c892 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/libQtGui.so.4
#44 0x00007ffff55d8b85 in ?? () from /usr/lib/libQtGui.so.4
#45 0x00007ffff55d7a4a in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4
#46 0x00007ffff55ff292 in ?? () from /usr/lib/libQtGui.so.4
#47 0x00007ffff46f684d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#48 0x00007ffff46f7048 in ?? () from /usr/lib/libglib-2.0.so.0
#49 0x00007ffff46f7219 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#50 0x00007ffff506a0bf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/lib/libQtCore.so.4
#51 0x00007ffff55fef1e in ?? () from /usr/lib/libQtGui.so.4
#52 0x00007ffff5039e52 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/lib/libQtCore.so.4
#53 0x00007ffff503a0a7 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/lib/libQtCore.so.4
#54 0x00007ffff503ec05 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#55 0x00007ffff656129b in ?? () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#56 0x00007ffff7afd215 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
#57 0x00007ffff7afd4a8 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
---Type <return> to continue, or q <return> to quit---
#58 0x00007ffff7afe86f in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
#59 0x00007ffff7afe9a2 in PyEval_EvalCode () from /usr/lib/libpython2.7.so.1.0
#60 0x00007ffff7b18cac in run_mod () from /usr/lib/libpython2.7.so.1.0
#61 0x00007ffff7b19ab0 in PyRun_FileExFlags () from /usr/lib/libpython2.7.so.1.0
#62 0x00007ffff7b1a52f in PyRun_SimpleFileExFlags () from /usr/lib/libpython2.7.so.1.0
#63 0x00007ffff7b2bc45 in Py_Main () from /usr/lib/libpython2.7.so.1.0
#64 0x00007ffff748038d in __libc_start_main () from /lib/libc.so.6
#65 0x00000000004006a1 in _start ()

Last edited by Bad_ptr (2012-02-10 04:54:28)

Offline

Board footer

Powered by FluxBB