Bug 259952

Summary: The directory bar should be R/W and plain text and visible during view mode
Product: [Applications] gwenview Reporter: davidblunkett <dav1dblunk3tt>
Component: generalAssignee: Gwenview Bugs <gwenview-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 0.8.0   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***