Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gajim gajim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 178
    • Issues 178
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • gajim
  • gajimgajim
  • Issues
  • #1028

Closed
Open
Created Oct 20, 2005 by anonymous@anonymous

glade file can be gziped to save space

PyGTK/glade can read gui from a gziped file. This can be usefull to save space:

    $ du -hs gtkgui.glade.gz 
    48K     gtkgui.glade.gz
    $ du -hs gtkgui.glade 
    752K    gtkgui.glade

This is not really important on regular device where you have plenty of Gb, but on device like PDA where every Kb is important because you have 16, 32 or 64Mb for all system, saving nearly 700Kb is good.

Assignee
Assign to
Time tracking