-
Notifications
You must be signed in to change notification settings - Fork 96
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
Can't get it working on Ubuntu 16.04.1 #53
Comments
It's been a while since I last tried to compile it on my own Linux Mint. I will give it a go, as soon as I've found the time for it. As for the releases: I only ship binaries for the Windows platform, since this is where I use 90% of my computer-time at the moment. But when I get it to compile again, I would very much like to partner up with someone who could do a .DEB package. |
Regarding the releases, just publishing an archive containing the .exe and required dll and files would probably be sufficient, no packaging really needed. |
I've added a zip-file with just the binaries and no installer. Hope this helps: https://github.com/carstengehling/jirastopwatch/releases/latest |
That is helpful, unfortunately it still seems to crash under both mono and wine. Mono:
Wine (gets a bit further since a messagebox pops up informing of the error):
From what I can tell this is related to the loading of icons. |
I recently tried again on a CentOS box. This time, with mono, I'm getting errors regarding Trying with wine gets me a bit further, the application shows a message box telling me to share the logfile, which contains:
|
I don't know if you had any further luck with this issue but I just got the following: jeemo@Qosmio:~/Downloads/jirastopwatch-master/source/StopWatch$ mcs Program.cs
Thanks! |
Hi @JeeMo I think that you are missing the .NET SDK while compiling. I've never used mcs directly, only compiled using Xamarin Studios. Also you are trying to build just a single .CS file and not the entire project (StopWatch.csproj). The project file includes all the references needed. I've not had time to work on the Linux/OSX compability for quite a while. My time is a bit limited at the moment. |
Why is this closed? Has the issue been resolved?
…On Wed, 16 Aug 2017, 14:46 Carsten Gehling ***@***.***> wrote:
Closed #53 <#53>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA7nG08M-iVSUV5gRd_QNJCtsyep4Fliks5sYuSugaJpZM4LzX9r>
.
|
No but it also isn't going to be resolved by my hand. I simply haven't got the time. You can team up with @joseeloren on #95 and see if you can figure out a way to make it work. |
@carstengehling Thanks for the insights and the program. I also use it on win10 and really appreciate it. |
@wouterhund You can try another jira client - https://github.com/web-pal/chronos-timetracker it works on linux as well |
First of all the releases are msi files which make them hard to use with mono. Seems no way to run them.
I've both tried with the mono that comes with my distribution and xamarin mono and the results are the same. When trying to run the extracted .exe I get (libmono-system-windows-forms4.0-cil is installed):
So then I tried compiling, but this gives me:
Any thoughts?
The text was updated successfully, but these errors were encountered: