Results 1 to 5 of 5

Thread: Change calculator default size?

  1. #1
    Join Date
    Jan 2008
    Location
    Midwest-USA
    Beans
    134
    Distro
    Ubuntu

    Change calculator default size?

    Anybody know how to change calculator default size in Ubuntu 9.10?....Instead of always dragging it bigger all the time??
    Thanks a lot for any input....
    Deepsky....I woke up one day feeling a little darker than usual....My inevitable midlife search for meaning....http://timcline.org/

  2. #2
    Join Date
    Nov 2008
    Location
    Sussex, England
    Beans
    871
    Distro
    Lubuntu

    Smile Re: Change calculator default size?

    Quote Originally Posted by timsdeepsky View Post
    Anybody know how to change calculator default size in Ubuntu 9.10?....Instead of always dragging it bigger all the time??
    Thanks a lot for any input....
    No, but I can tell you that the calculator app is gcalctool.

    You can set its initial screen position via gconf-editor but I can't see a size setting.

    Suggest you web search on "gcalctool" and also take a look at this: http://bashcurescancer.com/man/cmd/gcalctool

  3. #3
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Change calculator default size?

    Quote Originally Posted by timsdeepsky View Post
    Anybody know how to change calculator default size in Ubuntu 9.10?....Instead of always dragging it bigger all the time??
    Thanks a lot for any input....
    If you have the desktop effects enabled (compiz-fusion): http://wiki.compiz-fusion.org/WindowMatching

    If not, you can use devilspie: community/Devilspie

    Install it:
    Code:
    sudo apt-get install devilspie
    create a configuration directory and a config file:
    Code:
    mkdir ~/.devilspie
    Code:
    gedit ~/.devilspie/gcalctool.ds
    ~/.devilspie/gcalctool.ds:
    Code:
    (if (is (application_name) "gcalctool")
      (begin
         (geometry "800x600+0+0")
      )
    )
    where 800x600 is the size of the window, +0+0 is the position of the window (top-left) (optional)

    Press Alt+F2 and run devilspie.

    Add it to the startup applications.

  4. #4
    Join Date
    Jan 2008
    Location
    Midwest-USA
    Beans
    134
    Distro
    Ubuntu

    Re: Change calculator default size?

    Thanks sisco311 and SteveDee....
    This works perfect....I am using the "devilspie"....
    Deepsky....I woke up one day feeling a little darker than usual....My inevitable midlife search for meaning....http://timcline.org/

  5. #5
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Change calculator default size?

    Quote Originally Posted by timsdeepsky View Post
    Thanks sisco311 and SteveDee....
    This works perfect....I am using the "devilspie"....
    Cool!!!

    Please mark your thread as [SOLVED] by selecting Mark this thread as solved from the Thread tools.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •