Make openmotif the standard Motif library

Hello world!
I would like to suggest to replace lesstif by openmotif.
Openmotif is now under LGPL and (unlike lesstif) _alive_.
Furthermore lesstif programs are broken under Gnome3/mutter.
Problem:
    * Run any program using lesstif under Gnome3/mutter (e.g. DDD)
    * Click "File"
    * Click "Edit"
    * Result: "File" menu will not close and "Edit" menu items are displayed at
              the wrong place.
    * Programs using openmotif having proper menu behaviour
I successfully built and tested the current Arch packages of DDD, xpdf & nedit
by using openmotif 2.3.4 from community (other pkgs were not tested).
Currently the following packages require lesstif:
    ddd, fbida, freewrl, grace, nedit, vtk, xlockmore, xpdf
Any chance the switch might happen?

karol wrote:
init0 wrote:Sorry, I'm not on that mailing list. Can someone hint Sergej Pupykin that at least one user is in favor of this move!
Done: https://mailman.archlinux.org/pipermail … 20715.html
Thanks!

Similar Messages

  • Is the standard C++ library provided in Solaris 9 thread-safe?

    Hi,
    I cannot find any documentation anywhere that says that the standard C++ library in Solaris 9 (provided by Rogue Wave) is thread safe.
    I have seen evidence that makes me think it is not - however, I was wondering if anyone could provide any insight. If they are not, where could I obtain the libraries that are thread safe?
    The libraries of interest are:
    /lib/sparcv9/libCstd.so.1 &
    /lib/sparcv9/libCrun.so.1
    Thankyou in advance.

    Whether the library is thread safe depends on what you mean by thread safety. Except for the 8 standard iostream objects (std::cin, std::cout, etc.), simultaneous accesses from multiple threads to all objects of standard library types must be synchronized by the user. E.g., it's not safe to read or write the same container object (e.g., std::vector, or std::string) from multiple threads at the same time. The C++ localization library imposes some additional restrictions because of its interactions with the global C locale.

  • Using the Standard Template Library with 5.0 using 4.2 compatibility mode

    Has anyone used the Standard Template Library with the 5.0 release of the complier using the -compat=4 flag ?

    It's not your system, unfortunately. It's iTunes 5.0. I have XP, a brand new drive and Nero. I can burn all sorts of CDs, just none from iTunes.
    I have gotten several emails from Apple regarding this issue, none of which helped. The last response I got said they were working on my problem. Right now, the best solution that I can come up with, although I'm not sure how to do it, is back up your songs as a data CD, uninstall 5.0 and reinstall version 4.9.
    If you go back a few days (or maybe a week) in the discussions, someone posted a link for 4.9. If you can do this and successfully install 4.9 you will have no problem burning CDs. I just haven't had any luck burning my songs as data. I have 4.9 on an older computer and can burn CDs for days. So all I have to do is get my songs to the old PC and I'll be in business.

  • Deactivate the standard document library feature

    Hey,
    I have created a custom document library definition. It works fine.
    Is it possible to deactivate the standard document library when I activate the feature with the custom document library definition?
    Thanks for your help
    Stefan 

    Hi,
    According to your description, my understanding is that you want to deactivate the document library definition when activate the custom document library feature.
    In the
    SPListTemplate class , there is no remove or delete method, so it could not be achieved in FeatureDeactivating event.
    As a workaround, if you want to force user to use the custom document library template, you can hide the OOTB document library template in the add app layout page using Jquery. It is located at the path below:
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\AddAnApp.aspx
    You can add the Jquery code under the PlaceHolderMain tag to achieve it. The document library template is a first li element under ul element.
    Here is a code snippet for your reference:
    <script src="https://code.jquery.com/jquery-1.10.2.js"></script>
    <script>
    $( document ).ready(function() {
    $( "#scrollDiv ul li" ).first().hide();
    </script>
    Here are some detailed code demo for your reference:
    Jquery find the first li
    Jquery hide funtion
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Is it possible to transfer a whole Spotify playlist to the standard music library?

    I'd like to transfer an extensive music collection, without having to purchase any content, or download it from the Internet - as this will either cost alot or take quite some time. Is there any way I can do this?
    Thanks.

    No, it did not solve the problem, as each laptop, although in the same location, has separate owners, with different Apple ID's. Therefore, I am assuming, for your suggestion to work, each laptop needs to have the same authorisation signatures? Thanks for trying to help. Perhaps you might have another suggestion.

  • Muse makes NOT the full font library available

    i tried several fonts, that work properly in all other programs - but Muse doesnt show these fonts

    What fonts are you trying to work with that are not working properly? Are they web safe fonts? Anything that is not a web safe font Muse is going to render as a graphic on publish or export.

  • Adding a brush to the "standard" library

    We rarely use 'custom' brushes, normally just using the standard ones that come with CS6 for photo-retouching.
    We'd like to take a custom brush that is saved into another library, and copy it into the standard brush library, so we don't have to switch libraries to use that brush. Is there any way to accomplish this?
    Neil

    Well this is definitely a day for aging reminiscing!  Janee was just about the most helpful, and definitely the nicest, poster to the Usenet Photoshop groups. This would have been the mid 90s in the days of the first Windows versions of Photoshop.  I swapped a couple of emails with her not so long ago — mainly just say thanks for all the help back then, and glad that she is still around and doing her thing.
    I wouldn’t mind betting that myjanee.com was the first ever Photoshop tutorial site on the Internet, and it is wonderful to see how it has stood the test of time.   So anyone else here used to post to the Usenet Photoshop groups?

  • Problems Registering the Standard Taglib

              Hi,
              I am trying to use JSTL 1.0.2 , the Standard Tag Library from jakarta with WebLogic
              5.
              I have made proper entries in the web.xml. Have included the required jars in
              Classpath.
              This is how I am using it from a JSP
              <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
              And I get following errors when trying to access the JSP page
              resolving taglib uri 'http://java.sun.com/jstl/core' to taglib-location /WEB-INF/c.tld:
              Servlet failed with Exception
              weblogic.servlet.jsp.JspException: (line 1): Could not parse deployment descriptor:
              org.xml.sax.SAXParseException: Could not parse taglib, starting at line 3
              Can anyone help me with this?
              Thanx in advance
              Parag
              

              Hi,
              I found the same and the reason is that the definition of the taglib is wrongly
              given in the README of jakarta.
              Instead of
              <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
              you have to write
              <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
              Hope that still help...
              René
              "Parag" <[email protected]> wrote:
              >
              >Hi,
              >
              >I am trying to use JSTL 1.0.2 , the Standard Tag Library from jakarta
              >with WebLogic
              >5.
              >
              >I have made proper entries in the web.xml. Have included the required
              >jars in
              >Classpath.
              >
              >This is how I am using it from a JSP
              >
              ><%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
              >
              >And I get following errors when trying to access the JSP page
              >
              >resolving taglib uri 'http://java.sun.com/jstl/core' to taglib-location
              >/WEB-INF/c.tld:
              >
              >Servlet failed with Exception
              >weblogic.servlet.jsp.JspException: (line 1): Could not parse deployment
              >descriptor:
              >org.xml.sax.SAXParseException: Could not parse taglib, starting at line
              >3
              >
              >Can anyone help me with this?
              >
              >Thanx in advance
              >Parag
              >
              

  • Java legal stuff-  modifications to the standard library

    I have been programming with Java for about a few months now. I find Java to be a wonderful language. Now I am wondering am I allowed to make a modification to the standard library and use that modification in my programs? Refering to Sun Java SDK. I am just wondering.

    Thank you for the code, never tought about usign reflection. I tend to stay away from reflection as much as I can. Btw: very nicely done.
    We have a really silly task to in Java as part of the lab excersizes for the lessons in programming. We have to make a program that simulates the motion of balls in a panel, the trick is that the balls ofcourse bounce off the enges of the panel but they also collide and bounce of each other. Ok, no problem, soo I did the task with just one Timer. It workd very well. But the assistant didnt accept my solution. Since it was written in the description of the excersize that each ball must be moved by a thread. How stupid is that! Soo I didnt have any good idea on how to achive that. But I do think that a Barrier is the best way to go in this unfortunate circumastance. If you have a better idea please I will be very interested. I mean what I do is I create a barrier and then each ball has
    while(true){
    move()
    barrier.await()
    in the run method. That means each out of n balls will move and then wait. When all the balls will move then I will do collision detection, redraw the panel and pause the frame for about 30 ms thus achivieng the illusion of having about 30 fps and then repeting the process. Soo the Barrier pattern I think should do good in this case. Well I have just been programming for a few months in Java soo I really can only speculate. Now the tricky part is that what if I add a new ball? What I want is simply to increment the nr of parties that the barrier has to n + 1. That will not cause any problems. If I were to decrement there might be some problems. But I dont want to create a new CyclicBarrier everytime a new Ball is created. Soo one way I think might work is to get the source of the CyclicBarrier and add an incrementParties method. Again I am a very inexperienced java beginner soo ....

  • How do i make picture files on my ipod touch 4th generation, without itunes wanting to keep deleting everything in the original photo library.... I was only able to make on and can't remember how, but when I try to sync when touch is hooked up to itunes

    I have had my ipod touch 4th generation for a couple months now.... Nowhere in the manuals or help sections does it tell me how to make individual pucture files(like that already on my computer) put onto my ipod touch.... I managed to make one and I can't remember how I did it but when I have the touch hooked up to itunes and try to pick which picture files from my computer to sync, a box always opens and says that it will delete everything in the original photo library that was in there.....
    Can anyone help me there has to be away, I know someone has done it but they don't live here to show me!!!!
    Please and thanx in advance!!!!!!!

    where on my computer am I suppose to make the individual picture files and have them to upload on my ipod touch.... I do have a photo library on my computer, but in the photo tab in itunes for the ipod touch and there is nothing checked for syncing, cause when I do check it it always says its going to replace everything i have in my photo library on my ipod touch.....  So how am i suppose to have it checked and have it NOT replace pictures on it????
    Also I cannot make more photo albums into my ipod touch, it just replaces the one album every time....
    I am very frustrated cause I have tried the manuals and the apple support help etc and nothing pertains to my exact issue.....
    Please if u could elaberate I would appreciate it alot..... 
    thank u

  • How can I sync my ipod to the i tunes library in my computer? and how can I make sure each Cd I play automatically is saved onto the Ipod?

    How can I sync my ipod to the i tunes library in my computer? and how can I make sure each Cd I play is automatically saved onto the Ipod?
    My problem is that if I open I tunes, the Sync ipod option in the menue is grayed out, and so not available.
    This is starting to irritate me, so any help would be much appreciated.
    Thanks!

    I have the same problem. The Sync ipod option in the menue is grayed out, and so not available. HELP!

  • How can I download the new U2 album to my standard iTunes library on my Windows PC to which  I sync my classic iPod?

    How can I download the new U2 album to my standard iTunes library on my Windows PC to which  I sync my classic iPod?

    Hi paul from provence,
    Just for future reference:
    Cheers,
    GB

  • My mom is the administrator of my Mac os x and we want to make her a standard account... How do I do that?

    My mom is the administrator of my Mac os x and we want to make her a standard account... How do I do that?

    If her account is the only admin one, the OS shouldn't allow it. If it did no-one would be able to install anything or authenticate when required.
    If she just wants a standard account for normal day-to-day use, she needs to create a new admin account, then downgrade the original one to Standard.
    Of course, if you're just trying to bypass parental controls… well you need her permission to do it!

  • TS3212 Just attempted to download current update of Itunes into my HP windows 7 computer. I've never had trouble before but now it will not run. Runtime Error R6034 an app has make an attempt to load the C runtime library incorrectly. Itunes Error 7

    Just attempted to download current update of Itunes into my HP computer with Windows 7. I've never had trouble before but now it will not run. Runtime Error R6034 an app has make an attempt to load the C runtime library incorrectly. Itunes Error 7

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99714)

  • Calendar will not let me make a shared calendar the standard

    Hi,
    I am running Server 4.0.3 on OS X 10.10.2 for my family. I have four user accounts and my user shares a calendar on the server with the three other users. For two of these I could easily make the shared calendar the standard calendar for the server account and delete the default calendar called "calendar" that Server automatically creates.
    For one user, however, this is not possible, no matter what I try. I can simply not drag the shared calendar (reading and writing permissions, of course) above the automatically created calendar. So this user would always have two calendars, one that is the actual shared calendar for the family and one useless dummy calendar, which I am unable to delete.
    I have looked around a bit about deleting calendars, but everybody seems to suggest dragging the calendar one wishes to delete to another than the first position in the calendar list. This, as mentioned, does not work in my case.
    Any help would be greatly appreciated! Thanks.

    I have this problem as well (on both of my Macs). I can't figure out what triggers it, because most of the time it works fine, but other times it won't pull up the new mail message for writing. This also happens to me when trying to pull up new Notes to write. When I quit and restart Mail, a new mail window pops up for each time I pushed the button.

Maybe you are looking for

  • Steps in converting a xml file with an rtf template to a pdf

    Hey all, What are the steps in converting a xml file with an rtf template to a pdf using XML Publisher from command line. Thanks Ravi

  • Is it possible to use ASM with 1 physical drive?

    Hey I am trying to set up a single instance database using ASM on a test server just to get familiar with ASM. The test server is a Dell Power Edge 1850. It has a single drive (70GB). Is it possible to run ASM on 1 physical drive? Can I create multip

  • File name AllInfo.txt on my DROID SD card WHAT IS IT?

    I discovered a file named  AllInfo.txt on my DROID SD card.  I don't know what it is or what it does. I took a risk and deleted it .. but it came back. What the heck is it?

  • Item Master XML Problem

    Hello everyone,   I used the AllNodes export mode to export a item master record.  Then, it executes the GetBusinessObjectFromXML to load back that XML file. But, it fails.  The error description is pretty long.  Anyone encounter this?? I'm using B12

  • 10 Xserve render farm only uses 1 out of 10 Xserves

    We have a 10 Xserve render farm and when we submit a Maya job with Qmaster, it seems that only the 7th renderfarm is handling the job, while the others do nothing. Any idea why this is happening?