Ubuntu :: Enable Breadcrumbs In The "open File" Dialog?

Aug 12, 2010

Is there a way to enable breadcrumbs in the "open file" dialog? Like, if you were to open GIMP go to file--> open--> it would give you a gui to find the file that you're looking for. I have a feeling this will be no simple task, is it an extension of nautilus? or a seperate application?

View 1 Replies


ADVERTISEMENT

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

Fedora :: Gnome 3 Open File Dialog Not Talking To Browser?

Aug 25, 2011

I suspect this is a Gnome 3 problem and not a Fedora problem, but I have no way to separate the two here. I cannot upload an image from my computer to Weebly or to Google Plus, but strangely enough, I can upload one to Picasa. The sequence of actions goes something like this:

1. Open Weebly editing interface, add a picture element, click on the element to edit/add a picture. It then gives you a choice: from your local computer, from the web, etc.

2. Click on 'from local computer' and my computer opens the Open File Dialog Window.I am guessing that is its name, it is the same window you get when opening a file in any other application, like Gedit or LibreOffice.

3. Navigate to the image I want to upload and double click on it or select 'Open'.

4. Nothing happens.

I am able to upload images from my laptop, running Linux Mint 11 with Gnome 2.

It sounds to me like the Open File Window is not passing on the necessary information to the browser. I have no idea why it works in Picasa and not in Google+ or Weebly.

I don't really expect anyone to have a solution just yet, but I wanted to mention it somewhere, and I didn't see any Gnome.org forums. On the other hand, if someone does have a solution, great.

This is by no means a knock on Gnome 3, it is fine with me and I Iike it a lot more than I thought I would.

View 2 Replies View Related

OpenSUSE :: Setting File Filter For File Open Dialog (to Suppress Showing "hidden" Files, Etc.)?

Dec 10, 2010

On both my 32-bit laptop (openSUSE 11.3) and my 64-bit desktop (openSUSE 11.2) I have been unable to find out how to prevent seeing all the "hidden files" when opening files in many applications, including (for example) GIMP, Xournal, OpenOffice, gedit.In the Control Centre "File management" options "Show hidden and backup files" is NOT checked in "File Management Preferences.

View 2 Replies View Related

Ubuntu :: Network Drive Visible In Nautilus - Not In "Open File Dialog"

Apr 23, 2010

I have succesfully attached some networkdrives (Windowsshares actually) to Nautilus. It's possible to access these with Nautilus and the Open File Dialog of Open Office.

However .. The "Save To" in Google Chrome and "Open File" in Notecase are not showing these networkdrives. Is this a different browser? Is there somewhere somehow a setting to see the drives?

View 9 Replies View Related

Ubuntu :: Open Application From Dialog Box?

Apr 20, 2011

How do I open an app from a dialog box? Eg the download db in FF in which you have options to Open or Save. I want to be able to navigate to a folder containing app folders which I can then open to find an icon to double click so as to launch an app. Much like in Windows navigating to Program files (I think it is called). How do you do this in Linux?

View 2 Replies View Related

Ubuntu :: Thumbnail View For Open/save Dialog Boxes?

Jan 3, 2011

after googling around there doesnt seem to be a fix for this its madness

you go to open/save a file, the box comes up - and i'f im looking for a picture theres no thumbnail view?

i have hundreds of pictures in some folders and theres no way to tell which is which i have to click each one for the preview

is there nothing for this in the software center?

View 1 Replies View Related

Debian :: Open With Dialog In Iceweasel Is Not Opening Icewease?

Nov 10, 2010

Step 1. Opened emailStep 2. clicked on "download" to download the text file.Step 3. The "open With" dialog box popups.Step 4. in the open with option I browse and select "iceweseal" as the application to open with.Step 5. It does not open any file in iceweseal 3.X It is not just with text file but with anything. So it look like the iceweseal does not want to open from the open with" dialog box.

View 2 Replies View Related

Software :: Whenever Open GNOME MPlayer / Attached Error Dialog Appears

Apr 17, 2010

Whenever I open GNOME MPlayer the attached error dialog appears. What can I do about it?

View 8 Replies View Related

Ubuntu :: Bad Nautilus Breadcrumbs?

Jun 30, 2011

I already installed nautilus breadcrumbs in my Ubuntu 11.04. But its shown not perfectly and very bad.I attached the screenshot it.

View 6 Replies View Related

Ubuntu :: Php File Is Not Getting Displayed On The Browser Instead It Opens Download Dialog Box?

Jan 12, 2010

