Re: octave problems

2011-01-27 Thread Abu Attar Musharih
It works fine for me on F14 x86_32.

Cheers,
AA

On Fri, Jan 28, 2011 at 3:16 AM, H Xu  wrote:
> Hello everybody,
>
> I'm using Fedora 14 x86_64. In octave, "xlabel('\mu')" could not show
> the '\mu' correctly. How could I solve this?
> Thanks.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Yum repo

2011-01-27 Thread mattias
If i have a fedora 13 iso dvd image
Can I use the iso as an yum repo?
I no I can use a physical cd 

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: iptables and NAT [SOLVED]

2011-01-27 Thread Jatin K
On Wednesday 26 January 2011 10:21 PM, Tim wrote:
> On Wed, 2011-01-26 at 21:27 +0530, Jatin K wrote:
>> I surprised that this kind of things/action can be take by the ISP
> Over here, in Australia...
>
> Some ISPs block port 80 by default, though you may enable it.  I seem to
> recall that was an ISP-reaction to a worm.
>

Dear all

I've got it working and it works like anything ...

This[1] is the output of command service iptables status


-[1]--

Table: nat
Chain PREROUTING (policy ACCEPT)
num  target prot opt source   destination
1DNAT   all  --  0.0.0.0/0xx.xx.xx.xx   tcp dpt:80   
to:192.168.131.131:80
2DNAT   all  --  0.0.0.0/0192.168.131.133  tcp dpt:80   
to:192.168.131.131:80

Chain POSTROUTING (policy ACCEPT)
num  target prot opt source   destination
1MASQUERADE  all  --  192.168.131.131/240.0.0.0/0

Chain OUTPUT (policy ACCEPT)
num  target prot opt source   destination

Table: filter
Chain INPUT (policy ACCEPT)
num  target prot opt source   destination

Chain FORWARD (policy ACCEPT)
num  target prot opt source   destination

Chain OUTPUT (policy ACCEPT)
num  target prot opt source   destination





-- 
   °v°
  /(_)\
   ^ ^  Jatin Khatri
Registerd Linux user No #501175
www.counter.li.org
No M$

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: LibreOffice on Fedora

2011-01-27 Thread Gilboa Davara
On Thu, 2011-01-27 at 13:55 -0500, Genes MailLists wrote:
> On 01/27/2011 01:52 PM, Fernando Cassia wrote:
> > On Wed, Jan 26, 2011 at 10:55 PM, Rahul Sundaram  wrote:
> >> I am well aware of all that but nothing you are saying contradicts what
> >> I said.  Openoffice is not under the GPL license.
> > 
> > OpenOffice.org is LGPL.
> > 
> > It was an error on my part, I often use "GPL" as a generic term to
> > mean "GPL or LPGL" meaning "Free Software under GNU licenses".
> > 
> > http://www.gnu.org/licenses/gpl-howto.html
> > 
> > I´m not writing a white paper or encyclopedic text.
> > 
> > FC
> 
>   Gentle Suggestion - when people nit pick - ignore them and just focus
> on the real issues ...
> 
>gene/

I usually don't cut into semi-political threads but as someone that
established a proprietary software that uses OSS tools and plans to
release parts of its own code as OSS, licensing is a -huge- deal, or in
your words, the "real" issue. 

The seemingly small different between GPL and LGPL (with or w/o the
"plus") and/or the different between proprietary, BSD, GPLv2, GPLv3, etc
can mean the difference of having a successful company and drowning
under a shower of lawsuits, and in the case of an OSS project, the
different between having multiple contributors and flourishing community
and facing the wrong end of multiple cease and desist letters. (In this
case, one of the main reasons LibreOffice was founded was due to Sun's
Contributor licensing agreement)

Even as an end user, I'd strongly advise against treating licenses as
anything trivial. (Hint: Read Microsoft EULA)

-- 
Gilboa Davara
http://www.wirex-systems.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Libreoffice from Rawhide

2011-01-27 Thread Chris Smart
On Fri, Jan 28, 2011 at 1:57 PM, Chris Smart  wrote:
> Don't forget your menus:
> sudo yum localinstall --nogpgckeck \
> desktop-integration/libreoffice3.3-redhat-menus-3.3-6.noarch.rpm
>

Gah, with "check" spelt right:

sudo yum localinstall --nogpgcheck \
desktop-integration/libreoffice3.3-redhat-menus-3.3-6.noarch.rpm

-c
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Libreoffice from Rawhide

2011-01-27 Thread Chris Smart
On Fri, Jan 28, 2011 at 1:06 PM, L  wrote:
> I tried this
>
>    wget 
> http://download.documentfoundation.org/libreoffice/stable/3.3.0/rpm/x86_64/LibO_3.3.0_Linux_x86-64_install-rpm_en-US.tar.gz
>
>    tar zxvf LibO_3.3.0_Linux_x86-64_install-rpm_en-US.tar.gz
>
>    cd LibO_3.3.0rc4_Linux_x86_install-rpm_en-US/RPMS
>
>    sudo yum localinstall *.rpm –nogpgckeck

