Help design a lightweight FVWM-based desktop

I'm looking to design a new desktop for both of my current machines. Why FVWM you may ask? Well, I'm not sure, I just like FVWM and the way you can customize things. But, I need ideas for the interface. I need this to work well on my desktop (2560x1600 res) and my laptop (1280x800 res) pretty well.
I plan on using FVWM from CVS for some of the newer patches that have been added upstream. Also, not a fan of traditional docks or taskbars.
Also, if anyone could give an argument aginst FVWM, I'm listening.

iBertus wrote:Also, if anyone could give an argument aginst FVWM, I'm listening.
You should go tiling wm so you can have a Giant irc window and 5 tiny terminals smashed together on the side. more productive:)
edit, on topic, I was making a really light fvwm config that i can use as a base whenever my config gets out of control and i want to start fresh.
i put it here if you want to check it out. http://two.xthost.info/navi/configs/5-1 … droog.html
Last edited by droog (2008-06-12 19:53:48)

Similar Messages

  • Is there a Java utility class to help with data management in a desktop UI?

    Is there a Java utility class to help with data management in a desktop UI?
    I am writing a UI to configure a network device that will be connected to the serial port of the computer while it is being configured. There is no web server or database for my application. The UI has a large number of fields (50+) spread across 16 tabs. I will write the UI in Java FX. It should run inside the browser when launched, and issue commands to the network device through the serial port. A UI has several input fields spread across tabs and one single Submit button. If a field is edited, and the submit button clicked, it issues a command and sends the new datum to the device, retrieves current value and any errors. so if input field has bad data, it is indicated for example, the field has a red border.
    Is there a standard design pattern or Java utility class to accomplish the frequently encountered, 'generic' parts of this scenario? lazy loading, submitting only what fields changed, displaying what fields have errors etc. (I dont want to reinvent the wheel if it is already there). Otherwise I can write such a class and share it back here if it is useful.
    someone recommended JGoodies Bindings for Swing - will this work well and in FX?

    Many thanks for the reply.
    In the servlet create an Arraylist and in th efor
    loop put the insances of the csqabean in this
    ArrayList. Exit the for loop and then add the
    ArrayList as an attribute to the session.I am making the use of Vector and did the same thing as u mentioned.I am using scriplets...
    >
    In the jsp retrieve the array list from the session
    and in a for loop step through the ArrayList
    retrieving each CourseSectionQABean and displaying.
    You can do this in a scriptlet but should also check
    out the jstl tags.I am able to remove this problem.Thanks again for the suggestion.
    AS

  • Packaging executable jars for my Swings based Desktop application

    I have developed a swings based desktop application for which we used third party JDIC jar inorder to incorporate the tray icon functionality for our application.
    The problem is i need to provide a distributable for this application and the application's executable jar file gets automatically created as a part of build from IDE [Am using NetBeans6.0]. The Application's exec.jar is not able to locate the jdic.jar and hence am unable to get the tray icon functionality, when i run the application's exec jar.
    i.I tried packaging the jdic lib jar with in the application's jar but got to know that tht can't solve the issue.
    ii.I also tried editing the manifest file to provide the class path to the thrid party jar [jdic] ... but of no use
    Any Help regarding this would be thoroughly appreciated.

    can anyone pls let me know how would i be able to package my application as distributable so that others can deploy and run.

  • "Help Design Products You Want" popup message never goes away

    I installed my Photosmart 5510 a month ago on my Dell desktop.  The printer works fine.  But the HP popup message "Help Design Products You Want" keeps popping up, around once an hour all day long.  I've tried every option (Decline, Remind Me Later, Participate) several times over.  I've completely reinstalled the 5510 software.  Still the message pops up.  I've registered as an HP user and can see my HP products including the 5510 on my account on HP.  Running Vista Ver 6, SP2 on my desktop. 
    How can I get rid of this annoying popup? 
    Thanks

    I have the same problem on two computers and would be very intereseted in removing this permanentley. 
    HBrian wrote:
    I installed my Photosmart 5510 a month ago on my Dell desktop.  The printer works fine.  But the HP popup message "Help Design Products You Want" keeps popping up, around once an hour all day long.  I've tried every option (Decline, Remind Me Later, Participate) several times over.  I've completely reinstalled the 5510 software.  Still the message pops up.  I've registered as an HP user and can see my HP products including the 5510 on my account on HP.  Running Vista Ver 6, SP2 on my desktop. 
    How can I get rid of this annoying popup? 
    Thanks

  • Restriction of f4 help of a bex variable based on another variable input

    Hi,
    Could you please let me know if there is any possibility to restriction of f4 help of a bex variable based on another variable input.
    eg: when i select particular company code in one variable, i need to restrict the f4 help for another variables eg: pur. group based on selected company code.
    Regards
    Kasi

    Hi,
    Try using replacement path option in bex with replace variable with variable selction.
    Thanks.

  • Is APEX the tool for a lightweight browser based query only front end?

    I'm tasked with prototyping a lightweight browser based front end to display consolidated customer information. It needs to be callable from half a dozen disparate and mostly non-Oracle applications, each passing in a customer id parameter. In my mind I've already marked-down the only front-end tool I have experience of - Forms10g as being too resource intensive to be continually started up and closed down (plus the initial potential JVM download to locked-down PC's). That leaves me with a couple of options (as far as I can see) - APEX or ADF Faces. I'm slightly worried about the steep learning curve for a J2EE environment plus the possible compatibility issues with ie 5.5 ( I know, I know ). And finally, my question - I've got a good feeling about it but does APEX seem like a good fit for this sort of task?

    It needs to be callable from half a dozen disparate and mostly non-Oracle applications, each passing in a customer id parameter. Chris - They want to be able to hit a button in these other applications and see a browser window pop-up (quickly!), view the customer details (composite picture sourced from a data warehouse) then close the browser window and go back to their app. Needs to be lightweight for speed so APEX seemed a good idea.
    Denes - Thanks. I'm thinking that the users will regularly open this browser session from their app then close the APEX window to return - probably time and time again. Did you find that establishing a connection and getting the page up made it slow. Is there something I should concentrate on to make sure that aspect performs?

  • ADF Faces or APEX for a lightweight browser-based front end.

    I'm tasked with prototyping a lightweight browser based front end to display consolidated customer information. It needs to be callable from half a dozen disparate and mostly non-Oracle applications. The idea is that each application will have a button that can kick off a browser session to see a data-warehouse sourced view of a customer. Forms10g (where my experience lies) seems too resource heavy for the constant opening/closing of this little application but APEX looks like a good fit with not too steep a learning curve and the guys on the forum thuoght it was well suited. ADF Faces seems to have a steep learning curve given that I don't have any Java experience but a small view-only app like this might be a good place to gain experience useful for more complex apps. My question is whether ADF Faces is a goot fit for this sort of task. If anyone has used ADF Faces and APEX I'd be very grateful for their thoughts.

    Thanks for those pointers Grant.
    Just a couple of further questions. As a company we're stuck on Internet Explorer 5.5 for another 18 months or so (>5,000desktops!). Does that exclude ADF Faces as an option given the prune-faced geriatric nature of the browser we're using (we're also on NT4.0 :-) Also, they're likely to be in and out of this screen like a fiddler's elbow and I'm wondering if the start-up effort using ADF Faces is likely to be significantly more resource intensive than an APEX equivalent.
    My background is Oracle*Forms (since 2.0) and it would be nice to make a start on a technology that could be used in place of Forms in more complex apps - I just need to be able to justify the likely increased costs to people focused predominantly on this project's costs.

  • F4 Help in ALV GRID class based

    hi
    you have any idea about how to invoke the F4 help in ALV GRID Class based program.,
    if u have any other related document or program using F4 function in ALV GRId please send to me for reference
    Thanks & Regards
    K.G

    hi for what kind of fields you need to give f4.
    are they std or custom...
    please let me know about the fields..
    try to check my logic which i gave in the below post..
    it will give f4 help to the fields(if thet are standard table fieldS)
    Message was edited by: Vijay Babu Dudla

  • Bar - Lightweight xcb-based bar

    A lightweight bar based on XCB (yay).
    Provides foreground/background color switching along with text alignment (screw you dzen!), nothing less and nothing more.
    Read this first.
    Grab the code from Github
    Last edited by TheLemonMan (2012-07-18 15:31:51)

    For some reason I'm having problems with bar.
    Here is my config.h
    /* The height of the bar (in pixels) */
    #define BAR_HEIGHT 18
    /* The thickness of the underline (in pixels) */
    #define BAR_UNDERLINE_HEIGHT 2
    /* Whether to put the bar at the screen bottom or not */
    #define BAR_BOTTOM 0
    /* The font used for the bar */
    #define BAR_FONT "-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1"
    /* Color palette */
    #define COLOR0 0x1A1A1A /* background */
    #define COLOR1 0xA9A9A9 /* foreground */
    #define COLOR2 0x303030
    #define COLOR3 0xF92672
    #define COLOR4 0xA6E22E
    #define COLOR5 0xFD971F
    #define COLOR6 0x66D9EF
    #define COLOR7 0x9E6FFE
    #define COLOR8 0xAF875F
    #define COLOR9 0xCCCCC6
    laptop ~ $ echo test | bar
    Couldn't load the font
    community/terminus-font 4.36-2 [installed]
    A superb, monospace bitmap font (for X11 and console)

  • Can anyone help me with downloading sky go desktop with mavericks installed

    Can anyone help me with downloading sky go desktop with mavericks installed

    Sky Go seems a little behind the times in their support for the Mac OS X platform.
    http://help.sky.com/tv/sky-go/sky-go-supported-devices#tab-1
    http://contactus.sky.com/uk/sky-go-sky-go-extra

  • Can I help design the iphone ..? I've got a lot of design

    Can I help design the iphone ..? I've got a lot of design

    http://www.apple.com/jobs/us/

  • Feedback thread for "How To Design a SAP NetWeaver - Based System Landscape

    I have just published a RIG How To Guide called [How To Design a SAP NetWeaver - Based System Landscape|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50a9952d-15cc-2a10-84a9-fd9184f35366].  You can read my [blog |http://www.sdn.sap.com/?blog=/cs/weblog/view/wlg/8877]on it.  This thread is collect feedback and discussion on the Guide.

    Hi Matt!
    This is definitely interesting reading and a lot of projects I've been in could have benefitted from it had it been carefully read beforehand by some of the involved parties.
    What I like especially is the fact that this is not only for technical consultants (who should know about most of these things anyway) but for the people closer to the business who need to find agreements with the technical guys.
    Good job...
    Jörg
    Some comments to what I read:
    I noticed that you use the term 'server virtualization' (section 3.3.1) quite generally. Maybe it would be worth introducing the term 'server consolidation' (which you use later in the document)  already in this early chapter. My experience shows that (especially recently) a lot of customers are interested in 'virtual servers' (meaning a virtual server with an OS installed separately), not really knowing what they're talking about and often better advised to use 'server consolidation' (one OS, many SIDs). These two concepts are similar in terms of sharing hardware resources, but quite different in terms of the implications toward administration.
    In section 4.2.1.3 you mention (in brackets) the Usage type to which the client belongs for the Business Explorer  and the J2SE Adapter Engine if I understood that correctly. There is no UT mentioned for the other clients and there is no explanation on what the bits in brackets are supposed to mean. (I first expected the 'BeX' abbreviation when I saw something in brackets...)

  • Best design running multiple instances of desktop based java applications b

    Hi,
    I am not sure if this is the right forum...
    Please suggest on what should be the best design for running 10 instances of same desktop based java applications (No Enterprise or Webcomponents) on different machines BUT still using the same database.
    Summary:
    a) Each application will do writes/updates to same database but will run from different locations.
    b) These applications will reside at different locations (example country, city) but same domain, so it will use separate JVM.
    c) How to tell application where it resides and what should be the best way to determine location automatically from the network? (we would like to avoid any property setting as update will require to change this file also), if database is good approach, what should be the best design.
    d) Best way to handle transaction...
    for example, if one component that writes to an Oracle table, then a downstream component reads the new insert from the table. In this case what should be the best practice in the code for transaction awareness, to avoid issues.
    Thanks
    Val

    Oracle runs a transaction control model on a thread--each login. All other threads will not be able to see the data that is updated or inserted until a commit is done. The same thread can, however, see the updated or inserted information as soon as the update or insert takes place a transaction commit is not needed for that to happen and it is not an error--you must do a commit to make the changes to the data visible to other users and persistent. If you do not commit the changes they will rollback once your session is terminated.
    If you turn autocommit on, then each update or insert will automatically commit and be available to all users, but each statement becomes a transaction and you loose the ability to rollback any changes.

  • Need Help: Could WEBI report directly based on EXCEL file be refreshed?

    In 3.0, Could WEBI reports directly based on EXCEL file be refreshed, after exporting to BOE platform?
    I've made a test on that and find out WEBI report could not be freshed in Infoview while DESKI report could.
    Some colleague suggest me to build the WEBI report based on a Universe created based on the EXCEL file.
    I want to confirm, is it a by-design that we could only refresh WEBI report based on universe? or I could do some setting to made the refreshment of WEBI based directly on EXCEL file works?
    Please Help!! Thanks a lot~~~

    Hi Rachel,
    You could try the Rich Client Product Guide [http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_web_intelligence_rich_client_en.pdf] but I don't think it is a problem...more like a feature by design - it makes sense.
    You could try the route of creating a universe on top of excel... See posts
    [DBMS Independent universe;
    [how to connect to excel sheet and create a universe on top of that;
    Hope this helps
    Jacques

  • Please help design: how many AM, VO do I need?

    We have 2 Tabs, one display a list of employees, another display list of employees base on named search critiria (filterred result).
    both are based on same application module and same view object. for the 2nd Tab, just apply the critiria when user click search button.
    Problem: after do the search and display result on 2nd Tab, when I back to the 1st Tab, it show the same result as the 2nd Tab. the expected result is 1st Tab independant from 2nd Tab (without filterred result).
    So, should I use 2 seperate application modules to do this? I thought it is suggested that using 1 root module for a project.
    or, should I use 2 seperate view objects for this? if so, once I update through 1 VO, another VO may not notified underline data has been changed.
    Please help with this design. Thanks

    As I mentioned, 2 VO could cause inconsitent recould after updates.
    So, I guess I will have to execute query whenever enter the page.
    Queations is, what is potential problem of using 2 separate AMs? also, I do not quite understand what it is suggested 1 project 1 root AM.
    Thanks

Maybe you are looking for

  • Incoherence between FMIOI and FMIFIIT

    Hello, I work in ECC 6.0 with Former Budget. I have problem with FM account assignment in purchase order for services. I created a purchase order with 1 line item and 2 lines in the item details with 2 differents commitment items in the item details.

  • Silent Mode Login in 11.2.0.1

    Hi All, Why is it that I am prompted the following when logging in using sqlplus in silent mode as sqlplus -S oracle@tkdp2datdbc28:~> sqlplus -S <username> Enter password: Silent mode should not prompting me with the phrase "Enter Password" if I am n

  • DTS-610 with Logitech Z-

    Hi everyone, just got the DTS-60 Home Theatre Connect and connected it properly with me Logitech Z-680 Sound System (DTS Decoder is integrated in the user panel). But it does not work! The display just says "Detecting...", so it seems the Decoder can

  • Missing "Libraries" item in "Window" menu

    I received a CC email today telling me that I have been upgraded to be able to use libraries that enable sharing of assets across the PS CC community. "Libraries" does not appear as an option in the drop down list in "Window". It's missing. I'm using

  • Thtmlb: tableview key down functionallity

    Hi All I have a problem with an editable thtmlb: tableview I have two columns in a tableview that are editable input fields.  When the user presses the down arrow key I need the cursor to jump down to the next row. e.g. material in row 1.  The user p