Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Libreoffice and Google Drive
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Wed Mar 09, 2016 7:29 am    Post subject: Libreoffice and Google Drive Reply with quote

Code:
eix libreoffice
[I] app-office/libreoffice
     Available versions:  5.0.5.2 **5.0.9999 (~)5.1.0.3 **5.1.1.3 **5.1.9999 **9999 {aqua bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer +gtk gtk3 java jemalloc kde libressl mysql odk postgres telepathy test vlc ELIBC="FreeBSD" LIBREOFFICE_EXTENSIONS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" PYTHON_SINGLE_TARGET="python2_7 python3_4 python3_5" PYTHON_TARGETS="python2_7 python3_4 python3_5"}
     Installed versions:  5.1.0.3(08:29:47 29/02/2016)(bluetooth branding cups dbus gtk gtk3 java kde -aqua -coinmp -collada -debug -eds -firebird -gltf -gnome -gstreamer -jemalloc -libressl -mysql -odk -postgres -telepathy -test -vlc ELIBC="-FreeBSD" LIBREOFFICE_EXTENSIONS="nlpsolver -scripting-beanshell -scripting-javascript -wiki-publisher" PYTHON_SINGLE_TARGET="python3_4 -python3_5" PYTHON_TARGETS="python3_4 -python3_5")
     Homepage:            http://www.libreoffice.org
     Description:         A full office productivity suite


I cannot set up google drive to work on cloud documents.
I can choose remote files, google drive but cannot insert user name and password.

Do I have to choose some USE I did not?

Many thanks.

Andrea
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Thu Mar 17, 2016 1:06 pm    Post subject: Reply with quote

UP.
No one using it?
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Thu Mar 17, 2016 2:34 pm    Post subject: Reply with quote

You have choices, but I would be damned before I'd store my documents with Google on the Internet. My documents are on my hard drive (and USB backup), protected by Linux from snoopers.
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Thu Mar 17, 2016 2:42 pm    Post subject: Reply with quote

It is only for one single file I am using among several computers. It is not for pure storage purposes.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
frankenputer
n00b
n00b


Joined: 09 Mar 2016
Posts: 26

PostPosted: Thu Mar 17, 2016 3:34 pm    Post subject: Reply with quote

https://owncloud.org/providers/

Get free plan ( I use provider located in Germany ), connect it to google drive via oauth2. You can access your owncloud and google drive files (once you have connected your google drive in your owncloud) in your file manager by mounting it like external storage via webdav

webdav + ssl (in your davfs2 configuration file - trust_server_cert)

Code:
openssl s_client -connect PROVIDER.de:443 -showcerts </dev/null 2>/dev/null|openssl x509 -outform PEM > certificate.pem


fstab

Code:
https://<USERNAME.PROVIDER/> davfs user,rw,noauto,file_mode=600,dir_mode=700 0 0


This way you utilize your providers owncloud encryption and store your files in two locations, but you are managing your files from one place and the rest employees (family members) that are not so tech savvy can access your files flawlessly.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Sun Jul 03, 2016 10:17 pm    Post subject: Reply with quote

Try with libreoffice-5.1.4.2, it should work now.
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Mon Jul 04, 2016 6:53 am    Post subject: Reply with quote

genstorm wrote:
Try with libreoffice-5.1.4.2, it should work now.

Thank you. I saw also on bugs.gentoo.org.
Give me two days to compile it. :lol:
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Wed Jul 06, 2016 10:07 am    Post subject: Reply with quote

No, not working.
Google drive is in list, but it gives me an error when logging in.
"The specified device is invalid"
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Sun Jul 17, 2016 6:08 pm    Post subject: Reply with quote

It is possible that libcmis needs a fix. Online APIs... https://github.com/tdf/libcmis/pull/9
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Wed Mar 29, 2017 1:30 pm    Post subject: Reply with quote

If I download Libreoffice from the website, google drive works.
If I update libcmis to 9999 but I did not resolve.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Wed Mar 29, 2017 4:05 pm    Post subject: Reply with quote

I haven't built LO with that feature in recent times, but it definitely worked fine with dev-cpp/libcmis-0.5.2_pre20160820 (which was specifically packaged in Gentoo for that reason because the last available release does _not_ contain the necessary fixes). But it seems it even depends on what toolkit you build LO with (e.g., the menu is not available if build with USE=kde). I'll revisit that topic on next version bump...
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Wed Mar 29, 2017 4:12 pm    Post subject: Reply with quote

I have kde USE enabled.
What happens without it with kde integration?
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Wed Mar 29, 2017 4:13 pm    Post subject: Reply with quote

Well, erm, no kde integration. It will of course still be possible to set the appropriate GTK+ style in Plasma systemsettings to make it blend in, but you will miss the kfiledialog.

Last edited by asturm on Wed Mar 29, 2017 4:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Wed Mar 29, 2017 4:14 pm    Post subject: Reply with quote

Which means? :?

Edit.
I a few time I answer myself. :P
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Wed Mar 29, 2017 5:58 pm    Post subject: Reply with quote

Alas. No change.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Thu Apr 06, 2017 11:33 pm    Post subject: Reply with quote

I've revbumped libcmis with - once again - adding a fix for googledrive 2FA. Please test!
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Fri Apr 07, 2017 6:08 am    Post subject: Reply with quote

I emerged libcmis-9999 but nothing changed.
Do I have to re-emerge libreoffice?

I still have kde USE +, maybe I try again whithout it.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Fri Apr 07, 2017 6:33 am    Post subject: Reply with quote

bandreabis wrote:
I emerged libcmis-9999 but nothing changed.

I think that patch is only applied to version 0.5.2_pre20160820-r1
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Fri Apr 07, 2017 6:37 am    Post subject: Reply with quote

Grazie!
I'm going to re-emerge libreoffice without kde USE.
So it brings libcmis-0.5.2_pre20160820 with.

Do you use libreoffice with googledrive?
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Fri Apr 07, 2017 6:46 am    Post subject: Reply with quote

bandreabis wrote:
Do you use libreoffice with googledrive?

No, I use libreoffice-bin only sometimes for open a doc/docx documents, for everything else there's tex :P .
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Fri Apr 07, 2017 6:49 am    Post subject: Reply with quote

bandreabis wrote:
I emerged libcmis-9999 but nothing changed.

If you re-emerged it yesterday, that patch was already upstream. Do you still get an error message?

bandreabis wrote:
So it brings libcmis-0.5.2_pre20160820 with.

-r1! That's what a revbump is.
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Fri Apr 07, 2017 7:12 am    Post subject: Reply with quote

Emerged 9999 version this morning at 7 (GMT+2).

I did not notice the r1 version. Trying it now.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Fri Apr 07, 2017 7:54 am    Post subject: Reply with quote

List of libcmis versions:
Code:
equery l -ip libcmis
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Fri Apr 07, 2017 7:57 am    Post subject: Reply with quote

asturm wrote:
List of libcmis versions:
Code:
equery l -ip libcmis

eix libcmis
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Fri Apr 07, 2017 8:41 am    Post subject: Reply with quote

I'm so sorry, it does not work for my case.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum