[SOLVED] KDE issues (takes 10 minutes to start, oxygen theme)

Hi everyone,
after today's update, KDE is taking about 10 minutes to fully start (instead of 5 seconds - i have an SSD), about 3-4 minutes to get over the splash screen,
then 3-4 minutes black desktop, and then slowly the taskbar, then the icons on systray and so on.
First i thought the changes with the "filesystem" package totally broke KDE, but no, it starts if i wait... the CPU, HDD are on idle, i have no idea what is waiting for
so long, also i have no idea what to check in which logs ... help is appreciated or any idea where i could start checking.
Also the oxygen theme is gone from GTK apps, like firefox, i have the ugly old gtk style ... (like here http://www.gefoo.org/generalfoo/uploads … 4.8.1.png)
Thanks.
Last edited by LyCC (2013-06-04 16:40:32)

Hi pbera and thanks,
i did the
pacman -Rn oxygen-gtk2 oxygen-gtk3
pacman -S oxygen-gtk2 oxygen-gtk3
restarted firefox, nothing ... after reboot however it's ok now, all gtk apps have the oxygen style (probably something wasn't updated with the oxygen package update ... who knows).
About KDE i suspected it's the Network manager to blame since i noticed later that it was completely missing, so i removed and installed again, rebooted but still the same 10 minutes untill kde loads ...
then i remembered that i renamed the /sbin to /sbin.old and the /usr/sbin to /usr/sbin.old because there ware some files in it before the update, despite
$ pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -
telling me that no one uses those folders, the following files ware left in them:
ls /sbin.old/
ls -l /sbin.old/
total 92
-rwxr-xr-x 1 root root 18880 Oct 12 2012 halt
-rwxr-xr-x 1 root root 40624 Oct 12 2012 init
lrwxrwxrwx 1 root root 4 Oct 12 2012 poweroff -> halt
lrwxrwxrwx 1 root root 4 Oct 12 2012 reboot -> halt
-rwxr-xr-x 1 root root 6280 Oct 12 2012 runlevel
-rwxr-xr-x 1 root root 23304 Oct 12 2012 shutdown
lrwxrwxrwx 1 root root 4 Oct 12 2012 telinit -> init
and
ls /usr/sbin.old/
ck-log-system-restart ck-log-system-stop dl10k1 ld10k1d rc.d
ck-log-system-start console-kit-daemon ld10k1 NetworkManager
now, i took these files (of which a bunch are junk for sure) and copied back into the new /usr/bin, rebooted, and bingo ...
I marked the topic as solved, but i have no idea which of these files caused the issue. The only single one that was of these present in the new usr/bin was the NetworkManager, which i reinstalled as I mentioned already ... so, i have no clue why, but it's working fine now ...
[strike]edit: i wanted to ask, which package contains the poweroff, reboot, etc. commands? since those ware left in the old sbin and pacman didn't know of any package containing them.[/strike]
Last edited by LyCC (2013-06-04 18:13:02)

