Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

PerlApp and Gtk: rmtree failed

by Ralesk (Pilgrim)
on Nov 08, 2012 at 13:52 UTC ( [id://1002896]=perlquestion: print w/replies, xml ) Need Help??

Ralesk has asked for the wisdom of the Perl Monks concerning the following question:

Fellow monks,

I’ve been working with a Gtk-based app and ActiveState’s PerlApp, turning the application into a single .exe file for Windows. It works fine, thanks to the previous conversations we had here a good while back.

The problem is that Gtk keeps some DLL files in memory, even after exiting, and as such, they’re locked — and so, PerlApp’s cleanup process can’t remove the temporary directories. The files that remain are theme engines, actually.

So I wonder how to fix this. Apparently, Wx has similar issues under PerlApp, but I haven’t found a proper solution for this yet.

I have tried to do a no Gtk2; in an END section, but that didn’t change anything. Any other ideas?

Replies are listed 'Best First'.
Re: PerlApp and Gtk: rmtree failed
by Anonymous Monk on Nov 08, 2012 at 17:13 UTC

    Any other ideas?

    Gtk probably supports unloading but its just the apps and bindings (like perl-Gtk) don't make use of it -- contact the devs/ file a bug report

    When I use smplayer sometimes the keyboard binding portion gets fubared because of this and reboot is the only option for me.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1002896]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-20 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found