Don't forget your menus:
sudo yum localinstall --nogpgckeck \
desktop-integration/libreoffice3.3-redhat-menus-3.3-6.noarch.rpm

-c
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: What is up with the libdvd* packages ?

2011-01-27 Thread Linuxguy123
On Thu, 2011-01-27 at 17:12 -0800, Konstantin Svist wrote:
> On 01/27/2011 05:04 PM, Linuxguy123 wrote:
> > Why aren't these packages from F14 ?
> >
> > yum list libdvd\*
> > Loaded plugins: changelog, downloadonly, kmdl, refresh-packagekit
> >
> > Installed Packages
> > libdvdcss.i386  1.2.10-1
> > installed
> > libdvdnav.i686  4.1.4-0.1.svn1184.fc12
> > @fedora/12
> > libdvdread.i686 4.1.4-0.2.svn1188.fc13
> > @anaconda-InstallationRepo-201005130056.i386/13
> >
> >
> > Available Packages
> > libdvdnav-devel.i6864.1.4-0.1.svn1184.fc12
> > fedora
> > libdvdread-devel.i686   4.1.4-0.2.svn1188.fc13
> > fedora
> >
> 
> Probably because they haven't needed recompilation since then -- if the 
> binaries are exactly the same, why make everyone re-download them on 
> upgrade?

OK  Thanks




-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Libreoffice from Rawhide

