Abiword without gnome possible?

Is it possible to run abiword without any gnome depends?
Filed a bug earlier about libglade and abiword, the new buld of abiword does not work for me.

Yeah, I've noticed that it wasn't updated long time ago in GIT.
I'm giving myself a break - GNOME panel is so buggy and unstable... whenever I add or remove an applet, it hangs or quit. Now I even cannot launch panel - terminal says nothing, but panel doesn't appear.
It's not worth it.
EDIT: Thanks for your help.
Last edited by weakhead (2010-04-18 12:01:08)

Similar Messages

  • Gnumeric without GNOME

    I thought I'd post this in case others weren't aware of the fact that you can install Gnumeric with very few GNOME deps. Apparently most of the GNOME dependencies that Arch has for Gnumeric are, in fact, optional. To see the list of deps, go here and scroll down to the table.
    So, here's what you do. I've written it out a bit for those who are less familiar with PKGBUILDs.
    1. Run "abs" so that you get the latest PKGBUILDs.
    2. Go to /var/abs/extra/lib/goffice, edit the PKGBUILD so that the deps say:
    depends=('libgsf' 'libgnomeprint')
    and then run "makepkg" and "pacman -A" the package.
    3. Go to /var/abs/extra/office/gnumeric, edit the PKGBUILD so that the deps say:
    depends=('libgnomeprintui' 'goffice')
    and so the configure line says:
    ./configure --prefix=/opt/gnome --without-guile --without-gnome --without-psiconv
    and then run "makepkg" and "pacman -A" the package.
    4. Copy your goffice and gnumeric directories to /var/abs/local so they don't get overwritten.
    Note that you'll get a few error msgs about gconftool not installed and other gnome things that I was too lazy to remove because they can be safely ignored.
    Enjoy your speedy OOo calc replacement

    AFAIK abiword can be built without gnome dependencies by configuring it as:
    ./configure --disable-gnome --disable-printing --disable-spellcheck --with-libxml2
    However you would be unable to print anything without the libraries.
    Didn't tried it, but more information can be found here: http://www.beranger.org/index.php?article=2306&page=3k

  • Auto suspend on idle without Gnome or KDE? [SOLVED]

    This may be a stupid question but I've never had to actually mess with this before on a system without Gnome or KDE installed (they have their own utilities which tends to make this easy) and I've spent an hour researching to no avail.
    I'm looking for a way to force the entire computer to automatically suspend to RAM after 30 minutes of no keyboard or mouse activity. I already have pm-utils and xscreensaver installed and 'pm-suspend' already works great when I call it manually but what I'm missing is a way to detect the idle and actually call 'pm-suspend' automatically.  I do have HAL and udev.  Of course it runs X too but there is no D.E. installed.  Only various Window managers.
    BTW- this is for a Desktop not a laptop if that is significant for some reason.  The reason for it is basically I want this computer to suspend (to save power) at night and other times when it's not being used.
    Thanks for any help you can give!
    Last edited by davidm (2011-02-21 01:58:18)

    Still welcoming some help after all....
    I've been attempting to use xfce4-power-manager but am having an issue where as a normal user actual power management options other than for the monitor are disabled.  It works fine as root but not as a normal user.
    User is a member of the power group.
    Have consolekit installed.
    Launching WM from .xinitrc (No Display manager such as slim) using 'exec ck-launch-session /usr/local/bin/wm'
    Anything I am missing for why this wouldn't work? 
    Trying to use the debug option:
    (xfce4-power-manager:2633): xfce4-power-manager-WARNING **: Unable to connect to session managet : Failed to connect to the session manager: SESSION_MANAGER environment variable not defined
    (xfce4-power-manager:2633): xfce4-power-manager-WARNING **: could not map keysym 1008ffa8 to keycode
    ** (xfce4-power-manager:2633): WARNING **: No outputs have backlight property
    ** (xfce4-power-manager:2633): DEBUG: executed /usr/sbin/xfpm-power-backlight-helper --get-max-brightness; retval: 1024
    ** (xfce4-power-manager:2633): DEBUG: xfpm_brightness_setup_helper: get-max-brightness returned -1
    ** (xfce4-power-manager:2633): DEBUG: no brightness controls available
    Last edited by davidm (2011-02-21 01:17:51)

  • System wide proxy settings without gnome and kde

    Hi,
    this is my software stack:
    linux
    X
    openbox
    chromium
    my university had the great idea to cencor and filter the internet so that students can't do bad stuff and besides that can't do anything at all. They even block ping and ssh connections.. but that's another story.
    here are my problems with that:
    chomium devs seem to live in a very small world in which only kde and gnome exist, because these envirenments are the only way to let chromium know that it should use a proxy server.
    I've written a small script that works perfectly for most of my stuff. here it is:
    $ cat ~/.proxyon
    export http_proxy='proxy.fh-brandenburg.de:3128'
    export https_proxy='proxy.fh-brandenburg.de:3128'
    export ftp_proxy='ftp-proxy.fh-brandenburg.de:21'
    export socks5_proxy='socks5-proxy.fh-brandenburg.de:1080'
    export HTTP_PROXY=http_proxy
    export HTTPS_PROXY=https_proxy
    export FTP_PROXY=ftp_proxy
    export SOCKS5_PROXY=socks5_proxy
    gsettings set org.gnome.system.proxy autoconfig-url 'http://proxy.fh-brandenburg.de/proxy.pac'
    gsettings set org.gnome.system.proxy mode 'manual'
    gsettings set org.gnome.system.proxy.http enabled true
    gsettings set org.gnome.system.proxy.http host 'proxy.fh-brandenburg.de'
    gsettings set org.gnome.system.proxy.http port 3128
    gsettings set org.gnome.system.proxy.https host 'proxy.fh-brandenburg.de'
    gsettings set org.gnome.system.proxy.https port 3128
    gsettings set org.gnome.system.proxy.ftp host 'ftp-proxy.fh-brandenburg.de'
    gsettings set org.gnome.system.proxy.ftp port 21
    gsettings set org.gnome.system.proxy.socks host 'socks5-proxy.fh-brandenburg.de'
    gsettings set org.gnome.system.proxy.socks port 1080
    gsettings set org.gnome.system.proxy ignore-hosts "['localhost', '127.0.0.0/8', '*.fh-brandenburg.de' ]"
    to start chromium i've made another script to test the proxy behavier:
    $ cat ~/start_chromium.sh
    source ~/.proxyon && echo $http_proxy && chromium
    This should work because I set every proxy variable I'm aware of and the script spits out the correct proxy server but chromium still don't uses any proxies. Does anyone have a solution to this? I'm out of ideas..

    delta24 wrote:Try creating a script in /etc/profile.d named proxy.sh having all the proxy config.
    The behavier I want to achieve is that I can hot swap proxy and non proxy networks without restarting the browser. This works under gnome because chromium reads the proxy config from gconf which gets updated on network change but this doesn't work without gnome.
    Most of the time I'm on networks without proxies. Only in university I need them. A simple switch to activate them when needed would be nice.

  • Down payment request without PO possible?

    Hello,
    Is it possible to create a down payment request without having to use a PO.
    This concerns financial postings for services.
    Thank you for sharing your experience.
    Kind regards,
    Linda

    Hi
    Check the below TCodes which does not require PO / SO
    For Vendors
    F-47 - Request
    F-48 - Down Payment
    F-54 - Clearing
    For Customers
    F-37 - Request
    F-29 - Down Payment
    F-39 - Clearing
    Cheers
    Srinivas

  • Is a dynamic codebase without JnlpDownloadServlet possible?

    Is it possible to have a dynamic codebase without deploying a servlet?
    Seems reasonable to me. The cache should always know where the original source for the jnlp file ....
    <jnlp spec="1.0+" codebase="codebase of original source this file" >
    </jnlp>
    I am attempting to minimize server side code and was thinking this was possible because of this statement made here : https://jdk6.dev.java.net/testProperty.html
    "In 6u10-b13, we introduce new Java system properties to support the usage of version download and Pack200 without any server side requirements."
    It seems to me that without some mechanism for dynamic codebase the new properties jnlp.packEnabled and jnlp.versionEnabled are kind of pointless since server side code will still be required in most situations. Statically coding the codebase attribute for every deployment is not a viable solution for me.

    Thanks for responding Andy.
    I was thinking that if the run-options of javaws would support the -codebase option (as with the import option), and the browser were to launch with that flag, then it could override the codebase in the jnlp file. Maybe too many moving parts there? ........
    I've been working with the -import and -codebase options in attempt to minimize the server side servlet requirement.
    Basically my thought is :
    Have the jnlp file on server with no codebase attribute.
    Use a signed applet to bring the jnlp file down from the server and write it to local disk (somewhere temporary) adding the codebase attribute along the way. Then launch the javaws with -codebase and -import flags to install the application.
    So far it seems to be working but it's been a bit of a struggle. Viewing the cached jnlp file I see that it has the codebase attribute correct and the application does launch.
    I am wondering if I update the jnlp file on the server, will the codebase in the cached file still be used? or will I need to force another -import?

  • Multi message to Proxy ABAP without BPM possible?

    Hi Experts,
    I am designing a scenario where my source is a flat file and the target SAP.
    According to the content of the file, we would like to group the data per company and then send the grouped data.
    The question is, is it possible to send data in a proxy per company? which means that we would have as many proxies as there are companies? without using BPM
    Thanks a lots,
    regards

    Hi Now i have the same requirement. As you said group the data by company code in the internal table and handle it, does not feasible to my requirement.
    I am doing material movements using proxies. Here for every loop i will call BAPI to do the material movements. Suppose there are 10 rows which are coming from XI and needs to do 10 material movements.
    First 5 loops successfully processed, but some functional error comes while executing the 6th loop. My proxy will throw the exception comes out of the process.
    By seeing the error record data in the exception, i have rectified the error. Now if i restart the proxy, the proxy will again try to execute from 1st row. But, first 5 th rows are already successfully processed.
    This shouldn't be the case in real time. How can i overcome this?
    If i get the proxy data row by row, then it would be more beneficial to me to handle.
    How can we the message split possible using enhanced interface determination in the Proxies.
    Could you post the solution, if anyone has?
    Thanking you,
    Regards,
    Krishnaraju.

  • Solution without BPM possible..?

    Hi,
             I have a scenario where I have to create a sales order and once it is successfull then I have to create a Purchase order.
            Is the above scenario possible without using BPM..need help in resolving it..
           Thanks in advance.

    Hi,
             The scenario in PI is that Iam using a multimapping for sales order creation and purchase order creation.
            Once the scenario is executed is it possible to create sales order and then purchase order in ECC.
            The sequence should be first Sales Order and then Purchase Order ..Is it possible without using BPM.,?
            If it possible in ECC end ..please let know how to achieve in ECC..

  • SRM MM-SUS procurement cycle without ASN possible?

    Hi, SRM guru:
    Is it possible to run MM-SUS procurement cycle without ASN? if yes, can you give something advice on how to acheive it by customizing?
    Thanks in advance
    George

    Hi George
    Please contact him for SUS supports /Queries  as mentioned in the SAP Note 700350
    Dr. Dirk Schirrmeister
    SAP Consulting Deutschland
    PU Purchasing Solutions/ SRM
    SAP Deutschland AG & Co. KG
    Hasso-Plattner-Ring 7
    69190 Walldorf
    E-mail: dirk.schirrmeister at sap.com
    SAP Note 700350 - Supplier Enablement: Deployment
    Scenarios integrating SUS
    You can use this function to create, edit, and send advanced shipping notifications (ASN) in Supplier Self-Services (SUS).
    Integration
    This function is only relevant for the Plan-Driven Procurement with Supplier Integration business scenario.
    When you create an ASN in SUS and send it to the purchaser, an inbound delivery is automatically created in Materials Management (MM).
    Features
    Create ASNs
    You can create ASNs on the basis of a purchase order.  -> here I could not see plural of Purchase order. so you may be correct but our MM system accepts in One ASN for different Purchase orders .It could be via EDI 856 ASN.
    The document control settings in the purchase order determine whether or not you can create an ASN for an item. Purchasers use these document control settings to specify which follow-on documents they expect. The SUS system copies all of the items for which a purchaser expects a confirmation from the purchase order to the ASN
    Br
    Muthu

  • Using FINSTA without IHC possible?

    Do you have any experience with using FINSTA Idoc without IHC? Is it possible to use this?
    We want to automically transfer EBS from a provider to SAP and want automatically upload and post these statements. Are there any other RFC FM which can be used?
    BR
    Ibrahim

    Hi Ibrahim,
    We are using FINSTA IDOC to post our incoming Bank Statements.
    The process Code is FINS and the inbound Function module is IDOC_INPUT_FINSTA
    Regards,
    SAPFICO

  • Bidirectional One-To-One relationship without Indirection possible?

    Is it possible to create a One-to-One Bi-directional relationship without using Indirection?
    When I have tried this, Toplink returns the same related rows from the two tables over and over again until it throws an error.
    I need to use this relationship without indirection as I want to be able to query one table and have it return data from the associated table, without having to reference fields in the associated table in my query.
    Do you have any suggestions that might help?
    Thank you again,
    Lena

    Doug, I'm not sure I follow the reason behind this completely. Say we are only loading data from our database--we "promise" never to change it. What we are seeing is that TopLink seems to get stuck in a loop when it is loading objects with a 1-1 bi-directional relationship.
    So, ObjectA loads, and has a reference to ObjectB; ObjectB loads and has a reference to ObjectA; ObjectA loads again and has a reference to ObjectB....you see the problem.
    I thought that by specifying "maintain bi-directional relationship" we were basically telling TopLink: ObjectA has an ObjectB, and ObjectB will reference ObjectA, but there's no need to reload it.
    I guess I'm just stuck on why it would be required to use indirection in this case, since we always want to load our related objects. Any thoughts?

  • Running gnome services without gnome

    Does anyone here use some of the gnome services without running Gnome?
    I would like to get the gnome screensaver and USB autodetection (when I plugin a thumb drive, it should mount and open up rox) to work but I haven't had much luck so far.

    z3ppelin wrote:
    When I was running openbox only, I was starting it throu startx, and I had in my ~/.xinitrc something like:
    gnome-volume-manager ;
    gnome-settings-daemon ;
    exec openbox ;
    gnome-volume-manager is autodetecitng usb and cd's, but you need to have d-bus and hal started.
    You could easily just have all that in your executable ~/.xsession as well. Either work equally well.

  • Flex datagrid without webserver possible ?

    Is it possible to use flash/flex to pull data from a database
    without the use of a webserver ? I have a swf. embedded within a c#
    .net forms application using fscommand to pass events back to the
    application but now have to see if I can pull the data without the
    use of a webserer. I understand that no webserver is going to be
    installed on these local pc's. Any ideas would be great !
    Thank You,

    Mike Britton has a tutorial for querying a Microsoft Access
    database on your local computer and displaying the results in a
    DataGrid:
    Introduction
    to Basic ColdFusion / Flex 2 Remoting

  • Use custom JAAS LoginModule without UME - possible?

    Hi all,
    I want to deploy an application that internally makes use of JAAS to authenticate users. There is a LoginModule that authenticates users against some database tables containing all the user data and profile. The application was not designed to be deployed to NetWeaver. So it does not make use of UME or some other NetWeaver specific feature. Actually it handles user management and authoroization issues completely on its own. The only reason for having JAAS is to allow customers to plug in their own LoginModule to use some other kind of user store.
    When deploying the web application to a simple servlet engine like Tomcat, all I have to do is to register my LoginModule in the "jaas.conf" file that is parsed by JAAS default implementation. I also tell the JVM where my jaas.conf file is located by appending a "-Djava..." runtime parameter to the JVM startup script.
    When using other application servers like IBM WebSphere things become a bit different. Normally you use the administration GUI of that server to configure your LoginModules. WebSphere for example keeps the login configuration in an internal database rather than writing everything into a "jaas.conf" text file. But the way the application can use the LoginModule is the same as in Tomcat.
    But when it comes to Netweaver, it seems to me that it's not possible to define a LoginModule that your application can use WITHOUT having to couple it tightly to UME. Or did I get something wrong? Initially I've tried to modify the JVM's parameters (using SAP J2EE Config Tool) to include the location of my "jaas.conf" file containing the my login configuration. But that did not work. The parameter was really passed to the JVM but anyway my LoginModule was not found, I guess that NetWeaver has some own implementation of the JAAS interfaces that just ignore the plain text JAAS configuration files (like WebSphere also does).
    The documentation that I have downloaded from SDN doesn't seem to match the 6.4 sneak preview version that I just downloaded some days ago. They say you should deploy your LoginModule as a library and add a refernce to the application. I tried that out but it did not help. The login configuration that the application wants to access is still not found. Actually there seems to be no way to specify the name for a JAAS Login Configuration in NetWeaver. At least I cound not find that in the documentation.
    So basically my question is: is it possible to deploy an application that wants to use some own LoginModule (either deployed separately or together with the application, that does not matter) without making use of Netweaver specific features like UME? The application has its own user management infrastructure and just needs a way to setup a JAAS Login Configuration to access its own LoginModule.
    Thanks for any reply
    Henning

    http://help.sap.com/saphelp_nw04s/helpdata/en/3f/1be040e136742ae10000000a155106/content.htm

  • Stream music from iPhone to AirPort Express without network possible?

    For an event I want to send music directly to my Aiport Express with AirTunes which of course is plugged into an amplifier/mixer connected to the speakers.
    This way I can roam and control the music.  Is this possible without a network created by a router?  Can one effectively make a direct connection from an iOS device to the Aiport Express; and ad-hoc connection perhaps?

    Thanks for the update - I am only familiar with networks and this is actually an iPhone/iTunes question so I would suggest that you re-word your question and re-submit it on the appropriate forum - that being said, if you can do what you want to do with an Express attached to the internet then you can do it this way - however keep in mind that the only audio output on Express is for a regular audio cable or an optical cable - I hope this helps.
    Charlie

Maybe you are looking for