[KDE] segfault for non KDE apps? (new)

Hi,
a few days ago, I noticed that non KDE apps (Firefox, Claws Mail, etc.) did not start on my KDE desktop (KDE 4.4, not KDE-mod).
What happens is that if I click on one of them on the menu, the app starts (I see the mouse cursor being active) but in the end nothing happens. By executing the corresponding command in a terminal followed by sudo, it would work. However, when entering the same command without sudo it gives me a "segmentation fault". KDE apps (dolphin, konqueror) works perfectly.
What would that mean and how can I fix it?
thanks,
Charles.

Dude, you need an iTunes Store account to purchase apps. You don't need to download a US version of iTunes to upgrade to 1.1.3. Without an iTunes Store Account, your ipod touch is as good as crippled since you cannot download and install apps onto your ipod Touch while others can. I do have one suggestion for Apple: to enable an iTunes Apps (not music) Account that is made payable by credit cards or gift cards (but not restricted to countries that itunes store operates in). This way, Apple can also sell apps to many more countries.

Similar Messages

  • ISight not working for non-Apple apps under particular user account

    I noticed that my iSight built into Macbook Pro 15" is not working anymore for non-Apple apps (Skype and Webex at least) and working for Facetime and Messages Beta under same account.
    I tried to test it using different account on OS X with Skype and it is working great!
    I'm using 10.7.3.
    Any advice?

    Hi,
    I take it that in System Information the camera is listed under USB items ?
    Your speps say OS x 10.7.2
    Have you updated to OS X 10.7.3 ?
    If you have I would start with that by doing a COMBO Version (Not using Software Update)
    This will be everything that has been updated since OS X 107 came out and may catch those hard to trace issues.
    Using the FInder > Go Menu > Hold the ALT key and Select the Library that appears > then navigate to Preferences.
    In here find the Skype .plist.
    Open it with Quick Look.
    Can you capture that (Apple/CMD ( or ⌘) + Shift + 4 together (Also tap space bar at the end to get the Window) ) ? and post it here.
    I don't use Skype and don't have the .plist to see if it lists the camera.
    If it does it might pay to delete the.plist and force Skype to re-***** the hardware.  (It also depends how much of your other settings are in there)
    In the meantime if you go to the Skype Preferences can you see a Preview of the camera ?
    Can you turn Off access to the camera and turn it On again in Skype ?
    Skype does use Flash Player to do the Video.
    Is Webex a browser led thing that uses Flash ?
    If it looks like it is a Flash Issue do you have the GoogleTalk Video Plugin installed (there is a standalone and it is part of Chrome) ?
    9:08 PM      Saturday; February 18, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Configuration Managment Pack for Non Oracle Systems (new)

    Hi ,
    There is a pack called "Configuration Management" for the database. This pack manage hardware , software , updates, patches, etc for host that have installed any Oracle Software.
    Now, in EM Release 2 there is a new pack "Configuration Managment Pack for Non Oracle Systems" wich basically will allow me to the same but without the requirement to have any Oracle software installed.
    The question is : Where can i find a white paper about it? i been looking around and there is only mentions of the product, but not extra info. I know is out already 3k p/processor..
    Any ideas?
    Sergio Benavides

    Found this dated Oct 2005
    (Note the "priced in Advance of Availability" piece)
    Standalone Managers
    Configuration Management Pack for Non-Oracle Systems (priced in Advance of Availability) 2.375 522,59 Per Processor -
    Provisioning Pack (priced in Advance of Availability) 2.375 522,59 Per Processor -
    Service Level Management Pack (priced in Advance of Availability) 79 17,42 Test -
    (Must license with Beacon Plus Test pricing) 2.375 522,59 Beacon -
    System Monitoring Plug-in for Hosts (priced in Advance of Availability) 1.188 261,29 Per Processor -
    System Monitoring Plug-in for Non Oracle Databases (priced in Advance of Availability) 1.188 261,29 Per Processor -
    System Monitoring Plug-in for Non Oracle Middleware (priced in Advance of Availability)
    25 1.188 261,29 Per Processor -
    System Monitoring Plug-in for Network Devices (priced in Advance of Availability)
    26 1.188 261,29 Per Network Device -
    System Monitoring Plug-in for Storage (priced in Advance of Availability)
    27

  • Bye, bye KDE - standalone pkgs for non-kde WM users.

    This thread is copied from here:
    http://bbs.archlinux.org/viewtopic.php?t=13227
    iphitus wrote:.....do it properly, and write a full pkgbuild.
    Here are the first packges:
    http://user-contributions.org/users/inc … tandalone/
    To avoid conflicts, they are all configured with "conflicts=()" and have extension "-sta".

    Here ya go Rasat, just wanted to make sure which to list as depend first.
    kview:
    pkgname=kview
    pkgver=3.4.1
    kdever=3.4.1
    pkgrel=1
    pkgdesc="simple kde image viewer"
    url="http://www.kde.org"
    conflicts=(kdegraphics)
    depends=('kdelibs' 'xorg')
    # for easier build, just uncomment the mirror you want to use
    mirror="ftp.solnet.ch/mirror/KDE" # updated every 2 hours, very fast for Europe
    # mirror="ftp.kde.org/pub/kde/" # main server
    # mirror="ibiblio.org/pub/mirrors/kde/" # ibiblio mirror
    source=(ftp://$mirror/stable/$kdever/src/kdegraphics-$pkgver.tar.bz2)
    build() {
    cd $startdir/src/kdegraphics-$pkgver
    ./configure --prefix=/opt/kde --disable-debug --disable-dependency-tracking --disable-kpdf-drm --enable-final
    # --enable-final # remove this if you build with < 512mb ram.
    cd kview
    make || return 1
    make DESTDIR=$startdir/pkg install
    md5sums=('d91ef530a416bd8407abb28103bc049c')
    ksnapshot:
    pkgname=ksnapshot
    pkgver=3.4.1
    kdever=3.4.1
    pkgrel=1
    pkgdesc="KDE screenshot catcher"
    url="http://www.kde.org"
    conflicts=('kdegraphics')
    makedepends=()
    depends=('kdelibs' 'xorg')
    # for easier build, just uncomment the mirror you want to use
    mirror="ftp.solnet.ch/mirror/KDE" # updated every 2 hours, very fast for Europe
    # mirror="ftp.kde.org/pub/kde/" # main server
    # mirror="ibiblio.org/pub/mirrors/kde/" # ibiblio mirror
    source=(ftp://$mirror/stable/$kdever/src/kdegraphics-$pkgver.tar.bz2)
    build() {
    cd $startdir/src/kdegraphics-$pkgver
    ./configure --prefix=/opt/kde --disable-debug --disable-dependency-tracking --disable-kpdf-drm --enable-final
    # --enable-final # remove this if you build with < 512mb ram.
    cd ksnapshot
    make || return 1
    make DESTDIR=$startdir/pkg install
    md5sums=('d91ef530a416bd8407abb28103bc049c')
    kolourpaint:
    pkgname=kolourpaint
    pkgver=3.4.1
    kdever=3.4.1
    pkgrel=1
    pkgdesc="KDE Simple Paint Program"
    url="http://www.kde.org"
    conflicts=('kdegraphics')
    makedepends=()
    depends=('kdelibs' 'xorg')
    # for easier build, just uncomment the mirror you want to use
    mirror="ftp.solnet.ch/mirror/KDE" # updated every 2 hours, very fast for Europe
    # mirror="ftp.kde.org/pub/kde/" # main server
    # mirror="ibiblio.org/pub/mirrors/kde/" # ibiblio mirror
    source=(ftp://$mirror/stable/$kdever/src/kdegraphics-$pkgver.tar.bz2)
    build() {
    cd $startdir/src/kdegraphics-$pkgver
    ./configure --prefix=/opt/kde --disable-debug --disable-dependency-tracking --disable-kpdf-drm --enable-final
    # --enable-final # remove this if you build with < 512mb ram.
    cd kolourpaint
    make || return 1
    make DESTDIR=$startdir/pkg install
    md5sums=('d91ef530a416bd8407abb28103bc049c')

  • How do I use iCloud for non-iCloud apps

    I have a password manager app on both my iPhone 4S and iPad2. According to the description in the App Store and the About/Settings/Help section of the app, I can use iCloud to sync between the two, meaning that what I put on one will show up on the other as long as my log-in code is the same for both (it is). However, this has yet to happen. I have added a few passwords to my iPad and they're not on my iPhone. I've even turned on Documents and Data in the iCloud section of Settings. Is there anything else I can do to make this work or is the claim a lie?

    You may have to go into the settings within the app itself to enable iCloud syncing.  If that's not it, you'll probably have to ask the app developer what the issue is.

  • Search for non-internet Apps for iPod Touch?

    I have an iPod Touch, so I don't always have an internet connection when I am away from my house. I would like to specifically search for apps that don't require an internet connection to run. For example, many of the translation tools rely on Google to translate--I would like a translation app with a built-in dictionary that I can use without having internet access.
    Is there a way to specify a search for only self-contained apps (don't rely on internet) when searching iTunes? Or do I need to open the description for each app to see if it relies on an internet connection?

    No one answered you, but this is exactly what I am looking for too.
    What I have found is that, without an internet connection, the iphone and touch products are little more than a pretty music player. I think they call it 'cloud computing'; focusing data storage and function on remote systems and just using the touch and iphone for access. That appears to be the way their development is going. It works fine when you are always near wifi, but where I work has no wifi and no cell coverage. I've found that for most work tasks, translation, secure documents, gathering data, GPS etc, the PDA or smart phone is a better fit. Those store data and applications locally on the unit itself rather than on the internet somewhere that you won't always be able to access.
    With all the storage space on the touch and iphones, you'd think they could give a little of it over to onboard apps and functions, but until they do, at least there is the PDA.

  • Refund For Non-Working App

    It seems impossible to get a refund for apps now.
    I bought an app for my ipad and it's sister app for the iphone. After installation you find out to get them to work as advertised you need to purchase more from within the app. (which is nowhere on the advertisment for the apps). Although a bit annoyed I did purchase it though.
    The app on both does not work properly and I have contacted the developer several time without any reply.
    I tried to report a problem with the in app purchase but that took me to the external Apple contact.
    I tried to report a problem with both apps but just got the message to report it to the developer. He/she isn't responding and I want my money back now!!!!
    They don't make it easy to get a refund. Anybody know how to do it?

    To contact Support go to https://expresslane.apple.com ; select 'iTunes' in the first column and then 'iTunes Store' in the second column. If they've sold you an app which doesn't work you ought to be able to get a refund - you may have to ask to have it escalated to a more senior helper.

  • Compliance Calibrator 5.2 RTA for Non-SAP Apps

    Hi all,
    Can SoD rules be written for analyzing a Users access to SAP and NON-SAP applications across the enterprise?
    If yes will CC RTA need to be installed on the NON-SAP application?
    If yes are there any requirements that need to be met by NON-SAP application and is there a list of NON-SAP applications (other than-Peoplesoft, Oracle, Hyperion, JD Edwards) that CC has an RTA for?
    Is there any documentation specific to aplications that can support CC RTAs and installation on these?
    -Cheers

    Hi,
    Yes SoD rules can be written for analyzing user accesses to SAP and non-SAP applications.
    Basically there is no other application for which an RTA exists, but there is a documentation discussing the technical requirements for file generation from the non-SAP systems for integration of non-SAP Systems with SAP Compliance Calibrator.
    This documentation is available in <a href="http://service.sap.com/rkt-grc">http://service.sap.com/rkt-grc</a>
    under SAP GRC Access Control 5.2 -> SAP GRC Compliance Calibrator 5.2 -> Step2: Prepare for your project -> Cross Application Material
    You'll need your OSS user-id to access that page; in case you cannot access it, please post a message in the OSS.
    Rgds,
    Karim

  • Generating a report for non-existent apps?

    I have 200+ machines on my network and manage mostly through ARD, I am trying to figure out a way to generate a list of computers that DO NOT have a specified app installed. Can this be achieved through either ARD, AppleScript or a combination of both?

    well if you send unix command and do some thing like:
    ls -al /Applications/Firefox.app
    if it's not there , you would get back
    ls: /Applications/Firefox.app: No such file or directory
    BUT that dosen't tell you what verion is installed.
    you could do send unix command:
    defaults read /Applications/iPhoto.app/Contents/version.plist CFBundleShortVersionString
    if it's installed you'll get back some thing like:
    9.2.1
    if not installed you'll get back some thing like.
    The domain/default pair of (/Applications/iPhoto.app/Contents/version.plist, CFBundleShortVersionString) does not exist

  • TS1702 Refund for non-functioning app - Jumsoft Money

    I am using Jumsoft Money - i have bought the Mac version plus iphone app plus iPad app. A big investment.
    The recent program update has rendered the apps useless - everybody is complaining but Jumsoft is being totally unresponsive: how can I get my money returned?

    If you've contacted the developer and not a had a reply from them then try the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account (Store > View My Apple ID on iTunes 11) and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find that app and use the 'Report a Problem' link and fill in details about the problem (iTunes support should reply within, I think, about 24 hours).
    Some people have had a problem with the 'report a problem' link (it's been taking people to this site on a browser instead of showing a form in iTunes) - if it does that to you then try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, and then Purchases, Billing & Redemption.

  • Do you offer a price reduction for app developement for Non profits.

    We are developing Apps for our church and were looking at the cost of developing and Apple app.  We are a small church so do you offer any type of discounts for non profit apps.

    You are not addressing Apple here, only other users like yourself. You will need to contact Apple directly with this question.
    regards

  • Which OS, Version, Best Setup on like-new 2008 MBP for non-HD archival DV?

    MacBook Pro 15"
    (Early 2008)
    2.4 GHz Core 2 Duo
    4GB RAM
    720GB 7200rpm Hard Drive (original 360GB 5400rpm drive also available)
    OS 10.6.8
    (6GB RAM possible but additional $100+ for 4GB module needed now for software upgrades)
        I first and last used Final Cut Pro 2-3 in film school on a Titanium PowerBook (500MHz!) during the OS9/X transition.  Next, was an Aluminum PowerBook (1.67Ghz) but because of life changes, I did little editing other than occasionally in iMovie.  Then as an early adopter of iPhone/Pad, I rarely used my AlPB other than for back up, writing, and occasional simple editing.
        Now I'm finally entering the early MacIntel age with a pristine "early 2008" MacBook Pro bought for $250 from an elderly original-owner couple who used it only at home for email and iPhoto.  Though at the end of its supported life, it's practically new with a known history of light graphics usage (no video or gaming rendering ever) delivered in the original box with original battery (only 46 cycles!), discs, manual, like-new charger, and no sign of wear.  The original internal wrapper was even saved and put back on the device!  Furthermore, because the wife was a photo enthusiast, the Apple Store swapped out her internal hard drive for a Western Digital 720GB 7200rpm drive and the husband just gave me the original 360GB drive!
        I want to do several things with this "new" device.  I've done a lot of research but the world has changed since FCP 3 and the G4 processor and I'm overwhelmed with all the possibilities.  I need guidance and have always appreciated the wisdom and generosity of the gurus here. I thank you all in advance!
    iCloud integration: I'd like it since I'm an iPhone/Pad user.  I could upgrade to Mountain Lion but Mavericks, under the best of conditions, is doable on my device and may give me improved CPU and battery performance.  I realize this is best left for the OSX forums.  HOWEVER...
    Final Cut Pro: I want to also return to editing in FCP an unfinished documentary using primarily archival film and video converted to non-HD DV.  This may greatly impact how I set up my drives and the decision as to which OS is best.  So, this should probably be my initial decision.
    Hard Drive:  First and foremost, I should probably swap the drives and place the 7200rpm drive into an enclosure (Firewire or is that stone-age?) for FCP media, correct?
    OS:  With Mavericks, I must use FCPX which is beyond my current non-HD needs and will most likely strain my system resources.  However, the new simplified interface is appealing and I've read some users are running it on "early 2008" MBPs.  If an earlier OS is better suited, then which one?  And also...
    FCP Version:  Which is most stable given my model?  And which is best for non-HD needs?  What about FCExpress?  I want to explore more possibilities than what's available in iMovie and would appreciate the simpler interface found in FCE and FCPX, especially since I haven't used any Final Cut since FCP 3 but will gladly embrace what's best.  I want to relearn the program and hope to continue using it for other projects.
    Partitioned drive:  Finally, what about partitioning my drive, one for daily life running Mavericks or other OS, the other solely dedicated to an optimized OS/FCP for non-HD editing?  Even at 360 GB it should be doable if I keep it lean and the bulk of storage externally (I ran FCP 3 adequately on a partitioned 40GB drive back in the day).  How much space should I dedicate to an FCP partition?
        Finances are tight and I'll need to upgrade Office, other apps (I know there's Rosetta in Snow Leopard but must weigh that with iCloud integration; decsions, decisions!) and probably locate an older copy of FCP on EBay or elsewhere which could be expensive.  I must wait a bit before swapping in a 4GB RAM module and possibly upgrading to an SSD.  Meanwhile, I'd like to experience this like-new MacBook Pro now, both as it was during its heyday and with what's still possible today.  It seems doable and I appreciate any and all suggestions.
    Thank you all and have a great day!
    Evalyn
    PS: I realize my FCP3 files are probably useless and plan to reimport everything into a new project.  And sorry for the lack of paragraph spacing.  Can't get it formatted right on the iPad!

    CyberFinch wrote:
    FCP Version:  Which is most stable given my model?  And which is best for non-HD needs?  What about FCExpress?  I want to explore more possibilities than what's available in iMovie and would appreciate the simpler interface found in FCE and FCPX, especially since I haven't used any Final Cut since FCP 3 but will gladly embrace what's best.  I want to relearn the program and hope to continue using it for other projects.
    Just to note that there is much more commonality between FCP3 and FCP7 and/or FCE than with the early version and FCP X. IMO, learning FCP X is worth the effort, but it will require some effort since it is so different than traditional NLE's. You could "get by" with FCE for many types of projects and you should be able to find a copy on eBay or Amazon  for a few hundred dollars. However, you will not be able to open a FCP project of any version with it.  Also, I don;t think I would agree that  its UI is simple; it's essentially the same as FCP.
    As for partitioning, some people advise against editing from drives that have been partitioned. I use a partition on one machine and I've not had any problems, so I think it is an option.
    As you can see from the replies you've received so far, you have  reasonable choices. Good luck.
    Russ

  • All non-Apple apps will not open on my phone. I restored as a new phone and still will not work

    All non-Apple apps will not open on my phone. I restored as a new phone and still will not work

    Hello there, KScotty.
    The following Knowledge Base article offers up some great steps for troubleshooting apps installed on your iOS device:
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/ts1702
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • KDE theming inconsistent since qt5 apps

    I have really strange KDE theming going on and have tried several things without any of them working.
    Firstly I'm using i3, with some KDE apps.
    I think the issue is kde5 apps in i3 refuse to get any widget/theming applied. I've tried breezy, oxygen etc.
    Basically apps like:
    - clipper
    - konsole
    - kate
    - systemsettings5
    http://ibin.co/1rvQsUchNttb
    http://ibin.co/1rvRBXQpoyfD
    Are missing their KDE themes/widget/fonts/colors etc. Specifically:
    - Missing icons next to the button
    - Font settings are ignored
    - Color settings
    - Save as dialog, looks just horrible and wrong
    Apps that are working:
    - kontact
    - krusader
    I'm pretty sure I tried installing the whole of plasma-meta and applying the theme.
    But I'm willing to try whatever again to fix this.
    Any ideas?

    divansantana wrote:
    Goresome wrote:It fails to read settings because it doesn't believe you are in kde. Try setting DESKTOP_SESSION=kde (or plasma)
    Excellent thanks, one step in the right direction.
    Never had to do this in kde4..., must be a qt5 thing...
    I don't necessarily want to set this globally.
    It's currently set to i3-with-shmlog
    Hmm, I'll try think of a nice way to set it for certain qt5 apps.
    Is there a qt5 config file where I can set this env variable?
    I'm not aware if qt5 even has config file, however here is the root of evil:
    static inline QByteArray detectDesktopEnvironment()
    const QByteArray xdgCurrentDesktop = qgetenv("XDG_CURRENT_DESKTOP");
    if (!xdgCurrentDesktop.isEmpty())
    return xdgCurrentDesktop.toUpper(); // KDE, GNOME, UNITY, LXDE, MATE, XFCE...
    // Classic fallbacks
    if (!qEnvironmentVariableIsEmpty("KDE_FULL_SESSION"))
    return QByteArrayLiteral("KDE");
    if (!qEnvironmentVariableIsEmpty("GNOME_DESKTOP_SESSION_ID"))
    return QByteArrayLiteral("GNOME");
    // Fallback to checking $DESKTOP_SESSION (unreliable)
    const QByteArray desktopSession = qgetenv("DESKTOP_SESSION");
    if (desktopSession == "gnome")
    return QByteArrayLiteral("GNOME");
    if (desktopSession == "xfce")
    return QByteArrayLiteral("XFCE");
    return QByteArrayLiteral("UNKNOWN");
    qtbase src/platformsupport/services/genericunix/qgenericunixservices.cpp
    When its UNKNOWN it simply fallbacks to Fusion.
    Last edited by Goresome (2015-02-19 09:46:41)

  • How do I search for playlists with the new Youtube App?

    I just got home to find the new Youtube app on my Apple TV. It seems great, but searches no longer find playlists, only individual videos. As most of my Youtube viewing on Apple TV is Let's Play playlists, without the ability to search for playlists, the app is nearly useless for me.
    Am I just overlooking something or did they really remove the ability to search for playlists?

    Open the Camera app. Swipe the screen up or down to change the mode.

Maybe you are looking for