Equinox Desktop Environment 1.0.2

Equinox Desktop Environment 1.0.2 was just released
http://ede.sourceforge.net/cgi-bin/page.py?home
It would be great if we had a package ofr it in arch...
Kin

From sourceforge of project page:
Here is quick hack for problem so you can try to apply it:
- go to directory where you extracted efltk
- then try to open Fl_Text_Buffer.h (it is in efltk headers
directory)
- go to line 81 and instead
"char* Fl_Text_Buffer::static_buffer();"
place
"char* static_buffer();"
Then run "make clean" and "make".
Let we go with the second try Use previous steps, but
this time with Fl_Combo_Box.h file. Locate lines 26 and 27
and instead:
static void Fl_Combo_Box::cb_browse(Fl_Widget *w, void *data);
static void Fl_Combo_Box::cb_button(Fl_Widget *w, void *data);
put:
static void cb_browse(Fl_Widget *w, void *data);
static void cb_button(Fl_Widget *w, void *data);
I got some error about missing library, so I copied files from build directory of efltk /lib to /usr/lib, and it compiled sucessfuly.
After that I tried to compile ede but it says that version of efltk is too old, so I edited configure file to skip checking for efltk version by removing some code (quick and dirty but works)
EFLTK_VERSION="`efltk-config --version`"
case "$EFLTK_VERSION" in "2.0."[34])
                echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
        { { echo "$as_me:$LINENO: error: It seems that you have older efltk version. Required is >= 2.0.3" >&5
echo "$as_me: error: It seems that you have older efltk version. Required is >= 2.0.3" >&2;}
   { (exit 1); exit 1; }; }
esac
It compiles and runs fine, but it is quite ugly, looks like kde 2.x or windows 95 ;P