i have installed xampp 1.7.3 in ubuntu 9.10 and if i try to open the .php file in the browser it asks the me where to save the file and browser opens the source code rather than parsing the php file.

View 9 Replies View Related

Ubuntu :: Toggle Between Breadcrumbs And Location Bar?

Apr 29, 2010

how do I toggle between breadcrumbs and location bar? Ctrl L just doesn't do anything, just gives focus to the already existing location bar.

I'd like breadcrumbs back.

View 6 Replies View Related

Ubuntu :: Nautilus Breadcrumbs Gone In 10.04 - How To Get Back

Apr 30, 2010

The breadcrumbs bar has disappeared in Nautilus and has been replaced with just the text location instead. A clean install showed me that breadcrumbs should still be there, but I cannot seem to get them back anyway.

View 8 Replies View Related

Ubuntu :: Tweaks Tab - Breadcrumbs Did Not Work

May 27, 2010

I've done the making tweaks tab and now the breadcrumbs are still not showing.

View 3 Replies View Related

Programming :: Programmatically Getting Standard File Dialog

Jul 14, 2010

Is it possible to do the following in C/C++ in Linux:Without direct linking (my program should NOT depend on Qt or GTK), display a GTK or Qt based file dialog.The behaviour should be something like this when my program runs, when you want to open a file:The program scans whether you have Qt installed. If so, it somehow manages to link itself to Qt (e.g. dynamically loading the .so file) and display its file dialog and get the path from it. If Qt wasn't found, it tries the same with GTK. If that also wasn't found, it displays a less powerful replacement dialog instead (better than nothing).

