question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

QA: Naming of directories on linux

See original GitHub issue

tModLoader is using spaces on linux which is making it pita to handle -> Requesting name change alike Mod Sources -> ModSources

(base) kreyren@rogisek:~/.local/share/Terraria/ModLoader$ ls
 config.json     'input profiles.json'   Mods           Players        Worlds
 favorites.json   Logs                  'Mod Sources'   TexturePacks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
Jofairdencommented, May 7, 2020

Let’s pick this up at least for 1.4 @Chicken-Bones ? We can simply search the old folders and rename them if there are files present for old version migration.

6reactions
Chicken-Bonescommented, Aug 12, 2019

I honestly think we should’ve made them without spaces in the beginning, because spaces in paths are just annoying, and because “TexturePacks” doesn’t have a space. We could (should?) consider searching both and changing the default

Read more comments on GitHub >

github_iconTop Results From Across the Web

What are your file naming conventions? : r/linux
I tend to use capitalized names for directories with single-word names, capitalized camel-casing for directories with more than one word that ...
Read more >
File and directory naming conventions
Linux distributions by and large follow the Linux filesystem hierarchy ... You can change the directory names by setting different values in ...
Read more >
How To Rename a Directory on Linux
To rename a directory on Linux, use the “mv” command and specify the directory to be renamed as well as the destination for...
Read more >
Unix/Linux File and Directory Commands
Unix/Linux File and Directory Commands. ... Renaming a file(changing name of the file). Renaming a directory. Moves files from one directory to another ......
Read more >
File Permission in Linux - Gonzalo Vázquez
A path name is used to specify the location of a file or directory. Path names are used when issuing Linux commands when...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found