gnome classic interface with F17?

2012-10-08 Thread Adel ESSAFI
Deal list I have installed F17 and I got the *new* gnome interface with allows to search for application when you move the mouse to the upper left corner. Is it possible to configure gnome to work with the *classic* interface (with panel) Regards Adel -- users mailing list users@lists.fedorapr

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Gordon Messmer
On 10/08/2012 07:36 PM, David G. Miller wrote: Just guessing but what is the first line of the file? It's probably: That is also wrong. Apache uses the AddHandler directive and file extensions to decide whether or not a handler should process a file. The php will only process files that ha

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Gordon Messmer
On 10/08/2012 06:08 PM, Tim wrote: Content negotiation allows the webserver to hold multiple different variations of the same data, and for the webserver and web browser to negotiate between them as to which will be the best version to offer. According to the documentation and to tests, MultiVi

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Gordon Messmer
On 10/08/2012 04:32 PM, Tom Horsley wrote: I have just tried it turning off MultiViews in the directory where I have my copy of my web pages and by gosh, it does indeed just show me the file now instead of running the php script, so even though my poor brain can't figure out how the heck what the

Re: why is a .txt file being run as a php script?

2012-10-08 Thread David G . Miller
Tom Horsley gmail.com> writes: > > On my local system I have apache running so I can test web pages > before I upload them to my ISP. > > I have a sample .php script which I explicitly named with > a .php.txt suffix so it would be treated as a plain text > file, not a php script. > > Yet apach

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread Fernando Cassia
On Mon, Oct 8, 2012 at 10:26 PM, manifestoe wrote: > You probably didn't run the X core indexers. > > mkfontscale /usr/share/fonts/msttcore > mkfontdir /usr/share/fonts/msttcore > > assuming you've already added this > > cat > /etc/X11/xorg.conf.d/09-msttcore-fontpath.conf <<'EOT' > Section "Files

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread manifestoe
You probably didn't run the X core indexers. mkfontscale /usr/share/fonts/msttcore mkfontdir /usr/share/fonts/msttcore assuming you've already added this cat > /etc/X11/xorg.conf.d/09-msttcore-fontpath.conf <<'EOT' Section "Files" FontPath "/usr/share/fonts/msttcore" EndSection EOT the xset a

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Tim
Mike Wright: >> For further head explosion refer please refer to >> http://httpd.apache.org/docs/2.2/content-negotiation.html Tom Horsley: > That was the one that made my head explode :-). > > I have just tried it turning off MultiViews in the > directory where I have my copy of my web pages and

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread Sergio
--- Em seg, 8/10/12, manifestoe escreveu: > De: manifestoe > Assunto: Re: installing Microsoft fonts: chkfontpath not found > Para: users@lists.fedoraproject.org > Data: Segunda-feira, 8 de Outubro de 2012, 20:28 > Sergio, > > have a look here ... > > http://how-to.wikia.com/wiki/How_to_inst

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Tom Horsley
On Mon, 08 Oct 2012 13:20:27 -0700 Mike Wright wrote: > For further head explosion refer please refer to > http://httpd.apache.org/docs/2.2/content-negotiation.html That was the one that made my head explode :-). I have just tried it turning off MultiViews in the directory where I have my copy o

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread manifestoe
Sergio, have a look here ... http://how-to.wikia.com/wiki/How_to_install_and_use_X-Windows_fonts xfontsel is part of X core fonts. fc-list will list the fonts known to Xft fonts. xlsfonts will list the fonts known to X core. Yes, I believe the rpm I pointed to should setup the fonts for xfont

Re: Virtualbox Error

2012-10-08 Thread Mark LaPierre
On 10/08/2012 12:15 AM, Junayeed Ahnaf wrote: Getting this error: http://i.imgur.com/5pjLy.png Configuration: AMD FX 6100(5 cores to vbox) , 8 GB DDR3 1067 Mhz (4GB to vbox) Virtualbox installed from oracle repo, fedora 17 64 bit. Trying to boot arch Junayeed Ahnaf Nirjhor Did this

Re: K3B won't burn Imaqe

2012-10-08 Thread Jim
On 10/08/2012 06:23 PM, John Pilkington wrote: On 08/10/12 22:24, Jim wrote: Fedora 15 an 17 Trying to burn Fedora image on CD-R , the disk is new. When opening the k3b Create window it shows blank media in cd/dvd burner, but in the burn window it is telling you place blank cd in drve , even

Re: K3B won't burn Imaqe

2012-10-08 Thread John Pilkington
On 08/10/12 22:24, Jim wrote: Fedora 15 an 17 Trying to burn Fedora image on CD-R , the disk is new. When opening the k3b Create window it shows blank media in cd/dvd burner, but in the burn window it is telling you place blank cd in drve , even if you open and close drive it sill does not sho

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Gordon Messmer
On 10/08/2012 11:08 AM, Tom Horsley wrote: I have a sample .php script which I explicitly named with a .php.txt suffix so it would be treated as a plain text file, not a php script. Yet apache is clearly running the php script rather than just uploading the plain text copy of the script when I c

K3B won't burn Imaqe

2012-10-08 Thread Jim
Fedora 15 an 17 Trying to burn Fedora image on CD-R , the disk is new. When opening the k3b Create window it shows blank media in cd/dvd burner, but in the burn window it is telling you place blank cd in drve , even if you open and close drive it sill does not show a blank Cd and you can't b

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Mike Wright
10/08/2012 11:39 AM, Tom Horsley wrote: this is widely known and caused by the "MultiViews" option and can also lead to execute PHP if images conatin code and saved with .php.gif But when I read the docs for that (which, by the way, make my head want to explode) it sounds like MultiViews is som

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Joe Zeff
On 10/08/2012 11:46 AM, Reindl Harald wrote: Am 08.10.2012 20:36, schrieb Joe Zeff: On 10/08/2012 11:28 AM, Reindl Harald wrote: because i am still moderated on teh list and since MANY DAYS people decided to moderate DO NOT DO THEIR JOB and release any message You have my sympathy. Granted

Re: Yahoo and thunderbird.

2012-10-08 Thread Sergio
--- Em seg, 8/10/12, Rick Stevens escreveu: > De: Rick Stevens > Assunto: Re: OT was Re: installing Microsoft fonts: chkfontpath not found > Para: sergiocmailbox-userl...@yahoo.com.br, "Community support for Fedora > users" > Data: Segunda-feira, 8 de Outubro de 2012, 15:21 > On 10/08/2012 1

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Tom Horsley
> this is widely known and caused by the "MultiViews" option > and can also lead to execute PHP if images conatin code > and saved with .php.gif But when I read the docs for that (which, by the way, make my head want to explode) it sounds like MultiViews is something that will try to find a differ

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Joe Zeff
On 10/08/2012 11:18 AM, Reindl Harald wrote: apache/php is not interesed at all in execute-flags this is widely known and caused by the "MultiViews" option and can also lead to execute PHP if images contain code and saved with .php.gif Not by me, because I've never worked with them. I sit cor

Re: why is a .txt file being run as a php script?

2012-10-08 Thread Joe Zeff
On 10/08/2012 11:08 AM, Tom Horsley wrote: Anyone have any clue what is causing this to happen? I can't imagine this is something that would be desirable behavior :-). What are the permissions on the file? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription

why is a .txt file being run as a php script?

2012-10-08 Thread Tom Horsley
On my local system I have apache running so I can test web pages before I upload them to my ISP. I have a sample .php script which I explicitly named with a .php.txt suffix so it would be treated as a plain text file, not a php script. Yet apache is clearly running the php script rather than just

OT was Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread Sergio
Yep, I use Thunderbird with my gmail accounts. The problem with yahoo is that it doesn't have IMAP so: - you have to download the messages. - they (AFAIK) become unavailable in the web interface. So for my yahoo mail I use the web interface. The good thing about yahoo is its disposable addresses.

Re: Repeated segfaults in F17

2012-10-08 Thread Ralf Corsepius
On 10/08/2012 02:15 PM, Patrick O'Callaghan wrote: On Mon, 2012-10-08 at 09:46 +0200, Ralf Corsepius wrote: On 10/08/2012 04:38 AM, Temlakos wrote: Beginning about an hour ago, I've been hit with a ton of application terminations. All of them say the same thing: "Signal 11 (SIGSEGV). Which I be

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread Fernando Cassia
On Mon, Oct 8, 2012 at 1:54 PM, Sergio wrote: > (and since it's POP I avoid using thunderbird for it). It is possible to get a threaded view of emails in thunderbird http://lifehacker.com/5708180/thunderbird-conversations-brings-true-gmail+like-conversation-views-to-thunderbird https://addons

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread Sergio
OT. I saw now that the thread at http://fedora.12.n6.nabble.com gives some perspective. I use yahoo web mail and it's definitely not good to follow threads (and since it's POP I avoid using thunderbird for it). --- Em seg, 8/10/12, Fernando Cassia escreveu: De: Fernando Cassia Assunto: Re: in

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread Fernando Cassia
On Mon, Oct 8, 2012 at 1:41 PM, Sergio wrote: > The newly available rpm package. Thanks! Somehow missed that bit of info among all the talk. FC -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/u

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread Sergio
The newly available rpm package. --- Em seg, 8/10/12, Fernando Cassia escreveu: De: Fernando Cassia Assunto: Re: installing Microsoft fonts: chkfontpath not found Para: sergiocmailbox-userl...@yahoo.com.br, "Community support for Fedora users" Data: Segunda-feira, 8 de Outubro de 2012, 13:39

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread Fernando Cassia
On Mon, Oct 8, 2012 at 1:37 PM, Sergio wrote: > Hi, thanks for this. Just to make sure, I have this rpm installed: > http://www.mjmwired.net/resources/mjm-fedora-f17.html#ttf > It just installs the font files to /usr/share/fonts/msttcore > The fonts are available for X (like in font manager) but

Re: Repeated segfaults in F17

2012-10-08 Thread Jack Craig
On Mon, Oct 8, 2012 at 9:24 AM, Joe Zeff wrote: > On 10/08/2012 05:55 AM, Temlakos wrote: > >> Several times in the past I have shut down this computer and literally >> waited for it to cool off. It always seemed to work, at least nine times >> out of ten. But I never really believed that things

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread Sergio
--- Em seg, 8/10/12, manifestoe escreveu: > De: manifestoe > Assunto: Re: installing Microsoft fonts: chkfontpath not found > Para: users@lists.fedoraproject.org > Data: Segunda-feira, 8 de Outubro de 2012, 10:38 > Try this instead ... > > rpm -i > https://downloads.sourceforge.net/project/ms

Re: Repeated segfaults in F17

2012-10-08 Thread Steven Stern
On 10/08/2012 11:24 AM, Joe Zeff wrote: > On 10/08/2012 05:55 AM, Temlakos wrote: >> Several times in the past I have shut down this computer and literally >> waited for it to cool off. It always seemed to work, at least nine times >> out of ten. But I never really believed that things actually wor

Re: Repeated segfaults in F17

2012-10-08 Thread Joe Zeff
On 10/08/2012 05:55 AM, Temlakos wrote: Several times in the past I have shut down this computer and literally waited for it to cool off. It always seemed to work, at least nine times out of ten. But I never really believed that things actually worked that way. I shut it down overnight, and in th

Re: installing Microsoft fonts: chkfontpath not found

2012-10-08 Thread manifestoe
Try this instead ... rpm -i https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.2-1.noarch.rpm This rpm installs the fonts from sourceforge at install time, it does not contain the fonts. In addition, it pulls in updated fonts from the EUupdate font set, and in

Re: Can't print txt file

2012-10-08 Thread Jim
On 10/07/2012 09:48 PM, Larry wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 10/07/2012 08:32 PM, Jim wrote: Fedora 17/ KDE Trying to print a k Kwrite txt or a image file, open file and click on Print and another window opens and it will only let you print as a pdf or ps output. No

Re: Repeated segfaults in F17

2012-10-08 Thread Matthew Miller
On Mon, Oct 08, 2012 at 08:55:03AM -0400, Temlakos wrote: > Several times in the past I have shut down this computer and > literally waited for it to cool off. It always seemed to work, at > least nine times out of ten. But I never really believed that things > actually worked that way. I shut it d

Re: Repeated segfaults in F17

2012-10-08 Thread Temlakos
On 10/08/2012 03:11 AM, Heinz Diehl wrote: On 08.10.2012, Temlakos wrote: Beginning about an hour ago, I've been hit with a ton of application terminations. All of them say the same thing: "Signal 11 (SIGSEGV). Which I believe translates as "Signal segmentation violation." [] I bet you ha

Re: Repeated segfaults in F17

2012-10-08 Thread Patrick O'Callaghan
On Mon, 2012-10-08 at 09:46 +0200, Ralf Corsepius wrote: > On 10/08/2012 04:38 AM, Temlakos wrote: > > Beginning about an hour ago, I've been hit with a ton of application > > terminations. All of them say the same thing: "Signal 11 (SIGSEGV). > > Which I believe translates as "Signal segmentation

Re: Repeated segfaults in F17

2012-10-08 Thread Matthew Miller
On Mon, Oct 08, 2012 at 09:11:13AM +0200, Heinz Diehl wrote: > I bet you have hardware problems. E.g. faulty memory, heat problems or > something like that.. This is likely. The other main possibility is that you've been hacked and someone installed a rootkit that isn't perfectly compatible with y

RE: Virtualbox Error

2012-10-08 Thread Junayeed Ahnaf
https://forums.virtualbox.org/viewtopic.php?f=7&t=39179 I found a solution here, but failed to do this, there's no Applications folder. Help? Junayeed Ahnaf Nirjhor > Date: Mon, 8 Oct 2012 09:36:44 +0400 > Subject: Re: Virtualbox Error > From: hi...@fedoraproject.org > To: users@lists.f

Re: Bit of a problem with FireFox in Fedora 16

2012-10-08 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/07/2012 11:30 PM, Roger wrote: > Using my Fedora 16 on a home installation as a development system. > > I have 2 sites on VPS remote server, one for dev and one as a live site > both using Drupal 7 fully updated. Developing on the dev site, usin

Re: Fedora fails to boot with systemd-journald failing

2012-10-08 Thread Tim
On Sun, 2012-10-07 at 16:08 -0700, Joe Zeff wrote: > One advantage of a separate /home is the ability to re-install without > losing any of your personal files. As I'd mentioned, though I did call it updating, it's down to the same process - running the installer. > Not that I'd ever do that, min

DVB TV playback not working

2012-10-08 Thread Andrew Gray
Hi Ever since F17 x86_64 I have not been able to watch TV via my "DIBcom 7000PC" USB Freeview receiver This is a Pinicale 72e USB Freeview Keep getting when I run "gnome-dvb-daemon :- "(gnome-dvb-daemon:1326): GStreamer-WARNING **: Trying to set string on structure field 'name', but string

Re: Fedora fails to boot with systemd-journald failing

2012-10-08 Thread Frank Murphy
On 07/10/12 18:20, Daniel Landau wrote: Explain what is the name of the One? Not really sure what you mean by this. It's name is /dev/sda5 perhaps? sudo blkid will give you uuids to match your partition(s). Yes, reinstall That's not really helpful. It is actually. Then when ready to d

Re: Repeated segfaults in F17

2012-10-08 Thread Ralf Corsepius
On 10/08/2012 04:38 AM, Temlakos wrote: Beginning about an hour ago, I've been hit with a ton of application terminations. All of them say the same thing: "Signal 11 (SIGSEGV). Which I believe translates as "Signal segmentation violation." In addition to what others already wrote, check if you

Re: Repeated segfaults in F17

2012-10-08 Thread Heinz Diehl
On 08.10.2012, Temlakos wrote: > Beginning about an hour ago, I've been hit with a ton of application > terminations. All of them say the same thing: "Signal 11 (SIGSEGV). Which I > believe translates as "Signal segmentation violation." [] I bet you have hardware problems. E.g. faulty memory