Thunar custom actions for devices?

Hi!
As you might know it's possible in Thunar to add custom actions to the context menu of files/folders/...
but is it also possible to add custom actions to devices like flash drives or partitions?
My problem is: I got a few encrypted partitions which got to be decrypted before mounting.
At the moment I use a few folders (with custom actions) in the sidebar to encrypt and mount the partitions but I'd like to get rid of the redundancy (partitions in device list/folders in places list).
So, how can I add a custom action to a device?

As you might know it's possible in Thunar to add custom actions to the context menu of files/folders/...
If only action you'd like to perform don't need root permissions, all of actions is possible from context menu after adding them to Thunar's context menu.

Similar Messages

  • [SOLVED] Thunar Custom Action copy to move to

    If some could please help me. I would like to have a Thunar custom action
    that mimicks the copy to, move to action taht can be found in other filemanagers
    like dolphin. I would be ok with it using zenity or gtk, or whatever. Also, I am using
    thunar in LXDE if that makes a difference.
    I have already googled it and found nothing.
    Last edited by orphius1970 (2010-04-17 18:41:54)

    This one works for me, using zenity, applied to everything but folders:
    mv %F $(zenity --file-selection --directory)
    Copy would be the same but with cp, for folders it needs mv -r / cp -r.

  • How to add custom action for Publishing Tab on Pages?

    I am able to add a custom action for libraries tab on document library , but i am unable to add it on Publishing tab on Pages.
    Below is the code , what i am trying.
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItems"
    Location="CommandUI.Ribbon"
    RegistrationType="List"
    RegistrationId="850"
    Sequence="40"
    Title="Move Documents">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.PublishTab.Publishing.Controls._children">
    <Button
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItemsButton"
    Alt="Check Linked Page Assets"
    Sequence="40"
    Command="CheckLinkedPageItems"
    Image32by32="/_layouts/images/centraladmin_systemsettings_email_32x32.png"
    LabelText="Check Assets"
    TemplateAlias="o1"
    ToolTipTitle="Check Linked Page Assets"
    ToolTipDescription="Checks each image, document and page linked to from this page and verified if the asset is both working (not a broken link) and published. You may also use that page to publish all unpublished assets at once."
    />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="CheckLinkedPageItems" CommandAction="javascript:alert('button clicked!);" />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>
    any thoughts?

    Hi,
    Check the secquence number . I don't see any issue in your code. Try with different sequence numbers.
    Did you find this Helpful? Please Mark it So! Thank you. Sachin Kumar

  • Download link custom action for video files

    Hi,
    I have a requirement for adding a custom action called "DOWNLOAD A COPY" in search results hover panel on click of which will download copy for the user. I am able to implement this for pdf, excel and word files but not for generic and video files
    types since ctx.CurrentItem object is not having any property pointing to the item URL. Can someone please help me in getting this property for video and generic file types.
    Thanks a lot in advance!
    SharepointLearner

    Hi,
    According to your post, my understanding is that you want to custom action for context menu in "Site Content and Structure" in SharePoint 2010.
    In "SiteManager.aspx", SharePoint use MenuItemTemplate class which represent a control that creates an item in a drop-down menu.
    For example, to create or delete the ECB menu for a list item in
    "Site Content and Structure", we can follow the steps below:
    To add the “My Like” menu, we can add the code below:      
    <SharePoint:MenuItemTemplate
    UseShortId=false
    id="OLListItemLike"
    runat="server"
    Text="My Like"
    ImageUrl="/_layouts/images/DelItem.gif"
    ClientOnClickNavigateUrl="https://www.google.com.hk/"
    />
    To remove the “Delete” menu, we can comment the code below:
    <SharePoint:MenuItemTemplate
    UseShortId=false
    id="OLListItemDelete"
    runat="server"
    Text="<%$Resources:cms,SmtDelete%>"
    ImageUrl="/_layouts/images/DelItem.gif"
    ClientOnClickScript="%SmtObjectDeleteScript%"
    />            
    The result is as below:
    More information:
    MenuItemTemplate Class (Microsoft.SharePoint.WebControls)
    MenuItemTemplate.ClientOnClickScript property (Microsoft.SharePoint.WebControls)
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Developing Custom Actions for MII 12.0.4

    Hi,
    I read about the possibility of developing custom actions for the MII Workbench.
    There are some articles that deal with this topic, they all describe a reference class called "ActionReflectionBase" that implements the Interfaces that have to be implemented (IConfigurable, IAction, IMappable and IInvoke).
    I develop whit Eclipse and I have already imported the needed JAR Files in my project (LHCommon.rar and Lighthammer.jar). But I am not able to find the ActionReflectionBase class in the package com.sap.xmii.xacute.actions where it should be!
    I'm using MII version 12.0.4, please tell me where I can find this class?
    As a workaround I implement the interfaces directly:
    public class Calculator implements IConfigurable, IAction, IMappable, IInvoke {
    ,but it would be more confortable to extend the reference class.
    Please help me.
    Best Regards,
    Robert

    I have found my problem. I imported the jar files directly into the project and not into the jar library. So Eclipse was not able to find the ActionReflectionBase class. Now everything works!

  • Custom actions for Installing Adobe Pro

    How is it possible to create a custom action as part of the Adobe Pro install using the custom Installation wizard , without doing it manually with direct Editor

    Can you clarify your question? Do you have the custom actions .sequ files that you want to deploy?
    http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/planning.html#custom-actions- macros

  • [solved] Help making thunar Custom action

    I would like to have a thunar cutom action that I can scan a file/directory with clamav
    and have the output run through zenity, progress and results. I have no idea what I am
    doing with zenity. I just know I already have it installed
    Last edited by orphius1970 (2010-05-20 09:23:09)

    Thank you VCoolio!!
    That was exactly what I needed! This is what I ended up with:
    clamscan -r -i %F%D | zenity --text-info --width=425 --height=425 --title="Scanning..."
    Will mark solved

  • Dynamically Change Custom Actions for User Task

    Is there a way to dynamically change the custom actions associated with a user task on the fly? We would like to change the action options available to the user based on the state of the task. Thanks in advance.

    Please post on the Jdeveloper and ADF Forum where you will get more help
    JDeveloper and ADF

  • Setting icon for MII version 12.1.x custom action

    Hi,
    i tryed to set icon image for custom action for MII version 12.1.x but i did not achieve.
    How can it be done?
    Thanks.

    Hello,
    I have done it in 11.5. This is how I did it in 11.5. (I am hoping that it has not changed in 12.1)
    //funciton for specifying icon
    public String GetIconPath() {
            return "com/path/to/icons/imagename.png";
    Store your image file in the following way
    com/path/to/icons and name that as imagename.png
    There is also a blog on it
    /people/rupesh.bajaj/blog/2007/12/04/beginners-guide-to-create-custom-action-block
    I hope it helps.
    Regards,
    Musarrat
    Edited by: Musarrat Husain on May 17, 2011 12:18 PM

  • Ribbon Custom Action - Timesheet Project Online 2013

    I'm trying to create a Custom Action for the timesheet form in Project Online 2013.
    In Visual Studio, when I try to add the Custom Action, I'm providing the following info:
    Where do you want to expose the custom action? Host Web
    Where is the custom action scoped to? None
    Where is the control located? I cannot find anywhere the location for the Timesheet ribbon. Could someone provide a link to the documentation containing the list of all ribbons for Project Online 2013?
    Thank you

    I'm trying to create a Custom Action for the timesheet form in Project Online 2013.
    In Visual Studio, when I try to add the Custom Action, I'm providing the following info:
    Where do you want to expose the custom action? Host Web
    Where is the custom action scoped to? None
    Where is the control located? I cannot find anywhere the location for the Timesheet ribbon. Could someone provide a link to the documentation containing the list of all ribbons for Project Online 2013?
    Thank you

  • How to create custom action

    Hi,
    how to create custom action for Assemble permission for CMS. we have CMS.transport action which gives permission to Assemble & also to other activities. I want to know if there is a possiblity to just give that assemble permission instead of Cms.Transport.

    Hi,
    Yes if you are going to modify Umerole.xml then only this is possible
    <ACTION NAME="Manage_All">
    <DESCRIPTION LOCALE="en" VALUE="Overall user administrator permissions, that is, administration of users belonging to any company." />
      <PERMISSIONCLASS="com.sap.security.core.admin.permissions.UMAdminPermissions" NAME="MANAGE_ALL_COMPANIES" VALUE="*" />
    <PERMISSIONCLASS="com.sap.security.core.admin.permissions.UMAdminPermissions" NAME="USERS_ASSIGN_TO_DIFF_COM" VALUE="*" />
    <PERMISSIONCLASS="com.sap.security.core.admin.permissions.UMAdminPermissions" NAME="USER_VIEWPROFILE" VALUE="*" />
    <PERMISSIONCLASS="com.sap.security.core.admin.permissions.UMAdminPermissions" NAME="USER_CHANGEPROFILE" VALUE="*" />
    <PERMISSIONCLASS="com.sap.security.core.admin.permissions.UMAdminPermissions" NAME="USER_CHANGEPASSWORD" VALUE="*" />
    <PERMISSIONCLASS="com.sap.security.core.admin.permissions.UMAdminPermissions" NAME="USER_CREATE" VALUE="*" />
    As you in this UMErole.xml file, we have an Action named = Manage_All
    Also we have PERMISSIONCLASS, waht you can do is find action you want to modify and for e.g you want USER_CHANGEPASSWORD should not be there for Manage_All action, then just delete the permission class for that action.
    Hope this helps,
    Regards,
    Ameya

  • Custom actions - can we send email with VC button?

    Hi all,
    I wonder if there is a way to create custom actions for button in VC so that we can use to send an email with predefined content and some fields from a table? Will appreciate any idea reply real quick.
    Thanks very much,
    Tien.

    Hi,
    Currently you cannot trigger a background mail sending from VC. However, you can use the "hyperlink" system action on the button, and create a mailto: link.
    This way the default mail editor will open up when clicking this button.
    You can use dynamic expressions to build dynamic Recipient/Subject/Body to this mail message that will automatically be created for the user when clicking this button, and then the user can edit the mail message and send it.
    Some more info about mailto - http://www.ianr.unl.edu/internet/mailto.html

  • Custom Actions in WF

    Hello,
    Today exists seven actions pre-builds (Assign a book, create integration event, create task, etc.)
    It's possible create an custom action for to use with WorkFlow ?
    I want to display an alert, depending of content a custom field.
    Hugs

    Alan,
    I doubt about the Custom Action on WF.
    For Alerts - we do have some options.
    You can create alerts and send it to specific users.
    User-> Contact Preferences->Always Send Critical Alerts Option.
    Never tried this. So need to check on this. Can anyone correct me if im wrong..

  • Custom Action to change selected column's Background color for a table in CEWP

    I have a OOTB CEWP. When I insert a table to this, I would like to see a context menu that would give me an option to change the selected cell's/row's/table's properties like cell padding/cell spacing/background color etc.
    How can this be achieved using SP2013 ribbon's custom actions. It would be great if we could add all these properties on a separate contextual tab when row/cell/table is selected.
    Rajasekar A.C

    Hi,
    If the table in Content Editor Web Part, we don’t need to use SharePoint Ribbon to achieve it.
    We can insert some input button and use jQuery to change the table tr/td background color.
    The code like this:
    <style type="text/css">
    .highlight {
    background-color: red;
    </style>
    <script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $("#TableID tr").click(function () {
    $(this).toggleClass("highlight");
    </script>
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Creation Of Custom Transaction For RF enabled devices "mobile data entry"

    Hello Everyone,
    i need some information, or some material or some example's for creating custom transactions that will invoke the standard good issue transaction of sap from the handled device using the RF , so can anybody give some reference which will help me in creating custom transaction for a RF enabled handled device, which will invoke the standard sap goods issue transaction( mb1a) ,, there are some LM-transaction which do goods issue from the RF enabled handled device, but in my case i want to do goods issue using reservation as my input, so can anybody guide me or send some reference material matching to my problem, i would really appreciate it..
    thanks in advance...
    sapient2006

    Hi Hussaini,
    Here are the steps.
    1> Customization needs to be completed in SPRO. Logistics Execution -> Mobile Data entry section. Also compare entries with LM01 for understanding.
    2> In the 'Define menu management', you can create dynamic menus. For Menu or transaction type, if you enter "1", a menu appears; if you enter "2", a transaction appears. Custom transactions can be created and assigned here.
    Once that is done, when you execute LM01 you will see your custom transactions come up. Make sure that these are created keeping in mind the RF device screen size and limitations.
    Regards,
    Anand.

Maybe you are looking for

  • Macbook Pro Mid 2012 13" Dead?

    Hi, my Macbook Pro 13" unexpectedly shut down yesterday during light use (was about to turn it off, had google chrome running but no windows open) and it now refuses to turn on or show any signs of functioning. - The battery indicator does not work -

  • P.O Release Strategy Problem

    Hi, I have a case in our production system, where we have a release strategy for P.O, which has got 3 release codes.. Say strategy is A and Release group is B. When I create the P.O, The release strategy B A is being called, but inexplicably, I see 4

  • Screen hangs while booting from Install disk

    I'm trying to install 10.3.1 using my original disks onto an iBook G4 I bought from eBay that has 10.3.9 on it. The iBook works fine, but I don't have the administrator password and the seller has long along stopped answering my emails. I'm installin

  • Link two LRT224 with each other using VPN

    What's the best way to connect two LRT224 with each other, which are in two different citys? Open VPN or IPSec? I think Gateway to Gateway should be the right mode, but I am very unsure with the lot of settings ... Solved! Go to Solution.

  • OS X file

    Hi everyone, I'm a relatively new mac user, and I've been having trouble with installng software for a new router (which is mac compatible). When I open the cd in finder and click on the icon start.osx - as instructed to do in the manual for mac user