How to open .SPNG files on Linux
To open .SPNG files on Linux, check what your system detects: in a terminal, run: file --mime-type yourfile.spng (it may report image/vnd.sealed.png if mappings are installed).
Step-by-step instructions
- Check what your system detects: in a terminal, run: file --mime-type yourfile.spng (it may report image/vnd.sealed.png if mappings are installed).
- Open the file with the IRM/unsealer client available in your environment; if none is available on Linux, transfer the file to a supported desktop where the IRM client is installed.
- Do not try to force-open it in an image viewer; sealed content typically won’t render as a normal PNG.
Common issues
It won’t open in Photos/Preview or an image editor
.SPNG is usually sealed/protected content, not a standard PNG image, so normal image viewers can’t decode it.
- Install and use the correct IRM/SealedMedia “unsealer” client used by your organization.
- If you expected a normal PNG, ask the sender to provide an unsealed .png (if policy allows).
Access denied / cannot unseal the file
Sealed files enforce permissions. Even with the client installed, you may need to sign in and have rights to view the content.
- Sign in to the IRM client with the correct account used for protected documents.
- Contact the sender or your administrator to request access rights to the sealed content.
The file type is misidentified or opens in the wrong app
MIME/extension mappings can vary by system configuration; some environments may not recognize .spng automatically.
- On Linux, check the detected type using: file --mime-type filename.spng and verify whether it’s image/vnd.sealed.png.
- Manually choose the IRM/unsealer application via “Open with” and set it as the default for .spng if needed.
The file seems corrupted or incomplete
If a download or transfer was interrupted, the sealed container may fail integrity checks in the unsealer client.
- Re-download or re-copy the file from the original source.
- Ask the sender to reseal/resend the content if the original is no longer available.
Security note
.SPNG is designed to enforce access controls; if you receive one unexpectedly, verify the sender and the reason it is sealed before attempting to open it.