Bug 268405 - Ark extraction dialog has improper dimensions (cannot see folders)
Summary: Ark extraction dialog has improper dimensions (cannot see folders)
Status: RESOLVED DUPLICATE of bug 249476
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-13 21:11 UTC by Gabe A
Modified: 2011-03-13 23:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Improper default dimensions. (71.20 KB, image/png)
2011-03-13 21:11 UTC, Gabe A
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabe A 2011-03-13 21:11:52 UTC
Created attachment 57935 [details]
Improper default dimensions. 

Version:           unspecified (using KDE 4.6.1) 
OS:                Linux

When KDE is first installed, Ark's extraction dialog displays improper dimensions. This has been the case since KDE4.3. See screenshot. 

Reproducible: Always

Steps to Reproduce:
1. Install fresh KDE distribution, OR purge application settings cache, arkrc, window states, etc. 
2. Open an archive with Ark.
3. Click "Extract"
4. Observe improper dimensions of file extraction dialog. 

Actual Results:  
Dimensions are far too narrow for the window. New users are confused unless/until they realize that it's a default window size glitch and horizontally expand the window. 

Expected Results:  
Dimension of of 640,480 is a good minimum (and is still smaller than the default dimensions of Ark itself. 

Workaround 1: Resize window (end user)
Workaround 2: Add custom rule to ~/.kde/arkrc/share/config/kwinrulesrc as follows:

[2]
Description=Ark extract dialog dimension fix
size=640,480
sizerule=4
title=Extract – Ark
titlematch=1
types=32
wmclass=ark ark
wmclasscomplete=true
wmclassmatch=1

(Note that sizerule can be something else; if the dimensions are already cached, however, these newly specified dimensions will not apply). 

Setup: All default settings, fresh Ubuntu packages. It's been this way since KDE4.3, and only for Ark. KDE set to optimize for "Very high CPU, Very high resolution".
Comment 1 Raphael Kubo da Costa 2011-03-13 23:18:50 UTC
Thanks for the report, this bug is already being tracked.

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