Skip to content

Rename file not case-sensitive #762

@FabrizioMarana

Description

@FabrizioMarana

Problem:
Create new document - Empty Document
Change "Untitled Document" to "untitled Document"

Symptom:
Messagebox:
Window title: empty
Icon: stop
Bold title: "The item could not be renamed"
Text: "The name "untitled Document" is already used in this folder. Please use a diferent name."

Work-around:
Rename to "untitled Document-"
Rename again but now to "untitled Document"

Solution:
Nemo-file.c,
nemo_file_rename (NemoFile *file, const char *new_name, NemoFileOperationCallback callback, gpointer callback_data)
Add support for case-sensitive rename.
(I'm too bad a programmer to fork and modify myself in this beautiful code.... ;) I will carefully look at the result once this bug gets closed though!

Thank you, Merci, Danke, Dank u, dankie, спасибо, ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions