brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

unable to select folder to add/export to/download from #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start Jbrout
2. Click + Add
3. Selecting windows shows, but can't select anything

What is the expected output? What do you see instead?
Be able to select folder I want to add to jbrout, I can't select selecting
window doesn't show everything, but even clicking on file system to browse
the hard drive, nothing happens

What version of the product are you using? On what operating system?
jBrout 0.3.156 on Ubuntu 8.10 2.6.27-7-generic 
Python 2.5.2 (r252:60911, Oct  5 2008, 19:24:49) 
[GCC 4.3.2] on linux2

Please provide any additional information below.

Original issue reported on code.google.com by alienco...@gmail.com on 11 Jan 2009 at 4:43

Attachments:

GoogleCodeExporter commented 9 years ago
workaround : you can drag'n'drop a "folder album" on the add button "+" ...

BTW, it seems that you got a problem of version between pygtk and gtk
what are your version ?

Original comment by manat...@gmail.com on 11 Jan 2009 at 4:50

GoogleCodeExporter commented 9 years ago
Hi,
  The drag'n'drop didn't work.  How can I find out the version for these typing gtk
--v or gtk --version didn't help... thanks

Original comment by alienco...@gmail.com on 11 Jan 2009 at 5:14

GoogleCodeExporter commented 9 years ago
I also experience this issue, in my case on Gentoo Linux downgrading the gtk+ 
package
to align with the pygtk version fixed the issue for me.

Original comment by r...@wallace.gen.nz on 11 Jan 2009 at 5:19

GoogleCodeExporter commented 9 years ago
so how can I find my versions to get them in sync?

Original comment by alienco...@gmail.com on 13 Jan 2009 at 9:51

GoogleCodeExporter commented 9 years ago
most simple : in synaptic

Original comment by manat...@gmail.com on 13 Jan 2009 at 1:01

GoogleCodeExporter commented 9 years ago

Original comment by manat...@gmail.com on 15 Jan 2009 at 10:41

GoogleCodeExporter commented 9 years ago
Issue 43 has been merged into this issue.

Original comment by r...@wallace.gen.nz on 21 Jan 2009 at 9:12

GoogleCodeExporter commented 9 years ago
As per new info in Issue 43 deleting ~/.jbrout/jbrout.conf fixes this issue for 
one
import and then issue is back.  

Note: the same thing does not fix the identical issue in the download plugin.  

Original comment by r...@wallace.gen.nz on 21 Jan 2009 at 10:53

GoogleCodeExporter commented 9 years ago
for info :

since 0.3 jbrout use dict4ini backend to manipulate "ini files"
(in 0.2 he used a home-made backend)

Original comment by manat...@gmail.com on 21 Jan 2009 at 10:56

GoogleCodeExporter commented 9 years ago

Original comment by r...@wallace.gen.nz on 22 Jan 2009 at 6:31

GoogleCodeExporter commented 9 years ago
As I wrote in Issue 43, when I start jbrout, it is possible to use the "Add 
album"
action effectively (but only once), but not if I have navigated in the albums 
before.
So it can work even though there is a mismatch between pygtk and gtk, which 
made me
think of some initialization or context (haven't looked at jbrout code, 
though...)

Original comment by chartier...@gmail.com on 22 Jan 2009 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by r...@wallace.gen.nz on 23 Jan 2009 at 5:14

GoogleCodeExporter commented 9 years ago
I believe this has something to do with the background loading of the thumbs. 
The
function __load_thumbnails_bg() in listview.py should yield False upon 
completion.
Here's a patch.

Original comment by ang.jo...@gmail.com on 24 Jan 2009 at 2:59

Attachments:

GoogleCodeExporter commented 9 years ago
It seems that the background loading of the thumbs is interfering with the gtk
filechooserdialog. As a workaround, I tried stopping the background process 
before
displaying the dialog and then re-starting the process afterwards. Here's a 
patch.

Original comment by ang.jo...@gmail.com on 24 Jan 2009 at 3:33

Attachments:

GoogleCodeExporter commented 9 years ago
Please ignore my first post :)

Original comment by ang.jo...@gmail.com on 24 Jan 2009 at 3:46

GoogleCodeExporter commented 9 years ago
Thanks for the patch it also works for me.  There is also the same problem with 
the
file chooser in the download and multi-export plugins, and this treatment dose 
not
fix those issues.  
It looks like the file chooser generically has problems with tasks running in 
the
background.  

I have been working on a replacement file chooser which should be complete later
tonight so will likely use that in all three places.  

Patch committed for add folder selection in r170

Original comment by r...@wallace.gen.nz on 24 Jan 2009 at 8:01

GoogleCodeExporter commented 9 years ago
Now fixed fully in r171 with new folder selection dialog

Original comment by r...@wallace.gen.nz on 24 Jan 2009 at 12:51

GoogleCodeExporter commented 9 years ago
Just in case you would want the gtk filechooserdialog back... just in case :) 
...
here's a patch (against Rev 169).

Moved the thumbs loading background task to a separate thread instead of the 
loop
inside the call to gobject.idle_add().

Ok with Add folder, download and multi-export plugins.

Original comment by ang.jo...@gmail.com on 26 Jan 2009 at 5:46

Attachments:

GoogleCodeExporter commented 9 years ago
New folder chooser integration backed out and revised patch added in r174.

Original comment by r...@wallace.gen.nz on 27 Jan 2009 at 10:04