[Owncloud] Integration with Plasma Active
Jakob Sack
mail at jakobsack.de
Fri Mar 9 18:18:29 UTC 2012
Hello Marie,
it is great to see an ownCloud integration in Plasma Active.
Concerning your question: instead of just including "lib/base.php" use
the following snippet:
$RUNTIME_NOSETUPFS=true;
require_once('lib/base.php');
OC_Util::SetupFS( "", "kconfig" );
This basically mounts the folder "$ownclouddata/$username/kconfig"
instead of "$ownclouddata/$username/files". There you can mess around
with files that are invisible to the user.
I hope this helps.
Regards,
Jakob
Am 09.03.2012 18:27, schrieb Marie Hrdinová:
> Hi,
> I've started working on my Master's thesis and a part of it will be
> integration of ownCloud to Plasma Active.
> Apart from files, contact and other kinds of files, it should provide
> storage of KConfig.
> Is it possible to have hidden directories or files on ownCloud (like
> “.” on linux) or is there a plan for adding this feature?
>
> The integration proposal is on PA mailing list. If you're interested
> I
> can forward it to you.
> Marie Hrdinová
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
More information about the Owncloud
mailing list