Similar Messages

  • Lexmark C544DN network attached printer takes minutes to start printing job

    I recently purchased a macbook pro 13" i am moving from a windows 7 environment. My network attached Lexmark C544DN takes up to 2 minutes to start printing the print job, it did not act this way under windows. I have gotten the latest firmware and drivers for the printer, from the Lexmark website, in attempt to figure out the problem. My network hub- router is an airport extreme. I have noticed that at times when surfing the internet safari pauses when loading the page, this appears to be random not associated with certain websites. Not sure if the two are related but since both are using network protocols one may have to do with the other.
    I am looking for things to look into that may cause such a problem and how to look into them as I am fairly computer savvy but my experience with the Mac OS X 10.6.5 is limited to going on two weeks now.
    I should probably mention that the Mac network is solo not a hybrid with windows and mac together.
    Thanks for any advice that can be given on this problem.
    tjhinmn

    I am sorry, you are still on the consumer forums. To get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at Printers - LaserJet. Just click on the New Post button.
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • My iTunes match on my MacBook Pro hasn't worked since Mountain Lion install. Tried Apple Tech but all their suggestions didn't solve the issue. Guess I will try them again on Monday. Clearly this is a common problem and a Mountian Lion conflict issue.

    iTunes match hasn't worked since Mountain Lion install. Cloud icon keeps striking~ off. Won't upload new tracks to iTunes match. Just the eternal circle of step one, two, freeze....then tries again but never gets completed. Worked fine before Mountain Lion. Apple tech tried over phone for an hour but it didn't solve this issue. See others are in the same boat. Any help with this, please??

    Same issue here with a MacBook pro recently upgraded to Mountain Lion.  I hadn't tried iTunes Match prior to the upgrade so can't say whether or not it worked previously.
    Getting quite frustrated!

  • Macbook air 11" blacks out takes minutes to start back up again.

    I have had this problem on and off since last November. First started when I using a LCD projector and I thought that was the issue. Last time it did it was last night...did it a number of times in succession. Now I am flipped out because this the my travel laptop. I will be working on ti, it blacks out and shuts down. Sometimes it stays down for a minute other time it stays that way for longer.
    Is someone else having this problem?

    HI..
    Try a Safe Mode boot.
    Startup your Mac in Safe Mode
    A Safe Mode boot takes much longer than a normal boot so be patient.
    Once you are in Safe mode, click Restart from the Apple  drop down menu.
    Then monitor to see if the Mac blacks out again.

  • [SOLVED] Multiple issues preventing MPD from starting

    Hey, Arch noob here. I installed MPD and ncmpcpp according to the Wiki. However, I cannot get MPD to run.
    Terminal output after running the mpd --verbose --no-daemon command:
    config_file: loading file /etc/mpd.conf
    server_socket: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
    fatal_error: Failed to set group 45: Operation not permitted
    This is the journal output, after systemctl start mpd:
    Sep 10 23:37:34 arch sudo[7173]: lightning : TTY=pts/3 ; PWD=/ ; USER=root ; COMMAND=/usr/bin/systemctl start mpd
    Sep 10 23:37:34 arch sudo[7173]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Sep 10 23:37:34 arch sudo[7173]: pam_unix(sudo:session): session closed for user root
    Sep 10 23:37:35 arch mpd[7176]: server_socket: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
    Sep 10 23:37:35 arch mpd[7176]: mapper: Failed to stat directory "/mnt/DATA/Music": Permission denied
    Sep 10 23:37:35 arch mpd[7176]: errno: Failed to open database file "/var/lib/mpd/mpd.db": No such file or directory
    Sep 10 23:37:35 arch dbus[246]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 10 23:37:35 arch dbus[246]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory.
    Sep 10 23:37:35 arch mpd[7176]: state_file: failed to open /var/lib/mpd/mpdstate: No such file or directory
    Sep 10 23:37:35 arch mpd[7176]: update: Failed to stat /mnt/DATA/Music: Permission denied
    My /etc/mpd.conf, just for kicks:
    # See: /usr/share/doc/mpd/mpdconf.example
    user "mpd"
    pid_file "/run/mpd/mpd.pid"
    db_file "/var/lib/mpd/mpd.db"
    state_file "/var/lib/mpd/mpdstate"
    playlist_directory "/var/lib/mpd/playlists"
    music_directory "/mnt/DATA/Music"
    audio_output {
    type "alsa"
    name "Intel [HDA Intel]"
    mixer_type "software" # optional
    DATA is a NTFS partiton mounted to /mnt/DATA through fstab, as explained in the Beginner's Guide (I think).
    If you need more information or would like me to change something in this post, feel free to ask.
    Thanks!
    Last edited by noobshit (2014-09-14 01:00:54)

    I believe the permissions should already be set, according to my fstab:
    # /dev/sdb1
    UUID=984791e7-1af3-4d5d-9a9b-b1c363a0d73a / btrfs rw,relatime,space_cache 0 0
    # /dev/sdb5 LABEL=DATA
    UUID=480DD2BD2018AB6E /mnt/DATA ntfs rw,nosuid,nodev,relatime,uid=lightning,gid=users 0 2
    # /dev/sda1 LABEL=Sistema\134x20Reservado
    UUID=58C633D5C633B1DC /mnt/winC ntfs rw,nosuid,nodev,relatime,uid=lightning,gid=users 0 2
    # /dev/sda2
    UUID=966A33666A334273 /mnt/win2 ntfs rw,nosuid,nodev,relatime,uid=lightning,gid=users 0 2
    # /dev/sda3
    UUID=3632E40132E3C449 /mnt/win3 ntfs rw,nosuid,nodev,relatime,uid=lightning,gid=users 0 2
    /DATA/Music /var/lib/mpd/music none bind
    The usb drive has no hardware switch, and thunar mounted it I believe, through either gvfs or thunar-volman. I did find this entry in journalctl:
    Sep 11 22:01:32 arch kernel: ntfs: (device sdd1): load_system_files(): $LogFile is not clean. Mounting read-only. Mount in Windows.
    Probably because I didn't eject it the last time I used it...

  • IMac 27" late 2012 hard to sleep : start using on August it is easy to sleep but just few days ago ,it take half a minute to start sleep .

    iMac 27" late 2012 hard to sleep :
    - I start use this brand new iMac from August 2013  ,it is easy and quickly to sleep .  Just few day ago  it takes half a minute to sleep  .
    At same time  the old iMac 20"  2007  got same problem .
    Please help me to know what happen.
    Thanks to our Apple Support Communities,
    Garmin 108

    Same problem here - only with a 2012 Macbook Air running 10.8.2
    (very accurately described above )
    After MBA sleeps and you try to wake it up, screen does not refresh properly and only refreshes where the current mouse cursor is.
    If you close the lid, and then re-open the MBA then functions correctly.
    I also have an issue where the MBA will suddenly crash while asleep and then will require a hard reset.
    Not sure if related though.
    I just reset smc/pram - will report back if this does not solve the issue.
    If you don't hear from me again, then reseting solved it!

  • Im using a Macbook Pro, running a Mac OS 10.6.8, with 400GB  free of space and it is running slow. It takes 10 minutes to start up and things like that. What should I do?

    Im using a Macbook Pro, running a Mac OS 10.6.8, with 400GB  free of space and it is running slow. It takes more than 15 minutes to start up and things like that. I cant seem to do anything as it is so slow. The 'beachball of death' is also present during start up. What should I do? Please help

    Try these two steps first. 
    Get the Original Installation disk and boot the MBP holding down the C key.  When you get to the point where you see a menu bar on the top of the display, select UTILITIES.  From the drop down menu select DISK UTILITY>FIRST AID.  Run verify and repair.
    See if there is any improvement.
    Try a Safe Boot:
    http://support.apple.com/kb/HT1455
    This might indicate that third party applications are an issue.
    Ciao.

  • ITunes takes 30 minutes to start

    After recently installing the newest iTunes update, iTunes has been taking about thirty minutes to start. Whenever I attach a device, such as an iPhone or iPod, or even put in a CD, similar results ensue, with iTunes taking another 10-20 minutes to respond, completely frozen all the while. I've read about this problem as much as I could online and I know it does not have to do with any kind of conflicting LSPs. I've uninstalled and reinstalled several times now, which has done absolutely nothing. Could it be as simple as downgrading to a previous version? Any assistance would be appreciated.

    Hello idnasyarrel,
    Thank you for providing the details of the issues you are experiencing when launching and using iTunes.  I found an article with steps you can take to isolate and troubleshoot an issue like this:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Mac book now takes about 10 minutes to start up and all applications "unexpectedly quit" every time before they've opened. What did I do???

    Mac book takes about 10 minutes to start up and all applications "unexpectedly quit" even before they open. What did I do???

    are you using sample base instruments in those projects a lot using exs or kontakt? when paths to samples get messed up for some reason it can result in along waiting times each time a project is loaded.
    lately my kontakt samples get loaded without any sign of activity. if it is a large orchestral score i see a dead screen for quite a while before suddenly everything pops up and is ready to work with. i recall seeing progress bars or similar things in the past though...
    repair permissions and defragging (idefrag) may help as well.
    btw. i can drink as much coffee as i want late at night, even five minutes later i can sleep well. seems i am immune. but right now i am also having plenty of hardware issues to deal with so that's a good thing i guess...!

  • Mac Mini takes 15 minutes to start-up ... not kidding

    So my Mac Mini 1.83 GHz Core 2 Duo takes 15-20 minutes to start-up. I see the apple logo then it goes to a grey screen forever and then finally loads up. Anyone have any ideas? I have upgraded the hard drive and memory and it is still the exact same issue.

    the only thing that would make sense is the pram battery ... I'll try that. The other suggestions point at hard drive issues and I installed a brand new drive ... fresh off the shelf with a fresh copy of 10.6. Thanks for the link.

  • IMac 2.8 Ghz, Intel Corei5 with 8gb of ram takes 5 minutes to start up! why so slow???

    I ran MacKeeper yesterday to see if I had problems with something, it cleaned up a lot of stuff, but still, this morning it took 5 minutes to start up!

    MacKeeper is malware and may the reason for your problems. No maintenance software of any type is needed for OS X, it will maintain itself! OS X is NOT MS Windows and does not require a lot of user intervention to run smoothly. Following Apple's instructions in your owners manual is your best bet!
    Please follow the developers instructions for removing MacKeeper immediately!!!!!!!
    To solve your startup issues first check System Preferences - Users & Groups - Login Items  and remove applications and files that are not needed on startup.
    Also if you are running Lion or later (10.7.x) then quit applications prior to shutdown and/or follow the onscreen directions when shutting down. Also please carefully read your owners manual about shutting down your system, Apple recommends putting the system to sleep.
    Finally please complete your profile, attempting to help someone when we don't know anything about their system is difficult at best. If you don't know how please click Profile Update for instructions.

  • Hithere   is any one now why my macbook take 20 minutes to start up? please help

    hi there   is any one now why my macbook take 20 minutes to start up? please help

    ... I then downloaded MacKeeper and to clean my MacBook up 
    Whatever was wrong MacKeeper made it worse. Get rid of that junk.
    http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    Only when you are completely certain that MacKeeper is completely eradicated, fix the problem. Do not install some magical cure-all. There are no such things. They can only waste your time and money as they make your problems worse.
    General purpose Mac troubleshooting guide: Isolating issues in Mac OS X

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • My toolbar is missing and there is a button where it used to be that says "Please re-install the Toolbar" but when I click on it nothing happens? Also when I start Firefox I get a script running error how do I solve these issues?

    My toolbar is missing and there is a button at the top left that asks me to "Please re-install the Toolbar" but when I click on it nothing happens???
    Then when I start Mozilla I get a long delay before it launches and a script running error "A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
    Script: chrome://tavgp/content/libs/include.js:595"
    How do I solve these issues???

    No idea - and you provide no clues
    what version of iPHoto do you have? Of the OS? is the iPhoto icon you are speaking of in the Dock?
    re-read your post and try to provide information using standard Mac terms since we can not see you or your computer and only have your worrds to let us try to help you
    Somehow my "IPhoto" icon now says "Preview".  When I click on "Preview" nothing opens up except the bar says Preview.  When I click on the Preview on the bar, a box opens up with different items, except when I click on any of them, there is nothing there.  The only thing that work is the "quit preview".  However, it is still there where my IPhoto icon should be.  I can't get into my IPhoto.  How do I get rid of this "Preview" and how did it end up taking over the IPhoto icon???
    If you go to your Applications folder and double click on iPhoto what happen?
    LN

  • I'm trying to sync a new i phone to i tunes.  I get message that says cannot be used because the apple mobile device service is not started.  Any idea what I can do to solve this issue?

    I'm trying to sync a new iphone into i tunes.  I'm getting a message that says that this iphone cannot be used because the apple mobile device service is not started.  Any idea what I can do to solve this issue?

    See Here...
    AMDS for Windows
    http://support.apple.com/kb/TS1567
    AMDS for Mac
    http://support.apple.com/kb/ht1747

Maybe you are looking for

  • IPad shows "No Data" for Videos when I have movies stored.

    Short version: I've had lots of issues with downloading movies to my iPad from iTunes.  When it works, the "videos" section under Settings > General > Usage shows "No data" as if it's not reading the storage.  I'll have 6 movies but it shows nothing

  • WebLogic and SSL: supplying private key password upon startup

    Hello, Does BEA have an API I can use to customize the WebLogic Server startup? I have a password callback function that I would like the WebLogic Server to call when it needs the password for decrypting the server certificate private key... -- POCO

  • My HP Pavillion w/Windows XP will not recognize my new External HDD

     HP Pavillion w/Windows XP Media Center   m7267c Desktop PC Is it necessary to pay a outside Driver manager to restor the ability of my PC to instal Driver Software for devices that the specific Mfg states should already have present on my OS? I purc

  • Apple video adapter

    if i buy an apple video adapter to use a tv as a display will I be able to have the ibook closed and still view it onthe tv?

  • Mavericks install problems - repeatable

    I have attempted to install Mavericks on my iMac 7,1 twice now with the same result.  The software will download and install until the progress bar reaches one minute, at which point it may take 5-15 minutes to complete.  Following that the system re