walt wrote:
> On 02/01/2013 11:50 PM, Dale wrote:
>> Howdy,
>>
>> I use Gtkam to get pics from my Canon camera.  I already put up with the
>> fact that it crashes a LOT.
> I always start by running the problem program from a bash prompt so I can
> look for error messages.  Then I check any config files in my ~/ directory,
> usually using grep -ir to check for the name of the program or other strings
> that the program would probably use for config stuff.
>
> If that doesn't turn up anything useful I resort to running the program
> with strace to see which files it's trying to open.  I think most newer
> programs use gui file dialogs when you are asked to specify a default
> directory, but a few older ones may ask you to type in a directory name
> from the keyboard, and it's easy to misspell something.
>
>
>


I get this:

(gtkam:10897): Gtk-WARNING **: Unable to locate theme engine in
module_path: "clearlooks",

(gtkam:10897): Gtk-WARNING **: Unable to locate theme engine in
module_path: "clearlooks",

(gtkam:10897): Gtk-WARNING **: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated

(gtkam:10897): Gtk-CRITICAL **:
gtk_file_chooser_default_set_current_name: assertion `impl->action ==
GTK_FILE_CHOOSER_ACTION_SAVE || impl->action ==
GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER' failed


The first two lines are repeated, a lot.  I tried google, it wasn't in
english so I let it convert which usually doesn't end well.  Anyway, it
didn't help any since it seems they were having some sort of boot
troubles. 

Does that last bit make sense to anyone?  It shouldn't have to create
the folder since it is already there. 

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!


Reply via email to