Fedora :: Can't Find .xml File When I Try To Select A New Wallpaper / Fix It?

May 30, 2011

I have created an xml file to change my wallpaper periodically, but when i try to select a new wallpaper..i cant find the .xml file.

View 8 Replies


ADVERTISEMENT

Red Hat :: Unable To Select PNGs As Desktop Wallpaper - JPEG Backgrounds

Apr 21, 2010

I switched our main fileserver to new hardware running RHEL 4 Update 8 yesterday. Post the switch my users are finding that the text in the boxes on taskbars at the bottom of their desktop screens no longer truncates but spills over onto that of other boxes, making them extremely hard to decipher.

All our desktops are RHEL 4.8 too. Also, I'm only able to select PNGs as desktop wallpaper - JPEG backgrounds just appear as plain white when selected(!) Has anyone seen this before and knows of a fix?

View 10 Replies View Related

Fedora :: Php - File Dialog - Select And Open A File

Dec 7, 2009

I have an application for loading data into MySQL table using php, through excel-Reader. php is set up on the localhost and the web-page is available from: [url]

The code of xlr2.php:

When I open the page, I get the message to choose a file with the file-dialog box and the notice as:

Notice: Undefined index: action in /var/www/html/xlr/xlr2.php on line 10

Default Action:

Choose a file to Load into MySQL:

Why so? I am selecting file from ("/home/lx/myDocuments/tech/excel/smslist.xls"), but the warning says that [failed to open stream: No such file or directory in /var/www/html/xlr/xlr2.php on line 33]. A different directory than I selected.

View 1 Replies View Related

Ubuntu :: Find Out Name Of Wallpaper As Well As Name Of Plant?

Oct 13, 2010

One of the new wallpapers in 10.10 is a photo of tall green plants, many with seeds traveling up the plant. How can I find out the name of the wallpaper, as well as the name of the plant? It is so beautiful.

View 6 Replies View Related

Red Hat / Fedora :: Fedora Shell Scripting \ "Find In Curent Folder For Files, And It Copy First File He Find With Name Gived By User?

May 18, 2011

shell scripting in Fedora14I want a script"Find in curent folder for files, and it copy first file he find with name gived by user, if name already exist then echo error message and finish"command usage " bash scriptname copyASname"

smthing like Code: #!/bin/bash
for files in /home/user/*
do

[code]....

View 1 Replies View Related

Fedora :: Cannot Select Multiple Files In "File Upload" Dialog

May 1, 2010

When I click on the "Browse" button on a web application, I get "File Upload" a dialog. However, I cannot select more than one files. I know it's not a big deal to most people, but I am writing a web page that allows users to upload multiple files at once. So, this is like a show stopper for me.

Here is my Fedora version: Linux saigon 2.6.30.10-105.2.23.fc11.i586 #1 SMP Thu Feb 11 06:51:26 UTC 2010 i686 i686 i386 GNU/Linux

View 3 Replies View Related

General :: Use Find To Select Users With A Certain Amount Of Disk Space Usage?

May 16, 2011

I want to find all users shown in the /home/ directory whose disk consumption is more than 500MB. The following command works as expected.

cd /home/ && du */ -hs
68K ajay/
902M john/
250M websites/

From the above example, only 902M john/ should be returned.

How can I make the find command output the same results?

View 4 Replies View Related

Ubuntu :: Want To Rename All Wallpaper And The File System?

Jan 17, 2010

I backed up all my wallpaper files to a folder in Dropbox. I want to rename them all to wallpaper and let the file system add the number to the name, similar to Windows XP function. I selected all the files but the rename option is not available.

View 3 Replies View Related

Ubuntu :: Can Use An HTML File As A Desktop Wallpaper?

May 7, 2010

I am new to Ubuntu and I was wondering if there is a way where I can use an HTML file that I have created as a desktop wallpaper. If you know a way could you please explain as simple as possible because I am new to it all and still getting use to it.

