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

Use Recycle Bin name only on Windows #388

Closed
wants to merge 33 commits into from
Closed

Use Recycle Bin name only on Windows #388

wants to merge 33 commits into from

Conversation

hydrogen-mvm
Copy link

On Linux Mint I see "Recycle Bin" on the dialog box when it should be "Trash."

https://i.imgur.com/TPAKaCH.png

This PR changes the label such that "Recycle Bin" only appears on Windows and "Trash" appears for everything else. I haven't tested if this will actually fix the problem since I don't have the ability to build this, so feel free to decline the pull request if it's an inappropriate fix.

Thanks.

shiftkey and others added 30 commits December 11, 2020 13:46
Updated the "About GitHub Desktop" model to remove the button to check for updates (since it didn't do anything on Linux) and replace with a link to the linux releases page
* Theme Scrollbars

Updated scrollbars to match windows webkit styling for both light and dark mode

* Update _scroll.scss

Separating linux from win32 reference, in case we want to adjust for the future and not impact the other

* Updated Scroll Color and Docs

Adding color change to dark theme scroll bars merged upstream, and updating documentation related to editor and shell updates
Reduce errors produced in terminal from debian package installations by testing for existence of symlink prior to executing unlink
There already exists a function that will convert a tilde path to an absolute path. It was originally used for this purpose, but the functionality was removed during a commit that changed which function was used to validate git repositories.

This reinstates that functionality and allows us to type a ~/ tilde path to get our home directories when typing in a path.
KrisAphalon and others added 3 commits December 11, 2020 13:48
On Linux Mint I see "Recycle Bin" on the dialog box when it should be "Trash." This PR changes the label such that "Recycle Bin" only appears on Windows and "Trash" appears for everything else.

I haven't tested if this will actually fix the problem since I don't have the ability to build this, so feel free to decline the pull request if it's an inappropriate fix.

Thanks.
@shiftkey
Copy link
Owner

shiftkey commented Dec 17, 2020

@hydrogen-mvm thanks for the contribution. Rather than rewriting the PR and re-running CI I cherry-picked the key commit into 4d21148 which is now on the main branch.

This will be included in the 2.6.1 release that I'm currently working on publishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants