[SOLVED] KDE will not start, not sure if I set it up correctly

I installed ArchLinux today and I've been looking through the Wiki to get things setup.
In the Desktop Enviornment page it says to install the Xorg server first before installing an enviornment, so I installed xorg-server with: pacman -S xorg-server
I edited /etc/rc.conf to include 'dbus' in the Daemon array
I installed KDE with: pacman -S kde
I edited /etc/inittab to comment out:
  #id:3:initdefault:
  #x:5:respawn:/usr/bin/xdm -nodaemon
and uncomment:
  id:5:initdefault:
  x:5:respawn:/usr/bin/kdm -nodaemon
as it said to on the KDE page.
Then I restarted and used 'root' as login and all I saw was the terminal.
I'm not sure if I missed anything (I read through the KDE, Desktop Environment, Xorg, and DisplayManager pages) or if I just did something wrong.
Any help would be appreciated, thank you!
Last edited by harsha (2012-08-04 00:51:26)

First, you shouldn't try to login to X as root.  Login as your user.
Also, I'd suggest following the beginners guide through testing TWM to make sure you've installed X correctly before you try to get KDE running.
After you've made it through those two steps (or if either fails), come back with the error messages or output you get in the attempt.

Similar Messages

  • [Solved]Laptop does not start (not even bios)

    Hi all,
    I was about to install archlinux on my laptop. When I generate partitions (I used GPT), I saw something like this:
    "If you have a BIOS motherboard (or plan on booting in BIOS compatibility mode) and you want to setup GRUB on a GPT-partitioned drive, you will need to create an extra BIOS Boot Partition of size 1 or 2 MiB and EF02 type code. Syslinux does not need one."
    So, I was planning to make this. When I run cgdisk, I was that lthere was a 1007kb unusued(?) space. So I thought I can use this space for boot sector. Then I changed its type to EF02. When I did this, my laptop shutted down quickly and does not start again. When I press the power up button; I hear the usual starting noise, and then it shuts down again.
    What did I do to my laptop?
    What I tried:
    Remove battery, wait for 5 minutes, try again
    Remove hdd, try again
    Unplug&plug bios battery, try again
    Edit: Solved with a shame. Wall-charger was unplugged. This topic can be removed.
    Last edited by firatakandere (2013-12-24 17:09:56)

    firatakandere wrote:Wall-charger was unplugged. This topic can be removed.
    Why?  Others may learn for your experience
    Welcome to Arch Linux.

  • Windows Server Backup scheduled task run successfully but backup do not start (not running) on Windows Server 2012

    Hi,
    A backup job has been setup on Windows Server 2012 (Platform: Win32NT; ServicePack: ; Version: 6.2.9200.0; VersionString : Microsoft Windows NT 6.2.9200.0) via Windows Backup Software UI (Local Backup 1.0).
    It is appearing as a scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup" belonging to user 'nt authority\system' in task scheduler.
    The problem is that the Backup job never start despite the scheduled task running and completing successfully (when run automatically or manually)!
    Would you be able to explain why and assist in resolving that issue?
    Here is what we know:
    When the backup is run manually via the Windows Backup Software UI, it works fine.
    When the backup is run via command line (as set in schedule task) in a cmd command prompt (as local/domain 'administrator' or as 'nt authority\system' which is possible by running command prompt via 'PsExec.exe -i -s cmd'), something like "%windir%\System32\wbadmin.exe
    start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet", it works fine.
    If you manually run the preset scheduled task while logged in as administrator, the task run and complete successfully but the backup job does not start.
    Idem if you schedule task is run automatically at scheduled time.
    The schedule task run and complete successfully but the backup job does not start.
    It is confirmed by running the following in a command prompt as 'nt authority\system':
    schtasks /run /tn "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup"
    SUCCESS: Attempted to run the scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup".
    Despite success result, the Backup job does not start running...
    No errors or warning appears anywhere in Event Logs (Microsoft > Windows > Backup or Task Scheduler) nor in the scheduled task History tab. The schedule task complete successfully but no Backup job is run...
    If scheduled task automatically set by Windows Backup software is duplicated (copied) and set manually it runs fine as 'administrator' and as 'nt authority\system' (subject that 'nt authority\system' is added to the 'Backup Operators' AD group).
    Here is an export of the current pre-set schedule task, is there any settings that need to be changed to make it works?
    <?xml version="1.0" encoding="UTF-16"?>
    <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Author>MYDOMAIN\SERVER1</Author>
        <SecurityDescriptor>D:AR(A;OICI;GA;;;BA)(A;OICI;GR;;;BO)</SecurityDescriptor>
      </RegistrationInfo>
      <Triggers>
        <CalendarTrigger id="Trigger 1">
          <StartBoundary>2014-07-14T21:00:00</StartBoundary>
          <Enabled>true</Enabled>
          <ScheduleByDay>
            <DaysInterval>1</DaysInterval>
          </ScheduleByDay>
        </CalendarTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>S-1-5-18</UserId>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>true</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>false</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
        <UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
        <Priority>7</Priority>
      </Settings>
      <Actions Context="Author">
        <Exec>
          <Command>%windir%\System32\wbadmin.exe</Command>
          <Arguments>start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet</Arguments>
        </Exec>
      </Actions>
    </Task>
    Thank you in advance for your feedback.

    Once again, the issue is not to run the backup manually from the command line but to have it run via the scheduled task setup by the Windows Backup software.
    By default, the schedule task is to be run as NT Authority\System, and when run under this account, the backup does not start (even though account is member of Backup Operators) and job can manually be run via elevated command prompt. This is not a normal
    behavior and constitute a major bug in Windows Server 2012.
    From my understanding the NT Authority\System account is a built-in account from Windows that should by default be part of the Administrators group (built-in) even though it does not explicitly appears like it in AD by default.
    This account shall have by default Administrators rights and Backup Operators rights (via the Administrators group) without being explicitly added to those groups (http://msdn.microsoft.com/en-gb/library/windows/desktop/ms684190%28v=vs.85%29.aspx). By design
    it is supposed to be the most powerful account which has unrestricted access to all local system resources. If that is not the case (as it seems) then this would constitute a major bug in Windows Server 2012 edition.
    As said previously and as you confirmed, currently by default NT Authority\System on Windows 2012 server cannot start backup manually via an elevated command prompt unless it is manually added to Backup Operators (or Administrators) group. But wouldn't that
    constitute a bug of Windows Server 2012?
    Our server has not yet been restarted since I added NT Authority\System account to the Administrators group explicitly manually so I cannot yet confirmed it would sort the issue. Indeed it is heavily in use so cannot easily be restarted. Will confirm when
    done.
    We also have an additional problem where after a while of last reboot, part of the Exchange ECP can no longer be properly loaded in the web browser due to compilation error (compilation is done via NT Authority\System account which seems to no longer have
    sufficient right to compile .NET code). What is strange is that it works at first and then stop working at some point... I am hopeful that adding NT Authority\System to the Administrators group would sort this issue as well but once again, that shall not be
    needed!!!
    Could a Windows Server 2012 update introduced some security policy changes or else that prevent NT Authority\System to have full power?

  • Encore 1.5 Transcoding could not start not enough disk space

    Dear all,
    I have a relative new raid 0 with four Hitachi (HDS721075KLA330) disks. At the moment I've got 2794.54 GB capacity (quite enough) and 1825.83 GB of free space. When finishing a Encore 1.5 project for making a DVD folder there is the error message: "Transcoding could not start there is not enough disk space available. 0 is available on E:\, 237.55 is required. Please free up disk space." Also messages during saving: "No disk space".
    The weird thing is I've hadn't had this error before using the same raid disks, but since a few days I am stuck.
    My OS is Windows CP Professional (SP2), 2 GB RAM, Radeon X1650 video card, Matrox RT.X100 video editing card. Thanks for your help.
    Hans Hermans

    If I remember correctly, this is a bug caused by the sheer size of your target array. In the olden days when 1.5 was the released version, Terabyte drives were uncommon, and the package could not actually see it as this large, and will throw this error.
    The workaround was to partition the target array into smaller sizes (less than 1 Terabyte) and you should be able to return back to normal.

  • 80gb Classic iPod is dying on me (Not Starting, Not Recognised...etc)

    Hi
    I have an 80gb classic iPod and I am having major trouble with it.
    It started with the iPod showing the Apple logo screen for a long time then a multilingual message saying I need to "Restore using iTunes" I have no problem with restoring, yet once I connect it to my Macbook Pro it is not recognised, not even in Disk Utility nor the USB list (from System Profiler). Now it doesn't even show the "Restore Using iTunes" message and just gets frozen on the Apple logo.
    It does however charge, I attempted the whole resetting thing but to no avail.
    Interestingly, the iPod automatically switches to 'Disk Mode' when I keep it connected to the computer, with the blinking "Do Not Disconnect" in old school screen. So I hurry to check with Disk Utility, NOTHING.
    So basically nor iTunes or the computer recognise it, and I want to restore it but it's being non responsive and I could seriously use some help trying something on my own before the trip to the shiny Apple Dealer here.
    Thanks in Advance.

    Well, here are a few other suggestions:
    try a different cable - one of the pins on your cable may be damaged
    try connecting to a different computer
    try connecting it to a different USB port on your computer
    try connecting it through a powered USB hub
    If none of these work, the only other suggestion would be to bring it (or send it) somewhere for diagnosis and repair. There are a few sites here in the States that offer this service, and I'm sure there is something available in the UK as well. They tend to be less expensive than asking Apple to service an iPod.
    I am not a Mac person (Windows for me), so I cannot give you any tips on attacking the problem from that side of things.

  • [SOLVED] KDE fails to start (kdeinit4)

    Hi everyone,
    I installed KDE 4.5 today, and when I start the session, it displays the splash screen but crash and show me the error message
    "Could not start kdeinit4. Check your installation."
    I already looked for information in the wiki and google, and I'm really lost.
    Thanks for you help.
    Last edited by mcordv (2010-10-05 20:12:58)

    I fixed. The solution is to edit /usr/bin/startkde:
    LD_BIND_NOW=true /usr/lib/kde4/libexec/start_kdeinit_wrapper +kcminit_startup
    if test $? -ne 0; then
    # Startup error
    echo 'startkde: Could not start kdeinit4. Check your installation.' 1>&2
    test -n "$ksplash_pid" && kill "$ksplash_pid" 2>/dev/null
    xmessage -geometry 500x100 "Could not start kdeinit4. Check your installation$
    exit 1
    fi
    and break the line:
    LD_BIND_NOW=true
    /usr/lib/kde4/libexec/start_kdeinit_wrapper +kcminit_startup
    That's all

  • Firefox does not start (not even safemode) but uses CPU

    I have the latest Firefox 25.0 (and latest Flash 11.9.900.117) on Windows 7 and the following behavior is reproducible. This started not too long ago.
    At first when I start Firefox nothing appears no matter how often I restart. However, in the process list I see firefox.exe at 25% CPU, 2x FlashPlayerPlugin_11_9_900_117.exe (0% CPU) and plugincontainer.exe. No matter how often I kill all of them, Firefox wouldn't restart.
    The following does also not help in this situation:
    * Starting in normal Safemode: Firefox opens up a Window but freezes immediately and does not respond. The process list shows the the same processes even though I find FlashPlayer unexpected.
    * Disable plugincontainer: Same results (just without plugincontainer.exe)
    * Deinstall Flash: Same results (just without FlashPlayerPlugin)
    The following can start Firefox once only:
    * Starting in Safemode but select "Reset Firefox": Firefox won't start right away, though. Nothing happens and you have to kill the processes. However the very next time you start Firefox the normal way, it works fine (but it shows FlashPlayerPlugin.exe in the Windows process list despite not Tab being open). Unfortunately, after closing Firefox the processes (Firefox, FlashPlayerPlugin) are not removed. I kill them and the trouble with Firefox not starting reappears again.

    I'm afraid not. As soon as I reset, Firefox disappears however two new FlashPlayerPlugin.exe processes start. Those together with firefox.exe remain as background processes and above cycle is the same.
    There is one difference between resetting in safemode-startup (Shift clicking while startup and chosing "Reset") and resetting from the Troubleshooting menu: Only the former allows for a subsequent single normal start (after killing the first attempt as described above).
    PS: My extensions did not get lost. Does that mean the "Reset" actually crashed? Also I'm using Sync.
    PPS: I've tried disabling all Plugins (Flash etc.). Now when I close Firefox, FlashPlayerPlugin does not remain as a process, however firefox.exe does at 25% CPU. And when I try to restart Firefox, I again get two FlashPlayerPlugin processes with all the above symptoms (Plugins remain disabled in the configuration). This plugin is probably not the cause as I also tried deinstalling it, but it may give an indication where Firefox gets stuck.

  • FCP will not start not even a splash screen

    I updated my 15" MacBook Pro to OSX 10.6.6 and now none of my Final Cut Pro projects will launch there is not even a splash screen that pops up. When I right click the FCP icon in the dock the only option it gives is to force quit. Has anyone heard of this happening in relation to an OS update?

    Okay. I finally got FCS 2 apps and the App Store to coexist, but not without considerable trial and error. There is definitely some bad blood between 10.6.6 and FCS 2 apps. I haven't been able to pinpoint the exact problem since the behavior I experienced with FCP and Compressor was very inconsistent, but I do have some solutions that might work. I don't guarantee they'll all work as they did for me, but it's worth a shot.
    1) Try launching FCP and waiting as long as you can when it hangs. Several times, if I waited long enough, the splash screen would magically appear and everything would start up as normal, even after a full minute or so.
    2) Delete the Final Cut Pro System ID file and re-enter your serial number after launching FCP. Make sure you have your serial number handy before you try this. The System ID file is located in ~/Library/Application Support/ProApps/. Deleting this file allowed the serial dialogue to come up, and after entering the serial, FCP launched successfully.
    3) If you have the time and patience, I highly recommend a totally clean install of 10.6 Snow Leopard and using the 10.6.6 Combo Update to get up to date. I managed to get a working Final Cut Pro and Compressor using this method, even though it was a pain in the ***. Using the Migration Assistant to transfer your files over will not break FCS2 apps. As a precaution, I did not transfer over any of my System Settings with the Migration Assistant. You can find the 10.6.6 Combo update here: http://support.apple.com/kb/DL1349
    From my tests, I think there is some problem in 10.6.6 with how OS X displays custom dialogue boxes, such as the kind that drop down from the menu-bar or FCS's custom dialogue boxes and splash screens. I get hangs in MAS when it tries to display the Apple ID login and FCS upon launching. The behavior is inconsistent, sometimes hanging for 30 seconds, other times indefinitely, and I don't have the technical expertise to understand why. However, I've ruled out a disk error through a clean bill of health from disk utils and running the same OS config from two different hard drives.
    Here's what I did:
    1. Verified internal hard drive and made a SuperDuper backup of my internal hard drive to an external drive.
    2. Wiped internal hard drive, installed 10.6 Snow Leopard, and installed Final Cut Studio from disks.
    3. Installed the 10.6.5 combo update. Used Software Update to get all software up to date, but unchecked the 10.6.6 update.
    Tested FCP: hang on startup.
    4. Deleted the System ID file.
    Tested FCP: asked for serial number, then completed launch.
    Tested FCP again: launched with no problem.
    Tested Compressor: launched with no problem.
    5. I wanted to test the System ID fix on my old setup. I booted to SuperDuper backup (10.6.6 from Software Update) and deleted the System ID file.
    Tested FCP: hang on startup.
    6. Booted to clean-install (now at 10.6.5) and applied the 10.6.6 combo update.
    Tested FCP: hang on startup
    7. Deleted the System ID file.
    Tested FCP: asked for serial number, then completed launch.
    Tested FCP: initially hung on startup. However, after about 30 seconds, it surprisingly launched with no issues.
    Tested FCP: took about 30 seconds to launch (no hang), but eventually displayed splash and launched with no issues.
    Tested Compressor: same as above.
    8. Migrated data from SuperDuper backup to 10.6.6 clean-install on internal drive using Migration Assistant. Excluded "Settings." I also deleted the System ID before testing.
    Tested FCP: asked for serial number, then completed launch.
    Tested Compressor: launched with no problems.
    Tested FCP: launched with no problems.
    9. I then launched the freshly installed Mac App Store. I clicked "install" for Evernote, and the app hung. However, after a moment, it displayed the Apple ID login drop-down from the menu bar. I entered my credentials and Evernote installed.
    Tested FCP: initially hung on startup, then launched without a problem.
    Tested FCP: launched without a problem.
    Tested Compressor: launched without a problem
    10. I decided to try one last little test. I deleted Evernote and launched both the Mac App Store and FCP at the same time. FCP hung on startup. I clicked "install" for Evernote again, and App Store hung. After a moment, though, FCP completed its launch AND the App Store drop-down asking me for my Apple ID appeared at the same time. This interested me, since it seemed to suggest that these were related incidents.
    I have some process samples from activity monitor for when FCP hung, if someone would find them useful, but I can't read them at all. Console showed the following whenever FCP hung:
    objc[192]: Class OutputTexture is implemented in both /Library/Application Support/ProApps/Internal Plug-Ins/ProFX/FxPlugWrapper.plugin/Contents/MacOS/FxPlugWrapper and /Library/Application Support/ProApps/Internal Plug-Ins/ProFX/QCMotionPatch.plugin/Contents/MacOS/QCMotionPatch. One of the two will be used. Which one is undefined. 1/11/11 1:18:36 PM [0x0-0x15015].com.apple.FinalCutPro[192]
    objc[192]: Class objCWrapper is implemented in both /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro and /Applications/Motion.app/Contents/Frameworks/Ozone.framework/Ozone. One of the two will be used. Which one is undefined. 1/11/11 1:18:37 PM [0x0-0x15015].com.apple.FinalCutPro[192]
    objc[202]: Class MIOTimecodeField is implemented in both /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro and /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/ProAppsIntegration.bundle/Contents/MacOS/ProApps Integration. One of the two will be used. Which one is undefined. 1/11/11 1:20:24 PM [0x0-0x18018].com.apple.FinalCutPro[202]
    objc[202]: Class MIOTimecodeFieldTextView is implemented in both /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro and /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/ProAppsIntegration.bundle/Contents/MacOS/ProApps Integration. One of the two will be used. Which one is undefined. 1/11/11 1:20:24 PM [0x0-0x18018].com.apple.FinalCutPro[202]
    objc[202]: Class MIOTimecodeFieldFormatter is implemented in both /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro and /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/ProAppsIntegration.bundle/Contents/MacOS/ProApps Integration. One of the two will be used. Which one is undefined. 1/11/11 1:20:24 PM [0x0-0x18018].com.apple.FinalCutPro[202]
    objc[202]: Class MIOTimecodeSearchFormatter is implemented in both /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro and /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/ProAppsIntegration.bundle/Contents/MacOS/ProApps Integration. One of the two will be used. Which one is undefined. 1/11/11 1:20:24 PM [0x0-0x18018].com.apple.FinalCutPro[202]
    objc[202]: Class ProMetadataQTMDStorage is implemented in both /Applications/Final Cut Pro.app/Contents/MacOS/../Frameworks/MIO.framework/Versions/A/MIO and /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader. One of the two will be used. Which one is undefined. 1/11/11 1:20:24 PM [0x0-0x18018].com.apple.FinalCutPro[202]
    objc[202]: Class OutputTexture is implemented in both /Library/Application Support/ProApps/Internal Plug-Ins/ProFX/FxPlugWrapper.plugin/Contents/MacOS/FxPlugWrapper and /Library/Application Support/ProApps/Internal Plug-Ins/ProFX/QCMotionPatch.plugin/Contents/MacOS/QCMotionPatch. One of the two will be used. Which one is undefined. 1/11/11 1:20:27 PM [0x0-0x18018].com.apple.FinalCutPro[202]
    objc[202]: Class objCWrapper is implemented in both /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro and /Applications/Motion.app/Contents/Frameworks/Ozone.framework/Ozone. One of the two will be used. Which one is undefined. 1/11/11 1:20:27 PM [0x0-0x18018].com.apple.FinalCutPro[202]

  • [SOLVED]KDE 4.4, file not found

    I did the sudo pacman -Sy --asdeps qt as stated in announcement, then sudo pacman -Su
    Proceed with installation? [Y/n] Y
    :: Retrieving packages from extra...
    error: failed retrieving file 'akonadi-1.3.1-1-i686.pkg.tar.gz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'akonadi-1.3.1-1-i686.pkg.tar.gz' from mirrors.kernel.org : Not Found
    error: failed retrieving file 'libv4l-0.6.4-1-i686.pkg.tar.gz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'libv4l-0.6.4-1-i686.pkg.tar.gz' from mirrors.kernel.org : Not Found
    error: failed retrieving file 'kdeplasma-applets-networkmanagement-1073182-1-i686.pkg.tar.gz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'kdeplasma-applets-networkmanagement-1073182-1-i686.pkg.tar.gz' from mirrors.kernel.org : Not Found
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    and this in the beginning:
    [felix@myhost ~]$ sudo pacman -Ss akonadi
    extra/akonadi 1.3.1-1
    PIM layer, which provides an asynchronous API to access all kind of PIM data
    extra/kdepim-akonadiconsole 4.4.0-1 (kde kdepim)
    Akonadi Management and Debugging Console
    [felix@myhost ~]$ sudo pacman -Su
    :: Starting full system upgrade...
    :: Replace kdelibs-experimental with extra/kdelibs? [Y/n] Y
    :: Replace kdeplasma-applets-networkmanager with extra/kdeplasma-applets-networkmanagement? [Y/n] Y
    resolving dependencies...
    warning: provider package was selected (phonon-gstreamer provides phonon-backend)
    kernel.org is updated hours ago when I check mmirror status and I already have Qt 4.6, what to do?
    What could be the problem?
    Thanks
    Last edited by Nibble (2010-02-09 16:57:24)

    Sounds like a good reason, as when I do pacman -Ss akonadi it shows up.
    EDIT: when speaking of which, it works.
    But:
    error: failed to commit transaction (conflicting files)
    kdelibs: /usr/share/apps/cmake/modules/FindKDevPlatform.cmake exists in filesystem
    should I just delete it(the file)? I have kdevelop installed along side cmake.
    Last edited by Nibble (2010-02-09 15:40:04)

  • [solved] KDE 4.4: Wallpapers not working.

    I just updated testing and it installed KDE 4.3.98, however now I cannot use wallpapers on my desktop, if I choose wallpaper in the desktop appearance window, there's no options to pick what image to display or anything, just the drop down telling the type of background.
    The same is also the case for the slideshow and weather backgrounds. I've got 'kdeplasma-addons-wallpapers-weather' installed, but could not find any package relating to wallpaper or slideshow.
    I did update Qt and phonon correctly before the upgrade, but for some reason I had to manually update "kdepim-akonadiconsole" due to dependency-issues, but I doubt it's related.
    I tried to look in .xsession-errors when using the desktop activity settings window, but I couldn't see any errors appear and if I click apply in the dialog, the background just goes white, no errors or anything.
    Last edited by Avenger (2010-02-05 13:51:36)

    wrc1944 wrote:I like the way Arch (or is it now just the kde defaults according to auto-hardware detection?) has just the right amount of desktop effects enabled.
    Iirc, arch tries to use vanilla (default) settings, and only patches stuff if it would cause major problems not to.
    wrc1944 wrote:I knew there was a warning about using the testing repo, but I've experienced no problems.  Is that warning no longer in effect?
    Ha! I too have experienced no (major) problems, but I still read arch-dev-public and watch out for any messages on updates

  • After updating Firefox to 3.6.14 it will not start, not even in safe mode after rebooting. Task Manager shows no Firefox running. I tried uninstalling Firefox & then reinstalling it. Stll won't start.

    I get only an error message: " XULRunner-
    Error: Platform version 1.9.2.13 is not compatible with minVersion >=1.9.2.14
    maxVersion<=1.9.2.14 "
    My system: Windows XP
    I've tried the tips on the Firefox help pages.

    I withdraw my 'I have this problem too'. My error was different, but a restart fixed whatever it was.

  • [SOLVED] KDE won't start after Xorg update(nvidia driver)

    After update, I disabled hotplug, with :
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    kdm starts normally, i can write login/password, i see kde boot splash, then desktop shows and after about 10 secs it is killed and goes back to login screen.
    I think the problem is with hal, because (Xorg.0.log):
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed
    Also (.xsession-errors)
    ERROR: The control display is undefined; please run `nvidia-settings
    --help` for usage information.
    Last edited by ojciec (2008-12-01 22:28:08)

    Well, I rebuilded my xorg.conf with
    Xorg -configure
    and it started working, even with evdev driver, just had to add
    Option "AllowEmptyInput" "False"
    in section "ServerFlags". I'm not really sure what caused that error.

  • [SOLVED] KDE won't start

    I've just installed Arch... again. I decided to go for KDE this time. I installed kde-meta-kdebase, have graphics drivers (xf86-video-intel) and everything. When I've try to run it by startx ("exec startkde" in my .xinitrc, copied from /etc/skel - everything done like always), the process ends after short blink of the screen. No error output now but before reboot it prompted "startkde: no such file or directory" - now no error message but it won't run anyway... there is /usr/lib/kde on my system but when I go
    # systemctl enable kdm.service
    - again: no such file or directory... it's like it's not installed the right way but pacman sees it. It was the same yesterday and I thought I just forgot about something so today I went step-by-step with Beginner's Guide... and still nothing. Only thing that is different from the usual system is zsh. Test xorg DE starts fine.
    Last edited by smsware (2014-03-13 02:08:48)

    I had kde-meta-kdebase installed but now I see that
    sms-linux% sudo pacman -S kdebase
    [sudo] password for root:
    :: There are 11 members in group kdebase:
    :: Repository extra
    1) kde-wallpapers 2) kdebase-dolphin 3) kdebase-kdepasswd
    4) kdebase-kdialog 5) kdebase-keditbookmarks 6) kdebase-kfind
    7) kdebase-konq-plugins 8) kdebase-konqueror 9) kdebase-konsole
    10) kdebase-kwrite 11) kdebase-plasma
    Enter a selection (default=all):
    it's not there by default. Is it a mistake by packager that it wasn't pulled by any of the packages and it's not listed there too? "Minimal install" section of Arch Wiki article about KDE is now invalid and it wasn't like that before... I just went here to type that "I don't know why but after installing some other kde packages, the problem dissapeared" - now I know why, thanks! :-)

  • Workflows Do Not Start - "Not Supported in Windows Authentication Mode"

    I have a publishing site that is using Kerbos authentication.  Everything on the site works fine.
    I created a simple workflow in SPD 2013 and published this to the site without any problems.  However when I try to start the workflow with the account of a user who is a member of the site it will not run.  In the browser an alert pop's up
    saying "Something went wrong.  To try again, reload the page and then start the workflow again".
    In the SharePoint log's I find the following:
    SharePoint Server              Workflow Services              aj5oh Exception  System.NotSupportedException: Not supported
    in Windows authentication mode.     at Microsoft.SharePoint.IdentityModel.SPIdentityContext.Create(SPUserToken token, Boolean isShareByLinkGuestUser)     at Microsoft.SharePoint.WorkflowServices.WorkflowServiceContextExtensions.GetApplicationUserCredentials(WorkflowServicesContext
    context) StackTrace:  at Microsoft.Office.Server.Native.dll: (sig=1f86b0bf-2440-4b16-9099-860a571153c2|2|microsoft.office.server.native.pdb, offset=131CE) at Microsoft.Office.Server.Native.dll: (offset=21C85) 799af29b-db87-0034-c938-8a35e4082ffc
    This is a dev environment where everthing is setup on a single box, and I registered the workflow service in HTTP mode (which I allowed during the installation of workflow manager).
    Any ideas on what the problem might be?
    Thanks,
    Richard

    You haven't changed it to Claims there, you have changed NTLM to Kerberos. I guess your web app was already claims based because in SP 2013 we have to use Powershell to convert classic to claims and not from GUI.
    When I click the workflow on a item to start in manually I get the error:
    "Something went wrong. To try again, reload the page and then start the workflow"
    In ULS I get the not supported exception.
    It seems 2013 platform workflows aren't supported in classic mode web applications:
    http://sharepointconnoisseur.blogspot.co.uk/2012/11/sharepoint-2013-upgrade-preparation-to.html
    But I am not able to publish 2010 mode workflows in the classic web application, SPD 2013 throws error while publishing:
    "Unexpected error on server, wf cannot be associated"
    So does Infopath while publishing on to a list in that web application:
    -- The opinions expressed here represent my own and not those of anybody else -- http://manojvnair.blogspot.com

  • Not sure if I set this up correctly.

    I purchased an external hard drive from the apple store. They said all I had to do was to plug it in and it would back up my computer without me needing to do anything. They didn't have one set up in the store so that they could show me.
    It does hum along but I decided to look at it (clicked on the TM icon) to make sure that my photos were being backed up and I don't see them. I have them all in iphoto. When TM is opened, the iphoto icon is dimmed.
    Did I miss something? Am I supposed to make folders on the ehd for the photos and my files to back up into?
    thanks in advance for your help.
    Karen

    Welcome to the discussion area, Karen!
    It sounds like you may have confused Time Capsule with Time Machine.
    Time Capsule is a backup device and Time Machine is a software program to allow your computer to make backup copies on most drives.
    If you have an external drive (not a Time Capsule) attached to your computer, you can use Time Machine to backup your computer.
    Open System Preferences and click on Time Machine. You will select the name of the hard drive that you have attached to your computer for backups.
    Time Machine will make a complete copy of your computer on its first backup, so this may take several hours depending on how much data you have on your computer. After that, Time Machine will backup any changes that you have made on your computer each hour automatically. It consolidates these hourly backups into daily backups and daily backups into weekly backups so you can literally go "back in time" using Time Machine to a prior date and see how your computer looked at that time.
    If you accidentally delete a file today, you can always go back a few days to when the file was still on your computer and then "restore" it to the present.
    For more info on Time Machine, see this Apple Support Document. Since this is the Time Capsule forum, you should direct future questions to the Time Machine Forum.