View 3 Replies View Related

General :: Use A Screensaver Or Some Other Animated File To Be Set As The Desktop Wallpaper

Apr 26, 2011

I was wondering if it was possible to use a screensaver or some other animated file to be set as the Desktop wallpaper.

View 2 Replies View Related

General :: Pdf File Select Lag On Dolphin?

Jan 25, 2010

I use KDE Dolphin to move pdf file to another folder. When I click on it Dolphin stop responding for a minute. Is there any option to disable or not to preview the file or else? I am annoyed when have to wait so long time just to select a file.

View 3 Replies View Related

General :: Select All Text From A File With Nano?

Oct 6, 2010

I open a file in Ubuntu nano editor from the comand line and I want to copy all the contents of the file so I can paste it in an another application outside the shell. So far I can only copy using shift on the screen that is visible but not on all content.

View 4 Replies View Related

General :: Awk Script To Select Range From File?

Nov 25, 2009

I have a file generated in every event occurred. In this file i have a entries like bellow

<without blank line after Summary>

Summary: Adapter at hardware path 0/6/1/0 :Received an interrupt indicating that a
primitive was transmitted

and sometimes like bellow

<with blank line after Summary>

Summary: Adapter at hardware path 0/6/1/0 :Received an interrupt indicating that a primitive was transmitted What I need is to extract the Summary from the file. I have the following awk script. But it only works if there is no blank line after Summary.

cat server.event.txt|awk '/^Sum/,/^$/'

But I need up to second blank lines after Summary.

View 8 Replies View Related

Ubuntu :: Select An Application To Open A (specific) File?

Mar 16, 2011

I have this problem, that I want a specific .exe file to open in Mono, but all other .exe files to open in Wine.

However, the only option there is, are 'Select an application to open XXXX.exe and other files of type "DOS/Windows executable"'

but I just want to open THIS .exe file in mono, and the rest in WINE.

I have been in similar situations before, in that I opened a folder containing music with VLC, and it worked fine, but after that, it assumed that I wanted to open all folders in VLC.

I assume that there must be an option for this, and I can not see why it ain't an option by default.

