Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: f2323f902df0de3e9bbe8bfa8b346c1244eaddee
Ticket: 1ce993240c082f85b8226a6d60d0d76590c83a47
set wm geometry fails from a script
User & Date: dkf 2014-02-18 07:05:15
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/html"
  4. comment changed to:
    Version #1 SMP Mon Nov 11 03:23:58 EST 2013
    <p>
    All my widgets started popping up at +0+0 a while back. I have a simple example that fails on my Linux.
    <pre>
    #!/bin/sh
    # \
    exec /usr/bin/wish "$0" ${1+"$@"}
    
    wm geometry . 300x200+500+200
    wm title . "The tk_wm problem!"
    </pre>
    This window pops ups at +0+0.
    <p>
    However, the above commands work from a wish command line, as follows:
    <pre>
    Linux -> /usr/bin/wish
    % wm geometry . 300x200+500+200
    % wm title . "The tk_wm problem!"
    </pre>
    This window pops up at +500+200.
    
  5. foundin changed to: "GNU/Linux"
  6. is_private changed to: "0"
  7. login: "dkf"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "15b50f662a7123351188edad1af5b78d43719726"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "dkf"
  14. subsystem changed to: "67. Unix Window Operations"
  15. title changed to: "set wm geometry fails from a script"
  16. type changed to: "Bug"