Maybe you are looking for

  • Help about ArrayList on method

    Hi all , i have a prole about receving an ArrayList on a method. here is the code: //here is where i make the ArrayList private static java.util.ArrayList subStrs(String line, int tipo)      java.util.ArrayList psline = new java.util.ArrayList();    

  • Problem installation Adobe AIR, and i need your help

    This is my log file please help me! Performing runtime install UI SWF load is complete UI initialized starting user confirmation Installation type: new starting install Scheduling runtime installation operations uninstall scheduled for 1.0.5, 1.0.4,

  • Best approach -To create RTF template having more than 50 tables.

    Hi All, Need your help.I am new to BI publisher. Currently we are using BIP 11g. I want to develop.rtf template having lots of layout and images. Data is coming from different tables (example : pulling from around 40 tables). When i tried to pull dat

  • Outbound delivery gets created automatically not by vl10g

    Hi : Here is my scenario: it is third party order, once sales order get create a pr is created automatically, and we created purchase order  and inbound delivery for it, an outbound dellivery gets created one we finished creating inbound delivery as

  • CCM BAdi During File Upload

    Hi All, We are looking for a BADI during the file upload for Supplier catalog. The requirement is to modify the file ocntents during upload. We tried implementing BADI /CCM/CTLG_ENRICHMENT, but seems like this BADI is not called during the upload fun