[SOLVED]How to show/retain systemd messages like in Debian/Ubuntu?

So I'm just in vanilla install, nothing fancy. But I see that there were very few systemd messages at boot, only fsck's at partitions, unlike in Debian/Ubuntu where it shows everything? How do I make it like that?
Last edited by lelele (2013-12-23 19:47:50)

the_shiver wrote:remove the "quiet" argument from the kernel parameters
Ok. I'll try that, ty.
WonderWoofy wrote:If you have an SSD though the messages in the beginning can actually slow your boot down.  All the necessary debug info will be in your journal (logs) anyway, and any emerg, alter, crit, err, or warn messages in the kernel ring buffer (the crap that dmesg outputs) will additionally be pushed to the console anyway.
I don't use an SSD, I think. But thanks for the tip, I'll keep that in mind.

Similar Messages

  • How to show a success message in a dialogue at the top of the page

    Hi,
    Can someone please tell me how to show the dialogue message at the top of the page on successfully inserting a record in the database. Current I have 2 pages from first page user navigates to the second page where the information entered on the page is saved in the database on successful commit I am forwarding back to the first page where I need to show a message a record saved successfully. Can someone tell me how to do that. Currently in my second page I have the following
    OAException confirmMessage = new OAException("Record has been added successfully.",
                                                           OAException.CONFIRMATION);
              pageContext.putDialogMessage(confirmMessage);
              pageContext.forwardImmediately("OA.jsp?page=<back_to_first_page>",
                                  null,
                                  OAWebBeanConstants.KEEP_MENU_CONTEXT,
                                  null,
                                  null,
                                  true, // Retain AM
                                  OAWebBeanConstants.ADD_BREAD_CRUMB_NO);but I don't see a message at the top of the first page. Any help is appreciated.
    Thanks

    Hi guru,
    forwardImmediately or setForwardURL would not swallow any messages.
    The folllowing code works in create page of toolbox tutorials.
    MessageToken[] tokens = { new MessageToken("EMP_NAME", employeeName),
    new MessageToken("EMP_NUMBER", employeeNum) };
    OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_CREATE_CONFIRM", tokens,
    OAException.CONFIRMATION, null);
    pageContext.putDialogMessage(confirmMessage);
    pageContext.forwardImmediately("OA.jsp?page=/<yourname>/oracle/apps/ak/employee/webui/EmpSearchPG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, // retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to show custom error message in WebADI Excel template?

    Hi,
    I've  created a custom Web ADI integrator and associated it with a 'Procedure' based custom interface.
    WebADI Interface API Returns is set to  "Error Message".
    I'm using  raise_application_error(-20001, "Actual Error Message") for invalid rows,but custom error message from PL/SQL  is not populated on the excel template.
    Instead it is showing "SQL exception occurred during PL/SQL upload".
    Am I missing anything? How to show custom error message from Pl/SQL procedure to WebADI Excel template?
    TIA
    Narasimha

    The custom API errors are visible in the BNE log but not on the Excel.
    BNE Log=>
    12/10/13 2:52 PM Web ADI Upload Job 13008 ERROR          BnePLSQLUpload.doUpload: Exception while uploading to PL/SQL API.  Error Code: 20001, Message: ORA-20001: -Please enter CONTAINER_ID -  Enter PO_NO -
    ORA-06512: at "APPS.XXPO_COSTFACTS_WEBADI_PKG", line 264
    ORA-06512: at line 1
    12/10/13 2:52 PM Web ADI Upload Job 13008 ERROR          BnePLSQLUpload.doUpload: Stack trace: java.sql.SQLException: ORA-20001: -Please enter CONTAINER_ID -  Enter PO_NO -
    ORA-06512: at "APPS.XXPO_COSTFACTS_WEBADI_PKG", line 264
    ORA-06512: at line 1
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
      at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
      at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
      at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
      at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
      at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
      at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
      at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
      at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4710)
      at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
      at oracle.apps.bne.integrator.upload.BnePLSQLUpload.doUpload(BnePLSQLUpload.java:284)
      at oracle.apps.bne.integrator.upload.BneSAXUploader.processDeepestLevel(BneSAXUploader.java:2346)
      at oracle.apps.bne.integrator.upload.BneSAXUploader.startElement(BneSAXUploader.java:1182)
      at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:181)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:234)
      at oracle.apps.bne.integrator.upload.BneUploader.processUpload(BneUploader.java:301)
      at oracle.apps.bne.integrator.upload.BneAbstractUploader.processUpload(BneAbstractUploader.java:114)
      at oracle.apps.bne.integrator.upload.async.BneAsyncUploadThread.run(BneAsyncUploadThread.java:140)
    12/10/13 2:52 PM AJPRequestHandler-HTTPThreadGroup-5 WARNING        BneOracleWebAppsContext.getTimeZone CLIENT_TIMEZONE_ID has not been set
    12/10/13 2:52 PM AJPRequestHandler-HTTPThreadGroup-5 ERROR          BneOracleWebAppsContext.getExtraJDBCConnection recieved the same connection as the base connection.  There may be transaction problems.
    How to show the same error in the excel template?
    Here is the package:
    CREATE OR REPLACE PACKAGE BODY APPS.XXPO_COSTFACTS_WEBADI_PKG
    AS
       PROCEDURE upload_data (
                              P_CONTAINER_ID IN VARCHAR2
                            , P_SAIL_DATE IN DATE
                            , P_PO_NO IN VARCHAR2                     
                             ) IS
        --declare
        lv_err_msg      VARCHAR2(240);
        lf_err_flag     NUMBER := 0;
        ln_temp         NUMBER;
        BEGIN
        --------------------- checking for mandatory parameters---------------------------
          IF (P_CONTAINER_ID IS NULL) THEN
             lf_err_flag := 1;
             lv_err_msg := lv_err_msg||'-'||'Please enter CONTAINER_ID - ';
          END IF;
          -------------Validation for Sail Date Format----------------------
          IF (P_SAIL_DATE IS NULL) THEN
             lf_err_flag := 1;
             lv_err_msg := lv_err_msg || ' ' || 'Enter Sail Date - ';
          ELSE
             BEGIN
                SELECT 1
                  INTO ln_temp
                  FROM DUAL
                 WHERE P_SAIL_DATE =  TO_DATE (TO_CHAR (P_SAIL_DATE, 'DD-MON-YYYY'), 'DD-MM-YYYY');
             EXCEPTION
                WHEN NO_DATA_FOUND THEN
                   lf_err_flag := 1;
                   lv_err_msg := lv_err_msg || ' Enter Sail date in DD-MON-YYYY Format';
                WHEN OTHERS THEN
                   lf_err_flag := 1;
                   lv_err_msg := lv_err_msg || ' Enter Sail date in DD-MON-YYYY Format'|| SQLERRM;
             END;
          END IF;
          -------------Validation for PO_Number----------------------
          IF (P_PO_NO IS NULL) THEN
             lf_err_flag := 1;
             lv_err_msg := lv_err_msg || ' ' || 'Enter PO_NO - ';
          ELSE
             BEGIN
                SELECT count(1)
                  INTO ln_temp
                  FROM PO_HEADERS
                 WHERE Attribute4 =  P_PO_NO;
             EXCEPTION
                WHEN NO_DATA_FOUND THEN
                   lf_err_flag := 1;
                   lv_err_msg := lv_err_msg || ' No Oracle PO for Biceps PO#'||P_PO_NO;
                WHEN OTHERS THEN
                   lf_err_flag := 1;
                   lv_err_msg := lv_err_msg || ' Error getting the Oracle PO for Bicpes PO#'||P_PO_NO||' Error-' || SQLERRM;
             END;
          END IF;
         -----------------------Insert Record----------------------------
         IF lv_err_msg is NULL THEN
         BEGIN
             INSERT
              INTO XXP2P_HW_COST_FACTORS_STG
                     CONTAINER_ID
                    ,SAIL_DATE
                    ,PO_NO
                    , ERROR_FLAG
                    , ERROR_MSG
                   ,CREATED_BY
                    ,CREATION_DATE
                    ,LAST_UPDATED_BY
                    ,LAST_UPDATE_DATE
                    ,LAST_UPDATE_LOGIN              
                VALUES
                     P_CONTAINER_ID
                    ,P_SAIL_DATE
                    ,P_PO_NO              
                    ,lf_err_flag
                    ,lv_err_msg
                  ,FND_GLOBAL.USER_ID
                    , trunc (sysdate)
                    ,FND_GLOBAL.USER_ID
                    , trunc (sysdate)
                    ,FND_GLOBAL.LOGIN_ID              
                  --  commit;
                  DBMS_OUTPUT.put_line
                    '-' || 'After ap_invoices_interface'
            EXCEPTION
            WHEN OTHERS THEN
              ROLLBACK;
              lf_err_flag := 1;
              lv_err_msg  := lv_err_msg || ' ' || 'error loading CONTAINER_ID-' || P_CONTAINER_ID || SQLERRM;
              raise_application_error(-20001, lv_err_msg);
            END;
        ELSE
              raise_application_error(-20001, lv_err_msg);
        END IF;
      END upload_data;                        
    END XXPO_COSTFACTS_WEBADI_PKG;

  • How to control the error messages (like Application..) in visual composer?

    hi
    is it possible to control the error message?
    After creating the delivery using a BAPI function,
    the return message is displayed in the table list if the transaction is succeeded.
    But the error occurred, dialog box is showed (Application Message).
    I just want to show the error message like being succeed in.
    Regards,
    Wooho.

    Hi
    You can try and use guard conditions or check the table for data, if there is no data in the table the application will return an error message.
    Jarrod Williams

  • How to show execution error message from a Process

    hi
    i have a requirement like to display the error messsage returned by the proceure.
    I have a process with point After Submit and validations, where i am calling a procedure which returns the execution status with SUCCESS or FAILURE;
    and if it FAILURE, it will return the error_message also, how can i show this message to the user just like how we are showing the process success message/validation message.
    And i need to stop the process execution there itself once its got failed;
    how can i achieve these two? anyone can give some inputs....
    thanks in advance
    renjish

    paul and denes, thanks for the quick reply...
    i tried the both option the message is coming properly. but the thing is i want to stop the execution there itself where i got the error from the procedure and the page should be remained in the same page.
    currently i have a page 10(customer search screen), from there i called page 102 (customer edit screen) and in the page 102 i attached the process which includes the procedure to update the customer details;
    Normally if update is success, the procedure will return SUCCESS and its navigating to the page 10(customer search screen.). so here if FAILURE is returning by procedure, i need to be in the same page i.e 102(customer edit) by showing the error message..just like a validation message...
    currently whatever the procedure returns either SUCCESS or FAILURE, it goes to previous screen, but i need the method just like how the validation works if it fails.
    hope you got....
    regards
    renjish

  • How to show a error message to user from report.

    I don´t wanna to go in a form builder to create a simple form for just two inputs.
    I have put two inputs into reports parameter screen, but I know that reports is not like forms, I cannot use SET_ITEM_PROPERTY to hide an element or put a runtime message to a label.
    How can I show an error message when I validate an input from user, when some input trigger raise?
    Thanks a lot!

    The SRW.message doesn't show me no alert on report 10g !!!
    is there any restriction that can be made to block the displaying of the alert on the web environnement?
    thanks..

  • How to show/print waiting message when system is serving pdf to browser

    Hi,
    does anybody know how to print/show "please wait for your request to be completed..." message when they try to click GeneratePdf button for example
    they way i do serving pdf to the browser is as below
    response.reset();
    response.setContentLength(contentLength);
    response.setContentType("application/pdf");
    response.setHeader("Content-disposition", "inline; filename=\""System.currentTimeMillis()+".pdf"+ "\"");
    output = new BufferedOutputStream(response.getOutputStream());
    while (contentLength-- > 0) {
    output.write(input.read());
    output.flush();and this is what was written in my popup jsp ( when user click GeneratePdf , the application will process it and at the end serve pdf file to the user using popup window )
    <body> <h1>Please Wait for your request to be completed...........</h1> </body> </html>
    <%
    boolean redirect=false;
    try{
    PdfDispatcher.dispatchApplication(response,session);
    }catch(Throwable t){
    System.out.println("Application Dispatcher Exception ... "+t.getMessage());
    System.out.println("Continue as per normal....");
    redirect = true; // will redirect to other jsp output
    if(redirect){
    //go to other jsp
    }The problem is my message above never got printed to the page ( i guess because the browser thinks that the response has not been completed )
    by the time the response has been completed the whole page will be cover in pdf document
    The reason i want to do this because my user complaining that they see blank page for long time when the system is slow to generate/server pdf to them.
    and it would be better to show some "waiting message" when the system is processing the application and server pdf at the end of the operations.
    anybody know how to workaround this?
    Thanks

    just_a_kid83 wrote:
    does anybody know how to print/show "please wait for your request to be completed..." message when they try to click GeneratePdf button for exampleUse JavaScript+DOM. Add a <div> somewhere in the page where the message should be displayed and put the message and an animated 'loading' gif in it. Hide the <div> using the CSS 'display' property which is set to 'none'. Then add an onclick event to the button/link which downloads the PDF file which gets the <div> element by its ID and set its 'display' property to 'block'.

  • How to read the error message like clipping positive or -ve in Tektronix oscillioscope 3012B

    During acquiring the Sine wave or triangular wave from TDS3012B, if the amplitude or Max or min is clipping, how do you read the error?  I used *ESR?, first time when I ran the error query program, it gave me Error message saying it is clipping, after that If I run again,the error query , It would not give me the error message, I couldn't reproduce it, eventhough but On the screen if I measure, Amp, min and Max it says that it is clipping positive or -ve. I was wondering how to read the error message while aquiring the data?  If any one could help me that would be of great help.. Thanks

    Usually, reading the error status register clears it. I'm not familiar with this particular model of scope but you may have to initiate a new acquisition in order for the scope to generate a new error. Another possiblity is that a new error will be generated when the vertical scale changes. Unless someone posts with an answer, I'd say that your best bet to get an answer is to contact Tektronix technical support.

  • How can I find all messages like this?

    What criteria can I use in a smart mailbox to find all messages like this?
    The message from Robert Nicholson <[email protected]> concerning “Hi Testing” has not been downloaded from the server. You need to take this account online in order to download it.
    I have a lot of these because I use IMAP for my mail but there's no point in keeping these messages as they were deleted from the server a long time ago.

    Robert,
    I am not sure what a Smart Mailbox would have to offer with respect to this?
    However, the problem is likely not that the message has been deleted from the server, but that Mail 2.0 has problems with some IMAP servers at displaying some messages.
    I am hopeful, but cannot assure anyone, that a fix is being worked on for this, and perhaps will be available sometime in the future.
    If you were to access with a different version of Mail, such as 1.3.11, or another mail client, you might access these messages. Therefore, I would not be quick to try and eliminate them.
    Ernie

  • How Can I Retain Sent Messages When Re-Doing Email?

    i would like to delete an email account and re-add it to fix something but i don't want to lose my sent messages.  i know incoming message will be retained as they stay on the server.  i called bb support and a level one person told me that my sent messages are synced with my mail server and will still be on the server.  uh this is so not true.  maybe it is for IMAP or Outlook but not with POP3.
    i would like the retain my sent messages on my phone and not lose them to re-add an email account.  can anyone help?  thanks.

    Hello,
    I've been thinking about this, and I don't think there is a simple way at all. With other than POP, sent items do indeed get populated to the server. But POP has much less capability than others, and therefore the server just can't accept the placement of items into it's Sent Items folder within the mailbox. It's a POP limitation.
    About the only thing I can think of would be for you to take a backup of your device. Then find a PC-based 3rd party backup file extraction utility and extract those specific items. Then, after you remove and re-add the account, you'd have to find a way to re-import the extracted items back to your BB. I don't know anyone who has tried such a thing, so I really am unsure of any details within this process...so you might have to do some further digging, and there may be no success path at all to be had.
    Then again...it's also possible that removing the email account from the device won't actually wipe out the items. They may be retained on the device, but simply not be accessible while the email account is dis-associated. Re-associating the account might re-attach the items and make them visible. This is a theory, mind you...not anything that I've tested.
    In any event, with POP there are severe limitations to what can be done. If you really have to preserve those sent items, you should first forward them to yourself so that they become part of your inbox and therefore are on the server (albeit as an inbox item rather than a sent item). Just in case.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • [SOLVED :)]How do I record error messages to post to the forum?

    My setup:
        Win 7 running Arch on VBox
        Arch networking is set up and working
        Nothing installed except for vim, links, + many packages included at install
    Issue:
       Having trouble installing xorg-server (etc, stuff needed for GUI)
    So I have all these error messages, and I would like to post them to the forum and they're too long to type.  Supposing I didn't just want to summarize or tell you the gist of the message, how would I copy the whole thing and post it to these forums.  I'm sure there are many ways, so let's hear some!
    I can already redirect to file with:
    pacman -S <package list> > errors.txt 2>&1
    How would I grab that data from my VBox install and send it either from Arch or from Win7?
    *Edit*: I /am/ able to install some things with pacman -S <package>  (like vim).
    Last edited by enjoysmath (2012-05-15 13:18:55)

    ngoonee wrote:
    enjoysmath wrote:To do a shared folder I had to install Guest Additions, and so on (an all day project for me).
    You MAY want to consider whether you have enough time to play around with Arch Linux, in that case.
    I have.  I've tried other distros and each one of them had problems.  So to solve my problems, I'm going to need to understand linux more.  For that reason, I chose Arch.  And it was recommended by an IRC friend who is doing similar code writing as me, and if we work on this project together we can help each other out with our computer issues.  E.g. If I'm on win 7 and he's on Arch, I have some weird issue with Visual D, and all he can say is good luck!  Once I've got my setup working, we can help each other since we'll both be running into the same bugs.   Another reason is speed, basic linux with minimal crap pre-installed seems to run way faster in VBox.  I'm in AZ, where the temperature really does affect CPU temp.
    In learning linux, there is a healthy trade off between learning every detail about one thing and just skimming over and going back to it later.  I am now doing more of the latter so that I can have just the basics up and running, X-windows, sound, networking, and so on...  So when I see a sed command, I think 'yeah it would be worth it to learn how to use sed,'  but if I did nothing but learning sed for the next week, I would not meet certain idealistic goals I have for myself.  And if I take too long, on one thing, how do I know that what I am doing is the smart way to do it?  I need the bigger picture for that.  So I need to carefully manage what little time I have on Earth, and use all I know, all my intuition to make the right decision at each step, and sometimes that decision is either: try something else, get help from someone else, understand something more, sleep on it.  I lost my point somewhere in there.  But yeah, I am an able to learn, in my own way, what I want, and when I want to.  When the time comes for me to teach, I will understand my pupils, and encourage them, knowing each one is relatively unique in their goals and plans for Arch or w/e I'm teaching them.

  • [SOLVED] How do I get systemd to stop handling core dumps itself?

    Based on advice in other threads, I did this:
    # ln -s /dev/null /etc/sysctl.d/coredump.conf
    # /lib/systemd/systemd-sysctl
    but it didn't work; /proc/sys/kernel/core_pattern still contains "systemd-coredump ...".  Furthermore, the processes that I have dumping core do so when using a lot (many GB) of memory, so the core dumps are huge.  This causes systemd-journald to eat up 100% CPU for a long time after core dumps.
    Also, how do I delete the ones that are already saved (that show up in systemd-coredumpctl)?
    Last edited by tavianator (2013-05-22 21:54:15)

    Hello tavianator.
    This didn't work for me either, so i changed the link to:
    # ln -s /dev/null /etc/sysctl.d/50-coredump.conf
    After that /proc/sys/kernel/core_pattern shows "core" only.
    Hope that helps.
    Edit: I used the naming convention from /lib/sysctl.d/ which is also "50-coredump.conf".
    Last edited by steinchen (2013-05-21 19:44:03)

  • How to Show String Error Message in SAP status bar?

    Hello All,
    I am doing some custom check in SBO_SP_TransactionNotification and Setting
       SET @error = -1
       SET @error_message='Duplicate Web Order ID'
       select @error,  @error_message 
    But in SAP interface it is only showing -1 in status bar, I could not show error_message in status bar. How it could be achieved.
    Thanks in advance

    Hi
    try this
    SET @error = 1
    SET @error_message='Duplicate Web Order ID'
    select @error, @error_message
    Regards
    Arun

  • How to show individual track information (like in the old iTunes) of a single artist (or that artist's album) without all the noise of every single other artist close in the alphabet?

    The new iTunes has truly added extra visual noise.
    I am trying to view a single Artist and the individual track information of that artist.  This used to be how itunes was, you could click on a single artist and then the tracks would all have their various categories.
    I can still see this but only in the "songs" category and in that I have to see every single song or artist alphabetically.
    How do I simply see the artist, and that artist's tracks, as well as the different info about that track I want to see, such as "name, track #, time, year, genre, bit rate, kind, etc."
    Please don't counsel me on what information I need to see, or suggest that I stop caring about this, or ask me why I want to see this various info.
    It was simple and accessible in the older version and I would probably stop complaining to all of my friends about the latest version of itunes if I can see this old format.
    Or... is there a way to re-download the old version?  It's okay that you've made mistakes, every company makes mistakes, if I can revert to the old version that would be great.
    Thank you.

    Select the Songs tab, then under iTunes Menu select View then click Show Column Browser. You will see the familiar GENRES ARTISTS ALBUMS header, click on one artist and you will have only the artist's albums and songs showing in the window below with all the specific info you selected under View options. If this is not what you wanted, simply reply with a nice "no thanks".
    Search this forum for instructions to reinstall iTunes 10.7, there are quite a few posts explaining the process.

  • [SOLVED]How to get a kicker panel like this?

    I want my Arch/Chakra KDE to have a transparent kicker panel like http://pclinuxos.com/wp-content/uploads … minime.png I tried various permutation and combinations of existing themes i.e Air, Air Netbooks, Oxygen. Tried few themes like Glaze etc but none of them work. I don't want a complete transparent panel like in Bare Naked Theme(which does not work/come in KDE 4.4.2 BTW) but like shown in the above image with slight white hue but not more. Perfect as in the image. Does anyone know how to get it?
    Last edited by chakra-user (2010-04-23 06:14:28)

    toxygen wrote:
    look for the naked plasma theme, or the bare naked theme (this is for kde 4.x).  you can do it through settings ->aapearance -> style -> workspace and change the theme there (or get new theme and search for naked).
    or you can go to http://kde-look.org and search there for plasma theme
    Like I mentioned above, * Naked theme is not available for 4.4.2 becoz I could not download it via the built in kde theme manager maybe it is in compatible. Is there a way to remove those ugly round shapes from AIR theme. modify .svg of air how?

Maybe you are looking for

  • Problem with flash contents in Firefox

    I never have this problem with earlier version of Flash 9 for Firefox until the recent version upgrade. The videos always stopped at about 3 seconds and no sound can be heard. IE works fine though... Is there a fix or work aorund for this issue?...

  • Can't register APP together with MacbookAir

    I bought the APP for Macbook Air and about to register it together with Thunderbolt Display which I bought the same time with Macbook Air. I can't pass the verification step of entering serial number for Thunderbolt Display. It keeps telling me that

  • Garden Club - July 2015

    1st place!

  • ASR 1002 to 3750 connectivity

    Hello I have weird problem with newly installed ASR1002 connecting to 3750 switch. Both interfaces are UP and I am getting link status UP but can't have traffic passing - even on L2 CDP packets are not exchanged neither I can see in the switch MAC ad

  • Complete Allocation Structure A1 in K088

    Every month end, we settle IO unused supplies to inventory accounts (using KO88) but last July 2011 until today, system prompts this error: "Complete Allocation Structure A1"? Can anyone please help me resolve the error? Upon checking the settlement