Where can i get more info on 'Using_LibreOffice_in_a_Web_Browser'
i found this link:
https://wiki.documentfoundation.org/Using_LibreOffice_in_a_Web_Browser
What is the planning with this web-enabled stuff?
Where can i get more info on 'Using_LibreOffice_in_a_Web_Browser'
i found this link:
https://wiki.documentfoundation.org/Using_LibreOffice_in_a_Web_Browser
What is the planning with this web-enabled stuff?
Hi
Were there any good answers to this? I know i can view files in my web-browser (if i have the right add-on for my browser) but is anyone able to edit yet!?
Regards from
Tom
Not any good answers, and not any bad answers.....
No answers at all..... ;(
Seems no one is interested in being able to edit via a browser
I can not imagine why I would want to.
Why would I want to ?
bill <william <at> techservsys.com> writes:
> Not any good answers, and not any bad answers.....
> No answers at all..... ;(
>
> Seems no one is interested in being able to edit via a browserI can not imagine why I would want to.
Why would I want to ?
Because from anywhere I could connect to my home computer and edit my
libreoffice documents directly on this home computer without caring about
their synchronization or about
the fact whether libreoffice is installed on the computer that I happened to
be at.
This might not be supported anymore... it reference version 3.5, which is
quite old.
Anyway, if you're really willing to have such "functionnality", you could
always emulate it with some existing techniques (since setting up LO as a
webserver and setting acces to it from the web needs minimal technical
knowledge, I believe you're ready to use the alternatives):
- Remote desktop, there is some kind of client that run in a web browser too
- X server (even on windows!). Allow you to run any application from a
remote server, including LO. It can also perform slightly better than a
"dummy" VNC-based solution, but your mileage may vary. Also available in
the form of browser-compliant java plugins (not tested myself, but it
exists)
- Get in the code and bring this functionnality up to par yourself (just
kidding; this looks like a tremendous amount of work!)
Anyway, I don't think that adding webserver-gui functionality should lie
inside of an office suite, when there is alternatives.
Den 12.11.2013 16:47, skreiv jomali:
Can't you use LogMeIn.com to do what you want?
I am using Dropbox for that purposes. It is free up to a few Gb of storage.
Kolbjoern
Dropbox != LogMeIn. Dropbox just stores files. LogMeIn accesses your remote
computer, allowing you to control it as if you were sitting at its
keyboard. It, too, is free.
<snip>
Kolbjørn Stuestøl wrote
Den 12.11.2013 16:47, skreiv jomali:
Can't you use LogMeIn.com to do what you want?
I am using Dropbox for that purposes. It is free up to a few Gb of
storage.
LogMeIn is not the same. You would be running LibreOffice on the remote
computer.
Dropbox is not the same. You would need to download the full office suite to
the local computer and then run it locally.
If you want to run a local copy on any computer it is far more efficient to
run a portable version (e.g. X-LibreOffice) from your own pen (it only needs
some 400Mb)
Running LibreOffice from a Web Server would be fantastic...
For the record, the provided wiki page reference the broadway backend of
GTK, which mean that the software is actually running on the server, and
only displayed in the browser. It's not different that what you'd achieve
with logmein or X forwarding or VNC (etc...).
Curious peoples can try the various tutorials on the web (not always
straightforward...) to enable broadway as a GTK backend on their systems
globally, and thus use it with libreoffice (or anything using gtk3 I
suppose). At least under linux.
Den 12.11.2013 19:21, skreiv Pedro:
Kolbjørn Stuestøl wrote
Den 12.11.2013 16:47, skreiv jomali:
Can't you use LogMeIn.com to do what you want?
I am using Dropbox for that purposes. It is free up to a few Gb of
storage.LogMeIn is not the same. You would be running LibreOffice on the remote
computer.Dropbox is not the same. You would need to download the full office suite to
the local computer and then run it locally.
To be a bit more precise: My team is running LibreOffice on all computers. Using Dropbox to store the generated common text files or whatever only.
Have to check out LogMeIn. Did not know about it.
If you want to run a local copy on any computer it is far more efficient to
run a portable version (e.g. X-LibreOffice) from your own pen (it only needs
some 400Mb)Running LibreOffice from a Web Server would be fantastic...
Yes, I agree.
Kolbjoern
run a portable version (e.g. X-LibreOffice) from your own pen (it only needs
some 400Mb)Running LibreOffice from a Web Server would be fantastic...
Yes, I agree.
Kolbjoern
Hi Gabriel
Gabriel Risterucci wrote
For the record, the provided wiki page reference the broadway backend of
GTK, which mean that the software is actually running on the server, and
only displayed in the browser. It's not different that what you'd achieve
with logmein or X forwarding or VNC (etc...).
Running software on a remote PC (like logmein or VNC) usually doesn't allow
the applications there to open and save local files. Does this GTK
implementation allow that?
Gabriel Risterucci wrote
Curious peoples can try the various tutorials on the web (not always
straightforward...) to enable broadway as a GTK backend on their systems
globally, and thus use it with libreoffice (or anything using gtk3 I
suppose). At least under linux.
Hum... Sounds like a linux thing... I think I will stick with Joel's
suggestion
Thanks!
Hi Gabriel
Gabriel Risterucci wrote
> For the record, the provided wiki page reference the broadway backend of
> GTK, which mean that the software is actually running on the server, and
> only displayed in the browser. It's not different that what you'd achieve
> with logmein or X forwarding or VNC (etc...).Running software on a remote PC (like logmein or VNC) usually doesn't allow
the applications there to open and save local files. Does this GTK
implementation allow that?
I'm having a hard time compiling libreoffice with gtk3 support (or
rather, my VM is having a hard time :D).
However, I did build gtk3 with the broadway module and launched an
application (gedit) on my linux box, and "showed" it on my windows box.
It's really only the display that goes to the browser, as I see my linux FS
and nothing else.
It's still interesting, though. If my LO build end anytime soon *and* work
with gtk3, I'll post more details.
Gabriel Risterucci wrote
> Curious peoples can try the various tutorials on the web (not always
> straightforward...) to enable broadway as a GTK backend on their systems
> globally, and thus use it with libreoffice (or anything using gtk3 I
> suppose). At least under linux.Hum... Sounds like a linux thing... I think I will stick with Joel's
suggestion
Yes it is! Hehe.
Although it might be possible under windows, building the needed parts on a
linux system is usually easier as build tools and source packages are
easier to come by.
Hi Gabriel, Joel, all
Gabriel Risterucci wrote
I'm having a hard time compiling libreoffice with gtk3 support (or
rather, my VM is having a hard time :D).
However, I did build gtk3 with the broadway module and launched an
application (gedit) on my linux box, and "showed" it on my windows box.
It's really only the display that goes to the browser, as I see my linux
FS
and nothing else.It's still interesting, though. If my LO build end anytime soon *and* work
with gtk3, I'll post more details.
Please do. Thanks!
Joel, thank you for the link.
Unfortunately it seems to be a 14 day trial only. They do mention an Ad
supported version but I couldn't find it.
It requires a Gmail login and then you need to have some online (aka cloud)
storage.
Since I really didn't want them to have access to my Dropbox or Google
Drive, my experiment ended briefly.
I was surprised to see that they are still using LO 3.6.5.2 (not even
3.6.7.2...) but given LO 4.x problems with
I might give it another run when I create a separate cloud storage Thanks
again!
Cheers,
Pedro
13/11/12 Pedro <pedlino@gmail.com>
Hi Gabriel, Joel, all
Gabriel Risterucci wrote
> I'm having a hard time compiling libreoffice with gtk3 support (or
> rather, my VM is having a hard time :D).
> However, I did build gtk3 with the broadway module and launched an
> application (gedit) on my linux box, and "showed" it on my windows box.
> It's really only the display that goes to the browser, as I see my linux
> FS
> and nothing else.
>
> It's still interesting, though. If my LO build end anytime soon *and*
work
> with gtk3, I'll post more details.Please do. Thanks!
Ok, so I built LibreOffice 4.2.0.0.alpha1 with GTK3 support, as it's needed
to use the broadway backend it provide.
The result is less than stellar, unfortunately. I don't know how well LO is
written to support GTK3 yet, but there's a lot of improvements needed to
make this usable:
- Display's all whonky: menu items don't always show, have a black
background, when scrolling a document the content disappear...
- Windows/Dialogs not always opening/closing
- Crash when using fullscreen functionalities
- General unresponsiveness (on a local connection)
Also, not that I tried this with GTK 3.4.2, far from the last version.
However, even if the graphical part is fixed, the following will stay true:
- The application runs 100% on the server. Think of it as an X11
application sending it's windows to a remote machine: only the display is
deported. Execution, filesystem, all is from the server.
- Shortcuts will likely be an issue
- Response time will be a major setback: you press a key, it have to go to
the server, then the server send back a display update to the browser.
Running locally it's somewhat noticeable; over the internet that would be
problematic (although useable).
Don't know exactly where the fault lies, but some other gtk applications
works well, so I believe it's a mix between broadway not being perfect and
LibreOffice doing funny stuff to GTK.
You can see it "in action" here: http://www.youtube.com/watch?v=quzoMEXRAhg.
You might want to cut the sound though, my spoken english is far from
pleasant
If I get around running a more recent version of GTK3 without breaking my
system, and if it improve things in a way that make it usable, I'll tell
here.
Hi Gabriel
Thank you for the update
Gabriel Risterucci wrote
Ok, so I built LibreOffice 4.2.0.0.alpha1 with GTK3 support, as it's
needed
to use the broadway backend it provide.--snip--
If I get around running a more recent version of GTK3 without breaking my
system, and if it improve things in a way that make it usable, I'll tell
here.
Maybe you should start first with 3.6.7.2 (as I mentioned in my previous
mail the guys at rollap are still running 3.5.7.2...) and maybe try the
stable 4.1.3.2
Please do keep us posted on progress!
Gabriel Risterucci wrote
You can see it "in action" here:
http://www.youtube.com/watch?v=quzoMEXRAhg.
You might want to cut the sound though, my spoken english is far from
pleasant
It looks like it's running quite fast (actually, faster than rollap...).
I expected your English to have an Italian accent but it is clearly French
In any case it is clearly understandable!
Best regards,
Pedro
What is wrong with using webdav?
Nothing I suppose, but the point here is to actually have access to a
piece of software from the browser, not just sharing files :)