Announcement

Collapse
No announcement yet.

in gnome there is a command "gnome-open some_file"

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    in gnome there is a command "gnome-open some_file"

    What would be the kde equivalent to this command?

    #2
    Re: in gnome there is a command "gnome-open some_file"

    I think it's

    Code:
    kfmclient exec file
    Not really sure though.

    EDIT: Made a typo there...
    Jucato's Data Core

    Comment


      #3
      Re: in gnome there is a command "gnome-open some_file"

      bump

      Comment


        #4
        Re: in gnome there is a command "gnome-open some_file"

        What does the command do? gnome is a desktop environment, not an application, so it must call up some other application to open a file?

        Comment


          #5
          Re: in gnome there is a command "gnome-open some_file"

          Well, I just tried out my suggestion and it works. Have you tried it yet?

          Code:
          kfmclient exec filename
          For most filetypes that KDE recognizes, it will launch the appropriate app.
          Jucato's Data Core

          Comment


            #6
            Re: in gnome there is a command "gnome-open some_file"

            thanks

            Comment

            Working...
            X