2011-01-27 Thread L
On Fri, Jan 28, 2011 at 9:46 AM, Kevin Fenzi  wrote:
> On Thu, 27 Jan 2011 17:43:15 -0500
> Jim  wrote:
>
>> Fedora 14
>>
>> How does one install LibreOffice in Rawhide into Fedora 14.
>> Can I put the rawhide.repos in yum.repos.d ?
>
> I would strongly advise you not to mix rawhide and stable releases.
>
> If you need libreoffice right now in f14, uninstall openoffice packages
> and use the rpms from the libreoffice site. (However, the existing
> openoffice packages in F14 should work just fine, so there really
> shouldn't be any urgency).
>
I tried this

wget 
http://download.documentfoundation.org/libreoffice/stable/3.3.0/rpm/x86_64/LibO_3.3.0_Linux_x86-64_install-rpm_en-US.tar.gz

tar zxvf LibO_3.3.0_Linux_x86-64_install-rpm_en-US.tar.gz

cd LibO_3.3.0rc4_Linux_x86_install-rpm_en-US/RPMS

sudo yum localinstall *.rpm –nogpgckeck


http://linuxishbell.wordpress.com/2011/01/27/libreoffice-3-3-released/




> kevin
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>
>



-- 
Linux Toys
http://linuxishbell.wordpress.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: octave problems

2011-01-27 Thread H Xu
On 2011/1/28 4:14, Jussi Lehtola wrote:
> On Fri, 28 Jan 2011 02:16:54 +0800
> H Xu  wrote:
>
>> Hello everybody,
>>
>> I'm using Fedora 14 x86_64. In octave, "xlabel('\mu')" could not show
>> the '\mu' correctly. How could I solve this?
>> Thanks.
>
> It seems that it's not correctly displayed in the plot window. However,
> once you export the plot with e.g.
>   >  print -depsc plot.eps
> the symbols are correctly shown in the resulting file.
Hello Jussi Lehtola,

Could it be possible to display it correctly in the plot window? Thanks.

Regards,
Hong Xu
2011/1/28
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [Fedora] Re: [Fedora] Re: korganizer crash

2011-01-27 Thread Rick Sewill
On Thursday, January 27, 2011 04:10:46 pm Walter Cazzola wrote:
> Dear all,
> just to add something to my problem, this affect only my user, from root
> korganizer starts like a charm. I've noticed that it is bound to the
> akonadi server but also killing all the process related to akonadi
> korganizer from my user doesn't start.
> 
> :-(
> 
> any help is appreciated
> 

I just started using kde a little while ago so I may not be much help.

I believe, to identify a problem, one needs to isolate the problem.

To this end, what calendar(s) were you working with just before it failed?

If they were local calendars, can you move them out of the way,
until you identify which local calendar causes the problem, and then
examine that calendar to see what might be causing the problem?

I would strongly encourage you to make a backup before moving files.
It would be bad if my suggestion made matters worse.

If they are calendars from the Internet, can you bring up korganizer
with your PC not connected to the Internet--korganizer will fail to get 
to the internet, but you might be able to disable the Internet calendar.
If disabling an Internet calendar stops the crashing, we get a hint.

Once the calendar(s) causing problems can be identified, 
others may have hints what is causing the crashing problem.

Also, when it crashes, I assume abrt wants to make a report.
Do the details of the report give a hint why korganizer is crashing?
The hint may have no meaning to me, but might help a developer.
With the hint, one might google to see what others did to fix similar problems.

I wish I could give you an answer.  
I'm afraid I can only suggest isolating the problem.
Hopefully others, who have used kde longer or develop kde 
will recognize the problem and suggest a fix or workaround.



signature.asc
Description: This is a digitally signed message part.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: What is up with the libdvd* packages ?

2011-01-27 Thread Konstantin Svist
On 01/27/2011 05:04 PM, Linuxguy123 wrote:
> Why aren't these packages from F14 ?
>
> yum list libdvd\*
> Loaded plugins: changelog, downloadonly, kmdl, refresh-packagekit
>
> Installed Packages
> libdvdcss.i386  1.2.10-1
> installed
> libdvdnav.i686  4.1.4-0.1.svn1184.fc12
> @fedora/12
> libdvdread.i686 4.1.4-0.2.svn1188.fc13
> @anaconda-InstallationRepo-201005130056.i386/13
>
>
> Available Packages
> libdvdnav-devel.i6864.1.4-0.1.svn1184.fc12
> fedora
> libdvdread-devel.i686   4.1.4-0.2.svn1188.fc13
> fedora
>

Probably because they haven't needed recompilation since then -- if the 
binaries are exactly the same, why make everyone re-download them on 
upgrade?

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: What is up with the libdvd* packages ?

2011-01-27 Thread Sam Varshavchik

Linuxguy123 writes:


Why aren't these packages from F14 ?

yum list libdvd\*
Loaded plugins: changelog, downloadonly, kmdl, refresh-packagekit

Installed Packages
libdvdcss.i386  1.2.10-1


Ever heard of the DMCA?



pgpIZya47if4U.pgp
Description: PGP signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


What is up with the libdvd* packages ?

2011-01-27 Thread Linuxguy123
Why aren't these packages from F14 ?

yum list libdvd\*
Loaded plugins: changelog, downloadonly, kmdl, refresh-packagekit

Installed Packages
libdvdcss.i386  1.2.10-1
installed  
libdvdnav.i686  4.1.4-0.1.svn1184.fc12
@fedora/12 
libdvdread.i686 4.1.4-0.2.svn1188.fc13
@anaconda-InstallationRepo-201005130056.i386/13


Available Packages
libdvdnav-devel.i6864.1.4-0.1.svn1184.fc12
fedora 
libdvdread-devel.i686   4.1.4-0.2.svn1188.fc13
fedora  

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Libreoffice from Rawhide

2011-01-27 Thread Kevin Fenzi
On Thu, 27 Jan 2011 17:43:15 -0500
Jim  wrote:

> Fedora 14
> 
> How does one install LibreOffice in Rawhide into Fedora 14.
> Can I put the rawhide.repos in yum.repos.d ?

I would strongly advise you not to mix rawhide and stable releases. 

If you need libreoffice right now in f14, uninstall openoffice packages
and use the rpms from the libreoffice site. (However, the existing
openoffice packages in F14 should work just fine, so there really
shouldn't be any urgency). 

kevin


signature.asc
Description: PGP signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Installing Libreoffice from Rawhide

2011-01-27 Thread Jim
Fedora 14

How does one install LibreOffice in Rawhide into Fedora 14.
Can I put the rawhide.repos in yum.repos.d ?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [Fedora] Re: [Fedora] Re: korganizer crash

2011-01-27 Thread Walter Cazzola

Dear all,
just to add something to my problem, this affect only my user, from root
korganizer starts like a charm. I've noticed that it is bound to the
akonadi server but also killing all the process related to akonadi
korganizer from my user doesn't start.

:-(

any help is appreciated

Walter

On Thu, 27 Jan 2011, Walter Cazzola wrote:


Dear Anne,
thanks for the reply

On Thu, 27 Jan 2011, Anne Wilson wrote:

I've not had this problem in korganizer, but I have seen it with other 
kontact

modules.  I find that the best thing is to killall kontact and wait a few
seconds, after which everything works again.  I assume that something that
should have shut down is still open, and this seems to find it.


waht do you mean (precisely) by «killall kontact»? Apparently I don't
use kontact or kaddress or other! do you mean kill some process or close
in someway that I don't know.

Alternatively, it usually works if you open system monitor (Ctrl-Esc) and 
put
korganizer into the search bar.  You'll probably find a slave hanging 
around,

and if you can kill it there that should clear things.


unfortunately this is not the case, I've also tried to turn off and on
the laptop but nothing changed.

Any other idea?

Walter
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [Fedora] Re: korganizer crash

2011-01-27 Thread Walter Cazzola

Dear Anne,
thanks for the reply

On Thu, 27 Jan 2011, Anne Wilson wrote:


I've not had this problem in korganizer, but I have seen it with other kontact
modules.  I find that the best thing is to killall kontact and wait a few
seconds, after which everything works again.  I assume that something that
should have shut down is still open, and this seems to find it.


waht do you mean (precisely) by «killall kontact»? Apparently I don't
use kontact or kaddress or other! do you mean kill some process or close
in someway that I don't know.


Alternatively, it usually works if you open system monitor (Ctrl-Esc) and put
korganizer into the search bar.  You'll probably find a slave hanging around,
and if you can kill it there that should clear things.


unfortunately this is not the case, I've also tried to turn off and on
the laptop but nothing changed.

Any other idea?

Walter

--
Walter Cazzola, PhD - Associate Professor, DICo, University of Milano
E-mail: cazz...@dico.unimi.it  Ph.: +39 02 503 16300  Fax: +39 02 503 16253
· · ·  · · ·  · · ·
   ... recursive: adjective, see recursive ...
· · ·  · · ·  · · ·-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: octave problems

2011-01-27 Thread Jussi Lehtola
On Fri, 28 Jan 2011 02:16:54 +0800
H Xu  wrote:

> Hello everybody,
> 
> I'm using Fedora 14 x86_64. In octave, "xlabel('\mu')" could not show
> the '\mu' correctly. How could I solve this?
> Thanks.

It seems that it's not correctly displayed in the plot window. However,
once you export the plot with e.g.
 > print -depsc plot.eps
the symbols are correctly shown in the resulting file.
-- 
Jussi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: korganizer crash

2011-01-27 Thread Anne Wilson
On Thursday 27 January 2011 17:45:39 Walter Cazzola wrote:
> Dear all,
> today after an attempt of adding a new calendar korganizer has crashed
> and from that moment on it is impossible to access to the GUI and to my
> data. Doesn't a matter if I launch it from the tray, from the
> commandline or from the menu.
> 
> When I try to launch it I get the following message:
>>korganizer
>>KCrash: Application 'korganizer' crashing...
> 
>KCrash: Attempting to start /usr/libexec/kde4/drkonqi from kdeinit
>sock_file=/home/cazzola/.kde/socket-surtur/kdeinit4__0
> 
> and the KDE crash handler starts but no way to send a track bug (the
> crash handler itself crashes).
> 
> I've tried to cancel the sockets files, the configuration files and to
> clear the cache but without success.
> 
> korganizer has always worked (up to this morning) and contains all my
> appointments and I'd like to have it working again.
> 
I've not had this problem in korganizer, but I have seen it with other kontact 
modules.  I find that the best thing is to killall kontact and wait a few 
seconds, after which everything works again.  I assume that something that 
should have shut down is still open, and this seems to find it.

Alternatively, it usually works if you open system monitor (Ctrl-Esc) and put 
korganizer into the search bar.  You'll probably find a slave hanging around, 
and if you can kill it there that should clear things.

Anne
-- 
New to KDE Software? - get help from http://userbase.kde.org


signature.asc
Description: This is a digitally signed message part.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: rescue mode

2011-01-27 Thread Andre Robatino
Andre Robatino  fedoraproject.org> writes:

> There's a registry hack, which I use on both XP and Vista, and should work on
> Windows 7 as well, that will make Windows interpret the hardware clock as UTC
> (search for "registry UTC"). It works fine for me, though I've heard there may
> be issues with suspend/hibernate (which I don't normally do).

Probably a better search is for "RealTimeIsUniversal" which is the registry key
that needs to be set (to 1). When using this on a dual-boot system, I make sure
that only the more frequently used OS (Linux in my case) has NTP enabled, since
they aren't aware of each other.




-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


rescue mode

2011-01-27 Thread Andre Robatino
Rick Stevens  nerd.com> writes:

> IIRC, Windows forces the hardware clock to the local time.  If you
> intend to dual-boot between Winblows and Linux, uncheck the "System
> clock uses UTC" button in system-config-date "Time Zone" tab and adjust
> your clock again to make sure it's right.

There's a registry hack, which I use on both XP and Vista, and should work on
Windows 7 as well, that will make Windows interpret the hardware clock as UTC
(search for "registry UTC"). It works fine for me, though I've heard there may
be issues with suspend/hibernate (which I don't normally do).





-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: LibreOffice on Fedora

2011-01-27 Thread Rahul Sundaram
On 01/28/2011 12:22 AM, Fernando Cassia wrote:
> On Wed, Jan 26, 2011 at 10:55 PM, Rahul Sundaram  wrote:
>> I am well aware of all that but nothing you are saying contradicts what
>> I said.  Openoffice is not under the GPL license.
> OpenOffice.org is LGPL.
>
> It was an error on my part, I often use "GPL" as a generic term to
> mean "GPL or LPGL" meaning "Free Software under GNU licenses".
>
> http://www.gnu.org/licenses/gpl-howto.html
>
> I´m not writing a white paper or encyclopedic text.

When it comes to licensing or anything legal for that matter, it helps
to be precise. If you don't care about that, fine but I don't want to
add to the confusion that already exists  LGPL and GPL despite related
to each other but one cannot equate the two  Even GPLv2 and GPLv3 has a
big difference in dealing with patents for instance.

Rahul

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: rescue mode

2011-01-27 Thread Rick Stevens
On 01/27/2011 10:14 AM, Petrus de Calguarium wrote:
> Tim wrote:
>
>> On Wed, 2011-01-26 at 21:25 -0700, Petrus de Calguarium wrote:
>>> Windows changed the system clock from UTC to local time, so fedora
>>> needed to do a complete relabelling before I could finally boot up
>>> again.
>>
>> I can't see why that was necessary.
>>
> I've experienced it before. It says something like the last disk access is in
> the future, or something like that.

IIRC, Windows forces the hardware clock to the local time.  If you
intend to dual-boot between Winblows and Linux, uncheck the "System
clock uses UTC" button in system-config-date "Time Zone" tab and adjust
your clock again to make sure it's right.

--
- Rick Stevens, Systems Engineer, C2 Hosting  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
- All generalizations are false. -
--
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: LibreOffice on Fedora

2011-01-27 Thread Genes MailLists
On 01/27/2011 01:52 PM, Fernando Cassia wrote:
> On Wed, Jan 26, 2011 at 10:55 PM, Rahul Sundaram  wrote:
>> I am well aware of all that but nothing you are saying contradicts what
>> I said.  Openoffice is not under the GPL license.
> 
> OpenOffice.org is LGPL.
> 
> It was an error on my part, I often use "GPL" as a generic term to
> mean "GPL or LPGL" meaning "Free Software under GNU licenses".
> 
> http://www.gnu.org/licenses/gpl-howto.html
> 
> I´m not writing a white paper or encyclopedic text.
> 
> FC

  Gentle Suggestion - when people nit pick - ignore them and just focus
on the real issues ...

   gene/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: LibreOffice on Fedora

2011-01-27 Thread Fernando Cassia
On Wed, Jan 26, 2011 at 10:55 PM, Rahul Sundaram  wrote:
> I am well aware of all that but nothing you are saying contradicts what
> I said.  Openoffice is not under the GPL license.

OpenOffice.org is LGPL.

It was an error on my part, I often use "GPL" as a generic term to
mean "GPL or LPGL" meaning "Free Software under GNU licenses".

http://www.gnu.org/licenses/gpl-howto.html

I´m not writing a white paper or encyclopedic text.

FC
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: New logwatch module not working in cron

2011-01-27 Thread Rick Stevens
On 01/27/2011 09:24 AM, Gordon Charrick wrote:
> I wrote a new logwatch module for vnstat and put it in
> /etc/logwatch/scripts/services. If I run logwatch from the command line,
> it works fine. When cron runs it, the vnstat module doesn't run. The
> module is extremely simple - all it does is run the vnstat command.
> There are no errors being reported. All I get is an empty begin/end
> section for vnstat in the email from logwatch.
>
> I know it's not selinux because I originally had problems with that and
> I fixed that with a local selinux module for vnstat. I also specifically
> have the full path to the vnstat command in the logwatch vnstat script.
>
> Anyone have any clues on fixing this?

Cron jobs do not have the standard path when they run.  Odds are the
module (or something it calls) can't be found on cron's limited
path.  This can be fixed by putting a

PATH=$PATH:/path1[:/path2]

(where /path1, etc. are the paths you want to include in the search)
after the "#!/bin/bash" at the top of the /etc/cron.daily/0logwatch
file to expand the path that cron has.  That, or make sure you use an
absolute path (e.g. "/usr/bin/name-of-program") for each program you're
running in the crontab.
--
- Rick Stevens, Systems Engineer, C2 Hosting  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-   Lottery: A tax on people who are bad at math.-
--
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


octave problems

2011-01-27 Thread H Xu
Hello everybody,

I'm using Fedora 14 x86_64. In octave, "xlabel('\mu')" could not show
the '\mu' correctly. How could I solve this?
Thanks.

Regards,
H Xu
01/28/2011
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: rescue mode

2011-01-27 Thread Petrus de Calguarium
Tim wrote:

> On Wed, 2011-01-26 at 21:25 -0700, Petrus de Calguarium wrote:
>> Windows changed the system clock from UTC to local time, so fedora
>> needed to do a complete relabelling before I could finally boot up
>> again.
> 
> I can't see why that was necessary.
> 
I've experienced it before. It says something like the last disk access is in 
the future, or something like that.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


korganizer crash

2011-01-27 Thread Walter Cazzola

Dear all,
today after an attempt of adding a new calendar korganizer has crashed
and from that moment on it is impossible to access to the GUI and to my
data. Doesn't a matter if I launch it from the tray, from the
commandline or from the menu.

When I try to launch it I get the following message:

  >korganizer
  >KCrash: Application 'korganizer' crashing...
  KCrash: Attempting to start /usr/libexec/kde4/drkonqi from kdeinit
  sock_file=/home/cazzola/.kde/socket-surtur/kdeinit4__0

and the KDE crash handler starts but no way to send a track bug (the
crash handler itself crashes).

I've tried to cancel the sockets files, the configuration files and to
clear the cache but without success.

korganizer has always worked (up to this morning) and contains all my
appointments and I'd like to have it working again.

Any suggestion?

Walter

--
Walter Cazzola, PhD - Associate Professor, DICo, University of Milano
E-mail: cazz...@dico.unimi.it  Ph.: +39 02 503 16300  Fax: +39 02 503 16253
· · ·  · · ·  · · ·
   ... recursive: adjective, see recursive ...
· · ·  · · ·  · · ·-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


New logwatch module not working in cron

2011-01-27 Thread Gordon Charrick
I wrote a new logwatch module for vnstat and put it in 
/etc/logwatch/scripts/services. If I run logwatch from the command line, 
it works fine. When cron runs it, the vnstat module doesn't run. The 
module is extremely simple - all it does is run the vnstat command. 
There are no errors being reported. All I get is an empty begin/end 
section for vnstat in the email from logwatch.

I know it's not selinux because I originally had problems with that and 
I fixed that with a local selinux module for vnstat. I also specifically 
have the full path to the vnstat command in the logwatch vnstat script.

Anyone have any clues on fixing this?

Gordon

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: intrusion tracking

2011-01-27 Thread Rick Stevens
On 01/26/2011 07:00 AM, Heinz Diehl wrote:
> On 26.01.2011, Wolfgang S. Rupprecht wrote:
>
>> The real issue is that there isn't a good activity log.  While I can
>> install tripwire to watch for changed files
>
> I would have used "aide" instead of tripwire.
>
>> it probably won't tell me  how they got in.
>> Is there something that addresses that problem?
>
> No way. Once the attacker has become root, all your logs could be
> deleted and/or manipulated. You can't rely on them any longer.

There are patches to the bash, korn and c shells that log every command
line entered to syslog.  Get those and install them, then set up syslog
to log to a remote logging server.

It ain't perfect, but we've nabbed a couple of baddies that way.
--
- Rick Stevens, Systems Engineer, C2 Hosting  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-I'm afraid my karma just ran over your dogma-
--
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: privoxy errors

2011-01-27 Thread Frank Cox
On Thu, 27 Jan 2011 07:23:48 -0800
kellyremo wrote:

> what could be the problem? i have to enable it user by user?

http://melvilletheatre.com/articles/squid-privoxy/index.html

-- 
MELVILLE THEATRE ~ Melville Sask ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Wireless Adapter Issues

2011-01-27 Thread Matthew Tuori
Hi,

I have an Acer Aspire 4720z. It has an Atheros Communications Inc. AR5001
Wireless Network Adapter. When I first installed F14 the wireless was
working fine. About a week later it stopped working. Even when it says that
wireless is enabled, it does not see any wireless networks. If I use the
soft button on my keyboard to swap the network lock, the hard lock will
change to disabled, and nothing is able to change it back. I have tried
reinstalling Fedora, searched online for similar experiences and tried using
rfkill, yet nothing seems to work. Any help would be appreciated.

Thanks,
-Matt
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [389-users] RHEL6 support

2011-01-27 Thread Rich Megginson

On 01/27/2011 08:33 AM, Aaron Hagopian wrote:






389-ds-base will be going into RHEL 6 at some point.  We cannot
put it in EPEL6 because it would conflict.  We are interested in
suggestions about how to provide binary packages on EL6.



pardon my ignorance, but what would it clash with ?

389-ds-base in RHEL6.



And I assume that's in the Directory Server channel because on my 
RHEL6 machine no 389-ds-base package exists and I do not have a 
subscription to Redhat Directory service.  Again working on my 
assumption that means that RH directory service is using the same 
package name as 389ds which would create the conflict.  So either 
389-ds packages are renamed or cannot go in EPEL, now its making sense.

389-ds-base is not _yet_ in RHEL6.  Will be there in 6.1 or 6.2.


So is there some obstacle for the 389ds project to host its own yum repo?

Other than being a PITA?  But if that is the only way . . .





--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: [389-users] RHEL6 support

2011-01-27 Thread Aaron Hagopian
>
>
>
> 389-ds-base will be going into RHEL 6 at some point.  We cannot put it in
> EPEL6 because it would conflict.  We are interested in suggestions about how
> to provide binary packages on EL6.
>
>
>  pardon my ignorance, but what would it clash with ?
>
> 389-ds-base in RHEL6.
>


And I assume that's in the Directory Server channel because on my RHEL6
machine no 389-ds-base package exists and I do not have a subscription to
Redhat Directory service.  Again working on my assumption that means that RH
directory service is using the same package name as 389ds which would create
the conflict.  So either 389-ds packages are renamed or cannot go in EPEL,
now its making sense.

So is there some obstacle for the 389ds project to host its own yum repo?
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

privoxy errors

2011-01-27 Thread kellyremo
i installed a proxy on my Fedora 14 Box
yum -y install privoxy
chkconfig --level 5 privoxy on

ok...it worked fine..

later.. i adduser USERNAME, and logged in with it.

i tried to browse the web, but:

http://img600.imageshack.us/img600/3323/screenshotmm.png

why? i have to restart the privoxy to use it..

what could be the problem? i have to enable it user by user?


thanks

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to disable gpgcheck on command line with yum install?

2011-01-27 Thread Rahul Sundaram
On 01/27/2011 06:40 PM, Tim wrote:
> On Thu, 2011-01-27 at 17:47 +0530, Rahul Sundaram wrote:
>> yum localinstall is really no different from rpm -ivh in that aspect
>> except for dependency resolving
> When did rpm stop checking for signatures, by default?

RPM checks and posts a mostly ignored warning but doesn't prevent
installation of any packages because of that.

Rahul

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to disable gpgcheck on command line with yum install?

2011-01-27 Thread Tim
On Thu, 2011-01-27 at 17:47 +0530, Rahul Sundaram wrote:
> yum localinstall is really no different from rpm -ivh in that aspect
> except for dependency resolving

When did rpm stop checking for signatures, by default?

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Running Blender 2.56 on Fedora 13 and 14

2011-01-27 Thread valent.turko...@gmail.com
On Wed, Jan 26, 2011 at 7:28 AM, Rahul Sundaram  wrote:
> On 01/26/2011 05:33 PM, valent.turko...@gmail.com wrote:
>>
>> I saw some Blender 2.56 packages in Koji for F15, does anybody know if
>> Blender 2.56 will ship with Fedora 15?
>
> Whatever is in Koji will usually end up in the appropriate release.
>
>> So if Blender 2.56 turns out to be stable could it be made to replace
>> aging 2.45 in Fedora 14 and 15?
>
> Why do you ask here?  You should ask the Blender maintainer

Hoped that there are some users who know something more about Blender
in Fedora, my next step was contacting Blender maintainer.

Cheers,
Valent.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Running Blender 2.56 on Fedora 13 and 14

2011-01-27 Thread valent.turko...@gmail.com
2011/1/26 Máirín Duffy :
> Hi Valent,
>
> On Wed, 2011-01-26 at 13:03 +0100, valent.turko...@gmail.com wrote:
>> Hi galls and guys,
>> I saw that there are no up to date instuctions for getting Blender
>> 2.56 running on Fedora, not even on Blender wiki so I wrote up this
>> blog post:
>> http://bit.ly/gLQgFS or long version:
>> http://kernelreloaded.blog385.com/index.php/archives/blender-2-56-on-fedora-13-and-fedora-14/
>>
>> I would like to ask you to try out these instructions and post any
>> feedback that you have, especially if there are some errors in
>> instructions.
>
> I followed your instructions but the resulting binary doesn't work.
>
> [duffy@Brigid linux2]$ pwd
> /home/duffy/Repositories/blender-build/install/linux2
> [duffy@Brigid linux2]$ ./blender
> Info: Config directory with "startup.blend" file not found.
> found bundled
> python: /home/duffy/Repositories/blender-build/install/linux2/2.56/python
> Fatal Python error: Py_Initialize: can't initialize sys standard streams
> ImportError: No module named encodings.utf_8
> Aborted (core dumped)
>
> I tried to post this in your blog but your blog gave me an error message
> that it was not accepting POST requests.
>
> ~m

I'll check my blog for any issues...

I'll test it right now on clean Fedora 14. Could be I had some package
preinstalled on my system and ommited it from dependencies in
instructions.

Valent.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to disable gpgcheck on command line with yum install?

2011-01-27 Thread Rahul Sundaram
On 01/27/2011 05:16 PM, Tim wrote:
> It still doesn't sound very wise.  Good that it's an option, but bad as
> a default.  Perhaps we should change all the security options to
> off-by-default?

yum localinstall is really no different from rpm -ivh in that aspect
except for dependency resolving.  Anyway, not my decision and a bug
report has been filed.  So redirect feedback there. 

Rahul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to disable gpgcheck on command line with yum install?

2011-01-27 Thread JB
Rahul Sundaram  gmail.com> writes:

> 
> On 01/27/2011 04:49 PM, JB wrote:
> >
> > It should be the other way around.
> 
> You are free to suggest that to yum developers via bugzilla or their
> mailing list. 
> 
> Rahul
> 

Let your voice be heard.
Bugzilla # 673088

JB





-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines



Re: how to disable gpgcheck on command line with yum install?

2011-01-27 Thread Tim
Rahul Sundaram wrote:
>>> the Fedora 15 version has a change that doesn't check for gpg
>>> signatures for local packages by default

Tim:
>> That doesn't sound very wise.

Rahul Sundaram:
> It is configurable.

It still doesn't sound very wise.  Good that it's an option, but bad as
a default.  Perhaps we should change all the security options to
off-by-default?

This isn't Windows.

One of the better things about Linux is how things are installed.  You
can check the RPM before installation, to see what it contains and where
it will put it.  Packages are signed, as part of the fight against
tampering and forgeries, and this signing is checked.

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: rescue mode

2011-01-27 Thread Tim
On Wed, 2011-01-26 at 21:25 -0700, Petrus de Calguarium wrote:
> Windows changed the system clock from UTC to local time, so fedora
> needed to do a complete relabelling before I could finally boot up
> again.

I can't see why that was necessary.

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: problem with my favorite radio

2011-01-27 Thread Tim
On Wed, 2011-01-26 at 22:06 +0100, Adel ESSAFI wrote:
> mplayer http://www.radiotunisienne.tn/popup/rtci.asx
>  
> I have a problem with my radio on linux.
>  
> mplayer could not play the radio on linux. However, the same link
> works fine with windows media player

When the address isn't the music data stream, itself, but a meta link
(asx, m3u, pls), use the playlist option.  Then mplayer reads the meta
data, and gets the stream referenced by it.

The link works here, when I use the playlist option:

mplayer -playlist http://www.radiotunisienne.tn/popup/rtci.asx

However, it did need to take 15-25 seconds filling the cache up, first.
There's on-screen text telling you this, so you don't have to play
guessing games.

> Couldn't resolve name for AF_INET6: www.radiotunisienne.tn

If your network can't support IPv6, then you can set options so that
mplayer doesn't attempt to use it, first.  Otherwise, it'll try IPv6
before IPv4, and if it gets snagged with an IPv6 problem, it may not get
unsnagged.  I've seen that happen.  But, mostly, it just speeds up the
process of attempting to connect, by not trying something that's not
going to work.

-prefer-ipv4 (network only)
 Use IPv4 on network connections.  Falls back on IPv6
 automatically.

So, you could try this:

mplayer -prefer-ipv4 -playlist http://www.radiotunisienne.tn/popup/rtci.asx

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to disable gpgcheck on command line with yum install?

2011-01-27 Thread Rahul Sundaram
On 01/27/2011 04:49 PM, JB wrote:
>
> It should be the other way around.

You are free to suggest that to yum developers via bugzilla or their
mailing list. 

Rahul

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to disable gpgcheck on command line with yum install?

2011-01-27 Thread JB
Rahul Sundaram  gmail.com> writes:

> 
> On 01/27/2011 03:13 PM, Tim wrote:
> > On Thu, 2011-01-27 at 03:39 +0530, Rahul Sundaram wrote:
> >> the Fedora 15 version has a change that doesn't check for gpg
> >> signatures for local packages by default
> > That doesn't sound very wise.
> 
> It is configurable.
> 
> Rahul
> 

It should be the other way around.

JB




-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to disable gpgcheck on command line with yum install?

2011-01-27 Thread Rahul Sundaram
On 01/27/2011 03:13 PM, Tim wrote:
> On Thu, 2011-01-27 at 03:39 +0530, Rahul Sundaram wrote:
>> the Fedora 15 version has a change that doesn't check for gpg
>> signatures for local packages by default
> That doesn't sound very wise.

It is configurable.

Rahul

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to disable gpgcheck on command line with yum install?

2011-01-27 Thread Tim
On Thu, 2011-01-27 at 03:39 +0530, Rahul Sundaram wrote:
> the Fedora 15 version has a change that doesn't check for gpg
> signatures for local packages by default

That doesn't sound very wise.

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to change nautilus' default browser?

2011-01-27 Thread Tim
On Wed, 2011-01-26 at 08:49 -0800, Mike Wright wrote:
> I've gone through every option I could find, right clicked everything,
> grepped through .nautilus and .gnome2* and haven't the slighted idea
> why nautilus insists on opening Chrome when the system default is set
> to Firefox.

Using it for what?  Reading HTML files, or something else?

Usually, you can right-click on one of the types of files you want to
configure options for, and the pop-up properties window gives you a list
of open-with choices.

I don't know of a central manage all my filetype options for Nautilus
either, and there are times where it would be useful.  Especially if you
could simply back up its configuration file, and import it later on
(restoring settings, or cloning settings on other installations).

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines