Questions/request on ROX

okay so i've installed arch on a laptop, and have a fluxbox/rox thing going on, or trying to at least
so:
1. is there a way to specify a set window size?
it won't be a problem for ever i suppose but right now i have about 6 things in my home directory so whenever i open rox i have a miniscule window, and i really dislike auto resize so it stays like that until i resize it. now i'm using fluxbox so i told fluxbox to remember a window dimension and that works fine except it's smaller than the options menu needs to be (again it won't be an issue eventually just while i'm setting up, but still)
and
2. is there a way to be able to have an arbitrary command in the file menu? really i just want an open with, which shouldn't be a problem. but i also want an "extract here" option in right click like i get in xffm/nautilus/xfe
the request being if anyone has already put some work into making the associations editting the file menu, could i just grab their bits?

2. is there a way to be able to have an arbitrary command in the file menu? really i just want an open with, which shouldn't be a problem. but i also want an "extract here" option in right click like i get in xffm/nautilus/xfe
the request being if anyone has already put some work into making the associations editting the file menu, could i just grab their bits?
To have an open with, you can use the SendTo menu command:
The documentation is on the ROX website
An example is to make a link from /usr/bin/gimp-remote to
~/.config/rox.sourceforge.net/SendTo/.image/"The Gimp"

Similar Messages

  • Spatial Frequently Asked Questions: request for content

    Hi All,
    In several discussions it has been mentioned that it would be nice to have a place where we could have the answers to frequently asked questions, so that we could refer to them and they could be found easily.
    I have taken the liberty to ask in the Community Feedback (No Product Questions) space the question how we could best do that, and we'll be getting help from Laura Ramsey. Hence my question: Which questions and answers should go into our FAQ? I'll do a bit of searching, just to see if I can find the frequent topics, but one thing should be in there first and foremost I think: Links to the online Spatial docs for version 11 and 12. That way we can easily refer people to the docs, which usually is already a big help. Probably some stuff about SRID's and that sort of thing, because that always sparks discussions, indexing and the metadata maybe?
    I'll post here what my searches turn up, anybody has any other ideas please post them here for easy collecting.
    Cheers,
    Stefan

    If you still have an issue after  reading the links above then please post your question as a new post rather than posting here or in one of the referenced posts.
    New posts in this thread will be moved to new threads as appropriate.
    For the best results in getting answers to your questions the post "Want Good Answers?  Ask Good Questions!" may help.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • I have a question/ request

    Hi all!
    I recently got ahold of Logic Pro, and I'm loving how it works, but I have a question about the Orchestra template.
    I used to use an application for making music that was done using normal music sheets, and to input notes, you would type in the letter on your keyboard corrosponding to the music scale of A, B, C, D, E, F, and G, with the ability to use arrow keys to move it up and down. Is there a way to do that in Logic Pro?
    Thanks for your help,
    Connor

    Here are the most common options, apart from using the mouse, for note input in Logic:
    http://help.apple.com/logicpro/mac/10/#lgcpb19a8406
    Have a nice day!

  • Question/Request in camera locked images

    On tight news deadlines I often do my edit in camera by locking/tagging the best pictures that I want to import quickly - often just a dozen or so from hundreds of RAW frames. I do not want to sit and wait while hundreds of RAW files are loaded into Lightroom.
    It appears Lightroom 4 still does not recognize locked images on the import screen, unlike Aperture and Photo Mechanic.
    I want to be able to import only those locked images that i selected in camera. And/or be able to import every image and select the locked pictures within the Library.
    At the moment I get round this by using Photo Mechanic to select the locked pictures (without importing) and dragging them all over into Lightroom where the import box shows my selections, and i just import the few selected files.
    Anybody else work this way?

    As this forum is focused primarily on the beta version and its new features/bugs, you'd be better to log your request on the official feature request forum here: http://feedback.photoshop.com/photoshop_family/  I have a feeling I've already seen a similar request there, so you might want to search for it to add your vote.

  • Migration questions/ request for pointers

    I have two disk image backups of my system. One old, one after my system was recently corrupted, but new. I've asked around with the affected applications and tried an Archive & install keepings users profiles. That did not fix my problems. (I've tried Disk Warrior, CockTail)
    So my solution is to go back to my old 'good' complete HD backup. I can then transfer files from the corrupted backup.
    Any suggestions to import all my e-mail folders from the corrupted image folder to the new system restored from the old image file?

    If you are using Mail, the items you want resides in ~/Library/Mail. Put back the whole folder. If you use Entourage, look in Documents/Microsoft User Data/Office (2004) Identities. What you want is in there.

  • Strange question / request

    Ever since I replaced my old extreme (ufo) with the new draft n model... my wife can no longer view the web cams from the National Zoo
    here is an example link:
    http://nationalzoo.si.edu/Animals/AfricanSavanna/default.cfm
    It give an error saying that the "cams" are at capacity - I kept blameing the the zoo. But they work fine if I plug the system into the modem. or if I use an older wireless router (just a b)
    can some one else check to see if this is just me

    I just put in my new Airport Extreme N model a few hours ago and I can see the cams fine. There's nothing going on in the cams, but I can see them LOL.

  • Question/Requestion about ComboBox     

    Was wondering if someone could help me with something. I've
    got a ComboBox on my app. It's for a search box. There are fix
    different options in the ComboBox, each pointing to a different
    URL. I originally coded this in Dashcode on Mac OS X but, I'm
    porting it to AIR using Flex Builder 3. I'm including my code &
    the code of someone who's been helping me out so far. I'm also
    including the code for the ComboBox if that'll help. If someone
    could figure it out (been wracking my brain & still not getting
    anywhere) that'd be great.

    From your Dashcode, I can see that when you choose, for
    example, "Manuals" in the ComboBox, the URL you're fetching should
    end with the additional URL query parameter &type=kmanual. In
    other words, each item in the ComboBox has an associated "type
    code" such as "kmanual" for "Manuals". The way this is typically
    coded is to make your ComboBox's dataProvider be an array of
    objects with "label" and "data" properties:
    <mx:dataProvider>
    <mx:Object label="All Categories" data=""/>
    <mx:Object label="Technical Articles"
    data="ktech+OR+klearn"/>
    <mx:Object label="Downloads" data="kbdload"/>
    <mx:Object label="Manuals" data="kmanual"/>
    <mx:Object label="Help" data="khelp"/>
    </mx:dataProvider>
    The combobox automatically displays the "label" property.
    (You can specify a different property by setting the labelField
    property.) But when you make a selection, the selectedItem property
    will be a reference to the entire object, so you can access the
    "type code" as selectedItem.data:
    public function executeSearch(event:MouseEvent):void
    var url:String = "
    http://search.info.apple.com/index.html?as_q="
    + AppleSearch.text + "&btnG=Search&lr=lang_en";
    var type:String = searchList.selectedItem.data;
    if (type.length > 0)
    url += "&type=" + type;
    var u:URLRequest = new URLRequest(url);
    navigateToURL(u,"_blank");

  • Top 3 questions from a newbie

    Hi folks, I have performed a basic search and didn't turn up an answer to these so am looking for some guidance please.
    I love my Nokia Lumia 800 and think Nokia Here (nee Maps) and especially Nokia Drive (which I use every week) are awesome but here are my three questions/requests and hope Nokia is also monitoring these posts.
    1. Could we please be told if Nokia are working on a way to use your address book contacts to set a destination. I used to have this on Windows Mobile 6.5 and most other smartphone OS's have this. I find it hard to believe that Nokia with such innovation and being a recognised leader in mapping that this isn't available.
    2. Can someone tell me how to enter a junction of two roads into Nokia Drive and Nokia Here as every combination I have tried doesn't seem to work e.g. High street and Bond street
    3. Could we please be told if Nokia are working on a way to use a separate volume / audio session to avoid impacting any playing music when using Nokia drive or maps, this will allow a driver to lower the volume of the GPS app and leave the music at the correct level without impacting it. I used to have this on the Smartphone TomTom software on Windows mobile 6.5 also
    Thanks and apologies if these questions have already been dealt with elsewhere

    About n°1: the method I was told to use does not work:
    To navigate to contact: from the contact list, open a contact, click on "map home address", this starts Here maps, then click the "directions" button, then enter, then choose the car, this starts Here Drive.
    The problem with this method is that at the "direction" step, the destination is not is exact address you're heading to, it's just the town.
    So I still haven't found a way to do that. It seems pretty simple for Nokia to repair the missing link between here maps and Here Drive: just set the full address in the "destination" text field mentioned above.

  • Some questions about Java servlets

    I am having some problems with my Java servlets. Here they are below.
    #1 I have a login jsp page. When user logs in, the MySQL database is queried. If a match, redirect to appropriate page. The problem is I can't seem to remain in the login page if there is no match, I get a blank screen. If there is no match, how can I redirect it back to the login screen? For example, my login screen is login.jsp. Here is my code below.
    while(rs.next())
    if(rs != null)
    String name = rs.getString("USERNAME");
    Cookie getUser = new Cookie("User", name);
    response.addCookie(getUser);
    String sql2 = "INSERT INTO answers (USERNAME) VALUES( '" + name +"')";
    ResultSet rs2 = stmt.executeQuery(sql2);
    response.sendRedirect("profile410.jsp");
    out.println("<p>inside if structure");
    #2 After I go to the first screen after login, I am filling out a questionaire, and everytime I click on a submit button a different servlet comes into play, called InsertRecords.java. Everytime I go from one jsp to another, information gets stored into a database, InsertRecords.java is controlling this. I use the below code.
    String delete = request.getParameter("delete");
    String question = request.getParameter("question");
    String value = request.getParameter("R");
    if (delete.equals("no") && !value.equals(""))
    String sql = "INSERT INTO answers (" + question + ") VALUES (" + value + ")";
    int numRows = stmt.executeUpdate(sql);
    out.println("Record has been inserted");
    String nextPage = request.getParameter("nextPage");
    Cookie[] cookies = request.getCookies();
    if (cookies != null)
    for (int i = 0; i < cookies.length; i++)
    String name = cookies.getName();
    String valuecook = cookies.getValue();
    Cookie getUser = new Cookie(name, valuecook);
    response.addCookie(getUser);
    response.sendRedirect(nextPage);
    the table is answer and the fields are ID, username, and q1, q2 q3, up to q11. the idea is upon login, the username gets stored into the answer table, the field username. I want the values stored in the same row everytime user jumps from one page to another based on his username. Goes to first jsp, q1 gets inserted, next jsp, q2 gets inserted, etc. But they all get inserted diagonally on different rows, not the same one, that is the problem. How can I fix this?
    #2 Based on the above code, say there is 11 jsp pages, remember, this is an online questionaire. When user logs in, he starts at the first jsp page, or question. When for example when the browser gets cut off at question6, when he logs back in, I want him to start at question4, if cut of at question 11, start again upon login at question 8. The reason, so he won't have to start from the beginning. Each question is on seperate jsp's. The way I see this happening is creating a session upon login and keeping that session. And grab 4th question when he logs back in, but I am not sure about how to go about it.
    Can someone help me please?

    Q1:
    Use the update command and not insert.
    Q2:
    Won't work. The user may log back in after the session has expired or from a different location. On log in look for a record for that user and what questions have been answered so far.

  • WLC to use Management Interface & Few more getting started Questions

    Hello,
    I'm yet to implement the Wireless LAN in one of our client's corporate office. There 40 x 1130AG LWAPP AP's and 4404 WLC with ACS 4.x for the Authentication of the Wireless Clients who is trying to access the LAN.
    For the WLC to connect to the Dual Core Switch, i need to use only one Management Interface with Distribution System port 1 being the Primary and mapping the DS Port 2 as the Backup port for the Management Interface. Is this Right? or do i have configure Dynamic Interfaces as well. Is management interface for accessing / management and configuration only? Management Interface will communicate with ACS for AAA and AP's who would like to associate with the WLC, is this Right?
    Note: WLC, AP's, Wireless Clients & AP's are in the same IP Subnet.
    Few other question of WLAN's so it helps me during implementation -
    • Can I use the 802.1x Authentication application found in the Windows XP for the Wireless Interface; instead of Cisco Client Application. For this; I have to configure the WLC / Wireless Client to use EAP algorithm; is this Right?
    • With the help of RRM, the channel interference between multiple AP's (3 - 4 AP's) in the same area is controlled by the WLC by changing the Channels used by the AP which is not same on all the AP's. Is this right?
    • How many Client Users will connect per Channels. 802.11 a / g will provide 11 Channels, is this Right?.
    • I'm trying to set in the WLC to limit the Client connections per AP to 25, can this be achieved?
    Please, can anyone help me in calrifying the above points.
    Regards,
    Keshava Raju

    Many Thanks Mr. Dennis for your help & Clarification.
    With ref to your reply point no# 1. I have actually planned to connect one Gig port of the controller to each of the Dual Cisco Core Switch setup. Can i use all 4 Controller Interfaces configured as LAG and Port 1 & 2 connecting to Core Switch 01 and Port 3 & 4 connecting to Core Switch 02?
    I have Final two more questions, Request you to help me calrifying this?
    • I'm willing to configure Multicast communication between the WLC & AP's. For this configuration is it necessary to Connect the WLC in a different VLAN than the VLAN of the AP's. Is it necessary that I have to set the controller to LWAPP Layer 3 mode to support the Multicast communication?
    • Though I do not have implementation experience of the WLAN. My understanding of the Interface settings on the WLC - is I will have to configure one Management Interface for in-band management. Do I have to configure AP-Manager Interface (to support Multicast communication) and to make the WLC to communicate with ACS for Client Authentication. All of the Wireless Devices including the ACS are in one VLAN / IP Subnet, is only one Management Interface is enough for communicating with AP's (with Multicast) and communicating with ACS for forwarding the Authentication messages between the ACS & Wireless Clients?

  • Hi I went to an Apple store in sydney regarding a battery problem on my Iphone . All the think its the phone settings but my question is what the point of giving the facilities in phone if we are not suppose to use those?

    Hi I went to an Apple store in sydney regarding a battery problem on my Iphone . All the think its the phone settings but my question is what the point of giving the facilities in phone if we are not suppose to use those?

    Your question/request is incomprehensible.
    This much can be understood:
    You have an iPhone (model unknown)
    You have some sort of battery issue (exact kind unknown)
    You went to the Apple Store in Sydney (presumably, Australia)
    You did not achieve satisfaction on said visit.
    So, throw a shrimp on the barbie while you explain yourself, mate!

  • ACS4 questions / developer needed

    Hi,
    I've been asked to investigate / set up Adobe Content Server 4 - and integrate it with our website.
    I've tried Googling around to understand better how ACS4 works to no avail - so could someone explain how ACS4 works step by step? How would it integrate with a website?
    I guess it goes something like this:
    1. someone buys an ebook online
    2. the website sends a request to ACS
    3. ACS sends the customer a link to download the ebook
    4. the customer installs the ebook
    5. the ebook sends a request to adobe to check the DRM request
    My second question / request - Can anyone point me in the right direction for information on integration or post examples?
    OR BETTER STILL - any developers with experience integrating ACS4 with ecommerce websites drop me an email at kkettle (at) itgovernance (dot) co (dot) uk
    Thanks,
    Keir

    Keir,
    Get/Read the documentation that is included with the Content Server 4 code drop. Specifically the User Manual, Quick Start Guide and Technical Reference.
    The simple purchase workflow boils down to this:
    1.) User Purchases book on a store website
    2.) Store generates a Signed URL link to ACS4 site
    3.) User clicks on Signed URL link which responds with a purchase token (.acsm file) which gets downloaded and processed by Digital Editions on the users's computer
    4.) Digital Editions contact server listed in purchase token to acquire license
    5.) License is downloaded by Digital Editions, along with the URL to the encrypted book bytes
    6.) Digital Editions downloads the encrypted book bytes
    7.) Digital Editions copies license into encrypted book bytes
    8.) Digital Edition opens the book
    There are of course many variations on this, and Section 2 of the User Guide handle this in detail (and with diagrams).
    Jim Lester
    Adobe Systems

  • Why is it not possible to "scan duplex" on the AIO Remote-App

    Today I was trying to scan a few letters with front and backside via the AIO-App.
    Unfortunately it's neither with the Android-App nor with the iPhone-App nearly as comfortable as with the PC. You always need to sort the scans manually - and with the screensize of e.g. an iPhone this isn't fun at all...
    Could you please support an automatic sorting mechanism as featured on the normal PC-client?!?
    Best regards,
    Batschi

    I would like to add to this question/request. I, too, am using iOS 8 from iPhone and iPad connected to an HP Officejet Pro 8500A.
    Also, it is infuriating that there is no deafault paper size: in Europe, we use A4; Letter is a purely US size that we never see, this side of the Pond. Please incorporate a feature that will allow a forced default rather than reverting to Letter every time the app is opened.
    Thank you.
    P.S. If an element of HTML code appears at the end of this post, please disregard: I have no idea how/why it has become attached and trying to edit it out after posting just adds the code back in!<script src="safari-extension://com.ebay.safari.myebaymana​ger-QYHMMGCMJR/8797967e/background/helpers/prefilt​erHelper.js" type="text/javascript"></script>

  • Index creation on a field in DSO for performance improvement of a select st

    Hi All,
    We have one DSO in Production which has around 48 million records.
    In a transformation of a cube, we have a select statement on the DSO with comparing 5 fields. And 4 of them are data fields in the DSO.before some time we change a structure of the DSO. We moved one info object from key field to data field which is being used in the select query.
    After this change, we do a full load to the DSO and then everything is running fine. Except the load to cube is getting stuck at the select statement. It is running for ever.
    Now I have the below doubts,
    1. Can this happen as one of the field which we are using in the select statement does not have indexes?
    2. If we want to create index on that field, then what would be the required steps?
    Thank you,
    Jaimin

    Hi Jaimin,
    Sorry ,i misunderstood the question.Request you to please explain the issue step by step once again.
    Rgds
    SVU123
    Edited by: svu123 on Feb 25, 2011 11:52 AM
    Edited by: svu123 on Feb 25, 2011 1:30 PM

  • How to use iMessage on two devices

    How can I use iMessage on both my iPhone and iPad.  iPad tells me "email already in use?

    Nickchrist wrote:
    I have the same problem ie "How can I use iMessage on both my iPhone and iPad.  iPad tells me "email already in use? " and i dont know how to fixed it.. Pls help!!
    Don't tag your question/request onto a post that's about a year old. You usually won't get an answer. Start a New Discussion post with your own unique question.
    Put a new email address - gmail? - on your iPad.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
     Cheers, Tom

Maybe you are looking for