Gnome-menu-file-browser-applet

http://code.google.com/p/gnome-menu-fil … er-applet/
Remeber winXP? And that little pop-up menu that could be used to browse trought directories (folders). I used it to browse my music folder.
This plugin is about the same. And it is cool, nice addon for gnome panel.
I dont have a clue about pkgbuilds...
Tried to do this one but wiki page confused me... that part with cmake and stuff...
So please help me! This is what i made so far...
pkgname=file-browser-applet
pkgver=0.6.4
pkgrel=1
pkgdesc="Browse, open and manage files in your computer directly from the GNOME panel."
arch=(i686 x86_64)
license=('GPL')
depends=('gnome-panel>=2.26.0' 'libpanel-applet>=2.0' 'libgio>=2.0')
makedepends=('pkgconfig' 'cmake>=2.4.7 ')
optdepends=( 'libgtkhotkey-1.0' 'brasero' 'file-roller' 'rubber')
url="http://code.google.com/p/gnome-menu-file-browser-applet/"
options=(!emptydirs)
install=file-browser.install
source=(http://gnome-menu-${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
md5sums=('3874795cf8c02b0749a0b09c7466f677')

All those files seem to have is application names. What specific file did you use to edit the menus?

Similar Messages

  • [SOLVED] Gnome Nautilus File Browser Make Open Folder open in browser

    Hi,
    I fixed this on my desktop a while back, can't seem to remember how. I want it that that so if i click on a folder, it opens with full browser, not just the folder itself.
    Last edited by playdafunkimuzic (2009-01-01 05:50:15)

    also in the future i guess u are new like me do a little searching around on the Wiki it has lot of information that can help you out
    especially the install guide and beginners guide
    happy new year

  • How to add a new right-click menu entry in Nautilus file browser?

    I want to add a couple of new context menu entries to Nautilus File Browser.
    So when I e.g. right-click in View Pane on a file "foobar.conf" an menu entry "edit with gedit" should appear (among the other default entries).
    When clicked the file "foobar.conf" should be passed to gedit (and gedit editor opened).
    How can I achieve this?
    Under Ubuntu there are nautilus-actions but when I try to install them in Solaris with
    pkg install nautilus-actions
    then this package is not found.
    How else can I create my own context menues?
    I would appreciate to have one script with all my context menus, which when run add them all in one step.

    To manage selected files or directories, you can use specific Nautilus variables like NAUTILUS_SCRIPT_SELECTED_FILE_PATHS.
    For more details and which variables exist, please read the content of the following URL :
    Nautilus File Manager Scripts: Questions and Answers

  • Applet as file browser in intranet

    Hi,
    I am trying to create an applet as a file browser in intranet.
    The problem is I can not get the list of files. Is there any way to retrieve
    the list on particular url?
    Thanks.
    hbt

    Please be more specific as to what your applet is actually doing - in Java terms.
    Are you trying to read a URL as if it were a directory? Do you have some server-side program (servlet/CGI/PHP/whatever) that can/should create a file that is a list of files? Do you want to use a database connection to store filelists?

  • Gnome menu applet, remove arrow

    I've been looking on how to remove the arrow frome the gnome menu applet and found this guide. How could I do the same thing with arch?
    http://ubuntuforums.org/showthread.php?t=733808

    Hi,
    Try to modify the master page and overload the css style.  Have a look :
    https://msdn.microsoft.com/en-us/library/office/ms466994(v=office.14).aspx.
    If you need to modify the style just for one page only, you could  add a script webpart instead to modify the master page
    Regards.
    Gilles Martinez
    Twitter
    Blog
    Please mark as helpful/answer if this resolved your post

  • File browse: Only specific extensions

    Is there a way I can specify that only files of certain extensions should be loaded using the File Browse item? So the File Select box that Windows pops up would show only files with those extensions?
    Thanks

    Nope, simply not possible without building a Java Applet (not JavaScript). It's just the way web browsers (all of them) work and has nothing to do with HTML DB.
    Tyler

  • Reading file in Applet.

    Hello All,
    i am trying to read a file in applet. i have created a applet that reads file and prints its content. it works fine on local system but when i publish this applet in web server it gives such exceptions.
    java.security.PrivilegedActionException: java.lang.reflect.InvocationTargetException
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.liveconnect.SecureInvocation$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.liveconnect.SecureInvocation.CallMethod(Unknown Source)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
         at sun.plugin.liveconnect.PrivilegedCallMethodAction.run(Unknown Source)
         ... 4 more
    Caused by: java.security.AccessControlException: access denied (java.io.FilePermission C:\reading\run.bat read)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkRead(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
         at readFile.showContent(readFile.java:38)
    Can some body say whats going on?
    I am stuck over here.
    Any help will be appreciated.
    Regards
    Jaya N pasachhe.

    If you are surfing the web, and you click a link to a page that you don't know, you don't want some unknown Applet to start and be allowed access to your local harddrive or printer.
    Therefore, Applets ran by the browser, run in a so-called "sandbox". Read about it.
    The solution is to "sign" the applet's jar.
    see http://www-personal.umich.edu/~lsiden/tutorials/signed-applet/signed-applet.html
    and http://forum.java.sun.com/thread.jspa?threadID=174214

  • How to create a small HTML-file in Applet

    What i wan't to do is as follows:
    1. In an applet i create a string containing a small HTML-file. Its contents depends on what the user chose in the applet.
    2. then i wan't to redirect the browser to that HTML-file. appletcontext.showDocument(URL) could be used.
    The problem is how can i create an URL to a string which is only in memory.
    Writing the string to a file and then creating URL to it poses problems, as we all know, writing files from applets is difficult.
    Any help would be appreciated.

    Here is how you do it:
    1) use the JSObject (you may have to import
    netscape.javascript.JSObject depending on the
    version of your SDK) to open a window with an empty
    URL, a title , and a _blank or _self
    target.
    2) use the JSObject document.write to write the HTML
    string to the window that you opened in #1 above
    3) close the document.
    If you need further assistance, post your code and I
    can modify it for you or if you want, I can whip up a
    small demo applet for you to try.
    ;o)
    V.V.Thanks!! Your post has been very helpful. One question though, I suppose the client has to have a java-plug-in installed in his/her web-browser, is that right?

  • How to allow user upload file on applet??

    Sorry I'm new to programming here, but I'm trying to allow user to upload a file to the server so the program inside the server can user the file as input.
    I've noticed that JFileChooser, the ideal class for this, is not allowed on the applet, so I don't know how to go about doing this.
    Thanks for any input!

    ok
    you wish to transfer a file from applet to server.
    1. Applet gets the file
    the applet needs to access the file System therefor it must b a signed applet to get aound the security restrictions. This is why the JFileChooser doesn't work. Check out the tutorials on jars and applets, particularly the security notes.
    2. opens a connection with the server
    so the applet has a file and needs to send it. there needs to be a service of some form on the destination computer to execpt the file. Perhaps you write your own perhaps you use HTTP.
    3. server software stores the file
    where an applet is an mini application that runs within the confines of the web browser. a SERVLET is a service program which runs with in the confines of a server, such as a web server.
    this is a lot easier to do HTML rather that applet in my opinion but which ever.

  • Bug:File Browser Doesn't refresh

    One a directory is opened in the file browser, it can't be refreshed without restarting sqldeveloper.
    1 Open a directory in the file browser.
    2 Create an additional file in the directory outside of sqldeveloper
    3 Try to make the new file appear.
    Closing and opening the directory doesn't work
    Clicking on what looks like a refresh button (two arrows ina circle) doesn't work.
    1.5.1
    Windows XP Pro Service Pack 2
    Message was edited by:
    Jim Smith

    I cannot confirm this, everything works fine for me...
    What JDK are you using?
    I am runnin 1.5.1.5440 with JDK 6 Update 6...
    Although now that I look at the file browser it has incredibly limited functionality (context menu). A READ-Only File Browser? Come on...
    -Tim
    Message was edited by:
    TimS

  • How to make nemo default file browser for Firefox

    I use Linux Mint. When I download some file and then click on "Open Containing Folder" button it opens Nautilus file browser. Default file browser on my computer is Nemo, so I would like to always use it.

    It is possible to [[Set how Firefox handles different types of files]]. Please open the following options to find that menu:
    # Open Options/Preferences
    # Open Applications
    # Select the action desired
    However if the item is not there, Is that file explorer the default explorer on the linux machine?
    Or please also see [http://askubuntu.com/questions/267514/open-containing-folder-in-firefox-does-not-use-my-default-file-manager]

  • Launch Wine programs from menu: FIle not Found

    I have installed eMule with wine, and get the "File not found" message when running it from the menu.
    This was discussed in THIS thread, but none of the possible solutions work for me
    Original:
    env WINEPREFIX="/home/daerunarch/.wine" wine C:\\windows\\command\\start.exe /Unix /home/daerunarch/.wine/dosdevices/c:/users/Public/Start\ Menu/Programs/eMule/eMule.lnk
    Doesn't work
    Edited the menu entry with alacarte:
    wine 'C:\Program Files\eMule\emule.exe'
    doesn't work
    wine '.wine/drive_c/Program Files/eMule/emule.exe'
    doesnt' work
    wine "/home/username/.wine/drive_c/Program Files/eMule/emule.exe"
    doesn't work
    wine "/home/username/.local/share/applications/wine/Programs/eMule/eMule.desktop"
    dosen't work
    Also all the previous begining with "env WINEPREFIX=" instead of "wine". Nothing worked o_0 What should I try now?
    Last edited by Daerun (2011-02-13 23:36:46)

    Null, the problem is not running from gnome menu. I can make it run from console, and it shows these messages, just in case there's some hint here:
    wine '.wine/drive_c/Program Files/eMule/emule.exe'
    wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
    err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
    fixme:heap:HeapSetInformation (nil) 1 (nil) 0
    fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) - stub!
    err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered
    err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered
    err:ole:create_server class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered
    fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
    err:ole:CoGetClassObject no class object {5c63c1ad-3956-4ff8-8486-40034758315b} could be created for context 0x17
    err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions.
    err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033c914
    fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:shell:IAutoComplete2_fnInit ACO_FILTERPREFIXES not supported
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca34
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca38
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca4c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca48
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca48
    fixme:shell:IAutoComplete2_fnInit ACO_FILTERPREFIXES not supported
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033c9e8
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033c9e8
    fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    Karol, that command didn't do anything for me...
    Turvyc, I know about aMule and have used it, but stuck to eMule because of some features it didn't have. If I can't run eMule I might as well return to aMule, as I know how to migrate configurations.

  • Can i load a class in subdirectoy  inside a jar file using applet tag?

    hi every one.. thank you for reading ... i am really in dire need for the solution..
    my problem is that i have a jar file contianing a package which inturn contains my applet class...
    i am trying to access this applet class using a applet tag in html file. this html file is in same directory as the jar file. i am having no problems in windows but when i am doing this in linux apache server i was getting class not found exception. (already checked the file permissions). and when i am successful when using simple package directory instead of jar file . so gist of my quesition is "can i load a class in subdirectoy inside a jar file using applet tag in a html file"?

    When you tested in Windows were you using Internet Explorer? On Linux you will be using a different browser, usually Mozilla of some version, or Firefox. Note that the HTML tags for applets will be different between the browsers if you are using the object tag. Principally the classid value for the object tag will differ between Firefox and Internet Explorer.

  • File browsing bug?

    Hi
    Today a bunch of nice Chinese hackers were trying to get remote access to my tomcat server (6.0.24).
    I booted them out after a few minute they were in trying to load their root kit package. The interesting part is, after I cleaned everything, I took a quick look at their software (their rootkit webapp) and it's pretty interesting.
    The root kit gives the user total access to the system and allowing the user to traverse outside of the tomcat container. What is bothering me, even though Tomcat is running on top of JVM, why didn't Tomcat developers protect against access outside of its own container?? From that webapp i could access the drive root like it's just a regular file browser, and execute commands as SYSTEM (equivalent to root user in linux based systems), doesn't make any sense in my mind.
    is this an expected behavior or did I miss something in the security configurations?
    The root kit is a modified JFilder class. I cannot attach a file here but I can send it by email if anybody wants to install it on their system to play around with it offline.
    best!

    Tomcat runs on a JVM and the JVM generally has full system access, except the parts you protect on the OS level of course.
    However, it is possible to install security policies in the JVM itself - a good example of that is the sandbox in which Java Applets run which is severely limited. So with some work you can protect your system in any way you want.
    [http://java.sun.com/javase/technologies/security/|http://java.sun.com/javase/technologies/security/]
    (what will interest you is what is written under "authentication and access control").

  • CS4 apps are VERY slow to open Windows file browser with File Open or File Save As commands

    We are running CS4 on Windows 7 with all available updates installed.   Photoshop and the other CS4 applications are VERY slow to open a Windows file browsing window to select files when File Open or File Save As menu options are run -- it can take as long as a minute or two for the window to open.  Once the window opens and a file is selected, then opening or saving the file is very quick.  The location of the default directory, whether it is on a local drive or a network drive, makes no difference.  Any suggestions as to what the problem might be?

    Raphman02
    The link that I posted earlier is off.  Read this one
    http://support.microsoft.com/kb/2501584.  I discovered in my network that the MS Office File Validation Patch made excel crawl when opening over the network though nothing else changed. At the time I was opening Excel on Office 2003.
    You can manually turn this off by editing the registry and tunring it off.  Going forward I skipped the patch to keep my sanity.  Not sure if this is the same as your issue, but the support article will go into detail how to either have Fix it
    clear the issue or change the proper registry keys.
    Hope this helps

Maybe you are looking for

  • How to set the variable of "path" and  classpath" in winxp

    I down a sdk1.4.2_01 and use it in windows xp system,I can use "javac"; but when I run "java *****"(eg: java abc),it do not work. The infomation is "Exception in thread "main" java.lang.NoclassfoundError:" I set my source code "C:\j21". PATH: C:\j2sd

  • Change character encoding from UTF-8 to EUC-KR

    We are receiving data in UTF-8 in the querystring from a partner formatted as: %EA%B3%A0%EB%AF%BC%ED%95%98%EC%9E%90%21 Our site uses EUC-KR so using this text for search/display/etc is not possible. Does anyone know how we can convert this to the pro

  • ITunes not showing some content after I purchassed and downloaded the album

    I went and downloaded cant hold us by Macklemore and Ryan Lewis and I had a look in my library after I downloaded it and could not fid it so I went into finder to see if it was there and it was so I played it from there and it opened in iTunes then I

  • Pass select option and parameter with submit

    Hello, I have two programs and what i have to do is to use the selection screen information from program A and submit it to program B so that this second program will generate a report with this information. After program B is executed it creates som

  • Lens profile request: Nikon Coolpix A

    Dear Adobe Lightroom team, Could you please either add a dedicated lens profile for the new Nikon Coolpix A or advise on which of the many available lens profiles for Nikon glasses would best match the Coolpix A? Many thanks en avance!