Pcmanfm can't set programs for file types

I would like set a gpicview for jpg files, but when I set this program in pcmanfm menu - pcmanfm doesn't open jpg with gpicview...
after installing thunar - I set gpicview for jpg in thunar and now pcmanfm is opening jpg with gpicview...
How change this strange problem? Why thunar is able to set programs for files but pcmanfm doesn't?
Last edited by william7 (2008-07-19 20:38:19)

.oO(teachAA)
>I'm embedding numerous audio files in Dreamweaver CS3
using the <embed> tag.
>I'm using CSS to control the box size and other
attributes relating to how the
>file displays on the page, but I'd also like to set the
parameter "autoplay" to
>false, and controller to "true," for all of the audio
files. I've been doing
>this individually for each file (very time consuming),
Search & replace exists.
>because I can't figure
>out a way to do it with CSS. Is there a way to set those
parameters in CSS and
>apply it to all files?
No. CSS is for presentation, but these parameters belong to
the HTML and
have to be written there.
BTW: The 'embed' element is invalid HTML. If you care about
valid markup
and your site doesn't have to be compatible with really old
browsers
like NN 4 or IE 5.5, then you should use the valid method
using 'object'
elements.
Micha

Similar Messages

  • Why won't Windows 7 permit my CC programs to be the default programs for file types?

    I just uninstalled all of my CS6programs to free up disk space. But now....Windows 7 will not associate JPG, JPEG, GIF, TIFF, INDD, etc. (the typical file types) with my CC programs, -- all of the file types which had previously been associated with my CS6 programs!! Don't misunderstand: I can open the actual file(s) just fine from within the programs themselves, but if I am browsing through my folders, and select a file and try to open from Windows Explorer, it has now been associated with Windows Photo Viewer. And when I try to manually associate the file types with my CC programs, not only are the programs not amongst the choices, Photoshop and InDesign won't remain as my chosen program when I browse through to fine the EXE file!! This is NOT good. This is going to seriously eat into the efficiency of my work flow.

    Windows only stores a file type connection for one application. It sounds like your installation of the CC apps didn't update the file type to themselves so when you uninstalled your CS6 apps, Windows just disconnected the association of the file types completely.
    What you'll need to do is either reinstall the CC apps to make the connection again or you can manually reassign the file types to the associated program. Watching the video here, http://windows.microsoft.com/en-us/windows7/change-which-programs-windows-uses-by-default, will show you how to change the file associations.

  • How can I set extensions in "File of type" field in JFileChooser

    I am using JFileChooser to get the file for opening or saving activities.
    I want to restrict the user for file type... during opening or saving a specific file.
    Bydefault it is set to "All types *.*". Instead of *.* I want to add options like *.doc, *.txt.
    secondly when a user double clicks on a directory, its name appear in the File name text box. I want to disable this. I want to initially set a file name their, which will change only when the user clicks in that text field and type a file name.
    Kindly help me regarding this problem.

    You can restrict the file types by using the javax.swing.filechooser.FileFilter
    Look up the API docs for details.
    I'm not sure how you would restrict the user from double-clicking on a directory.

  • How can I set a default file for JFileChooser

    Hi. I am developing a p2p chat application and I have to unrelated questions.
    1. How can I set a default file name for JFileChooser, to save a completly new file?
    2. I have a JTextArea that I append recieved messages. But when a message is appended, the whole desktop screen refreshes. How can I prevent that?
    Hope I was clear. Thanks in advance.

    Thank you for the first answer, it solved my problem. Here is the code for 2nd question, I've trimmed it a lot, hope I didn't cut off any critical code
    public class ConversationWindow extends JFrame implements KeyListener,MessageArrivedListener,ActionListener,IOnlineUsrComp{
         private TextArea incomingArea;
         private Conversation conversation;
         private JTextField outgoingField;
         private JScrollPane incomingTextScroller;
         private String userName;
         private JButton inviteButton;
         private JButton sendFileButton;
         private JFileChooser fileChooser;
         private FontMetrics fontMetrics;
         private HashMap<String, String> onlineUserMap;
         public void MessageArrived(MessageArrivedEvent e) {
              showMessage(e.getArrivedMessage());
         public ConversationWindow(Conversation conversation)
              this.conversation=conversation;
              userName=User.getInstance().getUserName();
              sendFileButton=new JButton("Dosya G�nder");
              sendFileButton.addActionListener(this);
              inviteButton=new JButton("Davet et");
              inviteButton.addActionListener(this);
              incomingArea=new TextArea();
              incomingArea.setEditable(false);
              incomingArea.setFont(new Font("Verdana",Font.PLAIN,12));
              fontMetrics =incomingArea.getFontMetrics(incomingArea.getFont());
              incomingArea.setPreferredSize(new Dimension(300,300));
              outgoingField=new JTextField();
              outgoingField.addKeyListener(this);
              incomingTextScroller=new JScrollPane(incomingArea);          
              JPanel panel=new JPanel();
              panel.setLayout(new BoxLayout(panel,BoxLayout.PAGE_AXIS));
              panel.add(inviteButton);
              panel.add(sendFileButton);
              panel.add(incomingTextScroller);
              panel.add(outgoingField);
              add(panel);
              pack();
              setTitle("Ki&#351;iler:");
              setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
              setLocationRelativeTo(null);
              addWindowListener(new CloseAdapter());
         //Sends the message to other end
         public void keyPressed(KeyEvent e) {
              if(e.getKeyCode()==KeyEvent.VK_ENTER && e.getSource()==outgoingField)
                   String message=outgoingField.getText();
                   if(message.equals("")) return;
                   showMessage(userName+": "+message);
                   conversation.sendMessages(userName+": "+message);
                   outgoingField.setText("");     
         //Displays the recieved message
         public void showMessage(String message)
              if(fontMetrics.stringWidth(message)>incomingArea.getWidth())
                   int mid=message.length()/2;
                   StringBuilder sbld=new StringBuilder(message);
                   for(;mid<message.length();mid++)
                        if(message.charAt(mid)==' ')
                             sbld.setCharAt(mid, '\n');
                             message=sbld.toString();
                             break;
              incomingArea.append("\n"+message);
    }

  • Can I change the default 'File Type' for PL/SQL Source File to '*.prc' ?

    Want to change the 'default' extension for PL/SQL source to '*.prc'
    When navigating 'File' / 'Save As', and selecting the 'File Type' list box,
    The default 'File Type' for PL/SQL Source File is '*.pls'.
    Can I change the default 'File Type' for PL/SQL Source File to '*.prc' ?
    I have followed , 'Tools', 'Preferences' , 'File Types' and added '.prc' as 'Sql Script' file type, because (PL/SQL Source) is not present in the list.

    You can certainly overwrite the 'Save As' extension as you are saving the file. I have added an ER for more control over this functionality.
    sue

  • SAPCAR: can not set permissions for /EPS/in/SIGNATURE.SMF

    We are running SUM 1.0 SP10 on IBM i with V7R1 to put EHP6 and SP's on an ERP 6.0 system.  Phase PREP_PRE_CHECK/SCANDIR_EPS0 repeatedly ends with multiple errors that SAPCAR: can not set permissions for /EPS/in/SIGNATURE.SMF file.  We tried increasing the sidADM and R3GROUP authority to the file, but it changes them back and ends with a different number of errors each time, see example:
    SAPup> Starting subprocess with PID 4295601 in phase 'SCANDIR_EPS0' at 20140319101619
        ENV: DIR_LIBRARY=/usr/sap/Y60/SUM/abap/bin
        ENV: ILE_PATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SYS/exe/run:/usr/bin:.
        ENV: LIBPATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SUM/jvm/jre/lib/ppc64/server:/usr/sap/Y60/SUM/jvm/jre/lib/ppc64:/usr/sap/Y60/SUM/jvm/jre/../lib/ppc64:/usr/sap/Y60/SUM/jvm/jre/lib/ppc64/jli:/usr/sap/Y60/SUM/jvm/jre/../lib/ppc64/jli:/usr/sap/Y60/SYS/exe/run:/usr/sap/Y60/hdbclient:/sapdb/clients/Y60/lib/lib64:/sapdb/clients/Y60/lib:/sapdb/programs/lib/lib64:/sapdb/programs/lib
        ENV: PASE_LANG=en_US
        ENV: PASE_LC__FASTMSG=true
        ENV: PASE_LIBPATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SYS/exe/run:/usr/sap/Y60/hdbclient:/sapdb/clients/Y60/lib/lib64:/sapdb/clients/Y60/lib:/sapdb/programs/lib/lib64:/sapdb/programs/lib
        ENV: PASE_LOCPATH=/usr/lib/nls/loc
        ENV: PASE_NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/en_US/%N:/usr/lib/nls/msg/en_US/%N.cat
        ENV: PASE_PATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SYS/exe/run:/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:/usr/bin:.:/usr/sap/Y60/hdbclient:/sapdb/clients/Y60/bin:/sapdb/programs/bin
        ENV: PASE_STDIO_ISATTY=N
        ENV: PASE_THREAD_ATTACH=Y
        ENV: PASE_TZ=<EST>5<EDT>,M3.2.0,M11.1.0
        ENV: PASE_USRGRP_LIMITED=
        ENV: PATH=/usr/sap/Y60/SUM/abap/bin:/usr/sap/Y60/SYS/exe/run:/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:/usr/bin:.:/usr/sap/Y60/hdbclient:/sapdb/clients/Y60/bin:/sapdb/programs/bin
        ENV: SAPSYSTEMNAME=Y60
        ENV: dbms_type=db4
        ENV: dbs_db4_schema=R3Y60DATA
        ENV: ILE_DIR_LIBRARY=/usr/sap/Y60/SUM/abap/bin
        ENV: PASE_DIR_LIBRARY=/usr/sap/Y60/SUM/abap/bin
        ENV: DIR_LIBRARY_RMT=/usr/sap/Y60/SUM/abap/bin
        ENV: ILE_DIR_LIBRARY_RMT=/usr/sap/Y60/SUM/abap/bin
        ENV: PASE_DIR_LIBRARY_RMT=/usr/sap/Y60/SUM/abap/bin
        ENV: ILE_LIBPATH=/usr/sap/Y60/SUM/abap/bin
    EXECUTING /usr/sap/Y60/SUM/abap/bin/SAPCAR -flat -R /usr/sap/transD60/EPS/in -xvf /tmp/NO_SAVE/ERP_EHP6_Download/K-60609INECCDIMP.SAR
    SAPCAR: processing archive /tmp/NO_SAVE/ERP_EHP6_Download/K-60609INECCDIMP.SAR (version 2.01)
    x CSR0120031469_0080800.PAT
    x SIGNATURE.SMF
    SAPCAR: can not set permissions for /usr/sap/transD60/EPS/in/SIGNATURE.SMF (error 13). No such file or directory
    SAPup> Process with PID 4295601 terminated with status 13 at 20140319101623!
    Has anyone lse exprienced this and can share a fix?
    Thank you,
    -Margie

    Hi,
    We had the same issue, and in my opinion it is caused by the parallelisation of sapcar during SUM phase PREP_PRE_CHECK/SCANDIR_EPS0
    I did see several parallel SAPCAR jobs running during this phase.
    So what happens when one job extracts SIGNATURE.SMF at the same time another job tries to finalize its extraction by setting the permissions for /usr/sap/trans/EPS/in/SIGNATURE.SMF?
    It can happen that permissions are being set at the same time another sapcar yust deletes this file to begin extracting.
    Since we had 146 SAR archives that needed to be extracted, a retry allways ended up in 4 to 12 conflicts.
    What did do the trick was adding
    /sapcar/extrcact_parallel = 0
    to the file
    ../SUM/abap/bin/SAPup.par
    Just as Christoph Langer suggested.
    We had to restart the whole phase, a repeat was not enough to solve the problem.

  • I install IDES 4.7 in VMware, Why "unable to set time for file...."

    system     Windows2003
    database   Oracle 9
    disk space : C(50G)D(80G)E(40G)
    "Copying file C:/DOCUME1/ADMINI1/LOCALS~1/Temp/SAPinst/bootstrap_keydb.1.xml to: C:/SAPinst ORACLE SAPINST.
    INFO 2014-01-26 16:22:47
    Copying file C:/DOCUME1/ADMINI1/LOCALS~1/Temp/SAPinst/bootstrap_keydb.xml to: C:/SAPinst ORACLE SAPINST.
    INFO 2014-01-26 16:22:47
    Copying file C:/DOCUME1/ADMINI1/LOCALS~1/Temp/SAPinst/CONTROL.DTD to: C:/SAPinst ORACLE SAPINST.
    ERROR 2014-01-26 16:22:47
    FSL-02010  Unable to set time for file C:/SAPinst ORACLE SAPINST/CONTROL.DTD.
    ERROR 2014-01-26 16:22:47
    FJS-00012  Error when executing script."
    who can help me ..please.....

    Hello Matthew,
    You should also change your temp directory to something woth no spaces, something like C:\temp.
    Sapisnt sometimes has problems with the spaces in the temp path, and the Universal Installer nearly always
    has a problem with this.
    Regards,
    David

  • How do you set default save file type

    My Photoshop when I choose save as is choosing TIF as the default file type after opening a raw file. I want to choose PSD as the default. I cannot figure out how to change the setting to raw.

    Hi, Unfortunately, Photoshop will chose a format that fits the minimal requirements of a file according to the absence/presence of layers.
    You could go to the feedback website, http://feedback.photoshop.com and ask for a preference to set the default file type.

  • How can i set password for a backup?

    ::I am using 10g xe
    I am gettin gbackup through RMAN, how can i set password for each backup? I want to protect my backup so that no one other could use it if he copies the backup files.
    Faheem

    Just use "SET ENCRYPTION ON IDENTIFIED BY password ONLY" command in your RMAN scripts. Look at the advanced backup manual for details: http://download-east.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmbackp006.htm#sthref632
    Daniel

  • I can't set shortcut for „Application windows"

    System Preferences → Exposé & Spaces → Exposé
    I can’t set shortcut for „Application windows” — first column with Fn key is OK, but the second column with mouse button doesn’t work. If I set „secondary mouse button” for „application windows”, it doesn’t work. But if I set „secondary mouse button” to „All windows”, it works! All mouse shortcuts for „All windows” or „Show desktop” work, but no mouse shortcut for „Application windows” work . The same with „Mouse button 3” and other buttons.
    Can you help me, please?

    Do you see the iTunes Library icon in the window? Click on it and the use the scroll bar to get to the tracks you want.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Changing The Preview Image for File Types

    Is there any way for me to change the image that shows up as the preview for file types? For example, I use OpenOffice and all my .doc files show up as blank pages of paper, which I don't like. I've tried to change this to no avail, from using the "Get Info" window to within the program itself. Any help?

    If you have an image that you want to use, do a Get Info on it, select the image at the top of the box and then copy from the Edit menu. Then on your OpenOffice document do a Get Info and paste the image into the little image icon at the top of the Get Info box.

  • How can i change a pdf file type to another file type

    how can i change a pdf file type to another file type

    You can copy the contents and paste it into a Word file. Just don't expect everything to transfer or to retain all of the formatting.

  • How can i set dynamice for week on Selection screen..pls help me..Urgent

    Hi..All
    please Help me .. i am very  confused..
    i need to set a varient for week which is dynamic on selection screen.
    b) Week from current week to current week + 2. (<b>Dynamic selection)</b>how can i set dynamice for week on Selection screen,,
    how can i do this..i am alrady set dynamice variant for Date.. there is option for D.. but in case of week there is a no option.
    pls help me..urgent
    thamks in advance.
    mayukh

    Hi,
    I think the way out is use the dynamic select option while setting up the varinat and use sy-datum to sy-datum+9 which should essentially serve the purpose.
    While saving the variant, for that particular date field check the Selection variable checkbox, then Choose D
    option and then choose current days + or - option from there.
    Rgds,
    HR

  • Can't set PropagatedNamespaces for XmlDsigC14NTransform

    Can't set PropagatedNamespaces for XmlDsigC14NTransform. This is my source code:
    XmlDsigC14NTransform^ c12n = gcnew XmlDsigC14NTransform();System::Collections::Hashtable^ hashtable = gcnew System::Collections::Hashtable();hashtable->Add("xsi", "http://namespace");c12n->PropagatedNamespaces = hashtable;
    Under c12n on the last line it says:
    System::Collections::Hashtable ^System::Security::Cryptography::Xml::PropagatedNamespaces::get()
    Error: property "System::Security::Cryptography::Xml::PropagatedNamespaces" (declared in "C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Security.dll") has no 'set' accessor
    This is very weird because in XmlDsigC14NTransform Class description it says "Gets
    or sets a Hashtable object
    that contains the namespaces that are propagated into the signature" under PropagatedNamespaces property.
    I'm using Visual Studio 2013 and the project has been set for NET Framework 4.0.
    Is there any way around it?

    Hello,
    >>This is very weird because in XmlDsigC14NTransform Class description it says "Gets or sets a Hashtable object that contains the namespaces that are propagated into the signature" under PropagatedNamespaces property.
    In my opinion, this description should be correct, as we can see, it says:
    The PropagatedNamespaces property is set automatically
    during signature computation and checking, but before transforms are invoked.
    So I think the Set function is automatically done during signature computation and could not be set manually. However, from its provided description and syntax, it might make people confused, I have submit a feedback to this MSDN site:
    http://feedback.msdn.com/forums/257782-msdn-feature-suggestions/suggestions/7186278-transform-propagatednamespaces-mismatch-between-i
    You could vote it so that its priority could be improved.
    >> Is there any way around it?
    Since as it describes, this property is set automatically during signature computation, manual action is not possible.
    Regards,
    Fred.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • In Initial View, can you set defaults for Navigation tab, Page layout, and Magnification?

    Adobe Acrobat 9 Pro V9.4.0
    Win7 Pro x64
    Problem: In Initial View, can you set defaults for Navigation tab, Page layout, and Magnification?
    Every time Acrobat scans a document, I have to go to Initial View to set Navigation tab, Page layout, and Magnification. It does not remember the settings I last used.
    Thanks in advance.

    See my response to this post

Maybe you are looking for