<p dir="ltr">Thank you!</p>
<p dir="ltr">The info.xml way is what I was looking for.</p>
<div class="gmail_quote">On Aug 18, 2013 5:06 AM, "Bernhard Posselt" <<a href="mailto:nukeawhale@gmail.com">nukeawhale@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 08/18/2013 05:30 AM, Vladimir Sapronov wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I want to disable some apps right after owncloud installation but before "Finish Setup" screen (installation.php) done.<br>
So, let's say I just have done 'apt-get install owncloud'. How can I disable Calendar and Contacts apps using command line?<br>
<br>
Thanks,<br>
Vladimir Sapronov<br>
<br>
<br>
______________________________<u></u>_________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/owncloud</a><br>
</blockquote>
either:<br>
rm -r /var/www/yourowncloud/apps/<u></u>contacts<br>
rm -r /var/www/yourowncloud/apps/<u></u>calendar<br>
<br>
or after owncloud has been set up<br>
<br>
DELETE  FROM  oc_appconfig  WHERE  appid  =  'calendar'<br>
<br>
<br>
The reason why theyre enabled by default is in /srv/http/owncloud/apps/<u></u>contacts/appinfo/info.xml<br>
<br>
<default_enable/><br>
<br>
Remove that from the info.xml and it wont be enabled by default after setup<br>
______________________________<u></u>_________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/owncloud</a><br>
</blockquote></div>