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

Wrong timestamps for the screenshots' file names #40

Closed
msmafra opened this issue Jul 20, 2024 · 1 comment
Closed

Wrong timestamps for the screenshots' file names #40

msmafra opened this issue Jul 20, 2024 · 1 comment
Milestone

Comments

@msmafra
Copy link

msmafra commented Jul 20, 2024

When taking screenshots, it adds the 'wrong' time stamp to the name of the files. I imagine ignoring the timezone set on the settings.
screenshot-2024-07-20-14-34-55

@WatchMkr WatchMkr moved this to Post-Current-Alpha ToDo in COSMIC Epoch 1 Sep 12, 2024
@WatchMkr WatchMkr added this to the alpha 3 milestone Sep 12, 2024
@francesco-gaglione
Copy link

When the time stamp to the name is not correct, it is because it comes from a library and not from cosmic-screenshot code. I'm considering opening a pull request to that repo or fixing the issue here. I'll update you

joshuamegnauth54 added a commit to joshuamegnauth54/xdg-desktop-portal-cosmic that referenced this issue Dec 8, 2024
Closes:
* pop-os/cosmic-screenshot#67
* pop-os/cosmic-screenshot#74
* pop-os/cosmic-screenshot#40

I replaced `time` with `chrono`. `time` is an excellent crate, but
`chrono` is pulled in as a transient dependency of `libcosmic` and
`cosmic-files`. `cosmic-screenshot` also uses `chrono` instead of
`time`. Replacing `time` also ensures that the code here matches the
screenshot program closer.
@WatchMkr WatchMkr modified the milestones: alpha 3, alpha 6 Jan 15, 2025
wash2 pushed a commit to pop-os/xdg-desktop-portal-cosmic that referenced this issue Jan 22, 2025
Closes:
* pop-os/cosmic-screenshot#67
* pop-os/cosmic-screenshot#74
* pop-os/cosmic-screenshot#40

I replaced `time` with `chrono`. `time` is an excellent crate, but
`chrono` is pulled in as a transient dependency of `libcosmic` and
`cosmic-files`. `cosmic-screenshot` also uses `chrono` instead of
`time`. Replacing `time` also ensures that the code here matches the
screenshot program closer.
@wash2 wash2 closed this as completed Jan 22, 2025
@github-project-automation github-project-automation bot moved this from Post-Current-Alpha ToDo to Complete in COSMIC Epoch 1 Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Complete
Development

Successfully merging a pull request may close this issue.

4 participants