Similar Messages

  • Equinox Desktop Environment

    There was a review of the Equinox Desktop Environment (EDE) put up recently, and I figured it might be worth taking a look at.  However, it isn't up on AUR yet.  Could someone make a PKGBUILD for it?
    Review: http://www.osnews.com/story/19782/Revie … onment_1.2
    Website: http://equinox-project.org/

    Has been in AUR very long time. Someone deleted it.
    efltk
    # Contributor: Leslie P. Polzer <[email protected]>
    # http://blog.viridian-project.de/
    pkgname=efltk
    pkgver=2.0.7
    pkgrel=2
    pkgdesc="Extended version of the GUI toolkit FLTK. EDE dependency."
    url="http://ede.sf.net/"
    license=('LGPL')
    arch=('i686' 'x86_64')
    depends=(libjpeg libpng gcc-libs libxext)
    source=(http://downloads.sourceforge.net/sourceforge/ede/$pkgname-$pkgver.tar.gz)
    md5sums=('f0300fd2fec47d4b05823297032ddb9f')
    sha1sums=('b5a4911414e7d933df5e339dab34c7a18a691736')
    build() {
    cd $startdir/src/$pkgname
    ./configure --prefix=/usr \
    --enable-opengl --enable-utf8 --enable-plugins \
    --disable-mysql --disable-unixODBC # EDE doesn't need this,
    # and you probably do not either
    ./emake || return 1
    mkdir -p $startdir/pkg/usr/{bin,lib}
    ./emake prefix=$startdir/pkg/usr install
    find $startdir/pkg -name "*.la" -exec rm -f '{}' \;
    ede
    # Contributor: Leslie P. Polzer <[email protected]>
    # http://blog.viridian-project.de/
    pkgname=ede
    pkgver=1.2
    pkgrel=1
    pkgdesc="The lightweight Equinox Desktop Environment"
    url="http://ede.sf.net/"
    license=('GPL')
    arch=('i686' 'x86_64')
    depends=("efltk")
    source=(http://downloads.sourceforge.net/sourceforge/ede/$pkgname-$pkgver.tar.gz)
    md5sums=('7bffdd825c6a32f3c99e081f2e3a4c73')
    sha1sums=('3ed41a5382c6374ba2c9d8b6fff88e26205c5a0f')
    build() {
    cd $startdir/src/$pkgname
    ./configure --prefix=/usr
    make || return 1
    mkdir -p $startdir/pkg/usr/bin
    make prefix=$startdir/pkg/usr LOCALEDIR=$startdir/pkg/usr/share/locale install
    find $startdir/pkg -name "*.la" -exec rm -f '{}' \;

  • [Solved] Setting my own desktop environment

    Hi, I'm trying to setup my own desktop environment with the following packages:
    * slim
    * metacity
    * compton
    * wbar
    This is my slim conf:
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Set directory that contains the xsessions.
    # slim reads xsesion from this directory, and be able to select.
    sessiondir /usr/share/xsessions/
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Bienvenido a %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user simone
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme archlinux-slim-theme-whitey
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    Now, my desktop entry for the sessions, which is located $HOME/.config/joelDE/joelDE.desktop:
    [Desktop Entry]
    Name=joelDE
    Comment=Mi entorno de escritorio
    Exec=/home/joel/.config/joelDE/joelDE
    TryExec=/home/joel/.config/joelDE/joelDE
    Icon=/home/joel/.config/joelDE/joelDE.png
    Type=Application
    I made the symlink: ln -s /home/joel/.config/joelDE/joelDE.desktop /usr/share/xsessions/joelDE.desktop and it DOES appears in slim sessions (F1), now jolDE script:
    #!/bin/bash
    # mi propio entorno
    (sleep 1s && metacity --replace &)
    bash $HOME/.fehbg &
    xscreensaver -no-splash &
    (sleep 1s && compton --config $HOME/.config/compton.conf -b) &
    (sleep 1s && wbar) &
    and finally my .xinitrc:
    #!/bin/bash
    # ~/.xinitrc
    if [[ ! "$1" ]]; then
    WM_Name=startxfce4
    else
    WM_Name=$1
    fi
    setxkbmap -layout latam
    if [ -z "$GTK_PATH" ] ; then
    GTK_PATH="/usr/lib/gtk-2.0"
    else
    GTK_PATH="$GTK_PATH:/usr/lib/gtk-2.0"
    fi
    export GTK_PATH
    if [ -z "$GTK_MODULES" ] ; then
    GTK_MODULES="canberra-gtk-module"
    else
    GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
    fi
    export GTK_MODULES
    export LANG=es_MX.UTF-8
    echo ${WM_Name} >$HOME/DE_name.txt
    if [ ${WM_Name} != "startxfce4" ]; then
    export DESKTOP_SESSION=${WM_Name}
    export GTK2_RC_FILES=$HOME/.gtkrc-2.0
    exec dbus-launch --sh-syntax --exit-with-session ${WM_Name} >$HOME/xinitrc-log.txt 2>&1
    else
    exec ${WM_Name} >$HOME/xinitrc-log.txt 2>&1
    fi
    # :~ EOF
    This is the thing: after choosing "joelDE" in slim sessions it shows a black screen and rerun slim...
    1.- Doesn't SLim run x11?
    2.- If not, how do I call it?
    Thanks!
    Last edited by Joel (2014-07-14 04:37:30)

    Try moving the metacity line in joelDE to the end of the file and remove the last '&':
    #!/bin/bash
    # mi propio entorno
    bash $HOME/.fehbg &
    xscreensaver -no-splash &
    (sleep 1s && compton --config $HOME/.config/compton.conf -b) &
    (sleep 1s && wbar) &
    sleep 1s && metacity --replace
    With startx, and I think that this is true for SLiM as well, your X session will last as long as your ~/.xinitrc (or, I think more technically, the exec $whatever that may be at the end of the file).  So if everything in ~/.xinitrc forks (or in your case, your joelDE script), that script will complete immediately, and the X session will exit with it.

  • What's a good desktop environment/general system UI for a television?

    So right now I just upgraded to Arch (without planning to do so, but that's another story) on my media station, and I'm trying to figure out what desktop environment to use with it.  It is hooked up to an old analog TV as the only display (I do most of my configuration via ssh and the command line), and my wife (who's not a Linux user by any stretch) uses it a lot.
    I'm finding Gnome 3 (since it had Gnome on it before I just went with that) is really not suited to this purpose.  It seems to want things like a higher resolution than what can be readable easily on the TV, and if I set it to a lower resolution setting menus will get pushed off the screen.  I also prefer something where I can do all the configuration from the command line, because I'm usually going to be configuring it remotely.
    What the media station does normally is play videos in VLC (either saved video files or DVDs), play YouTube videos in a browser, and move around and delete files on the desktop with a mouse.  The way the keyboard is set up it's hard to use as well.  So I'm wanting something that makes all of those really simple with the constraints of a low resolution TV, and avoids needing the keyboard if at all possible.
    Any suggestions?
    Bonus points if people can come up with a way that someone can easily move around and delete the files from a browser on a Windows machine, as that's what my wife has with her a lot when she's sitting at the couch.  She doesn't want to install anything on that computer or use things like Windows filesharing though.

    LXDE isn't optimal if CLI configuration matters to you... but does this really matter if you expect to set it up once and be done with it?
    Openbox' XML syntax is needlessly annoying if you don't want to use the optional GUIs or other little helpers, I'd go with a simple window manager rather than a DE.
    Fluxbox is easy, text-friendly and doesn't require a DE on top to meet modern expectations. Personally, I think a well-tweaked FVWM beats the pants off anything else.
    Nevertheless, debugging the wife seems to be a higher priority for now... with good suggestions already.

  • LightDM-devel does not allow to change desktop environment

    Hi,
    I'm new to Arch and I'm trying LightDM under systemd as my display manager. I don't know if this is the right place to ask about it, since it involves a package from AUR but if anyone can help me, I'll appreciate it.
    I am currently using XFCE4 as my desktop environment. Since I need to switch user and language quite often, the current LightDM version available in pacman does not work for me since it has a bug that prevents it from reading the language selection correctly (https://bugs.launchpad.net/lightdm/+bug/1019314). Therefore, I'm trying the development version available in AUR which corrects the language problem but introduces a new one.
    Because I am new to systemd and LightDM, I'm afraid I have ask the following newbie question. On the first time that I log in, I am able to select language and desktop environment but if I log out and try to log in again, I notice a few strange things. First of all I see that the user name is in bold letters, as if the user would be still logged in. I also notice that I am not longer able to change my desktop session or language, but if I select another user I am able to do it (unless of course, I have already logged in witht this second user, in which case the problem is the same). If I reboot or restart lightdm, I am able once again to select session and language but just like before, only once until next restart. Is this the normal behaviour of lightdm or should i report this as a bug?
    Please, let me know if I'm omitting any important information regarding my system or configuration that may be responsible for this behaviour.
    Last edited by pedroobv (2013-08-02 22:46:20)

    Hello Liza,
    Did you try my solution?
    [Re: Change source system name in variant in BWQ]
    There are solutions to change variants properties, but that particular program has the logsys parameter not able to change, so you cannot change the value of that variant (only with debug).
    It's best to go for that solution I already provided to you...
    Diogo.

  • Could not load application module from desktop environment of Jdeveloper

    I am geting the following error, when i a trying to open a OLM Page from my desktop environment.
    I ftp the .xml files in Ascii format and .class files in Binary format.
    Placed it repectively in myclasses.
    copied .xml files to my projects and the also ftp's all othe .xml files from $OTA/11.5.0/mds
    I receive the follwoing error, when trying to open the page
    Can someone please help, if someone has come across this error.
    Exception Details.
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.ota.learner.server.LearnerAM'.
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:280)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1063)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    JBO-30003: The application pool (egludev15.eaglegl.comHRUSSUP01765oracle.apps.ota.learner.server.LearnerAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.ota.learner.server.LearnerAM of type ApplicationModule not found
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1610)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
    at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
    at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:437)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:209)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1063)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition oracle.apps.ota.learner.server.LearnerAM of type ApplicationModule not found
    at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:329)
    at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
    at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
    at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
    at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:359)
    at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
    at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:135)
    at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:76)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:1984)
    at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:358)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1543)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
    at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
    at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:437)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:209)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1063)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    JBO-30003: The application pool (egludev15.eaglegl.comHRUSSUP01765oracle.apps.ota.learner.server.LearnerAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.ota.learner.server.LearnerAM of type ApplicationModule not found
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1610)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
    at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
    at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:437)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:209)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1063)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition oracle.apps.ota.learner.server.LearnerAM of type ApplicationModule not found
    at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:329)
    at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
    at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
    at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
    at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:359)
    at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
    at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:135)
    at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:76)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:1984)
    at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:358)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1543)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
    at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
    at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:437)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:209)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1063)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)

    Hi,
    Ram,
    I checked the files in the respective folders.
    As you said, i have the files placed in the folders.
    It gave me the same error.
    I am using 9i Developer. When i open files from my projects, it is asking me, whether this needs to be added as a business object. When i say ok, it says unable to add to the business objects as specified. Not sure if this something that is causing the issue.

  • Do I need to reinstall desktop environment for each user?

    Hello,
    I have installed xwindows and the i3 desktop environment on my root account by mistake.  I created a user account and logged into it, but I could not start a xwindows because it wasn't installed on that account.  Do I need to reinstall everything on the new user or is there a way to copy everything over?
    Thanks

    offtopic @Xyne
    What I am still wondering is if using xorg wrap is a hack as opposed to some "cleaner" systemd solution.
    Well, simply not using Xwrapper.config, then Xorg will handle this on it's own (see man page extract below). I don't think Openbox has problems with this, so I think the problems you had would have to be looked at separately. But maybe better on their own topic...
    'man Xorg.wrap'
    By default Xorg.wrap will autodetect if root rights are necessary, and if
    not it will drop its elevated rights before starting the real X server. By
    default Xorg.wrap will only allow executing the real X server from login
    sessions on a physical console.
    When auto-detecting the wrapper will drop rights if kms graphics are avail‐
    able and not drop them if no kms graphics are detected. If a system has
    multiple graphics cards and some are not kms capable auto-detection may
    fail, in this case manual configuration should be used.
    You're a bit late on that one

  • Tiler Desktop Environment with support for iconified files and dirs

    I like to put a lot of my temporary files and directories I am working with on the desktop as icons so I can easily start them by the click of a button. However in gnome I am always manually tiling my windows. Is there any tiler with icon support? Or do you recommend running a tiler inside a more complex desktop environment?
    Last edited by lordmetroid (2009-12-23 16:19:24)

    moljac024 wrote:GNOME/XFCE+Xmonad can work pretty well...
    http://www.haskell.org/haskellwiki/Xmon … d_in_Gnome 

  • What is the best Desktop Environment in Arch Linux?

    Hello, Arch Community! I am having troubble desiding which DE to install on my new Arch box. I have narrowed it down to KDE, GNOME, and Xfce.
    I like KDE's customization but I also like GNOME's simplicity. Xfce is lightweight, but in previous experience GNOME apps such as NetworkManagerApplet don't run that well with it and I had troubble with Compiz Fusion in Xfce. Please help me decide. Please don't tell me that it is 'apples and oranges' or any crap like that. I just want an answer that talks about performance and customization, etc.
    BTW I am glad to return to Arch after getting sick of Fedora's massive updates. I am in love with Arch's rolling release cycle.
    Last edited by theDBANfan (2009-07-26 03:00:32)

    you dont even need a proper desktop environment, thats part of the reason i like arch so much, you can use ~/.xinitrc as your own personal desktop environment.
    just put what you want in your ~/.xinitrc
    this is mine
    xbindkeys &
    lxde-settings-daemon &
    xfdesktop &
    xfwm4 &
    xfce4-panel &
    exec ck-launch-session startlxde
    i have the minimal lxde install (just lxde-common, lxde-settings-daemon & lxsession-lite + lxapperance for my themes) so all my settings like themes  etc... are loaded on boot then i just added the panel i wanted, the window manager i wanted etc...
    if you want a fast minimal install with only the apps you want then do something similar, load somekind of settings manager so all your settings are loaded every time you boot then pick and choose you favorite panel, window manager etc...

  • Is there any handbooks about build the Desktop Environment?

    Is there any handbooks about build the Desktop Environment?
    I found it is difficult to build up the Desktop Environment with Archlinux.
    Of course, I am new to archlinux, and I learnd a lot by using it.  I really love it~!
    I just want to make my desktop as same as Ubuntu 8.04...    It's just a small dream..
    I think I need a handbook.....   Who can write it or where can find it~!  (The wiki is not enough)

    http://wiki.archlinux.org/index.php/Gnome
    Could you provide a screenshot? Picture? Something?
    You say you can startx succesfully. Is this with an unmodified (shouldn't even exist) .xinitrc, or with a .xinitrc configured to start Gnome? If the latter, can you post it?

  • I want some KDE apps, but not the KDE desktop environment....

    I'm on a laptop running Arch (yay!) and I am wanting to install Amarok and KTorrent. However, I don't want the KDE desktop environment, KWin (I use fluxbox), or things like KDM (I use SLiM). Is there a package, like kde-base in Debian, that allows just essential Qt/KDE libraries for applications like Amarok and KTorrent?
    Thanks in advance.

    Aakko wrote:
    I'am running Xfce4 and only KDE app I use is Kaffeine for tv-viewing.
    I would like to change KDE theme. Is there a way to get to KDE control panel from Xfce so I could change the theme?
    Assuming you have it installed,
    $ kcontrol
    or you can use kcmshell with the name of the options module you want to use, eg:
    $ kcmshell style
    to change the GUI theme.

  • I want to try a window manager WITHOUT desktop environment

    Hello everyone, I am now using Gnome, but I want to try something lightweight.
    My main concern here is the system tray which I rely heavily, there are several things importmant to me:
    1 network manager. As I'm using gnome, I use gnome-network-manager to manage WIFI.
    2 SCIM. I have to input language other than English, but I don't care if there is no icon in system tray
    3 battery monitor and extras(e.g. volumn control, time, etc) which are not necessary, but would be good if there is replacement.
    Is there any tutorial/guide for a building a system like this(without desktop environment) on Arch?
    Thanks !

    Hi Olnex,
    Try running pypanel and idesk from the .xinitrc or .xsession file in your homedir.
    Every application there should be executed when you start your window manager.
    Don't forget to call them with an '&', so that the application runs in the background (e.g. pypanel &).
    As a file manager i'm mainly using midnight commander in a terminal.
    For USB managing i'm not a big help, i'm afraid.
    I'm using hal/udev-rules for automount at the moment, and unmount drives manually. So i'm not familiar with any GUI for that.
    Just search the forum a little, there is a lot of information in it.
    Don't be afraid to try out new packages.
    Regards,
    Steffen

  • Impossible to start the desktop environment after upgrade failure

    Hello, after a long time without doing upgrades on my archlinux, I tried it once today. The upgrade failed, there were some packages conflit. Then nautilus and terminal were unable to be launched, so I restarted my PC. But when it's supposed to display the login window, the screen became black with a little clock instead of the mouse point.
    Anyone can tell me how can I recovery my desktop environnement please?
    If it isn't possible, how can I copy my data on a USB disk?
    Thank you.

    First question, is the gdm daemon in your rc.conf or your inittab?
    If it is in the inittab, then append the number 3 to the end of the grub kernel init string. This will boot to runlevel 3, and leave you in a text console.
    If it is in rc.conf...well, if you can Ctrl+Alt+Bkspc out of the X session with the little clock, then just run from the console, then that's easy. Otherwise switch to another console (Ctrl+Alt+F1) and log in, then try doing
    killall gdm
    As a last resort, you can always boot to single user by putting 1 at the end of the grub init string instead of 3.
    After you are in the console, then try doing xinit /usr/bin/gnome-session and see if it works. If not, then you can try rolling back packages and whatnot.
    Also, check /var/log/pacman.log and paste the failures you got.

  • Cannot access desktop environment, neither gnome nor awesome

    Hi All,
    My Archlinux has been installed for a while when suddenly, maybe after one `yaourt -Syu` and reboot, cannot reach my desktop environment(gnome).
    At first, it seems like gdm doesn't run. So I manually run it, but the gnome reports an error in the GUI (the error is very general, so I have no idea what happened at all). Then I tried to install awesome, but I can't access to it as well.
    I've tried to switch my graphical driver from nouveau to nvidia, but I still can't get into Gnome. Surprisingly, I get into awesome successfully. However, I failed to open any terminal or application but quit awesome.
    I've tried to replace sysvinit with systemd-sysvcompat after switching my graphical driver back to nouveau. By doing that, gdm seems to run at boot up, but I still can access Gnome, because the computer just halt and the graphical interface never come up. Neither can I access awesome.
    I can't figure out where the problem is. My desktop environment used to function normal for a long time. What could possibly be wrong after any upgrade?

    1)  What was updated.
    2)  What are the errors.
    3)  What can you find in the various logs and/or journal.

  • [Help] Setup a Vim-like desktop environment

    Hi
    The funny thing is that I don't know absolutely how to work with Vim, but I want to learn it by building a "desktop environment" based on vim and (mostly) on terminal apps that behave like Vim.
    And of course I need the help of the Arch community!
    Well first of all I probably need a good tutorial (except vimtutor) to start learning vim behaivour and keybindings: Have you got any suggestions?
    Then I need ideas about software: of course I prefer to use stable, maintained and lightweight software that is in the repos, or at least in the AUR.
    Following is my list: I will add your suggestions and clarify my choices here.
    Help me to build my Vim-like-environment!
    Login Manager: none
    Window Manager: i3
    Editor: vim (of course)
    Terminal: urxvtd + urxvtc
    File Manager: vifm
    Image Viewer: feh
    Pdf Viewer: apvlv
    Browser: uzbl-tabbed
    Email Client: mutt
    IRC: weechat
    IM: bitlbee
    Music: ncmpcpp
    Video: mplayer
    Network: netcfg
    Have your say!
    Last edited by rent0n (2010-04-13 21:15:35)

    Login Manager: none
    => I don't use one either
    Window Manager: wmii (never used one, this one has my vote for now. Feel free to suggest others.)
    => I use dwm, but that's probably just a matter of preference. They behave in the same way.
    Editor: vim (of course)
    => Vim here too.
    Terminal: urxvt
    => I use urxvtd (daemon) and connect with urxvtc (clients) This saves resources if you open up a lot of terminals.
    File Manager: vifm
    => I got hooked to Midnight Commander. Tried vifm, but I never really got into it as much as I did in MC. But no vi keybindings in MC and that has been bothering me since the beginning... MC with vi keybindings would be the perfect filemanager though.
    Image Viewer: feh
    => I use this one too.
    Pdf Viewer: apvlv
    => Didn't know about this one! Thanks!
    Browser: vimperator? uzbl? vimprobable? surf?
    => I use vimperator. Uzbl is too unusable without a lot of configuration and for surf I don't know wether it had vi keybindings. But I didn't know vimprobable and I will try it out when I get home! Thanks again. ^^
    Email Client: muttator? mutt? (re)alpine? sup?
    => mutt here. It is great. I write gpg encrypted mail using vim, abook is used to import contacts.
    IRC: weechat? irssi? ii?
    IM: bitlbee? minbif?
    => Didn't know minbif, but I use irssi and bitlbee. It's cool.
    Music: ncmpcpp? cmus? moc?
    => I use moc. It doesn't have vi keybindings though, but it's ui is simple and clean. I like it. You could also check out "herrie".
    Video: mplayer
    => You don't need anything else. ^^
    If you use mutt, I can also suggest Newsbeuter for RSS feeds, because it behaves just like mutt.
    Last edited by Rockwolf (2010-01-26 13:02:01)

Maybe you are looking for

  • Getting distortion in my movies in iDVDi

    I am saving out .mov files from Final Cut 720 x 480. They display correctly in my Quicktime player. When I import them into iDVD the videos appear with a black bar top and bottom and the video is distorted- stretched. Does anyone know why and how to

  • Cast exception error in

    I extended a OAF controller in HR: AssignmentCO.  For the processRequest method in the extended controller, I simply did a super.processRequest(pageContext, webBean);  The processFormRequest method has the additional business logic. When I set the pe

  • Airport Extreme Base Station Installation OS X v.10.3.4?

    I currently have a Classic iMac with OS X v.10.3.4. I want to use it to set up new Airport Extreme Base Station. According to the information on Apple's website, setup and administration requires OS X v, 10.4 or higher. Will the installation work wit

  • Any SAP standard report is used to retrieve the inventory number based Asse

    Hi all Any SAP standard report is used to retrieve the inventory number based Asset ID. Please help us to provide the standard report. Regards K.Gunasekar

  • Using Mac Pro on its side?

    My first mac ever, the MacPro is due next Wednesday and I am wondering if it is possible to use it by turning it "on its side", ie, 90 degrees from its normal orientation. Secondly, if that is possible, and I get a LCD monitor, could I place the moni