Or is there any other simple way in Linux to get a standard file dialog somehow (similar to when compiling for Windows you can very easily get its standard file dialog, no matter what version of Windows, in your code, even if your program doesn't use any other Windows GUI at all).

View 4 Replies View Related

Ubuntu :: Gnumeric Argues \ Opened It And Then Get A Dialog Warning Me The File Already Exists?

Dec 22, 2010

Whenever I edit a spreadsheet in Gnumeric, I have to have an argument about saving the edited version. First, it says it wants to save it in Gnumeric's XML format instead of whatever format I opened it in, and then I get a dialog warning me the file already exists,is it OK to overwrite it? All my spreadsheets are either .odt or .csv. I just want to be able to open, edit and save without an argument every time. It's like telling a child that it's bed time and having the same argument every night, and it's getting on my nerves.Is there a setting where I can get gnumeric to obediently save the edited version, or do I just have to put up with the slower opening times of LibreOffice instead?

View 4 Replies View Related

Ubuntu :: Nautilus Elementary Breadcrumbs Disappeared?

Sep 29, 2010

I have Nautilus Elementary (nautilus 1:2.31.1-0ubuntu1~ppa91) [URL]... The problem I'm having today is that the breadcrums path bar has completely gone. The pathbar tweak is activated and was working ok, but nothing is displayed.

View 3 Replies View Related

OpenSUSE :: OpenOffice File Dialog Does Not Reflect Changes Of New Documents?

Jan 7, 2011

Whenever, I successfully save a new document, the document's icon does not display in the KDE File Dialog until OpenOffice restarts. The document exists, because trying to do a "Save As" on it produces a dialog that states if one wants to overwrite the document. Also, trying to export a PDF twice has the same outcome.

OpenOffice 3.2.1
scim 1.4.7-174.1
KDE 4.4.4
openSUSE 11.3 64-bit

View 1 Replies View Related

Software :: GTK File Chooser Dialog Box Side Panel Behavior

May 10, 2011

In both Slackware 12.2 (gtk 2.12.12) and Slackware 13.1 (gtk 2.18.9), the left-hand side panel of the GTK file chooser (File Open and Save) dialog box displays three sections. The first section contains two options: Search and Recently Used. The second section contains several options. The third section are personal bookmarks I have created and stored in $HOME/.gtk-bookmarks.

Modifying the bookmarks section is straightforward, but I am searching for ways to modify the first and second sections.

1. In both 12.2 and 13.1, the second section shows the following: $HOME directory, Desktop, File System. In 13.1, several mount points now appear. I think the criterion being used is the mount point being outside the main root tree. Several of these mount points are configured in fstab with the noauto option and are user mounted only as necessary. I do not want any of these volumes appearing in that section nor the Desktop option. Is there a way to exclude those volumes and options?

2. In that same second section are two mounted volumes from a second internal drive. Those two partitions are part of my bookmarks. In 12.2 those two partitions appeared in the bookmarks section. In 13.1 those two bookmarks are ignored and instead appear in the second section. I prefer those two points appear in my bookmarks section because I prefer my own labels rather than mount point names. Is there a way to do that?

3. Is there an option in $HOME/.config/gtk-2.0/filechooser.ini to control the width of the side panel?

View 1 Replies View Related

General :: The Open With Dialog In Iceweasel Is Not Opening Iceweasel?

Nov 5, 2010

When I download a file, lets say text file I want it to open straight away in iceweseal.So in the "open With" dialog box if I choose iceweseal it is not opening the file in it. It just downloads the text file.

View 6 Replies View Related

General :: Command Line - Show Entire File Contents In Dialog?

May 20, 2010

I want to show the contents of a file on Dialog box for which I have use the "--textbox" dialog and "--tailbox" dialog.

But it doesn't show the whole contents of file, it only shows some of the data.

How do I get it to show the entire file data?

View 1 Replies View Related

General :: Single Click To Activate Items - Gnome - File Locate Dialog

Jan 21, 2010

I have changed the preference in the Nautilus file manager/browser to "Single click to activate items" and it works.

However, when I run an application, say Totem Movie Player, and select Movie/Open I am presented with a Nautilus like file navigation dialog. This is a common dialog to most Gnome applications - probably part of Gnome. Problem is, the dialog does not respect my "single click..." preference.

I have tested this in Ubuntu 9.10, 10.04 alpha 2 and CentOS 5.4 - I do not think it is distribution related.

View 2 Replies View Related

Server :: Firefox "Save File" Dialog For .otf Font File On 1 Server And Not On Another

May 25, 2010

I have 2 Linux servers, both Red Hat Enterprise 4.

If I visit a page with links to .otf (Opentype Font) files on a Linux server (prod) and I click on one of them, Firefox renders the font. If I visit the same page on a different Linux server (dev), I get a "Save File" prompt in Firefox.

In Internet Explorer, I get the File Save prompt from either server.

It's probably a package that the prod server has that the dev server doesn't? I'm not sure where to start looking or what to look for.

I do want the Save prompt.

View 4 Replies View Related

General :: Not Possible To Open Windows / Enable It?

Sep 7, 2010

I am using ubuntu 9.04 in my desktop.I had a problem not being able to open any windows.But still i can open applications such as terminal,calculator,text editor etc.When i tried to open my computer or to mount any drive, it shows "opening Computer" in panel and then disappears.I am using another OS(Windows XP) in my system.

View 1 Replies View Related

Ubuntu :: Deluge WebUI Enable / Re-enable Subsequently Unable To Re-enable It (doesn't Appear In The Side Panel Again)?

Feb 10, 2010

I recently installed Deluge 1.2.0 from the following PPA:[URL]I using this on two different Linux computers. One is running Linux Mint 8 and the other is running Ubuntu Netbook Remix 9.10. The first time on either computer when I enable WebUI in the Deluge GUI it works fine. However if I ever disable it in plugins section I am subsequently unable to re-enable it (doesn't appear in the side panel again). Rebooting or reinstalling Deluge seems to have no effect.Is this a bug or am I doing something wrong?

View 3 Replies View Related

Ubuntu :: Unable To Open Synaptic Package Manager / Enable This?

Oct 2, 2010

I cannot open Synaptic Package Manager. I get the following message when I try (see attached):

View 9 Replies View Related

Networking :: How To Enable Or Open Port In The Iptables

Sep 21, 2010

how do i enable or open port in the iptables

View 14 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

Fedora :: Firefox Refuses To Start With A "Malformed File" Dialog

Jan 1, 2011

I've got a strange problem with firefox on Fedora 14 x86_64, at startup it just shows a dialog with a heading Malformed File and the following description:Firefox could not install this item because "" (provided by the item) is not well-formed or does not exist. Please contact the author about this problem.(see attachment.)there is only an OK button. Pressing it, nothing happens! firefox doesn't come up! I tried firefox --safe-mode,the same dialog pops up but after pressing ok, the "Firefox Safe Mode" dialog shows. No matter what I select on this dialog, firefox simply never comes up! I even created a new user, to try firefox without any addons, but the results are the same! Reinstalling doesn't help also! It has started since last firefox update (firefox-3.6.13-1.fc14.x86_64)

View 5 Replies View Related

Fedora :: Enable Anti-aliasing With The Open Driver?

Jul 27, 2010

Using the open source radeon driver with composite desktop and it seems to work really well.

Is there anyway to enable anti-aliasing with the open driver?

View 1 Replies View Related







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