Evolution Icons missing when run under kde

Hello all:
Can't really find a solution for this while searching so thought I would post.  When I start evolution under KDE, just about every icon(folders, symbols, etc) is replaced with a box with a red X in the middle.  Obviously, it cannot find the icons to use.  How can I fix this?
Thanks,
-FS

When you run gnome-session as your desktop manager, it automatically loads the settings controller that handles icons and the like.  When you launch anything else (such as your kde or my fluxbox) you have to load that settings manager manually.
Stick this in your .xinitrc just before you launch kde:
gnome-settings-daemon &
That should fix ya right up.

Similar Messages

  • Global data getting reset when running under IIS?

    We have a scenario using IIS with an ASP.NET web service written in VB.NET. When a call to the web service is made, the web service calls a native dll (written in C, compiled using VS2010) using platform invoke, which in turn calls into our product API:
    VB.NET web service -> native library (p/invoke) -> native API ....
    Web service requests are successfully completed and the system runs without problem for hours. A trace of the native API shows it is being called by multiple processes and multiple threads within those processes.
    The main native API dll contains a static global variable used to detect whether it is the first time it has been called and run initialization logic if it is. This dll is itself linked to a second dll that contains a global variable used to detect if it is
    the first time it has been called.
    After some hours the trace shows that the native API is invoked by an existing process but that the initialization logic is being exercised again, even though the global variable was set to indicate not first time and is never reset.  One theory was that
    the first process has ended and a new process has started almost instantaneously using the same process ID. However this is not the case as existing thread IDs from the same process are seen to write to the trace again after the first time logic has executed
    for the second time, indicating the process has not restarted. The problem occurs regularly.
    It is as though the process's global data has been initialized again and malloc'ed memory freed while the processing is still running. Is there any way this is possible when running under IIS?
    There is an internal thread which waits on a blocking read of a named pipe (via ReadFile), and when the problem occurs, the ReadFile call ends with ERROR_NO_ACCESS, which appears to indicate the malloc'ed buffer is no longer valid, again implying something
    has happened to the memory allocated to the process.

    Suggestting you asking it on:
    http://forums.iis.net/

  • [Solved]Remove button icons in KDE applications when running under dwm

    I run dwm but also use KDE applications.
    KDE applications do show icons on dialog buttons:
    I gather that these buttons can be disabled in the system settings dialog when running a full KDE desktop. My question is: How do I achieve this - remove the icons on buttons - while not running a full KDE session?
    kcmshell4 doesn't seem to expose an option to do so in any available module, including 'kcmshell4 icons'.
    The systemsettings5 option repertoire is incomplete and only has the modules "Workspace>Desktop behaviour", "Workspace>Shortcuts", "Network>Settings" and "Network>Connectivity".
    In my .xsession, I am currently exporting
    export QT_STYLE_OVERRIDE=gtk # Make Qt5 use the GTK+ theme
    export DESKTOP_SESSION=gnome # For something I can't quite remember
    I've also seen XDG_CURRENT_DESKTOP=gnome vs XDG_CURRENT_DESKTOP=kde floating around, but neither achieves anything in this regard.
    Does anybody know which setting in which config file I could set to emulate what the KDE configuration GUI does in a KDE session, or what KDE packages I would have to install in order to add the correct settings component to my KDE configuration utilities (KDE4 and/or Plasma 5), or what environment variable to set? A last resort would be installing a full KDE workspace or Plasma 5 and toggling the setting there, but I'd rather avoid doing that.
    Last edited by 2ion (2015-05-07 13:39:25)

    Xabre wrote:
    Would running "kcmshell5 style", or "kcmshell4 style" be an option? Am not sure what you have installed, but under fine tuning tab there, there's exactly what you need.
    Edit: if that doesn't work, .config/kdeglobals
    ShowIconsInMenuItems=true
    ShowIconsOnPushButtons=true
    ToolButtonStyle=TextBesideIcon
    ToolButtonStyleOtherToolbars=TextBesideIcon
    Change to false and TextOnly, respectively
    Might have to look for another kdeglobals file for kde4 apps, which should be either in .kde4 or in home dir, since there's a bit of a mess currently during transition
    Please excuse my belated reply; thank you for the solution:
    The line
    ShowIconsOnPushButtons=false
    in kdeglobals removed the icons for KDE 4 applications. For some reason, applications using KDE Frameworks 5.x did never show the button icons to begin with.

  • Endianness when running under Rosetta?

    Hi all,
    I have a Carbon application which is reading binary data from a file's resource and then has to work with that data. I know the endianness of the data on disk so I used to do a byte-swap when necessary (after using ReadPartialResource() to get the data into my variable).
    I dutifully converted all those unconditional byte-swaps to CFSwapInt32BigToHost() in order to make sure that things work correctly when running on an Intel machine (since the application is not universal, the app is running under Rosetta on Intel machines).
    Today I tested the application on an iMac Intel CoreDuo (in my local Apple Store) - things worked just fine. However, even the old version with unconditional byte-swapping works correctly...
    Does this mean the "Host" on in Intel machine is still big endian? Anybody can corroborate this or point me to documentation of this behaviour?
    Thanks,
    Andreas

    Hi,
    to support the other posters intention: I would not need an emulator, if any code could be run between to processor types. If I have an emulator, it has to give a complete emulation of one processor another. If VirtualPC would have used BigEndians, no wndows would have ever started on those. So the other way round I assume that Rosetta will think Big (in Endianess).
    Volker

  • Hyperlink in pdf is missing when run from server.

    Hello,
    I create a link for a field in a report (using Hyperlink tab Hyperlink information).  When I export the pdf from Crystal Report, I could see the link when mouse over the field.  But when I run the report from opendocumentfrom server) , the link is missing.  Does Crystal Report support hyperlink in pdf when run from server?  Or do I miss anything?
    Thanks for your help in advance.

    Moving to BusinessObject forum

  • API calls delayed when run under certain AD accounts

    We are having an interesting issue with an API integration into our TFS 2013.3 system.
    We have an internal custom web service that calls into the TFS API. When running the custom service under an AD account created specifically for this purpose (uses pass through auth when talking to the TFS API using DefaultNetworkCredentials in the code)
    all calls take their time to execute + 30 seconds. When I switched the app pool account for the service to use my own personal AD account that 30 second delay disappears. Inside TFS the accounts have almost identical privileges and assignments and the
    calls with the delay still succeed with no obvious event log entries pointing to any issues. The only obvious difference is that my account is a local admin on the server while the intended service account is not.
    Currently this issue is blocking us from performing out production TFS installation and this is for a national bank so getting our account security correct and clean is highly critical.

    Here is one of the calls code.
    All connections are initiated using the same connection code.
    We are not allowed debug access on the effected systems.
    Uri teamFoundationURI =newUri(ConfigAccessBase.GetConfig("TeamFoundationBaseServiceURI"));
    ///uses CredentialCache.DefaultNetworkCredentialsTfsConfigurationServer server =newTfsConfigurationServer(teamFoundationURI, ConfigAccessBase.TeamFoundationCredentials);
    server.Authenticate(); CatalogNode configServerNode = server.CatalogNode;
    ReadOnlyCollection<CatalogNode> tpcNHodes = configServerNode.QueryChildren(newGuid[] { CatalogResourceTypes.TeamProject }, true, CatalogQueryOptions.None);

  • Dock Icons Missing after running Onyx

    Hello Folks,
    I just ran Onyx and did a restart. I now have about 12 of my dock icons missing, can anyone tell me what I need to do to restore them?
    Many thanks,
    Jim

    I tried just clicking on each icon that was gone, and as I did with each one, they came back to normal. In my case where each icon was there was a blank icon in its place, that I clicked on.
    Jim

  • [Solved] Evolution Icons MIssing after upgrade

    After upgrading evolution all icons except print and canceled disappeared.
    file needed
    ~/.gtkrc-2.0
    -----Start
    gtk-icon-theme-name = "gnome"
    -----End

    I had to make this change to get my Evolution icons back:
    In file /etc/gtk-2.0/gtkrc, I changed:
    gtk-fallback-icon-theme = "hicolor"
    to
    gtk-fallback-icon-theme = "gnome"
    Don't know why my case is different, except that I'm using KDEmod with just a couple of Gnome apps thrown in (Evolution, Tomboy, ...).

  • MSG M8147 - Account Detremination PRD_PRF missing when run KO88

    Hi,
    when we run kO88 on order we get an error Account Determination PRD-PRF missing. the standard cost of the material is not changing nor is there any other varaince that I can see. Why the system using Prd?

    Hi,
    maybe SAPNET note 809764 describes what to do.
    If not, can you try to maintain the account determination in test-client and settle the order to see if a posting happens + what is posted?
    best regards, Christian

  • Firefox 14 crashes on start up, in safe mode, trying to create new profile, after complete removal and reinstall, when run under different user

    AdapterDeviceID: 0x2a02
    AdapterVendorID: 0x8086
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:14.0.1
    BuildID: 20120713134347
    CrashTime: 1342625511
    EMCheckCompatibility: true
    Email: (email removed)
    FramePoisonBase: 7ffffffff0dea000
    FramePoisonSize: 4096
    InstallTime: 1342622791
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x2a02GL Context? GL Context+ GL Layers? GL Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 1909
    StartupTime: 1342625464
    Theme: classic/1.0
    Throttleable: 1
    Vendor: Mozilla
    Version: 14.0.1
    This report also contains technical information about the state of the application when it crashed.
    Deleted all of these and reinstalled
    /Users/<user_acct>/Library/Application Support/Firefox/
    /Users/<user_acct>/Library/Caches/Firefox/
    /Users/<user_acct>/Library/Preferences/org.mozilla.firefox.plist
    I have tried rebooting, running Disk Utility and repaired permissions, and checked I have admin privileges.
    I have Reset Launch Services in Snow Leopard.
    I have created a test account
    System Preferences > Users & Groups create a "Test Account"
    then tried launching FF from there = crash
    I have installed FF 13.0.1
    AdapterDeviceID: 0x2a02
    AdapterVendorID: 0x8086
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:13.0.1
    BuildID: 20120614114901
    CrashTime: 1342642579
    EMCheckCompatibility: true
    Email: [email protected]
    FramePoisonBase: 7ffffffff0dea000
    FramePoisonSize: 4096
    InstallTime: 1342642540
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x2a02GL Context? GL Context+ GL Layers? GL Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 26
    StartupTime: 1342642569
    Theme: classic/1.0
    Throttleable: 1
    URL: http://www.mozilla.org/en-US/firefox/13.0.1/firstrun/
    Vendor: Mozilla
    Version: 13.0.1
    I have installed version 12 and
    AdapterDeviceID: 0x2a02
    AdapterVendorID: 0x8086
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:12.0
    BuildID: 20120420145725
    CrashTime: 1342643047
    EMCheckCompatibility: true
    FramePoisonBase: 7ffffffff0dea000
    FramePoisonSize: 4096
    InstallTime: 1342643035
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x2a02GL Context? GL Context+ GL Layers? GL Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    StartupTime: 1342643035
    Theme: classic/1.0
    Throttleable: 1
    URL: http://www.mozilla.org/en-US/firefox/12.0/firstrun/
    Vendor: Mozilla
    Version: 12.0
    no crash ids since this is version 3.6, the only version that doesn't crash, and I have to use Firefox for work stuff.
    I have submitted over a hundred crash reports and included my email, but no one has ever contacted me with any help. This has been going on for weeks. I have been forced to use an outdated version of FF because no one has bother to get back to me. I would be happy to update to 14 and start the crash cycle again if someone wants to give me some suggestions I haven't tried already.
    BTW, no font conflicts or RAM problems, (someone else's issue)

    Maybe you did't understand my previous statement. There are no crashes in FF 3.6, There is no previous evidence FF 14 was ever here, I completely uninstalled all trace of Firefox, no app data, no preferences, no cache. I will upgrade to FF14 so I can send IDs,
    so here ya go.
    Crash ID: bp-fa9da320-92dc-47f7-afff-33e702120718
    AdapterDeviceID: 0x2a02
    AdapterVendorID: 0x8086
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:14.0.1
    BuildID: 20120713134347
    CrashTime: 1342655269
    EMCheckCompatibility: true
    Email: [email protected]
    FramePoisonBase: 7ffffffff0dea000
    FramePoisonSize: 4096
    InstallTime: 1342655256
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x2a02GL Context? GL Context+ GL Layers? GL Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    StartupTime: 1342655256
    Theme: classic/1.0
    Throttleable: 1
    URL: http://www.mozilla.org/en-US/firefox/14.0.1/whatsnew/?oldversion=rv:1.9.2.13
    Vendor: Mozilla
    Version: 14.0.1
    This report also contains technical information about the state of the application when it crashed.

  • Field missing when running the KSB1 transaction in Back ground

    Hi,
    With the help of  Zreport am executing the KSB1 transaction in back ground and after execution of KSb1 am retrieving the report output and am displaying.
    Issue is when am running Zreport in back ground the the output of KSB1 is giving the output by hiding the last column, where as am running Zreport in foreground the output of KSB1 giving the output with out hiding last field. Please guide me why the variance is coming in output when am running the Zreport in background........ and please advise me to rectify the problem....

    In background it cant be displayed if report width is more than 255 chars. Check line size.
    Satya

  • Windows Update Cleanup option is missing when running Disk Cleanup

    I am running a domain controller on Window Server 2008 R2 and I am running low on C drive space. I have installed KB2852386 and I have Cleanmgr.exe and Cleanmgr.exe.mui in the system32 and system32\EN-us folders respectively. But when I log in as administrator
    and run Disk Cleanup on the C drive, I do not get an option for Windows Update Cleanup. My winsxs folder is 16Gb and I would dearly like to recover some of that space.

    Didn't think it would have been a WSUS server but just thought I'd check as that always complicates things...
    I do need to clarify though, which version of Windows Server are you running? Your original post says 2008 R2, but your reply suggests it's just 2008 (mainly because 2008 R2 only has SP1).
    If that's the case, you'll need to use the Compcln.exe tool. This removes archived files that are used in case you ever wanted to roll back an update, or even an entire service pack. Once the archived files are removed you can no longer remove SP2.
    To use the tool, simply run compcln at a command prompt.
    I honestly can't say how much space it will save. There are pages of discussions out there regarding WinSxS and why it takes up so much space. If you're still struggling after this you may have to look to hardware options...
    I'll leave you with one last link to check out - just a blog explaining a bit more about WinSxS if you are interested.
    What is the WINSXS directory in Windows 2008 and Windows Vista and why is it so large?
    Best of luck
    Regards,
    James Henderson
    MTA: Windows Server Admin Essentials

  • Body and Attachments missing when running JavaMail  from Jboss.

    When I send an email from a Web service running on Jboss I get an email with recipients and subject but I do not get the body or the attachments. However, when I use the same code and run outside of the server environment everything works as expected. I have double checked to insure that I am using the correct jar files. I am not sure where to go from here.

    Here is the debug output from the server.log. I have a application log file that says when I'm creating the body parts and how many there are.
    I've redacted some company addresses etc.
    2009-04-01 09:30:54,296 INFO [STDOUT] DEBUG: setDebug: JavaMail version 1.4.2
    2009-04-01 09:30:54,312 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems,
    Inc]
    2009-04-01 09:30:54,312 INFO [STDOUT] DEBUG SMTP: useEhlo true, useAuth false
    2009-04-01 09:30:54,312 INFO [STDOUT] DEBUG SMTP: trying to connect to host "***.***.***.com", port 25, isSSL false
    2009-04-01 09:30:54,359 INFO [STDOUT] 220 ***.***.***.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at Wed, 1 Apr 2009 09:26:31 -0400
    2009-04-01 09:30:54,359 INFO [STDOUT] DEBUG SMTP: connected to host "***.***.***.com", port: 25
    2009-04-01 09:30:54,359 INFO [STDOUT] EHLO bladepc135
    2009-04-01 09:30:57,187 INFO [STDOUT] 250-***.***.***.com Hello [**.***.***.***]
    250-TURN
    250-SIZE 104857600
    250-ETRN
    250-PIPELINING
    250-DSN
    250-ENHANCEDSTATUSCODES
    250-8bitmime
    250-BINARYMIME
    250-CHUNKING
    250-VRFY
    250-X-EXPS GSSAPI NTLM LOGIN
    250-X-EXPS=LOGIN
    250-AUTH GSSAPI NTLM LOGIN
    250-AUTH=LOGIN
    250-X-LINK2STATE
    250-XEXCH50
    250 OK
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "TURN", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "SIZE", arg "104857600"
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "ETRN", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "PIPELINING", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "DSN", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "8bitmime", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "BINARYMIME", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "CHUNKING", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "VRFY", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "X-EXPS", arg "GSSAPI NTLM LOGIN"
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "X-EXPS=LOGIN", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "AUTH", arg "GSSAPI NTLM LOGIN"
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "AUTH=LOGIN", arg ""
    2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "X-LINK2STATE", arg ""
    2009-04-01 09:30:57,203 INFO [STDOUT] DEBUG SMTP: Found extension "XEXCH50", arg ""
    2009-04-01 09:30:57,203 INFO [STDOUT] DEBUG SMTP: Found extension "OK", arg ""
    2009-04-01 09:30:57,203 INFO [STDOUT] DEBUG SMTP: use8bit false
    2009-04-01 09:30:57,203 INFO [STDOUT] MAIL FROM:<[email protected]>
    2009-04-01 09:30:57,218 INFO [STDOUT] 250 2.1.0 [email protected] OK
    2009-04-01 09:30:57,218 INFO [STDOUT] RCPT TO:<[email protected]>
    2009-04-01 09:30:57,234 INFO [STDOUT] 250 2.1.5 [email protected]
    2009-04-01 09:30:57,234 INFO [STDOUT] DEBUG SMTP: Verified Addresses
    2009-04-01 09:30:57,234 INFO [STDOUT] DEBUG SMTP: [email protected]
    2009-04-01 09:30:57,234 INFO [STDOUT] DATA
    2009-04-01 09:30:57,250 INFO [STDOUT] 354 Start mail input; end with <CRLF>.<CRLF>
    2009-04-01 09:30:57,250 INFO [STDOUT] Date: Wed, 1 Apr 2009 09:30:54 -0400 (EDT)
    From: [email protected]
    To: [email protected]
    Message-ID: <31640094.22.1238592654312.JavaMail.SYSTEM@***.***.***.com>
    Subject: whateverwhateverwhatever
    MIME-Version: 1.0
    Content-Type: multipart/mixed;
         boundary="----=_Part_21_14054944.1238592654296"
    MultiPart: ICP Email
    2009-04-01 09:30:57,281 INFO [STDOUT] 250 2.6.0 <31640094.22.1238592654312.JavaMail.SYSTEM@***.***.***.com> Queued mail for delivery
    2009-04-01 09:30:57,312 INFO [STDOUT] QUIT
    2009-04-01 09:30:57,328 INFO [STDOUT] 221 2.0.0 ***.***.***.com Service closing transmission channel

  • Libelf missing when running Launchy or gnome-do

    Hi All,
    I am getting the following error when trying to run launchy of gnome-do ... (I have recently crossed to the dark side (gnome) from kde4 ;-)
    gnome-do
    Gtk-Message: Failed to load module "gnomebreakpad": libelf.so.0: cannot open shared object file: No such file or directory
    Could not read Gnome Bookmarks file /home/bmentink/.gtk-bookmarks: Could not find file "/home/bmentink/.gtk-bookmarks".
    The same sort of thing happens with launchy ..
    When I try to install libelf, I get this:
    [root@Laptop2 bmentink]# pacman -S libelf
    resolving dependencies...
    looking for inter-conflicts...
    :: libelf and elfutils are in conflict. Remove elfutils? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: gcc: requires elfutils
    It seems I have a conflict that cannot be resolved. Does anyone have a suggestion? I am reluctant to force the install of libelf, in case there is issues ..
    Thanks,
    Bernie

    Ok, tried the upgrade, but get this dependancy loop ...
    sudo pacman -Syy
    :: Synchronizing package databases...
    catalyst                           2.7K   41.1K/s 00:00:00 [################################] 100%
    core                              35.6K   19.2K/s 00:00:02 [################################] 100%
    extra                            472.3K   35.0K/s 00:00:13 [################################] 100%
    community                        389.9K   26.4K/s 00:00:15 [################################] 100%
    kdemod-core                       54.1K   15.5K/s 00:00:03 [################################] 100%
    kdemod-extragear                  14.1K   18.2K/s 00:00:01 [################################] 100%
    [bmentink@Laptop2 ~]$ sudo pacman -Suu
    :: Starting full system upgrade...
    :: Replace gir-repository with extra/gobject-introspection? [Y/n] y
    :: Replace libdjvu with extra/djvulibre? [Y/n] y
    resolving dependencies...
    warning: provider package was selected (xorg-server-1.8-catalyst-maximize-fix provides xorg-server)
    warning: dependency cycle detected:
    warning: xorg-server-1.8-catalyst-maximize-fix will be installed before its catalyst-utils dependency
    looking for inter-conflicts...
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: xf86-input-evdev and xorg-server-1.8-catalyst-maximize-fix are in conflict (xorg-server<1.9.0)
    I have tried different mirrors ...
    Cheers,
    B

  • FormAutomation AFORMAUTLib's AFormApp() Method throws COMException when running under an account wit

    Hi,
    I've a VB application that uses the AFORMAUTLib library to create buttons in a PDF document. To do that I can use the AFORMAUTLib's AFormApp method to create an object that allows me to add the button using the following code (for example):
    Line 1: formApp = New AFORMAUTLib.AFormApp()
    Line 2: acroForm = formApp.Fields
    Line 3: field = acroForm.Add("Simple Button", "button", 0, x1, y1, x2, y2)
    I've this written as a console application and when I run it (an account having administrator privilege) I have no problem and the button is added to the PDF document.
    The problem comes with I am trying to run it using a custom account (without admin privilege) and the system is throwing COMException and it fails exactly at Line 1. Having it to run without admin privilege is more like a technical rule that I need to follow.
    I've already granted all possible permissions for the custom account to launch/activate all Acrobat related DCOM objects (those I can tell: AcroDistX, AcroExch.AVDoc, AcroExch.PDBookmark). But I am still having COMException when I run the code using the custom account.
    Is there a DCOM object for the AFORMAUTLib or any DCOM object indirectly controls the access permission of the AFORMAUTLib library? I cannot find it so far.
    I've no problem opening the PDF document but it just fails on that line when I'm about to do some form operations.
    Any idea? Thanks in advance on any comment.

    > Also thanks for your input on the legal info, although that doesn't get me anywhere on solving my problem.
    You're welcome, always better to have the information than get sued.
    You never mentioned in your first post that it was running as a service. That's why this didn't come up until you were asked and responded that it was indeed a service. While a lot of people on here are smart, they're not mind readers - we didn't know it was running as a service, and that changes a lot of things.
    > "Please use LiveCycle instead. Don't bother with using FormAutomation in SDK, adobe prohits that kind of usage. Please also post questions in LiveCycle forum. Thank you."
    If you want to be snide about it, sure. The fact is there is no solution using the Acrobat SDK for your issue because it was not designed to be used in the manner - in fact, it was explicitly designed to NOT be used in this manner. While I can certainly understand that you're frustrated over putting in work on this project just to find out it won't work, had you done sufficient research before hand you wouldn't have had this problem. You can take it out on me all you want trying to make me look like I deliberately designed the SDK to prevent you specifically from doing your work but that simply isn't the case. It's not possible with the Acrobat SDK (and if you find a workaround, it's still illegal, so I won't be helping you break the law).
    This is a forum for Acrobat SDK development. I never said you couldn't post your LiveCycle question here, but as I said my knowledge of LiveCycle is limited - as it is with most people who frequent here - so you would have a BETTER chance asking in the LiveCycle forum (since that seems the logical place for people with LiveCycle knowledge to visit).
    You can be as mad as you want and scream about wanting an answer, but I think you'll find very few people here will be willing to help anybody (not just you specifically) violate the licensing agreement. If anybody wants to help you break the law, that's entirely up to them, but you're right - I'm personally not going to help you break the law.

Maybe you are looking for

  • TREX - Generic Object Services (GOS) - CV04N -Content Server

    Hello, I'v installed a content server / maxdb, and i forwarded the attached files (Gos) to this content repository. I'v installed TREX  and I can see the fields in the CV04N. Just one question : Can I search some documents via TREX (CV04N), or what i

  • Oracle 8i & JNDI Problem

    I am trying to connect to a remote instance of Oracle 8i. The DataSource object is bound, but when I do a lookup I get a null pointer exception. Here's the source code so far: public class ConnectionManager { private static ConnectionManager instance

  • Can I create a db-link in 7.3.4.5 pointing to 8.1.6 or 8.1.5

    We have a Oracle DB 7.3.4.5 on HP-UX and we want to create a dblink, in order to point a tables on a 8.1.5 or 8.1.6 DB on Solaris 8. Will be possible? Thanks! Carlos

  • How to configure mail server for subscription

    Hi, I want to test subscription. My problem is how to configure the mail server. As to my understanding, we need first configure mail server, then the user can choose "Subscribe" in the Details screen of a folder. My steps are: 1. In KM - CM - Utilit

  • Inserting variable text - partial filename

    Our filenames are in this format: 12345_Something_Something.indd InDesign can insert the entire filename as a text variable. What we want is for it to only insert the first 5 numbers – everything before the underscore - as a text variable. It would n