QT 3.3.6-4 breaks parts of KDE [SOLVED]

As the title implies, upgrading to qt 3.3.6-4 breaks parts of KDE. Most notably, any non-stock widgets. I cannot get the extra ones to work, nor can I build them anymore (different compilers). I'd really like to upgrade to KDE 3.5.5 right now, but I don't seem to have the option (Arch 64). At the moment I can't go back to the old one, because 95% of all upgrades weren't being allowed by Pacman (file is corrupt error), so I cleared the cache. So, if KDE 3.5.5 isn't available to me, I need someone to point me to the CVS repository so I can regress.
---->>EDIT
Thanks to Pierre, I was able to regress back to an earlier QT.

kde 4 was meant to replace kde 3; I would suggest just installing kde 4 from the repos.

Similar Messages

  • Systemd transition breaks heyu web interface [solved]

    Booting in using systemd for starting starting Apache breaks heyu with the error;
    SPOOL directory /var/tmp/heyu does not exist
    Directory does exist and is writeable.  Starting httpd manually either with rc.conf, rc.d or apachectl starts successfully - running heyu manually works with no errors. I tried using /usr/tmpfiles.d to create and (let http) own /var/temp/heyu does not work either.  I tried recompiling heyu to write to /tmp/heyu instead with no success.   
    Heyu version 2.10-rc3 -> heyu_web_interface11.55 -> archlinux X_64
    Last edited by d_dave (2012-10-15 17:48:06)

    Removing PrivateTmp= from the apache service file will fix this.
    Relevant bug: https://bugs.archlinux.org/task/31914
    Last edited by falconindy (2012-10-14 18:44:38)

  • KDE 4 breaks konqueror in KDE 3

    i installed KDE 3.5.10 and then KDE 4
    as soon as i installed KDE 4 most buttons on the toolbar in konqueror of KDE 3 disappeared. the commands work from the menu and the toolbar is configured to display the buttons but they are missing
    please help me get them back (without removing KDE 3 or 4)
    Last edited by ash (2008-12-17 21:20:15)

    kde 4 was meant to replace kde 3; I would suggest just installing kde 4 from the repos.

  • Netctl network bridge for lxc breaks my host internet [solved]

    I am following the shared inet page on the lxc wiki to get my container to have a network but when I start the bridge I made, my host machine loses its internet.
    The hosts's netctl profile:
    Description='A basic static ethernet connection using iproute'
    Interface=eno1
    Connection=ethernet
    IP=static
    Address='192.168.0.2/24'
    Gateway='192.168.0.1'
    DNS=('192.168.0.1')
    The hosts's bridge profile:
    Description="lxc bridge"
    Interface=br0
    Connection=bridge
    BindsToInterfaces=(eno1)
    IP=static
    Address='192.168.0.3/24'
    SkipForwardingDelay=yes
    So I boot the host and the network is up just fine, but when I start the bridge with "netctl start lxcbridge" I can't ping anything from the host.
    Last edited by maggie (2015-04-19 21:31:34)

    You need to point the IP of the bridge to the host's and also include the gateway and dns.
    Example from my system:
    ---BRIDGE---
    Description="lxc bridge"
    Interface=br0
    Connection=bridge
    BindsToInterfaces=(eno1)
    IP=static
    Address=10.1.10.200/24
    Gateway=10.1.10.1
    DNS=10.1.10.1
    SkipForwardingDelay=yes
    Note that you do not enable both the 'host' profile and the 'bridge' profile.  You only enable the 'bridge' profile.
    The next step is your container config:
    ---/var/lib/lxc/playtime/config---
    lxc.rootfs = /var/lib/lxc/playtime/rootfs
    lxc.utsname = playtime
    lxc.arch = x86_64
    lxc.include = /usr/share/lxc/config/archlinux.common.conf
    # network
    lxc.network.type = veth
    lxc.network.link = br0
    lxc.network.flags=up
    lxc.network.ipv4 = 10.1.10.202/24
    lxc.network.ipv4.gateway=10.1.10.1
    lxc.network.name = eth0
    Don't forget to:
    sudo sysctl net.ipv4.ip_forward=1 ; sudo sysctl net.ipv6.conf.default.forwarding=1 ; sudo sysctl net.ipv6.conf.all.forwarding=1
    sudo iptables -t nat -A POSTROUTING -o eno1 -j MASQUERADE
    Last edited by graysky (2015-04-19 18:48:53)

  • Group above master/detail report; page break causes repeat of master frame

    Hi
    I have a a group above master/detail report; when there is a page break part way through the master frame it causes the whole master frame to be repeated on the next page. I don't want this to happen, I just want the remainder of the master frame to be displayed on the next page. any ideas?
    TIA

    Hi
    I've tried switching the "Page Protect" to No at the page level and the "Print Object On" is set to "First Page" but it doesn't solve the problem. The whole master frame is repeated on the next page when a page break occurs part way through. The master/detail Repeating Frame "Print Object On" is set to "Last Page".
    Any other ideas?
    TIA

  • Digit in part number disapears on wrap - help...

    Here is what happens: I type this part number into a new text box, FRDM6881-C100. Then I make the text block smaller, positioning the right side of the text block so that it falls over the "C100" in the part number. The text wraps at FRDM- but on the wrapped line the first digit of the number is gone (the 6). No styles are applied to the text, default Times font. Changing the font does nothing.
    I am running InDesign CS3 version 5.0.3 on an Intel G5. I checked another machine here, and the same thing happens. Any fixes, or anyone had this happen? It is not a big problem since we don't break part numbers but it makes me worry.
    Thanks - Robin

    I happened to see something similar a while ago. See the full post at
    http://www.adobeforums.com/webx/.59b58046/6 (the Windows' side of life).
    As it was, a simple No Break over the offending text solved it. I couldn't do anyhing with Peter Kahrel's final remark ...

  • Graphical Message Mapping - SplitByValue - part 3

    Hello experts,
    Thread cal Message Mapping - SplitByValue - part 2 was solved by
    StartDate --> emoveContext --> A
    EAN --> RemoveContext --> SplitByValue (Value Change) --> A
    --> A (FormatByExample) --> target field
    The context of the StartDate field is changed to the complete Message Type. That all works fine.
    Now, I need to do a similar thing, but based on 4 indicator fields which could contain value X.
    For each indicator field (within 1 data row) filled with an X, a segment must be repeated as many times as there are indicator fields with an X.
    How do I manage that? I think I need to use FormatByExample again, isn't it?
    Thanks a lot
    Dimitri

    > For each indicator field (within 1 data row) filled with an X, a segment must be repeated as many times as there are indicator fields with an X.
    This means in each data row you will have only 1 X in any of the indicator. Correct?
    So let's say you got total 7 data row, this means you have 7 X's and that means you must create 7 segments. Corrct?
    If yes then
    Soruce --->RemoveContext -
    >Target Segment.
    Soruce --->SplitByValue(each value) --->Target Fields.

  • Setting paragraph break spacing

    Hi,
    I'm exporting a file I created in InDesign CS4 to Kindle and finding that the last line of every paragraph has more spacing above it than the rest of the paragraph. I've found that adding a line break (Shift+return) will solve the problem but this means that I can't add paragraph styles to the text. Is there a place where I can specify the leading for paragraph breaks?
    Thanks in advance!

    joymiki wrote:
     …the last line of every paragraph has more spacing above it than the rest of the paragraph.
    Do you mean that, or is there more space below the last line of the paragraph? If you mean below, I'd say to check the space-after paragraph attribute. If you really do have space above the last line of a paragraph, you probably have some keystrokes within that last line set with a different leading as a local override. A pure paragraph style wouldn't do that, because there is only one leading amount for a paragraph without using local overrides. The first place I'd check is the paragraph return. If you select just the return (double-click after the final punctuation mark, or place the cursor at the beginning of the next paragraph and hit the left arrow while holding the shift key), you can see if the return character has a different leading than the rest of the paragraph.
    Another possibility is baseline shift, that that's far less likely.

  • Tab and/or Table Question?

    Is there a way to make the output print under headings like columns on
    a simple Java app?
    My code is fine, it complies and works and even has an illusion of
    printing the way I want it too. But what I want is for the output to actually
    print under headings.
    //Inventory Program Part 1
    //Inventory enters and displays Part information
    *Parts used for testing include Glass Break: part # FG730,
    *Motion Detector: part# Aurora, and W/L Contact: part # 5816.
    *any quantity for units on hand and unit price is appropriate
    *for testing purposes.
    import java.util.Scanner;    // program uses class Scanner
    import java.text.*;
    public class Inventory
    private static void Quit()
            System.out.println("Goodbye");
         System.exit (0);
        // main method begins execution of Java application
        public static void main(String args[])
            Part part = new Part();
            // create Scanner to obtain input from command window
            Scanner input = new Scanner(System.in);
         while(true)// starts loop to test name
                 System.out.print("\nEnter Part Name (stop to quit):  "); // prompt for name
                       part.setName(input.nextLine());   // get name
                 if(part.getName().compareToIgnoreCase("stop") == 0)
                    System.out.println("Stop entered, Thank you");
                    Quit();
                    } //end if
                    System.out.print("Enter part number for " + part.getName() + ":  ");  // prompt
                     part.setitemNum(input.nextLine());    // read part number from user
                    System.out.print("Enter Units on hand: ");    // prompt
                    part.setunits(input.nextDouble());    // read second number from user
                             if(part.getunits() <= 0)
                                    System.out.println ("Invalid amount, Units on hand worked must be positive");
                                    System.out.print("Please enter actual units on hand: ");
                                    part.setunits(input.nextDouble());
                               } //end if
              System.out.print("Enter Unit Price: $ ");    // prompt
                    part.setprice(input.nextDouble());    // read third number from user
                             if(part.getprice() <= 0)
                                    System.out.println ("Invalid amount, Unit Price must be positive");
                                    System.out.print("Please enter actual unit price: $ ");
                                    part.setprice(input.nextDouble());
                               } //end if
              System.out.println( "Part #\tPart Name\tUnits On Hand\tUnit Cost\tTotal Cost" );
              System.out.printf( "%s\t%s\t%.2f        \t%.2f       \t$%.2f\n",
                   part.getitemNum(), part.getName(), part.getunits(), part.getprice(), part.getvalue());
              input.nextLine();
              }//end while
        }// end method main
    } // end class Inventory
    // Class Part holds Part information
    class Part
       private String name;
       private String itemNum;
       private double units;
       private double price;
       //default constructor
        public Part()
            name = "";
            itemNum = "";
            units = 0;
             price = 0;
        }//end default constructor
        //Parameterized Constructor
        public Part(String name, String itemNum, double units, double price)
            this.name = name;
            this.itemNum = itemNum;
            this.units = units;
             this.price = price;
        }//end constructor
         public void setName(String name) {
            this.name = name;
           String getName()
              return name;
        public void setitemNum ( String itemNum )
            this.itemNum = itemNum;
        public String getitemNum()
              return itemNum;
        public void setunits ( double units )
            this.units = units;
        public double getunits()
              return units;
        public void setprice ( double price )
            this.price = price;
        public double getprice()
              return price;
        public double getvalue()
              return (units * price);
    }//end Class Part

    My printf() skill is rather rusty but this might help:
    import java.util.*;
    public class InventoryX{
      private static void Quit(){
        System.out.println("Goodbye");
        System.exit (0);
      public static void main(String args[]){
        Part part = new Part();
        Scanner input = new Scanner(System.in);
        while (true){
          System.out.print("\nEnter Part Name (stop to quit):  ");
          part.setName(input.nextLine());
          if (part.getName().equalsIgnoreCase("stop")){
            System.out.println("Stop entered, Thank you");
            Quit();
          System.out.print("Enter part number for " + part.getName() + ":  ");
          part.setItemNum(input.nextLine());
          System.out.print("Enter Units on hand: ");
          part.setUnits(input.nextDouble());
          while (part.getUnits() <= 0){
            System.out.println
              ("Invalid amount, Units on hand worked must be positive");
            System.out.print("Please enter actual units on hand: ");
            part.setUnits(input.nextDouble());
          System.out.print("Enter Unit Price: $ ");
          part.setPrice(input.nextDouble());
          while (part.getPrice() <= 0){
            System.out.println ("Invalid amount, Unit Price must be positive");
            System.out.print("Please enter actual unit price: $ ");
            part.setPrice(input.nextDouble());
          String fmtStr = "%-7s %-10s %14s %14s %14s\n";
          System.out.printf(fmtStr, "Part #", "Part Name",
              "Units On Hand", "Unit Cost", "Total Cost");
          String inum = part.getItemNum();
          String name = part.getName();
          String units = String.format("%.2f", part.getUnits());
          String price = String.format("%.2f", part.getPrice());
          String value = String.format("%.2f", part.getValue());
          System.out.printf(fmtStr, inum, name, units, price, value);
          input.nextLine();
    class Part{
      private String name;
      private String itemNum;
      private double units;
      private double price;
      public Part(){
        name = "";
        itemNum = "";
        units = 0;
        price = 0;
      public Part(String n, String m, double u, double p){
        name = n;
        itemNum = m;
        units = u;
        price = p;
      public void setName(String n) {
        name = n;
      String getName(){
        return name;
      public void setItemNum (String m){
        itemNum = m;
      public String getItemNum(){
        return itemNum;
      public void setUnits (double u){
        units = u;
      public double getUnits(){
        return units;
      public void setPrice (double p){
        price = p;
      public double getPrice(){
        return price;
      public double getValue(){
        return (units * price);
    }

  • Can you get your ipod touch screen fixed for free if its the first time that is broke?

    my friend broke her ipod screen and she took it into apple and they fixed it for free so can i get my fixed for free.

    If someone breaks part of their device (intentionally or otherwise) it is not covered by the 1 year warranty so I'm not sure why she would have had it fixed for free.
    If you are interested in finding out repair pricing make an appointment with a Mac Genius at an Apple store or contact AppleCare via phone.
    Cheers.

  • Searching for a good file manager

    I'm searching for a good file manager. Konqueror 3.5 is quite good, dolphin 4.1 and konqueror 4.1 are not. Since konqueror 3.5 is going to die due to lack of support in the future, I kind of need to find a new good file manager...
    Do there exist file managers with the following features?
    Many of these features are things I thought were quite logical to be in a file manager, but seem to be missing in most "modern" ones...
    -independent of any desktop (gnome or KDE), just a standalone program
    -preferably not being both a web browser and file manager in once, at least not in an annoying way. Konqueror 3.5 shows that being that combination is possible without being annoying.
    -ability to have a tree view of the folders on one side and list view showing the files and subfolders of the folder currently selected in the tree on the other side
    -detailed list view showing at least filename, type, date and size, and the ability to sort according to any of these properties
    -a non-detailed view showing image contents would also be nice, to browse folders of photos or other images
    -ability to open files in certain programs if you doubleclick the file, NOT open it by singleclicking, singleclicking may only select it
    -ability to select multiple files by dragging box around files or using keys like "ctrl" and "shift"
    -ability to do "open terminal here" or type terminal commands in the current open directory
    -must have ability to drag files from one folder to another, from list view to tree view and vica versa, to move or copy them
    -and must have ability to use "ctrl+c" and "ctrl+v" to copy files and foldes from here to there
    -multiple tabs is a huge plus
    -favorites (to local folder paths) is also a huge plus
    -preview of files when hovering the mouse over them is nice
    -must have ability to zip and unzip (or other compression formats) folders by just right clicking them and choosing a zip/unzip command there
    -in addition to that, must also have ability to browse through a zip file as you would through a normal directory, and drag files from the insides of the zip file to the tree view to automatically unzip those files there, and of course "ctrl+c"/"ctrl+v" should also work to copy a file from the inside of the zip file, to some other folder on your disk
    -no horizontal autoscrolling in the tree view, that is an invention straight from the abyss...

    I know exactly how you feel about KDE 4 vs. 3 -- Konqueror was the best part of KDE for me (pretty much the only part I ever used, actually; my window manager is a slightly modified version of WMII and I generally loathe "desktop environments"). KDE 4 ruined it, completely and utterly.
    I submitted about 20 different bug reports about Konqeuror 4, mostly features that they'd deleted or mangled; some of them are starting to be addressed now. I don't think they'll ever fix the speed issues though, because those are dependent on the underlying KDE 4 libraries as far as I can tell -- it's as if KDE 4 were purposely and deliberately designed to be slower than KDE 3. Even if they fix all of its deficiencies, that'll probably keep me from using it...
    Right now there's KDEmod, which will hopefully maintain its KDE 3 branch for a while longer. It's starting to show some problems, though; I haven't been able to get kdemod konqueror 3 to work fully out of the box (the settings pages are all blank). On my main machine, I somehow managed to hack together some of the KDEmod3 packages so that I have a functional konqueror 3 running alongside the Arch repository's version of KDE4. I'm afraid to pacman -Syu now, though, because it will probably break horribly :P
    I don't remember exactly how I got konqueror 3 going like that, as I did it in my initial fit of rage after I did the pacman -Syu that got me KDE4 (a decision I have regretted ever since), but it was something like this:
    1. move /opt to /opt.kde4
    2. make a new /opt
    3. download several KDE 3 packages from the KDEmod3 repositories manually
    4. extract those packages into the new /opt with tar -xzf (NOT pacman!)
    5. try /opt/kde/bin/konqueror
    6. read reams of error messages about missing libraries, segfaults, etc.
    7. try to supply the missing libraries by downloading other kdemod3 packages and manually extracting them
    8. goto 5
    Then, when everything worked (sort of), I renamed some stuff so that 'konqueror' is konqueror 4 (I think having it konqueror 3 broke something else, but I don't remember what), and konqueror 3 is called 'k3nqueror'.
    If KDEmod3 ever goes away and there's no other good replacement file manager by then, I'll probably take the source code of KDE3 and try to make a standalone version of konqueror out of it. (Which will probably be quite a project because of how interdependent all the KDE components are.)
    Some features I "need" in a file manager, besides the ones you mentioned:
    - Konqueror's tree view (where you can expand folder branches in the file list)
    - Infinite view splitting -- I frequently have my konqueror windows split into 4, sometimes as many as 6 or 7 view panes. Very useful for sorting out files.
    - Selection rectangles are sensitive only over files -- I find full-row-select really annoying, because there are no guaranteed "blank" areas that you can click on to clear a selection. I also use this behaviour to grab long-named files that are interspersed with short ones, because they hilight first when the rectangle touches them (you wouldn't think this very useful, but surprisingly often you do want to do something to all the long-named files...)
    - Right-clicking on a folder and clicking "Paste" pastes into that folder, not the current one -- you'd be amazed at how many file managers get this wrong. I shouldn't have to cd into a folder just to paste some files there.

  • Do paging with header on a JSP page

    Hi:
    We have a data report displayed as a JSP page. The report displays 200 rows of data. We need to print these 200 rows report with a header/title on each page. And our user only wants to hit he Browser print button once. This would have been easy if we don't have to insert the header on each print page. But how can we print this multiple page report with a header? Do we need to use CSS? any help will be appreciated.
    reportPrinter

    Okay bear with me:
    Step 1: determine how many rows in a table with a header will print on a single page
    Step 2: Create a jsp that breaks your data down into tables of the row size determined above.
    For example if the data consists of 1000 rows and 50 rows w/ headers will fit on a page
    then the jsp will create 20 tables of 50 rows w/ headers each.
    Step 3: Use CSS to put page breaks between the tables.
    http://www.htmlgoodies.com/beyond/css_print.html
    Step 4: In the original JSP use the HTML LINK tag to link it to the JSP you just created
    http://www.gself.com/xbas/head/linking.htm
    <link rel="alternative" href="{new JSP url}" type="text/html" media="print" />
    Step 5: On the original JSP provide a button that when clicked on will call the JavaScript print function.
    Now what should happen is that when the button on the original JSP is clicked the JavaScript print function will be called but instead of the page displayed in the browser being printed the alternative page
    in the LINK tag will get printed. This alternative JSP page is formatted to print one table with headers per page.
    The only part of this that I have not used in a production web app iss the CSS page break part. The rest of it I know will work.

  • Style to change color of single column in list

    Hi,
    I need to get below functionality in results list. need to break part of sentence to another line with different color.
    How to achieve this.
    Thanks & Regards,
    Siva

    Hi
    check this solution
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/1f2f74b6-9260-4dc4-a093-a36947e1eb29/is-it-possible-to-add-colored-text-to-a-list-column-description?forum=sharepointgenerallegacy
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • IPhone 5S fall down

    Hello,
    My iPhone 5S just fell down (from my Knees to the ground) and I almost had a heart attack.
    I use an Element Ronin case for my iPhone.
    I just want to know if the fall can damage my iPhone?
    Also how can I perform a hardware test for my iPhone?
    Thanks,
    AMIT

    Hi Kramer,
    Thanks a lot for the reply.
    I check my iPhone by removing the case and thank God, no scratch or break parts!
    I must say the element case is tough.
    Also no damage to my screen as I have double protection with privacy screen protector.
    I restart my iOS and check everything like sound, parallax, wifi, camera, etc.... Everything OK.
    From now on, I'll take zillion care for my baby...

  • HD not detected

    I inherited a decapitated iBook G4 - 14 inch early 2004 (A1095) It had been dropped twice and was received in pieces after the hard drive was removed.
    I purchased a HD and new ribbon cable which I installed using the instructions from iFixit.com.
    The iBook will boot with my OS X 10.4 install DVD but the HD is not seen by Disk Utility nor do I hear it spin up.
    Would I suspect a logic board problem? Is there anything else I can try?
    I did try a second known good but smaller HD still using the new ribbon cable. It too did not spin up nor was it seen by Disk Utility.
    I hate to throw the iBook away. Can it be booted from an OS 9 System Folder on a USB flash drive?

    There is a distinct possibility the logic board may have been damaged;
    and some components on there may no longer be able to function.
    Were you able to test with a multi-meter the power outputs and any
    other indications the hard disk drive you installed had any electricity?
    The cable is one thing, yet the drive may not have power. Also, there
    is an ATA controller and other stuff. Dropping a live computer could
    result in component failure due to impact as well as arc shorting of
    the actively breaking parts with electricity through them.
    And, some other part or wire may be broken, and maybe not the
    main board. Those are fragile components if they get hit hard
    against a hard enough surface on the wrong angle a few times.
    Have you tried seeing if an external FireWire enclosed drive could be
    used as a boot disc and receive an installation of OS X from the
    optical drive's installer disc? Not all FW drives are bootable models.
    {I've heard of some portable Macs being turned into desktop units
    and a few conversions (older G3 PowerBook, etc) used a flash-type
    memory disc as a hard drive for pre-X systems. Not sure how.}
    Good luck & happy computing!

Maybe you are looking for

  • Returning to the parameter form in a report after closing the report page

    hi all, tell me a way to get the following solution how can we return back to the parameter form of a "parameterised report" after closing to the report window. i ve tried a little bit with "srw_run_report" reply me as quick as possible prabhakaran

  • Win XP wireless client slow to acquire address when connecting to TC

    Hi, I've recently set up a Time Capsule to act as a wireless router and network storage for my home network. It replaces a Linksys WRT54GL wireless router using DD-WRT firmware. Network design is fairly simple: cable from wall > cable modem > TC's WA

  • Problem with installing snow leopard 10.6.3... :(

    Hi everybody I wanted to install snow leopard 10.6.3. After loading first, I format hard drive and and installing first, it fell in a loop! in each loop, you should install mac os x! and I can't eject DVD. please help me!

  • Why is the visual editor such a pain?

    When I drag and drop components from the Component Palette to a page in the visual editor, instead of the UI component, I see the component with box outline in the design view of the visual editor. A few others have complained about this problem too.

  • How to add F4 pop-up to a zfield (appended in the structure) in the search.

    Hi Friends, I have a doubt and need your help to get it resolved. I have a search view, and i have appended a field Product_hierarchy to it. now the field is displayed in the UI . I have added the component usage of the product category search help i