Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Running under Linux - without Wine

If you have a question or need help, this is the place to be.
Post Reply
LegioDraconis
Posts: 3
Joined: Fri Jan 17, 2014 10:35 am

Running under Linux - without Wine

Post by LegioDraconis »

Hello everyone, currently toying around a bit with EG in combination with an android app named AutoRemote.

I have one huge question though... I am running on Linux, using Wine to run EG. Which bugs me a lot, seeing that EG is written in python.

HAs anybody tried to get the software running under linux without using Wine?
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: Running under Linux - without Wine

Post by Pako »

LegioDraconis wrote:HAs anybody tried to get the software running under linux without using Wine?
It's impossible.
That would mean a rewrite 90% of the core program.
Even the author of the program (Bitmonster) left the project,
because he switched to Linux.

Pako
LegioDraconis
Posts: 3
Joined: Fri Jan 17, 2014 10:35 am

Re: Running under Linux - without Wine

Post by LegioDraconis »

Figures...

Too bad, cause EG wouldve been a good base to work with.

Meh,I'll see if I can actually do stuff to it.

Is there somebody I can contact about getting permission to publish, if I ever get things working?
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: Running under Linux - without Wine

Post by krambriw »

Most problems would be with the gui and win api's. I would also very much like to have even a headless EG server running natively under Linux. The GUI can always be arranged separately. For me, a headless server running in a Raspberry that I could reach via a web browser with websockets would be the ultimate.

Regarding publishing, you can easily publish attachements here in the forum or you could also link to a suitable download if you prefer.

BestR Walter
LegioDraconis
Posts: 3
Joined: Fri Jan 17, 2014 10:35 am

Re: Running under Linux - without Wine

Post by LegioDraconis »

I'm currently thinking of trying to remove everything NOT neccessary to get it to work for my system, so I'D probably tearing out the WinAPIs anyways.

But I'd probably redo things from scratch and then implement things bit by bit...

Ah, let's see where this goes ;F

And regarding publishing, I was rather thinking of copyright issues, y'know, permission of the name and such.
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: Running under Linux - without Wine

Post by krambriw »

Everything we do for EG like modifications/enhancements (mainly handled by Pako) and creating plugins (done by myself and many others) is also free and open software. From my perspective, as long as we keep it that way, would be excellent. If you keep the licensing text in your modules and add your revision notes, I think we are fine. See the license text below taken from one of the .py modules (core.py)

Best regards, Walter
# -*- coding: utf-8 -*-
#
# This file is part of EventGhost.
# Copyright (C) 2005-2009 Lars-Peter Voss <[email protected]>
#
# EventGhost is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License version 2 as published by the
# Free Software Foundation;
#
# EventGhost is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
jesterod
Posts: 44
Joined: Mon Sep 13, 2010 11:09 am

Re: Running under Linux - without Wine

Post by jesterod »

im suprised bitmonster didnt make a linux version when he switched not a port persay but something to do the same basic thing from linux
Post Reply