(I'm using Ubuntu 10.10)

View 3 Replies View Related

Ubuntu :: Icon View In File Select Dialogue Box

Apr 23, 2011

Is there any way to make the file selector dialogue box in Ubuntu show icons instead of a list or detail view? I have been trying to convince people to use Ubuntu instead of windows, but this seems to be a deal breaker for most of them. When uploading pictures to the web or facebook it is very difficult to navigate pictues in the file browser window with the little bitty thumbnails beside the file name. If there is no way to do this how would I recommend this idea for Ubuntu and to whom would I submit it?

View 4 Replies View Related

Ubuntu :: Select Lines Containing Word And Copy To Another File?

May 31, 2011

I am trying to find a way to search a text file for a certain keyword and then select each line containing the word , copy and paste these lines into another text file. I can do this easily with UltraEdit but I cannot figure out how to do it in Jedit or Scite.

View 5 Replies View Related

Slackware :: Cant Seem To Select A File On A Server On LAN To Attach To A Mail?

Jun 10, 2011

I cant seem to select a file on a server on my LAN to attach to a mail

View 1 Replies View Related

Red Hat / Fedora :: Cannot Find Tomecat .jar File

Jan 13, 2010

I've downloaded Tomcat it's in the same directory as eclipse. The problem is When I'm creating a new project it asks for this

Code: lib/jasper-el.jar.file

and I've search in whole of Tomcat 6.0.20 directories and files I can NOT see anywhere.

View 2 Replies View Related

Red Hat / Fedora :: Can't Find The File System

Jul 24, 2010

while organizing my HD (windows) i ran across a file that i couldnt open. i check the file type, and the only thing it said was 'file'..so i made it an image and mounted it on my linux VM (cant seem to find, or mount the host OS HD) ..but i dont know the command to find out what's the file system type so i can read whats in it (i'm thinking its a registry bac-up from windows? but it's like 4g's..the modification date is from 2008..so i'm curious to find out what i saved)

View 1 Replies View Related

Fedora :: Add Wallpaper To Console?

Nov 29, 2009

how do i add a wallpaper to the console?

View 3 Replies View Related

Fedora :: How To Set Wallpaper In KDE4.4

Mar 22, 2010

Just installed KDE4.4 from a Fedora 12 Gnome installation and can't see anything when I right click on the desktop, no cashew either.

View 9 Replies View Related

Fedora :: Any Way To Set Visualization As Wallpaper?

Apr 12, 2010

While using winamp in windows, you are able to set the visualization to "desktop mode" in which the visualization takes up your icons and covers your desktop while playing music. Is this possible to do in linux?

View 2 Replies View Related

Fedora :: Wallpaper From F12-beta?

May 7, 2010

There was very nice wallpaper in Fedora 12 beta with mosaic, how it can be found? (I need a high res version 1920-1200).

View 2 Replies View Related

Fedora :: Could Not Find The File System Drv/root

Oct 11, 2009

well i was messing with the Gparted live disk and i deleted a small partition of about 6 megs (yes megs). trying to be efficient doing some cleanup of course. but when i rebooted my Fedora 10 i get the black screen saying," could not find the file system. /dev/root". ok, i am useing the fedora 10 live cd now. can i copy that file to my hard drive from the cd? or do i need to reinstall Fedora?

View 1 Replies View Related

Fedora :: Find The RcS File So Can Change Stuff Like UTC

Jun 17, 2010

I can't seem to find the rcS file so I can change stuff like UTC, local time, etc. This is supposed to be located in /etc/default

I am running Fedora 13. Anyone who knows where I can find this (or a similar) file?

View 7 Replies View Related

Fedora :: Find To Log File For Boot Messages?

Oct 5, 2010

When i logged into my desktop, i got a notification that said there was boot messages. I remember trying to find this before in /var/log, so that i could investigate why i couldn't get the nvidia drivers to work (which i now know is because i'm using 14-beta, which has a debugging kernel), but couldn't find it.

Code:
Welcome to Fedora
Starting udev: [ OK ]

[code]....

View 4 Replies View Related

Fedora Networking :: Find Out What File Is Being Downloaded From What IP?

Jul 24, 2011

I've got something or someone downloading from me, probably scraping, and i can't figure out WHAT is using all of my bandwidth, and WHERE it's coming from.I don't know what SERVICE its from (eg, is this an apache request, or DNS DOS), what FILES are being accessed (if any, eg apache requests/scrape), and what IP is requesting them.My apache logs isn't showing anything that makes me thing i'm being scrapped. I'm kinda stuck in a brain fart right now and can't remember how to track this down, but the long and short is that all of my band width is being consumed, and 1 of my CPU cores is staying maxed out ("top" says that it's the avahi service).I've shut off the following services 1 by 1 to see if any of them would cause a drop in network usage, and none of them did:

apache
samba
postfix

[code]....

View 5 Replies View Related

Fedora :: Cannot Find Required File Libvlc-dev

Aug 14, 2011

Trying to install Freetuxtv and cannot find required file libvlc-dev

View 3 Replies View Related

Red Hat / Fedora :: How To Find Out Who Has Modified/edited A File

Jan 27, 2011

I use RadHat Linu5.We usually log in to LINUX via putty (remote). Very often many people use the same user and password to log in.I wonder how to tell who has edited/modified a file?

View 9 Replies View Related

Fedora :: Nautilus 'Set As Wallpaper' Script ?

Oct 18, 2009

I've been searching around for a script that would allow me to right-click images in nautilus and set them as my wallpaper, on the fly. I wish I could write one myself, but don't know how to.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved