Bug 259952 - The directory bar should be R/W and plain text and visible during view mode
Summary: The directory bar should be R/W and plain text and visible during view mode
Status: RESOLVED DUPLICATE of bug 256352
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: 0.8.0
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-15 14:04 UTC by davidblunkett
Modified: 2012-10-19 13:27 UTC (History)
0 users

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 davidblunkett 2010-12-15 14:04:09 UTC
Version:           0.8.0
OS:                Linux

The directory bar in gwenview uses a non standard format eg:

> home > user > data > images

this seems to be pointless eye candy and ruins some useful functionaltiy - for instance cutting and pasting the location to other windows or directly editing the path.

The path should also be visible in viewing modes other than "browse"

Reproducible: Always

Steps to Reproduce:
run gewnview select browse mode and the non standard path format is visible

Actual Results:  
you get the non standard path format:

> home > user > data > images

Expected Results:  
youu should get:

/home/user/data/images

OS: Linux (x86_64) release 2.6.35.4-12-desktop-matt
Compiler: gcc
Comment 1 davidblunkett 2011-08-23 07:56:31 UTC
I made a mistake in the original report the problem is you get:

>home>data>blah>blah>blah

you should get:

>home>user>data>blah>blah>blah

to reflect the directory location

/home/user/data/blah/blah/blah
Comment 2 davidblunkett 2011-08-23 07:58:31 UTC

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