Visibility-svn

Hey
Im trying to install visibility-svn from aur. And im getting this error message.
scons: *** No SConstruct file found.
File "/usr/lib/python2.4/site-packages/SCons/Script/Main.py", line 1019, in _main
ERROR: Build Failed. Aborting...
ERROR: Reverting pkgver...
Error: Makepkg was unable to build last cvs/svn visibility-svn package.
Any help would be great thanx.

http://bbs.archlinux.org/viewtopic.php?t=24374
smoon has it

Similar Messages

  • AUR (devel) package changed from svn 2 git. How to go about it?

    Hi all,
    I am wondering how to deal with visibility-svn and visibility-git from AUR. The first one doesn't work and as per the suggestion in its comments I have made and submitted the second one (which is working). After some time I have adopted the non-working/obsolete -svn package, too, so I am now in the position to deal properly with it. Only I don't know how I should be handling it.
    Should I add replaces='visibilit-svn' to -git?
    Should I remove -svn altogether?
    Thanks for any hints
    Andreas

    Cool. Done that then. (Should've made a backup probably tho. )

  • Visibility - Cannot click

    Hello!
    I recently installed visibility-svn from aur. I was wondering, is it possible to switch to a desktop by just clicking on the desktop name at visibility? Or minimizing/maximizing the window i click on visibility? Because currently it just displays the desktops and the currently opened applications and does nothing while I click.
    If it's possible to do this, does anyone have a clue what might be wrong? Maybe an optional dependency I'm missing? Any help would be greatly appreciated.
    Thanks in advance!

    upsidaisium wrote:you ought to be able to switch applications/desktops by clicking on their icons.  according to the pkgbuild, the dependencies are: libpng, libsigc++2.0, libxft.  i don't know if you could be missing any of those (seems unlikely) but you can check..
    All these dependencies are installed
    I tried to install visibility-svn at work and I have the same problem.

  • Openbox-svn crashes and shadows question

    Hi,
    I installed openbox-svn visibility-svn obconf2-svn from smoons repo, and everything seemed to work fine at first...
    Then I messed with the themes and now everytime I try to acces the RMB menu openbox crashes and goes back to slim?
    I've tried to to remove all above programs and their config files then re-install but the crash remains.
    Any help?
    Also seems that some ppl (ht) have window shadows in openbox so how to enable these?
    Ps, might help to try if some1 could post fully working openbox-svn: themerc.xml, rc.xml, menu.xml or any other needed file.

    Mr Green wrote:what did you mess around with themes?
    Used your theme convert script ^^
    http://bbs.archlinux.org/viewtopic.php?id=31297
    that one
    So everything works just fine but for some reason everytime i press rightmousebutton for the menu it crashes????
    Last edited by Mikko777 (2007-04-06 18:05:26)

  • [svn:fx-trunk] 10898: Fix for a bug: After playing a hide effect, a window wouldn't be visible again.

    Revision: 10898
    Author:   [email protected]
    Date:     2009-10-06 13:54:04 -0700 (Tue, 06 Oct 2009)
    Log Message:
    Fix for a bug: After playing a hide effect, a window wouldn't be visible again.
    The issue here is that all effects that occur because of HIDE end up calling setVisible() (see EffectManager.effectEndHandler).  Window/WindowedApplication was basically left with two concepts of setVisible...the displayObject one and the native application one, and they were out of synch.  So setting visible=true on the window wasn?\226?\128?\153t calling setVisible(true) which controls the display object visibility.  Now instead of doing our work in the visible setter, we override setVisible() and do it in there.
    QE notes: -
    Doc notes: -
    Bugs: SDK-23263
    Reviewer: Darrell
    Tests run: checkintests, Rob ran mustella window/windowedapplication
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23263
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as

    I run Suse 9.1 Linux, and Suse has a package called lmsensors which by default on my machine gives readings like this:
    Code: [Select]
    temp1:       +27°C  (high =    +0°C, hyst =   +22°C)   sensor = thermistor
    temp2:     +41.0°C  (high =   +80°C, hyst =   +75°C)   sensor = PII/Celeron diode 
    Now that 41C is pretty high for an idle AMD643000+ running at 1000Mhz, 1.08V. Too high, I would say. temp 1 in this case is the SYS temp, temp2 is the CPU temp.
    Now, using lmsensors I can duplicate your little trick and tell it that temp 2 is in fact a 3904 transistor. Having done this can I get readings like this:
    Code: [Select]
    temp1:       +27°C  (high =    +0°C, hyst =   +22°C)   sensor = thermistor
    temp2:     +16.0°C  (high =   +80°C, hyst =   +75°C)   sensor = 3904 transistor 
    Problem is, I'm not sure that the sensor is actually a 3904 transistor! The number's lower, but I was pretty sure that the sensor in the AMD64 is in fact a diode. Also, surely the CPU temp can't actually be that much lower than the SYS temp.
    So, I think your fix succeeds in giving lower temps and that's great in that it will tell your system software that the CPU is not overheating, but I don't think it's the solution to high temp reporting. Anyway, as you say, its a solution for people who can't run with system shutdowns due to bogus high temps.  
    I've been looking at these temp issues with the MSI K8T, and I was thinking the problem was simply a miscalibration. The Winbond sensor chip on my board (maybe the K8N is the same, maybe not) has a sensor temp offset that gets added to the temp coming from the sensor. On the K8T this number is +54C.   Funny number I know, but I've "fixed" the problem while I wait for a real bios fix on the K8T by simply reducing this offset to give me a CPU temp that matches SYS temp when idle. This enables cool'n'quiet fan control to work properly on my system, which is my main practical concern.

  • [svn:fx-trunk] 7073: When looking around a tab group to determine which object to focus on, not only should the object be selected, but it should also be enabled and visible.

    Revision: 7073
    Author:   [email protected]
    Date:     2009-05-19 08:27:59 -0700 (Tue, 19 May 2009)
    Log Message:
    When looking around a tab group to determine which object to focus on, not only should the object be selected, but it should also be enabled and visible.
    QA Notes:
    Doc Notes:
    Bugs: SDK-19717
    Reviewers: Alex
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19717
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as

    Revision: 7073
    Author:   [email protected]
    Date:     2009-05-19 08:27:59 -0700 (Tue, 19 May 2009)
    Log Message:
    When looking around a tab group to determine which object to focus on, not only should the object be selected, but it should also be enabled and visible.
    QA Notes:
    Doc Notes:
    Bugs: SDK-19717
    Reviewers: Alex
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19717
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as

  • [svn:fx-3.x] 7499: Addendum to fix for BLZ-233 - adjust visibility of new internal heartbeat util methods to protected from private .

    Revision: 7499
    Author:   [email protected]
    Date:     2009-06-02 16:10:08 -0700 (Tue, 02 Jun 2009)
    Log Message:
    Addendum to fix for BLZ-233 - adjust visibility of new internal heartbeat util methods to protected from private.
    QA: No
    Doc: No
    Checkintests Pass: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-233
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    inspired2apathy wrote:
    ... The goal is a ScrollPane that automatically wraps the text inside it. I've just about got it, but I have one thing that's not working. If I just put the JTextArea{s} in as the Editor, then you lose the any text that doesn't fit inside whatever the initial size was. Instead, I put the JTextAreas inside a JScrollPane which works fine, except that I still have to determine the size of the JScrollPane in advance. I would like to make each Editor/JScrollPane start out with just a single line of text and expand until it reaches a certain small number of lines.
    ... What am I missing?THE BASICS. See if this isn't what you are trying to do.
    import javax.swing.JFrame;
    import javax.swing.JScrollPane;
    import javax.swing.JTextArea;
    public class Test
      public static void main(String[] args) {
        JTextArea ta = new JTextArea();
        ta.setLineWrap(true);
        ta.setWrapStyleWord(true);
        JScrollPane sp = new JScrollPane(ta);
        JFrame f = new JFrame();
        f.getContentPane().add(sp, "Center");
        f.setBounds(0, 0, 400, 300);
        f.setDefaultCloseOperation(f.EXIT_ON_CLOSE);
        f.setVisible(true); 
    }OP, your code was too long and complicated for me to compile and run. However, aren't you forgetting the two simple methods <tt>JTextArea.setLineWrap()</tt> and <tt>JTextArea.setWrapStyleWord()</tt>? Furthermore, I absolutely see no need for you to extend SWING components for demonstration this simple -- that is, if I understand your problem correctly.

  • [svn:bz-trunk] 20471: Changed visibility of start/ stopEndpoints methods from private to protected, so subclasses can override them.

    Revision: 20471
    Revision: 20471
    Author:   [email protected]
    Date:     2011-02-25 06:54:09 -0800 (Fri, 25 Feb 2011)
    Log Message:
    Changed visibility of start/stopEndpoints methods from private to protected, so subclasses can override them.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn] 3305: Change visibility of messageHandler(event:MessageEvent): void from private to protected.

    Revision: 3305
    Author: [email protected]
    Date: 2008-09-22 17:44:38 -0700 (Mon, 22 Sep 2008)
    Log Message:
    Change visibility of messageHandler(event:MessageEvent):void from private to protected.
    Bug: NA
    QA: No
    Doc: No
    Checkintests Pass: Yes
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    http://forum.java.sun.com/faq.jsp#format

  • Cloaked SVN Files/Directories still visible in navigator pane

    I installed ColdFusion Builder, added SVN 1.4 plugin and the folders are showing up still but have a small red 'x' on them.  Annoying, but possibly I did something wrong in the setup.
    Is this a known issue or what?  Any advice appreciated.

    Ok, I've got it fixed.  First of all, I had imported this project from Flex Builder before the SVN plugin was installed in CF Builder, and secondly, I used the subclipse version 1.4.x.
    I deleted the project (while leaving the files intact), installed subclipse 1.6.x and re-imported the project and cloaking is working as expected.
    Jeff

  • [svn] 3216: Fix for MXMLG-228, a visibility problem with graphic elements.

    Revision: 3216
    Author: [email protected]
    Date: 2008-09-15 18:13:11 -0700 (Mon, 15 Sep 2008)
    Log Message:
    Fix for MXMLG-228, a visibility problem with graphic elements. This is a quick fix that may force extra display objects when toggling visibility. We should investigate alternate solutions if performance is a problem.
    Bugs: MXMLG-228
    Reviewer: Deepa
    QA: Please check for performance problems when toggling visibility of a large number of graphic elements.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-228
    http://bugs.adobe.com/jira/browse/MXMLG-228
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as

    Hello Antonio;
    After many, many test I discovered that the problem, at least in my case it is caused by the new ACR 4.5. Please read the Thread that I post under Camera Raw. I include the link below.
    I also open two Bug Reports about this, but as usual Adobe (and other Software Companies) will never take responsability for this, until one day they release a new version with "enhancements".
    PSE6 Organizer Crash with ACR 4.5 (Vista Only?)
    http://www.adobeforums.com/webx/.3bb6a869.59b60d3e

  • [svn:fx-beta1] 6809: When a TextGraphicElement's visibility changes, it now changes the visibility of its TextLines.

    Revision: 6809
    Author:   [email protected]
    Date:     2009-05-11 16:00:50 -0700 (Mon, 11 May 2009)
    Log Message:

    That is awesome, works perfectly.
    I'll get it worked into my main script. Is this Action Manager code, and not just regular Javascript from the Scripting Dictionary? I can't tell the difference. I'll see whether or not it's actually faster than Applescript.
    Thanks. I know Scripting Listener records a bunch of stuff, but it's pretty amazing to me that playing back this line does the same thing that playing back the 1,011 lines Scripting Listener puts out.
    Thanks.

  • [svn:fx-trunk] 6950: - Add scrollToPosition(anchorPosition, activePosition) which scrolls so the text position is visible in the container.

    Revision: 6950
    Author:   [email protected]
    Date:     2009-05-15 06:51:40 -0700 (Fri, 15 May 2009)
    Log Message:

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • RoboHelp 10 - SVN Issue

    Hi there,
    We are having an issue with RoboHelp 10 and SVN (Subversion 1.7.5).
    Say, for example, I add three new topics to an online help project, close the project and commit the changes. My colleague performs an SVN update - she can see that the new files are brought down from the server. The new files are then visible in the physical RoboHelp project folder - so SVN has done its job. However, when she opens the online help project on her machine, the three new files are appearing with the red 'X' in the table of contents - suggesting RoboHelp cannot find the files (as per the image below). The files are also not displayed in the project manager pod. However, if we perform a manual import in the project manager, the files are added to the project manager and no longer displayed with the red 'X' in the table of contents.
    This has only happened since we upgraded to RH 10 from RH 9. Could it be that there is some setting that we need to configure?

    Hi there,
    Just to follow up - our tools department is convinced that this must be a problem with RH rather than SVN as SVN seems to be doing what it should. So we are really quite lost! Do you know if it's possible to reinstall RoboHelp 9? Could that be a solution?
    The Import/Restore option doesn't work in the case where a team member creates a new file inside a new directory in the project manager. In this case, RoboHelp doesn't seem to be able to pick up the new directory after the SVN commit and update - and so it can't find the file at all. Restore and import do work, however, where a new file is added at root level or in an existing folder.

  • How to make visible context menu for nodes of the given level of treeTable?

    Hello
    I'm using JDeveloper 11g 10.1.1.4
    I have a TreeTable component with 4 different levels (Contry-Branch-Town-Object).
    I need to show custom elements of the context menu (right click of the muse) only for rows with "Object".
    Now, I'm doing it with the aid of property "visible":
                <af:commandMenuItem text="Open" id="cmi1" immediate="true"
                                    visible="#{backingBeanScope.mbMObjectsRegistry.MObjectNode}"
                                    actionListener="#{backingBeanScope.mbMObjectsRegistry.btOpenMObject}"/>
        public boolean isMObjectNode() {
            Object oldRowKey = treeTableMObjectsRegistry.getRowKey();
            try {
                AppViewRowImpl row =
                    BindingUtils.getSelectedRowTreeTable(treeTableMObjectsRegistry);
                if (row == null || !isMOBjectRow(row)) {
                    return false;
                return isMOBjectRow(row);
            } finally {
                treeTableMObjectsRegistry.setRowKey(oldRowKey);
        private boolean isMOBjectRow(AppViewRowImpl row) {
            return (row != null) && (row instanceof MObjectsRegisterMORowImpl);
        }That works, but the problem is that it works a little bit slow, particulary if I have 5 or more menu items.
    Each menu item calls the metod isMObjectNode() 3 times per one opening of the menu.
    The question is: maybe, there is a method to calculate level of the selected node? Or, there is other variant?
    Anatolii

    You can use the following sample to develop your usecase.
    Here, we would show menu items only for the nodes at level 3.
    You can also download the entire sample based on POJO at
    http://adfsampleapplications.googlecode.com/svn/trunk/TreeSampleApplication.zip
    The code is self explanatory.
    Let know, if you have any specific questions.
    <af:form id="f1">
    <af:treeTable value="#{bindings.continents.treeModel}" var="node"
    selectionListener="#{bindings.continents.treeModel.makeCurrent}"
    rowSelection="single" id="tt1" columnStretching="last">
    <f:facet name="nodeStamp">
    <af:column id="c1">
    <af:outputText value="#{node}" id="ot2"/>
    </af:column>
    </f:facet>
    <f:facet name="pathStamp">
    <af:outputText value="#{node}" id="ot1"/>
    </f:facet>
    *<f:facet name="contextMenu">*
    *<af:popup id="p1" contentDelivery="lazyUncached">*
    *<af:setPropertyListener from="#{bindings.continents.treeModel.depth}"*
    *to="#{pageFlowScope.CurrentDepth}"*
    *type="popupFetch"/>*
    *<af:menu text="menu 1" id="m2">*
    *<af:commandMenuItem text="View Districts" id="cmi1"*
    *visible="#{pageFlowScope.CurrentDepth == 2 ? true : false}"/>*
    *<af:commandMenuItem text="View Attractions" id="cmi2"*
    *visible="#{pageFlowScope.CurrentDepth == 2 ? true : false}"/>*
    *</af:menu>*
    *</af:popup>*
    *</f:facet>*
    </af:treeTable>
    </af:form>
    Thanks,
    Navaneeth

Maybe you are looking for

  • An error occurred while signing in - export pdf

    Dear, I'm having trouble converting files from pdf to word, no matter what i do. I've renewed my pasword, logged uit and in again. Checked the status of my account. Everything was ok. But i'm still having trouble converting. I always receive the mess

  • CC 2014.3 crash error, Please Museteam-professors have a look at this screenshot!

    Just updated to 2014.3 CC. Now I can't open Muse. What can I do? HELP!

  • Create url for displaying PDF using 'WDY_CONSTRUCT_URL'

    From my webdynpro i want to display a pdf file, in de FM a url is constructed, does anybody know where i can change the fact a url is http or https.   CALL FUNCTION 'WDY_CONSTRUCT_URL'     EXPORTING       application         = 'ZHF_PDF'       PARAMET

  • Save user settings

    Can I save user settings? if yes What is the best approch XML based perferably? Like if a user adds to a list, game scores that sort of thing. any ideas whould be great.

  • Create Sales Order with reference enquiry

    Hi All, When i create the sales order with reference enquiry have some error in the error log. - item 000010 is not copied: copy requirement 603 has not been met. Could you mind help me to solve this problem ? my enquiry status  = Approved. Regards,