script / Plugin UI problem stops me in my tracks!

Hi guys, I was trawling the forums for this issue, but I just cannot use the right set of words.

When I use a third-party Plugins with karim panels such that ease and wizz and Duik, the UI becomes all messed up and do not resize correctly also the menu drop-down dialogues get Cropped (see below) so that their content become unusable.

Here are images of duik, when the Panel is small I can see the icons at the top right, but the rest of the group is oddly cropped, but when I resize I lose these icons entirely.

When I open submenus as car seat that the user interface is medium in size and components are strangely close to one another.

This problem exists in almost all my third-party plugins. Any advice would be greatly appreciated and urgent.

Ha Ha I have the answer, my Windows screen was created to display text at 120% as soon as I returned it 100% problem solved.

In case anyone else has this very annoying problem, simply press the Windows key and type "make the text and other elements more or less" will open the display panel, then just as his game to 100%, make logout, log screw, Done!

Tags: After Effects

Similar Questions

  • Tile join script/plugin required

    I need help because it's a little bit urgent and I have no idea about PS scripts yet. I need a script/plugin PS CC 2014 that connects all the images in a folder selected in a huge image based on their filenames, which follow the model tile_X_Y.png where X and Y are the coordinates of tiles that can be positive (not character) or negative (""-"character") and the number of digits (no previous 0) varies. A possibility to choose the directions of size and axis of tile would be great, but in my case 100 x 100 px as is necessary, the horizontal coordinates are growing at the road right and vertical down, tile_ - 3_7.png should be moved to the left and 700px down 300px. The png have a transparency that must not be lost (no opaque background layer), if there is in the folder files by file name not following the model that they must be omitted.

    I think this should be easy, but I don't really have the time to do that myself, I'll appreciate any help.

    Why would you think that someone would want to do your job because you can't and don't have the time to do?  Yes, it would be easy for you if someone else did your work.  If it's really urgent, you have a big problem of IMO. User here that help other users learn seems you have not the time to learn.  I hope you enjoy what I have written

  • Arguments of control Script in the execution of Script Plugin

    I created the following control Plugin in which I intend to use a shell script to start and stop my HQ UI program.
    The run.sh script takes DATALOAD as the argument to start the program and STOP to stop.
    However, when I run the command HQ UI start, the officer proceeds to 'start' as an argument instead of LOADING. Can you please tell what is missing in the plugin?

    <? XML version = "1.0"? >
    < plugin >
    < = "Dataload" server name >
    < plugin type = 'measure' class="org.hyperic.hq.product.MeasurementPlugin"/ >
    < plugin type = "control" class="org.hyperic.hq.product.ScriptControlPlugin"/ >

    < property name = "PROC_QUERY" value="State.Name.eq=java,Args.*.ct=-Dprocessname=Dataload"/ >

    < property name = value = "run.sh" / "DEFAULT_PROGRAM" >
    < property name = "BACKGROUND_COMMAND" value = "false" / >

    < config >
    < option name = "process.query" description = 'Application process' default = ' ${PROC_QUERY} "/ >"
    < / config >

    <! - visible actions in the user interface - >
    < actions include = "start, stop, another" / >

    <! - name = Action = argument value add to the script - >
    < name = "start.args property" value = "DATALOAD" / > "

    < name = "stop.args property" value = "STOP" / > "

    "< name metric = 'Availability' alias = 'Availability' template="sigar:Type=ProcState,Arg=%process.query%:State '.
    category = flag of 'AVAILABILITY' = "true" units = 'percentage' collectionType = "dynamic" / >

    < / Server >
    < / plugin >

    Hi all

    Janne is right
    Documentation:
    Control measures are defined in the XML of Plugin descriptor. Server and Service resources may include a tag that will define controls that supports resources. Several control measures can be set by separating the actions by a comma. For example:

    These actions are spent in action as a string argument.

    So it should work:









    category = flag of 'AVAILABILITY' = "true" units = 'percentage' collectionType = "dynamic" / >


    I had a misunderstanding and therefore does not have the example of the documentation.

    See you soon,.
    Mirko

  • Custom plugin dev problems

    Hello
    I have some custom plugins development problems:

    #1 : My autodiscovery works, but even when I delete the resources of the server, the dashboard auto-autodiscovers them immediately, making it impossible to remove these resources of the server.

    #2 : I want to follow firefox. My autodiscovery looks like:

    AutoDiscovery/public class extends ServerDetector implements

    {AutoServerDetector}

    public list getServerResources (ConfigResponse platformConfig)

    get {PluginException}

    Server list = new ArrayList();

    Server ServerResource; / / = createServerResource ("C:\\Program Files\\Mozilla Firefox\\firefox.exe");
    [long] pID is getPids ("State.Name.eq = firefox");. Name.State.EQ =
    getLog () .error ("query PTQL in fact autodiscovery plugin");

    Exe string = getProcExe(pID[0]);
    Server = createServerResource (new File (exe) .getAbsolutePath ());
    server.setDescription ("M FFox3");
    server.setName ("Mozilla Firefox server3");

    ConfigResponse productConfig = new ConfigResponse();
    productConfig.setValue ("process.query", "State.Name.eq = firefox");


    ConfigResponse cprop = new ConfigResponse();
    cprop.setValue ("process.query", "State.Name.eq = firefox");

    CustomProperties ConfigResponse = new ConfigResponse();

    server.setProductConfig (productConfig);
    server.setMeasurementConfig (cprop);
    server.setCustomProperties (customProperties);

    Servers.Add (Server);

    getLog () .error ("-> plugin DONE! <---") ;
    return of the servers;

    It worked fine until sometimes back, when suddenly he decided to stop working. These things are not AUTODÉCOUVERTS now.

    #3 : Even in the good old days where he used to work, I've never had the availability etc, (grey brand on the UI server-side)

    My AC - plugin.xml is like:

    <? XML version = "1.0"? >
    < plugin package = "kt" name = "kttwo" >

    < name of the filter = "domain" value = "My Auto Discovery" / >
    < name = "process.query property" value = "firefox" / > "
    < parameters name = 'Generic metric' >

    < alias metric = 'Availability' category = 'AVAILABILITY '.
    collectionType = "dynamic" flag = "true" name = "availability".
    Template="generic:type=ProcState,arg=%process.query%:State".
    units = "percentage" / >
    < / Parameter >

    < server name = "Mozilla Firefox server" >

    < plugin type = "autoinventory" class = "Automatic Detection" / >
    <!--
    < class = "org.hyperic.hq.plugin.generic.GenericMeasurementPlugin plugin"
    Type = "measure" / >-->
    < parameters include = 'Generic metric' / >


    < / Server >

    < / plugin >

    and my measurement.java is:

    Import org.hyperic.hq.product.Metric;
    Import org.hyperic.hq.product.MetricNotFoundException;
    Import org.hyperic.hq.product.MetricUnreachableException;
    Import org.hyperic.hq.product.MetricValue;
    Import org.hyperic.hq.product.PluginException;
    Import org.hyperic.hq.product.SigarMeasurementPlugin;

    Measure/public class extends SigarMeasurementPlugin {}

    public Measurement() {}
    TODO auto-generated constructor stub
    }

    @Override
    public MetricValue getValue (Metric arg0) throws PluginException,
    MetricNotFoundException, {MetricUnreachableException}
    TODO self-generating method stub
    getLog () .error ("scope of collection");

    Return super.getValue (arg0);
    }

    }

    Seen anything of significance in a newspaper (when auto-discovery used to work, and now when he doesn't), except that the getLog () .error ("scope of collection"); never appear in the newspaper.

    Thank you

    OK, it was almost just... Here is the small change of HQ - plugin.xml:

    -clip-


         
         
              
    collectionType = "dynamic" flag = "true" name = "availability".
    Template="sigar:type=ProcState,arg=%process.query%:State".
    units = "percentage" / >
         


              
              
    type = 'measure' / >
              
         
             

         


    -clip-

    By checking the process as you are now trying to do, use sigar. You had ' model = "generic".
    Then you can add the option of server on which this process query is stored and you can change it from the user interface. The default value is now "named", so you can see what your own Autodiscover class.
    To get the measure works, you have to kind of say that to the plugin. So I added the plugin to measure. You had something, but it has been commented on.
    To use you own special classes for the collection of measure, you must enter the plugin which is the new class to use.

    So good advice. When the development of a plugin, do it at the host where you are able to re - setup the environment of HQ. Sometimes badly coded or configured plugins will mess the database, and you do not your plugin works again. It's something I always do. If I know that my plugin should work but it doesn't, I'm going to re - install HQ.

  • I'm having the problem of local connection on my Dell PC with Vista. ISP is Verizon FIOS. FiOS representative told me to disable Ipv6 and the problem stops. Is this correct?

    I'm having the problem of local connection on my Dell PC with Vista. ISP is Verizon FIOS. FiOS representative told me to disable Ipv6 and the problem stops. Is this correct?

    original title: local area connection problem

    Hello

    1. What is the exact problem you are facing with local connection?

    2. how many computers have you plugged into the network?

    Please provide the information of network event logs to help you best.

    Click on the link below.

    http://Windows.Microsoft.com/en-us/Windows-Vista/using-Windows-Network-Diagnostics-event-logs-to-solve-network-problems

    In the meantime, run the troubleshooter mentioned in the link below.

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-network-connection-problems

  • Script to start and STOP databases

    Hello

    I need a script to start and stop database.
    Well I tried with dbshut, dbstart oracle_home/bin, but has not tried to oracle_home_listener-exporter also worked.i but no luck.
    always on display the error oracle_home_listerner is not defined.

    I tried run as dbshut ORACLE_HOME, but it may take the listener down but no database.where am I missing.

    all other scripts to do this?

    Kind regards
    Naga.

    Have you seen this script?
    http://www.Oracle-base.com/articles/Linux/AutomatingDatabaseStartupAndShutdownOnLinux.php

    Aman...

  • What is the Scripts to start and stop Application on Windows?

    I had finished EBS R12 installation on Win Server 2003

    What is the script to start or stop the Application and the database?

    See the manual 'Procedures of Maintenance Applications Oracle', Page 1-23, server processes management.

    Oracle Applications Maintenance procedures
    http://download.Oracle.com/docs/CD/B53825_03/current/Acrobat/121admp.PDF

    Thank you
    Hussein

  • Server ingest problem: "403: Forbidden cannot update Tracker dgraph." message

    Hi, I am trying to ingest some records in a short data field. I think that the content and the url of the request are ok, because they have already worked.

    When I launch the HTTP request, the server response is:

    Server ingest problem: "403: Forbidden cannot update Tracker dgraph." message

    If I try in my web browser the digit url:

    http://192.168.2.16:7001 / short-server/ws/ingest/SocialIDData

    the answer is the same.

    If I use the web chat service for example, everything works.

    You have an idea to solve this problem?

    Best regards

    Samuele Scattolini

    problem solved with a disable-JJ command followed by a command enable-JJ.

  • One by one my plugins After Effects stop working, even after reinstalling AE

    Good,

    It is a strange.

    I got several plugins for After Effects crash and die in a row now. It started with one and it starts to look like a failure of plugins to work in the latest After Effects - even after their updating and reinstalling AE completely.

    What happens is the following; a plugin starts to give an error at startup (or same æ crashing completely). Can I remove the panels (or even from the folder scripts completely). The program works very well for another day or so with other plugins installed and anchored in the panels.

    The next day, another plugin no longer throw up another mistake of his own.

    No update or changes since, except using AE for hours.

    The cycle repeats; I remove this plugin, continue to use AE (feature slowly lose this way) and then the next day fails a few other plugins...

    There may be a third culprit somewhere, it might even be Java associate? Since there were a few updates in recent weeks?

    But this is the behavior I've seen so far. It's like a slow systemic breakdown and I don't know how to stop it. Purchased same plugins became useless for me.

    Anyone else knows a similar behavior? Or someone who has experience?

    The problem is the plugin related.

    It turns out that the fb-toolbar plugin had a bug which caused its preferences file massively inflate (600 MB +). Of course, it was not supposed to happen. I spoke with the developer of this plugin and everything's hunkydory now. Thank you!

  • Several possible results of Script plugin?

    Hi all

    My company has several custom applications that I am considering writing plugins for.  If successful, we can move forward with a bigger HQ demo.  What I'm trying to understand, that is if it is possible to have multiple "instances" of a metric in a plugin XML.  Please excuse me if this is an a newbie, I'm indeed a beginner HQ.

    For example, the application can have global stats, but then to have a variable number of groups, each with their own settings:

    App1:
    -Avail %
    -CPU %
    -Last file processed
    -Time since the last file
    -Group 1:
    -Name
    -The State
    -Process time
    -Treatment of the file
    -Group 2:
    -Name
    -The State
    -Process time
    -Treatment of the file

    Different servers would have a different number of these groups of group-#, so I wouldn't have to write the plugin to take the maximum number of groups and then simply return a bunch of zeroes or something.  This is similar to the record variables in the IO subsystem.  Due to the nature of the application, I learned to do this via a script, but I can format the output in any way.

    Any thoughts?

    Thank you
    Andrew

    There are two ways that we could manage the Autodiscover:
    -The CLI has a 'import of resources' command, which reads an xml file
    Description of all the types of server and service you want to create or
    Update.  Of course, the xml file could be generated by a script.
    -We had the intention of adding the auto-decouverte script-able, it would be
    a great use case

    Regarding the execution of the script to collect surveillance data, there are
    built-in caching.  The cache key is the metric properties
    model.  In the example of iostat, where the model is:

    exec:file=PDK/scripts/device_iostat.pl,args=SDA:availability

    The properties/cache-key would be:

    file=PDK/scripts/device_iostat.pl,args=SDA

    If you want the script to collect data for all resources in a
    single turn, you could just change the model as follows:

    exec:file=PDK/scripts/device_iostat.pl:sda_Availability

    Which makes the properties cache-key/identical for all resources:

    file=PDK/scripts/device_iostat.pl

    The io-device - plugin.xml would change to:
        
    value="exec:file=%script%:%device%"/ >


    model = ' ${model} _Availability.
    indicator = "true" / >

    And device_iostat.pl would be just the format of the output with device keys
    key name:
    Print "labels of $_ ${device} [$i] = $values [$i] \n";

    The lifetime of the cache is defined by the metric, including intervals
    default values are defined by the plugin and can be changed later by-
    resources or in the world by type in the user interface.
    So, if your metric intervals have been set up to collect all 5
    minutes, run the script would only once every 5 minutes without worrying
    How many resources, the output of the script applies to.

    For this, all the senses?  Whatever it is, I'll do a second
    version of the iostat plugin that works this way, which should be more
    Claire.

    On 4 January 2007, at 21:34, Andrew Noonan wrote:

    > Hi Doug,.
    >
    > Thank you for the quick response!  I saw the example iostat and
    > while it would work to implement the structure of the Group/App
    > concept, it seems to indicate that you would have to manually
    > define each resource.  As you can imagine, if I've got 40 groups
    > a single application and 20 on the other, through moments of 60 UI to set
    > each group is rather painful.  In addition to this, as I understand it
    > good things, the script that collects this information will
    > call 40 times on this first server just to get one
    > 'round' of data.  I guess it could be minimized by design
    > the script to create a cache file, but then you have to worry
    > on all problems that can bring.  And then, maybe I'm
    > base this concern on a false assumption.  It looks like the iostat
    > script needs * someone * to tell him what to send as input devices
    > to the wrapper script.  I'm trying to design it for the output
    > a single call returns information for the equivalent of several
    > resources, just as the original iostat returns information on
    > multiple devices.
    >
    > If HQ can do, that's fine.  In other monitoring solutions
    > I worked with, the variable part of this (usually called a)
    (> 'instance', 'class' or something similar) has been defined (usually in
    (> XML) with a key of some sort attribute (name, PID, etc) so that the
    > next call data could be associated to the previous call
    > data.  In the present was if you were a tree OID, or call
    > iostat, surveillance or other process, you just have to define
    > the attributes of the instance instead of each individual thing.
    >
    > If no, then no, it's not the end of the world... I may be
    > could create a family of plugins for groups (Group - 1 -
    (> plugin.xml, group-2 - plugin.xml, etc..) and auto-discovery group
    > existance?
    >
    > Thank you,
    > Andrew
    >

  • How to access the table cell script plugin c labels

    Hello

    We have a plugin written in actionscript, which prepares data in labels of each cell in a row of a table, when the user has their cursor in this line:

    var: a cell = getSelectedCell();

    for each {(var childCell:Cell in cell.parentRow.cells)

    childCell.insertLabel (labelName, theString);

    }

    public function getSelectedCell (): cell

    {

    ...

    var selectedLayers:Array = doc.selection in the table;

    var selectedLayers = obj:Object [0];

    If (obj have PointInsertion! = null) {}

    var ip:InsertionPoint = obj as PointInsertion;

    If (ip.parent cell) {}

    return ip.parent as cell;

    }

    } else if (obj as cell! = null) {}

    return items as cell;

    }

    Returns a null value.

    }

    I am now writing a C plugin that needs to read data using IScriptLabel: once again, when the user has a cursor in the same row.

    My problem is that I can't find (via the C code) against that UIDRefs the labels would have been stored by the script that the table does not seem that the objects of the cell in the same way as the script only.

    Any ideas on how to get the relevant UIDRefs?

    Thank you

    I found the answer:

    1) go to SnpIterTableUseDictHier.cpp.

    (2) go to the function void SnpIterTableUseDictHier::inspectThreadDict (const InterfacePtr& textStoryThreadDict).

    (3) add this code after the line after the line InterfacePtrMyCell (textStoryThread, UseDefaultIID());

    #define Solutiontotheproblem 1

    #if Solutiontotheproblem

    InterfacePtr iscript (textStoryThread-> QueryParent (ScriptInfo::RequestContext ()), IScript::kDefaultIID);

    {if (iscript)}

    Tags IScriptLabel::ScriptLabelKeyValueList is iscript-> GetTags();.

    IScriptLabel::ScriptLabelKeyValueList:iterator iter;

    If (!) Tags.Size ())

    {

    PMString return ("no labels found.");

    returnVal.SetTranslatable (kFalse);

    }

    for (iter = tags.begin (); iter)< tags.end();="">

    {

    PMString returnVal ((*iter).) Key());

    Return +=("::");

    Return += ((*iter).) Value();

    CAlert::InformationAlert (returnVal);

    }

    }

    #endif

    (3) voila!

    Hope that helped. If your question is the answer, please mark my solution as correct

    I used this link for the answer. The main thing to find was finding what associated text interface was IScript is associated with.

  • some pages to say I need a plug-in but the plugin finder never stops

    I use Firefox on Ubuntu Linux 13.04 21.0. Some pages come with a message at the top of the page, "this page requires plug-ins to display additional content.» It does not say what plugin or what type of content and the page looks normal - no obvious missing pieces. If I click on "Get plugin" a window appears indicating that it is looking for plug-ins. He succeeds forever and never stops. Usually after half an hour of so I click cancel to get rid of him. How can I find out what plug-ins, he thinks I need?

    I thought I posted this time. If it is a dual display, sorry about that.

    It's embarrassing. I thought that I had installed Flash. I watched YouTube videos and videos on other sites, so I really do not pay attention to my list of plug-ins. Last month, I have re-installed Ubuntu 12.04, who created a new installation of Firefox. Firefox is the browser by default for Ubuntu, but Flash has to be installed separately.

    In Ubuntu, the only way to install Flash is to install the package 'flash-plugin-install' maybe average of manually it install Adobe Flash Linux package, but I didn't get there. Just install "flash-plugine-install" either through the Ubuntu Software Center, Manager Synaptic package, or command line, 'sudo apt - get install flash-plugin-manager '.

    Thank you very much for the time you took to help me.

  • House share the iPad iPhone problems stops

    PC home sharing does not work correctly.

    Bought on Apple's iTunes movies keep on reading and possibly pause stop playing all together.

    This often occurs during movie playback.

    Same movies work perfectly when shared to apple tv3 and tv4 to Apple isn't anything obvious on PC or network

    The following article can help you.

    Troubleshooting home sharing

    Problems of security software

    Troubleshooting connections and Wi - Fi networks

    Recommended Wi - Fi settings

    WiFi Diagnostic Software (for Mac users)

    You will also find help on this page, where I have collected some of the more unusual solutions for network problems.

    When you make adjustments to your network for better optimization, you can find some of the points mentioned on this page useful.

  • CLEAN INSTALL XP HOME: PROBLEM, STOP NORMAL LOADING

    I'm doing a clean install of XP Home Edition on my desktop which had equipped the new XP and works now very slowly (2 years or almost since a clean installation by an engineer). The entire system was backed up on an external hard drive. Avast has been turned off. I'm following "perform a new installation of Windows XP" as found on windows.xpl.tripod.com. The installation disc is the original hologram MS, one of the desktop PC machine, loaded in the CD-ROM drive (CD / DVD:SM - BENQ) and I see ' what do you do? I also have a BENQ RW drive. Then I start and find that I need to press F11 for boot device menu. 1st floppy drive, disk HARD etc. are available. Highlight CD / DVD:SM - BENQ DVD-ROM 16 X and press ENTER. I see "press any key to boot from the CD-ROM. Pressing space bar, delete etc. as lightning right now, it seems (even pressing fast and often before him appear in words) has failed after several attempts. The system simply loads Windows normally. I tried F2 at initial start-up, went to START the configuration utility and choose the BENQ SM for the 1st Boot device, do F10 to save and exit. You press ENTER to accept OK. You press F11, highlighted once more the SM-BENQ and press ENTER. Yet once «press a key...» "is displayed. Key g tried and various other attempts. I do not see "Set up Windows XP", Windows loads just normally.

    Is there another "no" button I can press to stop the normal load?

    Is there another method to achieve the goal?

    I assume you are using resolution 3 in http://support.microsoft.com/kb/314060

    It is not guaranteed that the upperfilters and lowerfilters will be present. Just delete what is available and it should fix the problem.

    Tricky

  • How to troubleshoot scripts plugin does not not Linux

    I added two scripts of plugin for my client Enterpirse of SUSE Linux 10.

    But it does not work. How to troubleshoot?

    Where is the journal of bbclient errors.

    ------------------------------------------------------------

    Home/BB/BBC4.40-bbpe/ext/BB-DB2.sh

    Home/BB/BBC4.40-bbpe/ext/BB-Memory.sh

    ------------------------------------------------------------

    Here's the ps - ef grep form the client server:

    -----------------------------------------------------------------

    BB@xxx:~/BBC4.40-bbpe/etc> hostname

    XXX

    BB@xxx:~/BBC4.40-bbpe/etc> ls - 1 | grep XXX

    BB@otwdev:~/BBC4.40-bbpe/etc> ps - ef | grep bb

    BB 922 1 0 12:56 pts/7 00:00:00 / bin/sh./runbb.sh restart

    BB 925 922 0 12:56 pts/7 00:00:00 /home/bb/bbc4.40-bbpe/bin/bbrun

    -a /home/bb/bbc4.40-bbpe/ext/bbcd

    BB 930 1 0 12:56 pts/7 00:00:00 / bin/sh./runbb.sh restart

    BB 935 1 0 12:56 pts/7 00:00:00 / bin/sh./runbb.sh restart

    BB 945 1 0 12:56 pts/7 00:00:00 / bin/sh./runbb.sh restart

    BB 945 946 0 12:56 pts/7 00:00:00 /home/bb/bbc4.40-bbpe/bin/bbrun

    -a /home/bb/bbc4.40-bbpe/bin/bb-local.sh

    BB 997 11579 0 12:45? 00:00:01 [kdeinit] konsole

    BB 1064 997 0 12:45 pts/3 00:00:00 / bin/bash

    BB 1799 930 0 12:56 pts/7 00:00:00 /home/bb/bbc4.40-bbpe/bin/bbrun

    -a /home/bb/bbc4.40-bbpe/ext/bb-db2.sh

    BB 2397 935 0 12:56 pts/7 00:00:00 /home/bb/bbc4.40-bbpe/bin/bbrun

    -a /home/bb/bbc4.40-bbpe/ext/bb-memory.sh

    BB 2713 11579 0 12:48? 00:00:00 kdesu u root - c/sbin/yast2

    BB 2901 1 0 12:48? 00:00:00 / opt/kde3/bin/kdesud

    BB 4471 11579 0 12:41? 00:00:00 [kdeinit] konsole

    BB 4559 4471 0 12:41 pts/1 00:00:00 / bin/bash

    BB 10356 4731 0 10:15? 00:00:00 / bin/sh/usr/X11R6/bin/kde

    BB 11579 1 0 10:15? 00:00:00 kdeinit4 running...

    BB 11587 1 0 10:15? 00:00:00 [kdeinit] dcopserver - nosid

    BB 11599 11579 0 10:15? 00:00:00 [kdeinit] klauncher

    BB 11613 1 0 10:15? 00:00:00 kded [kdeinit]

    BB 11670 10356 0 10:15? 00:00:00 kwrapper ksmserver

    BB 11674 1 0 10:15? 00:00:00 [kdeinit] ksmserver

    BB 11693 11579 0 10:15? 00:00:02 kwin [kdeinit] - session 10d4ea77 64000131856755600000165840000_1318576857_742551

    BB 11733 1 0 10:15? 00:00:01 [kdeinit] kdesktop

    BB 11772 1 0 10:15? 00:00:04 kicker [kdeinit]

    BB 11910 1 0 10:15? 00:00:00 kaccess [kdeinit]

    BB 13928 1 0 10:15? 00:00:00 [kdeinit] knotify

    BB 13930 11579 0 10:15? 00:00:00 zen-updater - desktop/usr/lib/w fr-updater / ZenUpdater.exe - patch-view - auto-launch

    BB 13948 1 0 10:15? 00:00:00 [kdeinit] kpowersave

    BB 13951 1 0 10:15? 00:00:00 [kdeinit] klipper

    BB 15094 25309 0 14:54 pts/7 00:00:00 ps - ef

    BB 15096 25309 0 14:54 pts/7 00:00:00 grep bb

    BB 17887 11579 0 12:16? 00:00:00 kio_file [kdeinit] file/tmp/kso socket flange-bb/klauncherBCBbtb.slave /tmp/ksocket-bb/kwritel8dBqa.slave-socket

    BB 17897 1 0 12:16? 00:00:00 kio_uiserver [kdeinit]

    root 24069 24046 12 Oct14? 20:43:03 / bin/sh. / bbconfig

    BB 25225 11579 0 12:55? 00:00:00 [kdeinit] konsole

    BB 25309 25225 0 12:55 pts/7 00:00:00 / bin/bash

    It's really weird.

    then try

    #! / bin/bash - x

    the first line.

    also makes

    ls-l/bin/sh

    point on? / bin/bash?

Maybe you are looking for