<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: strange - evolution default view is customized - why? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/strange-evolution-default-view-is-customized-why/m-p/4299172#M62717</link>
    <description>excellent reply Dear Dirk Dierickx&lt;BR /&gt;&lt;BR /&gt;on the source machine(where I have installed evolution from rpm), I ran the following command&lt;BR /&gt;# rpm -q --scripts evolution&lt;BR /&gt;the above command shows me some output, I put that output in a file, then run that file on the destination(where i untar), and now evolution starts with the default(required/desired) options/view.&lt;BR /&gt;&lt;BR /&gt;Thanks once again ;)&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Nov 2008 05:46:03 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2008-11-21T05:46:03Z</dc:date>
    <item>
      <title>strange - evolution default view is customized - why?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-evolution-default-view-is-customized-why/m-p/4299170#M62715</link>
      <description>I am doing some homework&lt;BR /&gt;&lt;BR /&gt;On SLES 10 SP 2 I have to install the evolution from SLED(enterprise Desktop) 10 SP 2.&lt;BR /&gt;&lt;BR /&gt;on a system I installed evolution and all its pre-reqs, and then created the tar of all the directories created by evolution and other packages(dependencies of evolution)&lt;BR /&gt;&lt;BR /&gt;I did the following&lt;BR /&gt;&lt;BR /&gt;rpm -ql contact-lookup-applet &amp;gt;&amp;gt; newfile.txt&lt;BR /&gt;rpm -ql perl-Digest-HMAC &amp;gt;&amp;gt; newfile.txt&lt;BR /&gt;rpm -ql perl-Digest-Parser &amp;gt;&amp;gt; newfile.txt&lt;BR /&gt;rpm -ql perl-Digest-HMAC &amp;gt;&amp;gt; newfile.txt&lt;BR /&gt;rpm -ql perl-Digest-Tagset &amp;gt;&amp;gt; newfile.txt &lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;rpm -ql perl-spamassassin &amp;gt;&amp;gt; newfile.txt &lt;BR /&gt;rpm -ql spamassassin &amp;gt;&amp;gt; newfile.txt &lt;BR /&gt;&lt;BR /&gt;rpm -ql contact-lookup-applet &amp;gt;&amp;gt; newfile.txr&lt;BR /&gt;rpm -ql evolution &amp;gt;&amp;gt; newfile&lt;BR /&gt;&lt;BR /&gt;then I create a tar via&lt;BR /&gt;tar cvf /evolution.tar `cat newfile.txt`&lt;BR /&gt;&lt;BR /&gt;Now on any machine if I extract the /evolution.tar, it works, i,e evolution works quite fine.&lt;BR /&gt;&lt;BR /&gt;Problem:&lt;BR /&gt;the only problem I am facing is that when any user runs evolution(after pop/smtp configuration) following options are by default UN-check &lt;BR /&gt;1, Toolbar&lt;BR /&gt;2, Status bar&lt;BR /&gt;3, Side Bar&lt;BR /&gt;the above three options are available in View, so I have to enable the above options manually, by click on View &amp;gt; then click/enable Toolbar and "Status bar" and "Side Bar"&lt;BR /&gt;&lt;BR /&gt;and I have to uncheck(disable) the "Hide buttons" options in View &amp;gt; Switch Appearance &amp;gt; Hide Buttons.&lt;BR /&gt;&lt;BR /&gt;all of the above things are configured when we install via normall method(via rpm command or via YaST), but if I untar the evolution.tar, I have to do as above.&lt;BR /&gt;&lt;BR /&gt;anyone can please help me in this.&lt;BR /&gt;Why evolution starts with a "customized view" ? why evolution doesn't starts with the default view ? how can I make it run with the default view&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Mon, 03 Nov 2008 12:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-evolution-default-view-is-customized-why/m-p/4299170#M62715</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-11-03T12:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: strange - evolution default view is customized - why?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-evolution-default-view-is-customized-why/m-p/4299171#M62716</link>
      <description>packages in linux (rpm &amp;amp; deb &amp;amp; others) are more then just a tar.gz file, if it were just that, they would be used tar.gz (like slackware). however, these packages also contain scripts, run during the installation, i suggest you take a look at the scripts for these packages, probably they setup something that allows/disallows these settings.</description>
      <pubDate>Tue, 04 Nov 2008 07:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-evolution-default-view-is-customized-why/m-p/4299171#M62716</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2008-11-04T07:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: strange - evolution default view is customized - why?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-evolution-default-view-is-customized-why/m-p/4299172#M62717</link>
      <description>excellent reply Dear Dirk Dierickx&lt;BR /&gt;&lt;BR /&gt;on the source machine(where I have installed evolution from rpm), I ran the following command&lt;BR /&gt;# rpm -q --scripts evolution&lt;BR /&gt;the above command shows me some output, I put that output in a file, then run that file on the destination(where i untar), and now evolution starts with the default(required/desired) options/view.&lt;BR /&gt;&lt;BR /&gt;Thanks once again ;)&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 05:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-evolution-default-view-is-customized-why/m-p/4299172#M62717</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-11-21T05:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: strange - evolution default view is customized - why?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-evolution-default-view-is-customized-why/m-p/4299173#M62718</link>
      <description>Maaz&lt;BR /&gt;&lt;BR /&gt;Tweak the post-install script inside the evolution rpm via mc.&lt;BR /&gt;&lt;BR /&gt;In Debian atleast the defaut install does not do a customized install.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-evolution-default-view-is-customized-why/m-p/4299173#M62718</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2008-11-21T06:12:10Z</dc:date>
    </item>
  </channel>
</rss>

