Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegible text in dark mode #2

Open
rotu opened this issue Sep 2, 2023 · 5 comments
Open

Illegible text in dark mode #2

rotu opened this issue Sep 2, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@rotu
Copy link

rotu commented Sep 2, 2023

Describe the bug

In dark mode, the file list shows up as white text on an alternating black/white background. This makes half the entries illegible

Screenshots / video

image

Steps to reproduce the bug

  1. Set system appearance to dark mode
  2. Open a drive and show current file order

Your environment

  • FatDriveSorter version: 1.1.2
  • macOS version: 14.0 Beta (23A5337a)
@rotu rotu added the bug Something isn't working label Sep 2, 2023
@diegotrystero
Copy link

After trying many other applications i found FatDriveSorter and... IT WORKS!
THANK YOU!

@EdwardTheGood
Copy link

In dark mode, the file list shows up as white text on an alternating black/white background. This makes half the entries illegible

To use in dark mode, at the terminal type:

defaults write com.lwouis.fat-drive-sorter NSRequiresAquaSystemAppearance -bool yes

@EdwardTheGood
Copy link

I like the GUI interface to the fatsort utility.

Is there a way to sort the files in an arbitrary (custom) order? In other words, non-alphabetical? I ask because I want to add music files to a flash drive but I don't want the filenames to have numbers in them.

If there isn't a way, would you consider adding a feature to drag and drop table rows (or some other GUI mechanism) to order the tracks in an arbitrary (custom) order?

And if you don't have the bandwidth to make this change (and I understand), point me to the right source file and I'll see if I can make the changes myself (I'm an Objective-C programmer but I should be able to figure out the swift code). And I'll forward you my changes.

@lwouis
Copy link
Owner

lwouis commented Aug 31, 2024

Hi @EdwardTheGood,

FatDriveSorter is merely a wrapper for fatsort.

You can see the call to fatsort here: https://github.com/lwouis/fat-drive-sorter/blob/master/src/ui/Window.swift#L139

I think you could play around with the flags given to fatsort to achieve the order you desire. Man page is here.

You could also directly use the embedded fatsort as explained here.

I hope you achieve your goal!

Thank you 🙇

@dansl
Copy link

dansl commented Nov 10, 2024

In dark mode, the file list shows up as white text on an alternating black/white background. This makes half the entries illegible

To use in dark mode, at the terminal type:

defaults write com.lwouis.fat-drive-sorter NSRequiresAquaSystemAppearance -bool yes

This is a great work around!

For anyone reading, this is 100% safe to do and reversible by changing the "yes" to "no", all it does is force the app to run in "Light Mode", making the text legible again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants