kpocza / LoWe

Linux on Windows extender
MIT License
244 stars 17 forks source link

Question) Change the names of some files to lowercase #10

Closed j2doll closed 5 years ago

j2doll commented 5 years ago

Dear @kpocza In my opinion, you should change the names of some files to lowercase as follows:

kpocza commented 5 years ago

@j2doll

Could you please clarify where you see ALSAExposer with all capitals in ALSA? When I view the respective folder in Total Commander or run ls I see the following: +++ kpocza@AVANTASIA:/mnt/c/Prog/LoWe/src/LoWeExposer/LoWeExposer$ ls AlsaExposer.xaml bin KbdExposer.xaml.cs MiceExposer.xaml String2KeyEventConverter.cs AlsaExposer.xaml.cs FrameBufferExposer.xaml LoWeExposer.csproj MiceExposer.xaml.cs App.config FrameBufferExposer.xaml.cs MainWindowViewModel.cs obj App.xaml Handlers MainWindow.xaml packages.config App.xaml.cs KbdExposer.xaml MainWindow.xaml.cs Properties +++

For me everything looks nice.

j2doll commented 5 years ago

Dear @kpocza

I tested it in the following environment.

kpocza commented 5 years ago

Dear @j2doll,

Now I understand your problem. I see that GitHub had ALSAExposer while my filesystem has AlsaExposer. Most probably in the past I renamed these files however git doesn't consider case alteration as a change. This shouldn't be a problem as NTFS itself is case insensitive by default however this behavior can be changed even at folder level (to support WSL). Maybe you checked out the repository to a case sensitive folder.

I've changed the file names to match the project file references. Please pull the changes and inform me.

j2doll commented 5 years ago

The build is good.