View Issue Details

IDProjectCategoryView StatusLast Update
0000676Port RequestsPort Requestpublic2020-08-24 03:10
Reporterggamba Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionopen 
Summary0000676: Owncloud/Nextcloud desktop client
DescriptionOwncloud ver. 8.x works fine on my OS/2 server at home. What I really miss an updated Owncloud client. The one we have:

http://ecsoft2.org/owncloud-client

is out of date, difficult to install (doesn't play with the RPM QT environment) and, what is worst, I was never able to make it work.

If you should find some time to look at it, I think it would be a valuable addition for OS/2:

https://github.com/owncloud/client
https://doc.owncloud.org/desktop/latest/building.html#generic-build-instructions

Just for documentation, a fork of Owncloud exists, named Nextcloud. Currently, the two softwares did not really diverge, and the clients are interoperable:

https://github.com/nextcloud/client
TagsNo tags attached.

Activities

psmedley

2018-04-24 23:31

administrator   ~0003182

Despite the build instructions for owncloud mentioning BUILD_WITH_QT4=ON - the latest source appears to need Qt5

ggamba

2018-04-25 08:41

reporter   ~0003183

Would it be possible to build an older version? Latest versions include just updates for sharing management via GUI, the core function - syncing files - did not change...

psmedley

2018-04-25 09:12

administrator   ~0003184

possibly - it would be a matter of finding out when they stopped supporting qt4 - for some reason, they don't seem to have archives of the older source releases, so it would be a matter of checking out different git versions...

psmedley

2018-04-25 09:16

administrator   ~0003185

Last edited: 2018-04-25 09:18

OK, according to https://owncloud.org/changelog/desktop-client/ v2.3.3 is when: Stopped maintaining Qt 4 buildability; I found https://github.com/owncloud/client/archive/v2.3.2.tar.gz

psmedley

2018-05-14 09:47

administrator   ~0003189

ok i got qtkeychain compiling using odin. Will try look at owncloud 2.3.2 later in the week

ggamba

2018-07-03 15:28

reporter   ~0003190

in https://github.com/owncloud/client/blob/1.3/CMakeLists.txt there are the following lines:

find_package(Qt4 4.6.0 COMPONENTS QtCore QtGui QtXml QtNetwork QtTest REQUIRED )
...

that in https://github.com/owncloud/client/blob/1.4/CMakeLists.txt become:
find_package(Qt4 4.7.0 COMPONENTS QtCore QtGui QtXml QtNetwork QtTest QtWebkit REQUIRED )
...

The above lines are commented in versions from 1.5 up to 2.1 and removed starting from version 2.2.

Link to 2.1 client sources: https://github.com/owncloud/client/archive/v2.1.1.zip

psmedley

2020-08-24 03:05

administrator   ~0003510

I will try look at this with Qt5 at some point, I now run my own Nextcloud server :)

Issue History

Date Modified Username Field Change
2018-04-24 09:18 ggamba New Issue
2018-04-24 23:31 psmedley Note Added: 0003182
2018-04-25 08:41 ggamba Note Added: 0003183
2018-04-25 09:12 psmedley Note Added: 0003184
2018-04-25 09:16 psmedley Note Added: 0003185
2018-04-25 09:18 psmedley Note Edited: 0003185
2018-05-14 09:47 psmedley Note Added: 0003189
2018-07-03 15:28 ggamba Note Added: 0003190
2020-08-24 03:05 psmedley Note Added: 0003510
2020-08-24 03:10 psmedley Status new => closed