After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 145440 - Error message is displayed incorrectly.
Error message is displayed incorrectly.
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2004-07-05 10:43 UTC by Kaushal Kumar
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Patch to fix the bug and a memory leak. (1.67 KB, patch)
2004-07-05 10:45 UTC, Kaushal Kumar
none Details | Review

Description Kaushal Kumar 2004-07-05 10:43:58 UTC
Steps to simulate the problem:-
1) Invoke file-roller.
2) Create a new archive.
3) Choose Edit->'Add a folder' option.
4) Browse to a Filesystem directory where you do not 
have r/w permissions. e.g. /root
5) Click on 'Add' button.

Result:
The error message is:-
'Could not add the files to the archive'
'You don't have the right permissions to read files from folder "%s"'

Expected Behaviour: 
The folder name should be displayed instead of the format specifier '%s'.
Comment 1 Kaushal Kumar 2004-07-05 10:45:58 UTC
Created attachment 29230 [details] [review]
Patch to fix the bug and a memory leak.
Comment 2 Paolo Bacchilega 2004-07-16 20:56:03 UTC
patch applied, thank you.