Bug 230663 - apps do not respect --geometry on command line
Summary: apps do not respect --geometry on command line
Status: RESOLVED DUPLICATE of bug 165355
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-14 09:28 UTC by benson.bear
Modified: 2010-03-14 13:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description benson.bear 2010-03-14 09:28:35 UTC
Version:            (using KDE 4.4.0)
OS:                Linux
Installed from:    Fedora RPMs

Assuming the --geometry option is supposed to work like the X option -geometry, setting initial position and size of apps where at all possible, then this option does not work on many if not most kde apps.

It works to some degree on some apps, and not at all on others.  

For one example, 

   okular --geometry 300x600+200+200

respects the size but ignores the location.  Strangely,

   okular --geometry 300x600-200-200 

seems to respect the location also (200 pixels from
lower right corner).  It respects the location if it is negative,
which means one can work-around the problem in this case.

But other apps do not support it even to this degree.  Konsole is one example, as is Kdialog.  Kate and Kwrite, though, act the same as Okular, for example.

This may seem like a triviality, but the apps do say they support it, and those who want to save locations of many sets of apps (for example, many pairs of pdf files for side to side comparisons, which I really need to do), seem to need something like this.
Comment 1 Dario Andres 2010-03-14 13:52:20 UTC
This issue is being tracked at bug 165355. Regards

*** This bug has been marked as a duplicate of bug 165355 ***