-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Windows support to yast #53
Comments
When you say Unix based, do you mean MacOS? Did you create yast on MacOS? |
Yes, I developed yast on macOS. As to Unix based means Unix literally. |
Things I have figured out
Also, there is not output showing here as well. I have selected VLC as my default player. Maybe it's a problem on my end,, I'll look into it soon. |
I dont think it's gonna work in windows as we have not configured yast config file creation as per windows file system. I have described the issue in detail above. |
As mentioned in #51 , we were not able to successfully setup |
@notafk-rajat Can you add a |
Will track docker image creation in #58. |
Description
As the config utilities were developed keeping Unix FileSystem in mind. We need to add support for creating config files of
yast
in the Windows File System. This issue was brought to the notice by @notafk-rajat in #28.How are you planning to resolve on this issue?
First I would check which operating system, I am currently running yast on. Then accordingly I will choose a path for
YAST_WORKDIR
defined inutils/constants.go
. Then, make changes to config functions.Acceptance Criteria
yast
on environments other than windows.yast
should show the same behavior as other environments on windows.TUI
should behave almost identically to its behavior in Unix environments, If this is not possible, we have to find alternatives or fallback accordingly.Are you raising this issue under hacktoberfest?
Yes, I'm raising this issue under hacktoberfest 2022. This is a issue for experienced developer. You need experience of working with different environments. Have understanding of how all modules of
yast
work internally and have knowledge of both Unix andWindows File System APIs and how to work with both of them in Go.
The text was updated successfully, but these errors were encountered: