Open .jisp files with Coccinella

Bug #147142 reported by sander
2
Affects Status Importance Assigned to Milestone
Coccinella
In Progress
Wishlist
Mats

Bug Description

When people click in the file manager of their operating system on a .jisp file, this file should be opened with Coccinella. Coccinella then should import this icon set.

sander (s-devrieze)
Changed in coccinella:
assignee: nobody → matsben
importance: Undecided → Wishlist
Revision history for this message
Mats (matsben) wrote :

Added the emoticon display widget as a .jisp file drop target for dnd. Untested.

Changed in coccinella:
status: New → In Progress
Revision history for this message
sander (s-devrieze) wrote : Re: [Bug 147142] Re: Open .jisp files with Coccinella

can't read "wprefpage": no such variable
can't read "wprefpage": no such variable
    while executing
"winfo toplevel $wprefpage"
    (procedure "ImportFileToPrefs" line 6)
    invoked from within
"ImportFileToPrefs $f"
    (procedure "DnDDrop" line 10)
    invoked from within
"DnDDrop .prefs.frall.f.f.nb.page4.c.fr.t
file:///home/sdevrieze/tmp/coccinella/iconsets/emoticons/patricks_faces-1.0.jisp
text/uri-list"
    (in namespace inscope "::Emoticons" script line 1)
    invoked from within
"::namespace inscope ::Emoticons {DnDDrop
.prefs.frall.f.f.nb.page4.c.fr.t
file:///home/sdevrieze/tmp/coccinella/iconsets/emoticons/patricks_faces-1.0...."

Revision history for this message
Mats (matsben) wrote :

Fixed.
Untested since I don't have DnD support on Mac :-(

/Mats

On 10/4/07, sander <email address hidden> wrote:
> can't read "wprefpage": no such variable
> can't read "wprefpage": no such variable
> while executing
> "winfo toplevel $wprefpage"
> (procedure "ImportFileToPrefs" line 6)
> invoked from within
> "ImportFileToPrefs $f"
> (procedure "DnDDrop" line 10)
> invoked from within
> "DnDDrop .prefs.frall.f.f.nb.page4.c.fr.t
> file:///home/sdevrieze/tmp/coccinella/iconsets/emoticons/patricks_faces-1.0.jisp
> text/uri-list"
> (in namespace inscope "::Emoticons" script line 1)
> invoked from within
> "::namespace inscope ::Emoticons {DnDDrop
> .prefs.frall.f.f.nb.page4.c.fr.t
> file:///home/sdevrieze/tmp/coccinella/iconsets/emoticons/patricks_faces-1.0...."
>
> --
> Open .jisp files with Coccinella
> https://bugs.launchpad.net/bugs/147142
> You received this bug notification because you are a bug assignee.
>

Revision history for this message
sander (s-devrieze) wrote :

Seems to work.

Revision history for this message
Mats (matsben) wrote :

Windows support added. This code pokes the registry each time and registers a .jisp file type. Untested.

Revision history for this message
Mats (matsben) wrote :

Added Mac support. Untested.
Note that this requires coccinella as a bundle since it needs an Info.plist file with an entry:

        <key>CFBundleDocumentTypes</key>
        <array>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>jisp</string>
                        </array>
                        <key>CFBundleTypeName</key>
                        <string>Emoticon Archive</string>
                        <key>CFBundleTypeRole</key>
                        <string>Editor</string>
                </dict>

Such a file has now been added to cvs:coccinella/tools/build/

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.