Different build options Icewm v1.13 and v1.14?

Were new build options turned on for IceWM v1.14, versus v1.13?
Namely, does the latest source have an "anti-aliasing" option you can build in?  I did not see an option in the `preferences' file to turn this off or on.
My eyes are about to shrivel into the size of a green pea from the squinting.  The anti-aliasing was not as apparent in v1.13 for me.  v1.14 really BLURS ALL images beyond belief.  In fact, I ditched Gnome because it's too damn blurry.  Now, my good friend IceWM has abandoned me as well.
Anyone know how to turn this anti-aliasing crap off?

skoal wrote:I think I'm good for the moment with XFCE4 and won't be going back to ICEwm for the moment.
Yes, I saw your enthusiastic (a little understatement there!) posts about XFCE4 after I replied ... I kinda figured you wouldn't be needing the ICEwm package.   
skoal wrote:It would be nice if there were a way to retrieve older versions through pacman.  I would like to know how to do that for my own benefit for future packages, if possible.
I don't think there is, but I don't know for sure.  You might want to tar up your pacman cache before your clear it, in case you ever want to revert to an earlier package.

Similar Messages

  • Build option export to different workspace - problem

    Hi All,
    I have a page with two regions. Logically, the two regions are mutually exclusive, only one should ever appear. I've created a build option called "Simulated Login" and set the build option of region 1 to "{Not Simulated Login}" and the build option of region 2 to "Simulated Login". When I run the page and the build option is excluded, I see only region 1. When the build option is included, I see only region 2.
    I have a problem when I export my application to another workspace. Region 2's build option is still set the same as the original application, but region 1's build option is not set after the import - it should be "{Not Simulated Login}" but instead it is blank. Now, when I run the page and the build option is excluded, I see only region 1 and when it's included, I see both regions.
    In the meantime I'll create another build option as the obvious workaround - I'll just have to make sure that I keep the two build options set to the opposite of eachother!
    Application Express 3.0.1.00.07. Database: 10.1.0.5.0 - Production
    Regards,
    Jerry

    For anyone that's interested, I think I've got it...
    In the export file I can see the build option:
    --application/shared_components/logic/build_options/simulated_login
    wwv_flow_api.create_build_option (
      p_id=> 123207604215572408 + wwv_flow_api.g_id_offset,
      p_flow_id=> wwv_flow.g_flow_id,
      p_build_option_name=> 'Simulated Login',
      p_build_option_status=> 'EXCLUDE',
      p_default_on_export=>'EXCLUDE',
      p_build_option_comment=> 'When this build option is enabled...');And the two regions:
    wwv_flow_api.create_page_plug (
      p_id=> 123523626092022134 + wwv_flow_api.g_id_offset,
      p_flow_id=> wwv_flow.g_flow_id,
      p_page_id=> 101,
      p_plug_name=> 'Region 1',
      p_region_name=>'',
      p_plug_template=> 239523132600564333+ wwv_flow_api.g_id_offset,
      p_plug_display_sequence=> 10,
      p_plug_display_column=> 3,
      p_plug_display_point=> 'AFTER_SHOW_ITEMS',
      p_plug_source=> s,
      p_plug_source_type=> 'STATIC_TEXT',
      p_translate_title=> 'Y',
      p_plug_query_row_template=> 1,
      p_plug_query_headings_type=> 'COLON_DELMITED_LIST',
      p_plug_query_row_count_max => 500,
      p_plug_display_condition_type => '',
      p_plug_customized=>'0',
      p_plug_caching=> 'NOT_CACHED',
      p_required_patch=> '-123207604215572408' + wwv_flow_api.g_id_offset,
      p_plug_comment=> '');
    wwv_flow_api.create_report_region (
      p_id=> 123527026425025070 + wwv_flow_api.g_id_offset,
      p_flow_id=> wwv_flow.g_flow_id,
      p_page_id=> 101,
      p_name=> 'Region 2',
      p_region_name=>'',
      p_template=> 239523132600564333+ wwv_flow_api.g_id_offset,
      p_display_sequence=> 20,
      p_display_column=> 3,
      p_display_point=> 'AFTER_SHOW_ITEMS',
      p_source=> s,
      p_source_type=> 'SQL_QUERY',
      p_display_error_message=> '#SQLERRM#',
      p_customized=> '0',
      p_translate_title=> 'Y',
      p_query_row_template=> 239534019006572870+ wwv_flow_api.g_id_offset,
      p_query_headings_type=> 'COLON_DELMITED_LIST',
      p_query_desc_image_attr=> 'width="10" height="11" alt=""',
      p_plug_query_strip_html=> 'Y',
      p_required_patch=> '123207604215572408' + wwv_flow_api.g_id_offset,
      p_comment=>'');The build option has the ID: 123207604215572408 + wwv_flow_api.g_id_offsetRegion 1 has the parameter: p_required_patch=> '-123207604215572408' + wwv_flow_api.g_id_offsetRegion 2 has the parameter: p_required_patch=> '123207604215572408' + wwv_flow_api.g_id_offsetSo the {Not <Build Option Name>} is stored as the negative of the build option ID. I manually changed the export file so that Region 1 has the parameter:p_required_patch=> '-123207604215572408' - wwv_flow_api.g_id_offsetSo I subtract the offset for the build option on Region 1. Then I imported it and it worked correctly.
    Think this is a bug in Apex!
    Jerry
    Edited by: Jerry Ahern on Jan 9, 2009 3:29 PM

  • Build Option change

    Hi,
    Can I change the build option for the build option I created to all the items in my application at one place or need I to go page by page Item by Item.
    Thanks

    Willi,
    They're pretty easy to use. Let's say you had some functionality that you wanted to deliver in certain builds of your application but not in others, e.g., maybe a customer didn't opt for (pay for) a certain feature. You would create a build option, call it DELUXE, and set its status to INCLUDE. You could develop and test the app with that feature in it but put a build option on each of the pages, regions, buttons, tabsets, etc., dedicated to the feature. The build option is an LOV on most edit pages in the builder. Then when it's time to test the app without the feature, you could set the DELUXE build option to EXCLUDE and test away. Then you'd want to turn it back on and continue development. But while doing that you could set the "On Export" option of the build option to EXCLUDE so that when you export the application for shipment to the client who shouldn't have the feature, the build option will have a status of EXCLUDE in that file.
    When an application has a build option set to EXCLUDE status, the application elements associated with the option are never accessed. It's not like you have to have conditions or authorization schemes constantly being evaluated to see if this or that feature is appropriate to the current site, host, user, environment, whatever. The elements are never retrieved from the metadata when the application is loaded. For example if Page 10 uses an excluded build option, there is no way for a user to go to page 10 -- page 10 doesn't exist.
    Scott

  • I have many photos with file extension of .PDD and that Photo Deluxe 4 no longer will operate in Win 7. How can I open?  Next in Elements 11, how do I load and print different pictures and different sizes options on the same page?

    I have many photos with file extension of .PDD and that Photo Deluxe 4 no longer will operate in Win 7. How can I open?  Next in Elements 11, how do I load and print different pictures and different sizes options on the same page?
    Thanks,
    Shir

    sbmgrams wrote:
    I have many photos with file extension of .PDD and that Photo Deluxe 4 no longer will operate in Win 7. How can I open?
    See here:
    Reading PhotoDeluxe PDD Files

  • Whenever i click on word or powerpoint it always brings up a recent document. I want to have the option like when i had first opened the app that gives the options of new document and the variety of different documents. how do i get it back to that?

    whenever i click on word or powerpoint it always brings up a recent document. I want to have the option like when i had first opened the app that gives the options of new document and the variety of different documents. how do i get it back to that?

    tbreezy wrote:
    THANK U!! K ONE MORE QUICK QUESTION. HOW DO I GET RID OF THAT POP UP BOX?
    Not sure, try googling "the global template normal.dotm is already open as an add-in program"

  • My ipod nano will turn on and play but the viewing screen goes out and I cannot access the information to select different playing options. Any suggestions?

    My ipod nano will turn on and play but the viewing screen will not come on and I cannot access the information to select different playing options. It glows white background light then goes dark for the entire time I am using it. Any suggestions?

    I had the same problem.  Someone here told me to make sure my earbuds were in securely.  Push until they click in place.  It solved the problem.  The music still plays even though the screen goes to sleep.  Hope this helps.

  • How to do Home Share with 2 different Apple ID's? Spouse and I

    How do I set up the Home Share when there are 2 different Apple ID's? Spouse and I. We each have accounts but are trying to share music. Is this possible? Can I reset my Apple ID and Password?

    Hello HopeFloat12,
    Thanks for the question. Depending on the circumstances, and what you wish to achieve, there are a couple of options:
    A) Home Sharing
    B) Music Sharing
    C) iTunes Match (Subscription $24.99/yr)
    The following article outlines the differences between Home Sharing and Music Sharing, I have also included a link to the marketing page for iTunes Match:
    iTunes: How to share music and video
    http://support.apple.com/kb/ht2688
    Apple - iTunes - Match
    http://www.apple.com/itunes/itunes-match/
    Cheers!,
    Matt M.

  • Different Colors when printing from Photoshop and InDesign CS3

    Different Colors when printing from Photoshop and InDesign CS3
    I have the following problem:
    When printing from Photoshop or InDesign to a PostScript printer, Adobe recommends to let Photoshop handle the colors (I use the German version, so I don't know the exact term used, it changes slightly in all CS3 apps anyway).
    The manufacturer however told me to let the PostScript printer handle the colors.
    When I chose this option in Ps's print dialog and then choose ISO Coated as the printer pfofile, the results are fine.
    But when I place the exact same image in an InDesign file and print from InDesign or export to PDF and print via Acrobat, again using "Printer handles colors", the results are the exact same as if I had used Ps and chosen to let Ps handle the colors (way too saturated and a bit too red).
    ·Photoshop CS3
    ·InDesign CS3
    ·Test image is a TIFF in CMYK Fogra 27 Coated (which is also the working color space in Ps and ID.
    ·Printer: Xerox Docucolor 3535
    ·Printer profile: ISO Coated
    How can I make sure the printer handles the colors in other CS3 apps than Ps? I tried it with ID's print dialog (translated from the German version: Color Management > Options > Color Handling: PostScript-printer decides colors).
    Thanks a lot!

    RE: "You don't indicate what Xerox printers you have"
    In my first post I named it, is that the information you need?
    Docucolor 3535 using Splash 3535
    That's interesting, so I have to find a way to turn off the printer's Color Management function? I mailed them, hope they can tell me how to do it easily. They usually just tell me to not use any profiles and so on, but that's the general rule in this area, I'm really tired of hearing it. Everybody seems to think profiles and LAB mode are nuclear science and I should stay away from it.
    Anyway, the test image I'm using is a simple photograph (size A3, 300dpi), so no transparencies at all. I'm placing this image into an equally large ID file and print it from ID, then export it to PDF-X/3 and print it from Acrobat. Hope that helps.

  • HP ColorLaserJet CP3505X - Relationship between different Color Options

    Hi everybody,
    I know this is not exactly the right forum to ask this question, but I've put up the question in the HP Laserjet forum as well as in the Photography forum here and have not received any answer to it. Maybe somebody out here can answer it out of experience with a HP Color Laserjet printer:
    Can anybody explain the relationship/interaction between the different Color Options (e.g. in the PCL6 driver) of the CP3505X to me?
    Options available:
    1) Driver Properties
    Color Management:
    Automatic
    ManualDefault Color Profile
    2) Printing Preferences
    Advanced Tab:
    ICM Method
    Disabled
    Handled by Host System
    Handled by Printer
    Color Tab:
    Color Themes
    Default (sRGB)
    Image Optimization
    Adobe RGB
    None
    Custom Profile
    What kind of profiles are involved when printing output from an application in which case? The manual is very unspecific about this
    For example:
    Under which circumstances is the profile specified under Manual Color Management in the Driver Properties used? And is it the only correction applied under those circumstances?
    What profile is being applied when "ICM Handled by Printer" is chosen in the Printing Preferences?
    Under which circumstances are the Color Themes specified under the Color Tab used, and under which circumstances are they ignored?
    I am completely confused an would appreciate any explanation.
    Thanks
    Beat Gossweiler
    Switzerland

    Try the Lightroom forum, or the Photoshop forum for your platform, Macintosh or Widows.

  • HT1848 There is no "transfer purchases" button when I try to do this! My only option is to erase and sync... How do I transfer the music from my iphone without erasing it??

    There is no "transfer purchases" button when I try to do this! My only option is to erase and sync... How do I transfer the music from my iphone without erasing it??

    - You can only sync an iPod to one iTunes library/computer. You can however, manually manage music and videos among different libraries.
    Go to iTunes>Help>iTunes Help>Sync your iPod....>Sync You Device>Set up Syncing>Sync your device manually and follow the instructions.
    - If y wnat to switch syncing libraries/computer see:
    go to iTunes>Help>iTunes Help>Sync your iPod....>Sync You Device>Set up Syncing>Sync your device manually and follow the instructions.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    If all the synced media like music is in the iTunes library of the second computer it is very easy.

  • Reports Builder has encountered a problem and needs to close.

    Hi All,
    The report builder in my system is behaving weirdly. If I open a report, which is having a normal browser output, it allowing me to see the data model, layout model and everything. And if I open a report, which is having a PDF output, it's not allowing me to open the Layout.
    Here the output is in context of Oracle Applications front-end. And as I know it shouldn't be a problem with Report Builder.
    It errors out with the following message.
    Reports Builder has encountered a problem and needs to close. We are sorry for the inconvenience.
    And the error report contains the following message.
    AppName: rwbld60.exe     AppVer: 3.0.0.0     ModName: mmc60.dll
    ModVer: 0.0.0.0     Offset: 0000c533
    Here is the version information:
    Report Builder 6.0.8.11.3
    ORACLE Server Release 8.0.6.0.0
    Oracle Procedure Builder 6.0.8.11.0
    Oracle ORACLE PL/SQL V8.0.6.0.0 - Production
    Oracle CORE Version 4.0.6.0.0 - Production
    Oracle Tools Integration Services 6.0.8.10.2
    Oracle Tools Common Area 6.0.5.32.1
    Oracle Toolkit 2 for Windows 32-bit platforms 6.0.5.35.0
    Resource Object Store 6.0.5.0.1
    Oracle Help 6.0.5.35.0
    Oracle Sqlmgr 6.0.8.11.3
    Oracle Query Builder 6.0.7.0.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 6.0.8.11.3
    Oracle Express 6.0.8.3.5
    Oracle XML Parser     1.0.2.1.0     Production
    Oracle Virtual Graphics System 6.0.5.35.0
    Oracle Image 6.0.5.34.0
    Oracle Multimedia Widget 6.0.5.34.0
    Oracle Tools GUI Utilities 6.0.5.35.0
    I have tried reinstalling the software a minimum of 10 times, but no luck. At last I got my system formatted and tried. For the first time it worked for me, then I installed Forms Builder... then again I am getting the same problem even though I have different homes for Reports and Forms.
    Is it problem with my system or the Operating System or the version of the Oracle Developer?
    Can anyone please help me out?
    Thanks in advance,
    Lakshman.

    I have been having a similar problem and do not know if this will apply to your situation but I found the following on Metalink.
    Subject:      Reports Builder Crashes Opening the Paper Layout on Large Reports on XP/2003
         Doc ID:
    Note:566304.1     Type:      PROBLEM
         Last Revision Date:      18-AUG-2008     Status:      PUBLISHED
    In this Document
    Symptoms
    Changes
    Cause
    Solution
    References
    Applies to:
    Oracle Reports Developer - Version: 10.1.2.0.2 to 10.1.2.3
    Microsoft Windows XP
    Microsoft Windows Server 2003
    Symptoms
    Oracle Reports Builder crashes opening the Paper Layout on some large reports but ONLY on the following platforms:
         Microsoft Windows XP Professional
         Microsoft Windows Server 2003
    Reports Builder displays the below message and then crashes:
    Reports Builder
    Reports Builder has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you were in the middle of something, the information you were working on might be lost.
    Please tell Microsoft about this problem.
    We have created an error report that you can send to us. We will treat this report as confidential and anonymous.
    To see what data this error report contains, click here.
    [Send Error Report] [Don't Send]
    --> click on [Don't Send] button and Report Builder disappears.
    -and/or-
    access violation in oranls10.dll
    This problem does not reproduce on:
         Microsoft Windows 2000
    The solutions in the below note do not work on v. 10.1.2.2.0 and 10.1.2.3.0:
    Note 361206.1 Title: Reports Builder Crashes Opening a Paper Layout on Windows XP Only
    Changes
    Upgraded to Oracle Report Builder v. 10.1.2.x.x from a previous release.
    Cause
    Bug 7014048 is fixed in one-off Patch 5335195 (Base Bug) but missed inclusion (ie. was not ported to) in latest Developer patchset v. 10.1.2.3.0
    See also:
    Bug 7014048 Abstract: REPORTS BUILDER CRASHES OPENING A PAPER LAYOUT.
    Bug 5029530 Abstract: REPORTS BUILDER CRASHES OPENING PAPER LAYOUT MODEL ONLY ON XP BOX
    Solution
    To implement the solution, please execute the following steps:
    1. Download one-off Patch 5335195 for v. 10.1.2.0.2 to the XP/2003 box.
    2. Back up existing uiw.dll for 10.1.2.3 880KB 10/10/2006 7:23PM --> uiw_orig_10.1.2.3.zip
    3. In the %ORACLE_HOME%\bin directory, replace uiw.dll (880KB) with the uiw.dll (1,316KB) from
    Patch 5335195 --> 1,316KB 7/24/06 11:12PM
    4. Re-launch Report Builder 10.1.2.3.0 on XP/2003.
    5. Open the <large report>.rdf.
    6. Double-click on the Paper Layout icon.
    7. The result should be: Successfully open the Paper Layout for <large report>.rdf.
    References
    Bug 5029530 - REPORTS BUILDER CRASHES OPENING PAPER LAYOUT MODEL ONLY ON XP BOX
    Bug 7014048 - REPORTS BUILDER CRASHES OPENING A PAPER LAYOUT.
    Note 361206.1 - Reports Builder Crashes Opening a Paper Layout on Windows XP Only
    Patch 5335195 - REPORTS BUILDER CRASHES OPENING PAPER LAYOUT MODEL DUE TO ACCESS

  • "Build" option is greyed out.

    Hello. I am working on a Mac Book Pro with a Superdrive USB DVD drive. Using Adobe Encore CS6 with Creative Cloud. Exported .m2v and .wav files from premiere and imported them into Encore. Have set up the first play function. A new DVD is in the drive but the "Build" option is greyed out. Any ideas out there?

    Change for the output to be "folder" or "image" rather than disk. If the Build button is then available, it may indicate that Encore is not seeing your drive, or otherwise not ready to write to it.
    A workaround if that is the case is to build to image and burn with Toast.

  • Have new Airport Extreme via ethernet cable from HughesNet Gen4 modem. Using NetGear WN3500RP extender. NetGear asks for different names for the 2.4 and 5 GHz bands. Most of what I have read indicats extender shoul have same name as main network?

    Have new Airport Extreme conneted via ethernet cable from HughesNet Gen4 modem. Using NetGear WN3500RP extender. NetGear asks for different names for the 2.4 and 5 GHz bands. Most of what I have read indicates extender should have same name as main network? How is it best to configure with the Airport Extreme router 802.11ac?

    Different names for the 2.4 and 5 GHz networks are optional, but can be convenient for you to distinguish one from another. It's up to you.

  • Command Line Build Option

    Hello All--
    Is there any way I can invoke jdev.exe from the command line with an option to specify that it build my .jpr project file, and without invoking the IDE or requiring any other interaction? I'm new to JDeveloper, and I got used to this nicety over many years of using the -build option of JBuilder (which is now WAY too pricey for my needs). BTW, I know I can use an Ant configuration file, and that is specifically what I am trying to now move away from, and keep things as simple and streamlined as possible.
    If there is currently no way to do this, I'd like to add this to the feature request list. Maybe the developers could squeeze that in before final rollout :)
    Thanks.

    If this is a requirement what is wrong with using Ant? You can generate the Build.xml from the project by using New > Ant > BuildFile from Project so you don't have the pain of maintaining the basic script. Likewise you can use Ant as your build-system in the product as well if you only want to use one method. I find useful for making and testing all in one go.
    Anyway in answer to your question no - to see the command line options to the IDE type jdev -help from the command prompt.

  • Modelling different workflow-options

    Hi,
    There is a wiki which tells us the different work-flow options you can use:
    SAP Business Workflow,
    Guided Procedures
    Collaboration tasks
    ccBPM
    etc.
    Question1: is the a comprehensive tool to model these different altogether or do we need SAP Business Workflow's own modelling tool, UML for guided procedures, ? for Collaboration tasks and BPMN for BPEL separately (I hope it's not...).
    Question 2: How does ARIS EPC's relate to this: the EPC is used for business-modelling. This should be the starting point for configurating different workflow-options, (using different models?).
    Greetings Theo

    Hi Theo,
    I've nothing to hide but that quote was taken from an internal SAP mail so it wasn't polished for forum publication.
    Just to clarify - I agree with your description of the layers.
    I believe that a bpx working in an SAP environment should be aware of the tools (and approximate capabilities) at their disposal as well as basic functionality in the underlying business components deployed.
    I believe that any question along the lines of "how do you do this with..tool A" is definitely not for the bpx forum. It should go in the relevant tools forum. Seeing as most of these posts are related to SAP Business Workflow or BAM or XI then they should go in the SAP NetWeaver BPM forum. There is also a CAF forum for guided procedures and a Visual Composer forum for VC and other forums for the other tools (such as BI). I.e. No need to create a new forum, just direct these tool posts to the tools forums.
    I don't know whether BPMN or UML can really be understood by the business experts. In my experience white-boarding and flow-charts work pretty well but maybe the business experts have become more process savvy (which is why we want to offer certification).
    Experience in a process automation project is a must, and knowledge about why this process is being done in such-and-such a way (e.g. 6-Sigma understanding) is also a must.
    The BPX can reach level 1 from either level 1 or level 3. Philip Kisloff's BPX article is an excellent demonstration of level 3. Yes, he did use workflow to solve the problem but he had his bpx glasses on when he wrote the article.
    <a href="/people/alan.rickayzen/blog/2006/11/03/business-process-expertise-and-workflow-engineering--distinction-and-overlap:///people/alan.rickayzen/blog/2006/11/03/business-process-expertise-and-workflow-engineering--distinction-and-overlap href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40b651cb-a662-2910-ac8c-afcd3073126f">BPX article</a>
    <a href="/people/philip.kisloff/blog/2006/12/10/how-to-structure-hard-to-automate-business-processes">BPX blog as discussion board for article</a>
    Here's my opinion in all it's glory
    <a href="/people/alan.rickayzen/blog/2006/11/03/business-process-expertise-and-workflow-engineering--distinction-and-overlap:///people/alan.rickayzen/blog/2006/11/03/business-process-expertise-and-workflow-engineering--distinction-and-overlap
    All the best,
    Alan

Maybe you are looking for

  • Backing up two hard drives

    I was using Time Machine to back up the hard drive on my desk top and to back up an external hard drive that contains all of my video work. I erased the hard drive containing the backups and excluded all other hard drives except for the hard drive on

  • Changing the Computer Name... when it's greyed out in the Sharing Prefs?

    Okay, here's a weird one. Using Carbon Copy Cloner 3, I recently cloned the hard drive on my iBook G4 (OS X 10.5.4)-it was dying and I needed to swap in a new one. I made the swap, using the cloned version of my old drive, and everything was wonderfu

  • New Franz Ferdinand NOT available at iTMS Canada

    While since Oct. 4 all the iTMS sell the new Franz Ferdinand album, the Canadian store does not. No wonder people download from Limewire etc. Does anyone know what the deal is? I'd spend a lot more money if we had the same tunes as the US or UK store

  • HT1937 Urgent help

    Hi, I need urgent help. I lost my phone yesterday and only today i learned of icloud and how to trace it and i didnt load it. Is there any way that I can trace it using the IMEI number? Your urgent response will be appreciated. Regards, Thembi <Perso

  • Restoring Outlook files after replacing hard drive

    My MBPro hard drive crashed a couple of weeks ago.  Fortunately I use Carbonite to backup so I'm good there.  I reinstalled Office for Mac and have found my Outlook files in the Microsoft User Data Folders. How do I make Outlook point at these files