[dolphin] [Bug 364795] Incorrect path is shown in the location bar when dolphin is opened with an argument of type "/path/to/some///folder"

2016-07-15 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364795

Chinmoy Ranjan Pradhan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kio] [Bug 364979] Issue with navigation indication in KUrlNavigator's breadcrumb view.

2016-07-15 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364979

Chinmoy Ranjan Pradhan  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kio] [Bug 364979] Issue with navigation indication in KUrlNavigator's breadcrumb view.

2016-07-01 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364979

--- Comment #1 from Chinmoy Ranjan Pradhan  ---
Created attachment 99786
  --> https://bugs.kde.org/attachment.cgi?id=99786=edit
This patch will clean the path before KUrlNavigator is initialized

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kio] [Bug 364979] New: Issue with navigation indication in KUrlNavigator's breadcrumb view.

2016-07-01 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364979

Bug ID: 364979
   Summary: Issue with navigation indication in KUrlNavigator's
breadcrumb view.
   Product: frameworks-kio
   Version: unspecified
  Platform: Other
   URL: https://git.reviewboard.kde.org/r/128334/
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: chinmoyr...@gmail.com
CC: kdelibs-b...@kde.org

When KUrlNavigator is initialized using KUrlNavigator::initialize with a url
containg redundant ('/') say
/home/user///folder then KUrlNavigator::updateButtons stops creating buttons as
soon as redundancy occurs.
Here if we consider the above path then KUrlNavigator will create buttons till
"user" and not for "folder"

Reproducible: Always

Steps to Reproduce:
1.Use the testcase for KUrlNavigator in kio/tests. 
2.in KUrlNavigator's constructor pass a url like
"/path/to/local///folder/subfolder"
3.

Actual Results:  
If we consider the steps above then KUrlNavigator will initialize in breadcrumb
view with the indication "path>to>local"

Expected Results:  
The navigation indication should be "path>to>local>folder>subfolder>".

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 364530] Files and Folders in desktop won't open with the right click context menu.

2016-06-29 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364530

--- Comment #6 from Chinmoy Ranjan Pradhan  ---
Created attachment 99757
  --> https://bugs.kde.org/attachment.cgi?id=99757=edit
patch for kio(core/kfileitem.cpp)

this patch will cause the function targetUrl() to check for scheme and add one
("file") if no scheme is present.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 364530] Files and Folders in desktop won't open with the right click context menu.

2016-06-28 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364530

--- Comment #5 from Chinmoy Ranjan Pradhan  ---
This error message appears because "desktop:/folder" is expanded to
"/home/$USER/Desktop/folder" which in turn is passed to KRun as it is without
any scheme. 
It is because the url doesn't have a scheme Krun displays the said errr
message.

-- 
You are receiving this mail because:
You are watching all bug changes.


[dolphin] [Bug 364795] Incorrect path is shown in the location bar when dolphin is opened with an argument of type "/path/to/some///folder"

2016-06-26 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364795

Chinmoy Ranjan Pradhan  changed:

   What|Removed |Added

   Platform|Other   |Neon Packages

-- 
You are receiving this mail because:
You are watching all bug changes.


[dolphin] [Bug 364795] New: Incorrect path is shown in the location bar when dolphin is opened with an argument of type "/path/to/some///folder"

2016-06-26 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364795

Bug ID: 364795
   Summary: Incorrect path is shown in the location bar when
dolphin is opened with an argument of type
"/path/to/some///folder"
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: bars: location
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: chinmoyr...@gmail.com

When i tried to launch dolphin from command line using a command similar to
"dolphin /path/to/localfolder" then dolphin started , successfully showing
the contents of "folder" but in its location bar (which was in non editable
mode) the path shown was only upto "local".

When again i tried to open dolphin with a command like this "dolphin
/path/to/localfolder/sub-folder", dolphin opened showing the contents of
"sub-folder" but this time also the path shown in location bar was of the
folder "local",





Reproducible: Always

Steps to Reproduce:
1.open xterm or any emulator.
2.pass a command similar to "dolphin /path/to/localfolder" or "dolphin
/path/to/local///folder/sub-folder"
3.

Actual Results:  
The path shown in location bar in non-editable mode will be of the folder
"local" in both cases.

Expected Results:  
The full path of the folder being opened must be shown.

Dolphin version - 16.04.2

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 364530] Files and Folders in desktop won't open with the right click context menu.

2016-06-20 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364530

--- Comment #2 from Chinmoy Ranjan Pradhan  ---
I recently found that the error message appears only if the Location
(Desktop/Folder View Settings>Location) is set to Show Desktop Folder or in
'specify a folder' to 'desktop:/'

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 364530] Files and Folders in desktop won't open with the right click context menu.

2016-06-20 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364530

--- Comment #1 from Chinmoy Ranjan Pradhan  ---
Created attachment 99617
  --> https://bugs.kde.org/attachment.cgi?id=99617=edit
the error message

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 364530] New: Files and Folders in desktop won't open with the right click context menu.

2016-06-20 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364530

Bug ID: 364530
   Summary: Files and Folders in desktop won't open with the right
click context menu.
   Product: plasmashell
   Version: 5.6.4
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Desktop Containment
  Assignee: se...@kde.org
  Reporter: chinmoyr...@gmail.com

When i right click on any item in desktop and select open then an error message
shows up saying
'Malformed url'
'/home/chinmoy/Desktop///"name of the item" '


Reproducible: Always

Steps to Reproduce:
1.right click on any file/folder in your desktop and select open.
2.
3.

Actual Results:  
Error message appears.

Expected Results:  
File/folder should open in their respective application.

-- 
You are receiving this mail because:
You are watching all bug changes.


[dolphin] [Bug 364249] the total size shown in properties of /root folder is incorrect

2016-06-20 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364249

Chinmoy Ranjan Pradhan  changed:

   What|Removed |Added

  Component|general |panels: folders

-- 
You are receiving this mail because:
You are watching all bug changes.


[dolphin] [Bug 364249] New: the total size shown in properties of /root folder is incorrect

2016-06-12 Thread Chinmoy Ranjan Pradhan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364249

Bug ID: 364249
   Summary: the total size shown in properties of /root  folder is
incorrect
   Product: dolphin
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: chinmoyr...@gmail.com

When i right click inside /root folder and click on properties then the total
size shown for this folder is incorrect. 

Reproducible: Always

Steps to Reproduce:
1.Go to /root or /
2.Right click in empty space
3.Check the value against "Size: ".

Actual Results:  
The size shown was 128 TiB.

Expected Results:  
The total size occupied by the files and folders in the installation drive.

-- 
You are receiving this mail because:
You are watching all bug changes.