Using a window manager in x11 to create Desktop / taskbar

Is there anyway to create JFrame's that work with the window manager (such as openbox) to create Desktop and Taskbar elements.
I'd like to see some Swing objects to help work with the window manager.
JDesktop - a panel like element to draw the wallpaper and place desktop icons.
this needs to set XChangeProperty( NET_WM_TYPE_DESKTOP)
JTaskBar - a panel to add a menu, show active windows and system tray.
needs to provide functions to query active windows and system tray items and allow user to create them as desired with some sort of callbacks to update them.
This is not to create a window manager but to work with one that already exists.
Thanks.
I've seen jd4x but it's too complex to use.

Gullible Jones wrote:
Re qtile: thanks for the pointer. It looks interesting... However, I was under the impression that the best way to learn how to program was to write your own application(s) from scratch?
Re Wayland: it's still going to be some time before it's usable for anything, no?
(Also, I have to ask: will Wayland eventually be able to run without 3D acceleration? Will it ever support dodgy video cards on older computers, e.g. S3 Savage and Via Unichrome? Will it actually provide performance and stability benefits over X11 - e.g. being able to recover from crashes without losing applications - or will it just be a less kludgy way to get eyecandy on Linux? Because if at least the first of those isn't on the menu, I think it's a nonstarter.)
I believe in the case of Wayland, the kernel is more likely to crash than Wayland itself. Wayland is a protocol and a library implementing that protocol for writing compositors. I don't think 3D is mandatory on Wayland. Take a look at this:
03:49 < mupuf> Wayland let applications render their buffers using OpenGL, that's the big news.
03:50 < mupuf> OpenGL isn't mandatory though
Last edited by diegoviola (2011-07-11 23:19:30)

Similar Messages

  • Window manager that allows independent virtual desktops?

    I've used compiz for ages, currently with pytyle, on a two-monitor system. One thing that's been bugging me recently as I increase the number of apps used at any one time is that both monitors are looking at the same virtual desktop.
    For example I may have desktop A till D. Aleft holds Firefox, Aright holds pidgin, Bleft holds Evolution, Bright holds gvim, and so on and so forth. The thing is, for me to view both Firefox and gVim at the same time I'd have to move Firefox to Bleft (or gvim to Aright).
    Is there any Xinerama-capable window manager out there which would allow me to decouple Aleft and Aright? So the net effect would be I have A-D on the left side, E-H on the right side, and I can be working with/viewing any of them at any one time.

    litemotiv wrote:
    ngoonee wrote:Is there any Xinerama-capable window manager out there which would allow me to decouple Aleft and Aright? So the net effect would be I have A-D on the left side, E-H on the right side, and I can be working with/viewing any of them at any one time.
    Yes, most of them do that. You can try any tiler.
    I wasn't aware that tilers did that, based on reading the websites/wikis of most of them over one time or another. I will have to look into that, thanks litemotiv.

  • (Mountain)Lion Window Manager Questions

    I've written a couple apps for iOS, but nothing major. And now I have a goal of writing my own window manager for OS X. Mainly because I find developing in XCode painful after using Windows Aero/Snap features. Yes, I know about several good existing window managers, but this project seems like a good way to get my feet wet in the Apple OS development arena. I've been Googling around for about an hour looking for answers to these questions, but I'm still not 100% sure on any of them. Here goes:
    What is the name for the default Lion / Mountain Lion Window Manager?
    X11/Quartz can be restored in 10.7+ to run "legacy" OS X apps. Does that have an effect on the existing window manager?
    Are there any open source projects that I could look at to get a handle on the concepts behind the Mac OS X 10.7+ system management?

    Roguish wrote:
    Why not? I know tons of stuff applicable to Windows, I'd like to know more about Mac OS.  And the best teacher is experience in my opinion.
    But writing something like a window manager is hard. Wouldn't you rather start off slowly?
    "Snap" is a rather convienient window resizing feature of Windows 7.
    I have Windows 7 for running IE 9 to test web sites. It is dog-slow to I avoid it whenever possible.
    XCode isn't my problem, the minimalistic window controls in Mac OS X are my problem.  But I only have to deal with them in an irritating fashion when I'm coding in XCode
    Xcode is pretty-much an all-encompassing environment. You should only have one Xcode window open. Source files are in the editing pane.
    I just didn't want to start a flame war over operating systems.  I personally don't have an OS preference; if an application I need is only on Mac OS then I'll use Mac OS, if I need to write a document I'll use Word in Win7, if I need to rapidly prototype a script for research purposes I'll use Ubuntu.
    This is not Ars or Slashdot. This is Apple-land. Macs rule - end of story. If you try some Mac apps, you might find that Pages does anything Word does three times faster and OS X does anything Ubuntu does, only better.
    It's a free country.  Could you suggest a better one besides the developer tutorials in the Mac Developer Library?  I've written a couple drivers using it, but I can't seem to find the correct wording to locate the current topic in there.
    No, it isn't. As I said above, this is Apple-land. You asked about a good project to get your feet wet in the Apple OS development arena. Anything involving X11 would be a very poor project for that purpose because it would not teach you one thing about Apple OS development. If you want to learn about X11, then do something in X11. If you want to write a Mac application, then do that.
    Really? What would you call Mission Control then (I finally succeeded with Google)?
    You are talking X11-isms. You aren't going to replace Mission Control.
    How about Inkscape, the free SVG editor?  Which is still in active development.  And as of this post requires Quartz to create an X11 window to run in.  I'm sure they'll get to updating it eventually, but until then I'd rather not shell out for Illustrator just to make SVG's quickly.
    Adobe is not really a Mac development house anymore. They just churn out ugly, expensive cross-platform bloatware. Adobe's idea of an icon is a square with an "A" in it.
    If you are looking for quick and easy to use vector drawing tools, the Developer forum might not be the right place to ask. I use Logoist. It's not free but I can create documents faster than you can download and launch Inkscape.
    Or maybe you just aren't familiar with what "Window Manager" means.
    I know what a "Window Manager" is. If you want to ask something specific, please do so.
    I want to code an application for OS X that would allow me to very quickly resize the active window to take up the right half of my screen by pressing command+<right arrow> (or something similar).
    Was that so hard?
    The only shortcuts similar to what I want (that I use) are command+m (minimize) and command+<down arrow> (open current selection using the default app). Three existing window managers that I know of that seem promising and have nice feature sets are SizeUp, Cinch, and Optimal Layout.  But as I mentioned earlier I want to code it myself. As an exercise. To learn.
    You could cobble together some AppleScript such as you have already posted. However, that isn't going to teach you anything about OS X development either.
    Next time could you be a little less smug (and a lot more helpful) when replying to an obviously new member to the forums?
    Only if you meet me halfway. What kind of welcome would I get if I showed up in a Windows forum asking how I could learn about .NET by writing a Linux device driver? And then, for good measure, I call Visual Studio painful because it doesn't support some Mac features that Windows users have never heard of.
    This is a different world. There are no window managers and there never have been. Asking about X11 in OS X is like asking about DOS development in Windows. Sure, there are some people who still do that stuff, but I would never suggest anyone start there. X11 is just part of the UNIX compatibility layer - a foreign add-on. Most of the open source is in that layer too. If by "open source" you mean "free software", you should know that free software is pretty much incompatible with the Apple ecosystem and not by Apple's decision.
    I suggest you start by writing some applications. Use the Xcode project templates in File > New > Project > Cocoa Application. If you want to start on the command line, do File > New > Project > Command Line Tool > Foundation. Get used to Cocoa and Objective-C.

  • [ Window Manager ] Blackbox 0.70 & bbkeys 0.9.0

    This was a request, now the actual PKGBUILD...hurrah!
    Ok, I did finally get it to build but I ahd to separate bbkeys out, since blackbox is one of its makedepends.  YOU MUST HAVE BLACKBOX BUILT AND INSTALLED TO BUILD BBKEYS (thanks, Cotton).  I hope this rel fixes the previous problem.  Here goes:
    I didn't include the URL's of the files in the PKGBUILD, but here are the download pages for blackbox:
    http://sourceforge.net/project/showfile … p_id=40696
    # $Id: PKGBUILD,v 1.13 2004/07/11 22:17:36 judd Exp $
    # Maintainer: dorphell <[email protected]>
    pkgname=blackbox
    pkgver=0.70.0
    pkgrel=1
    pkgdesc="A window manager for X11"
    depends=('x-server')
    source=($pkgname-$pkgver.tar.bz2)
    md5sums=()
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr --disable-nls
    make || return 1
    make DESTDIR=$startdir/pkg install
    ...and bbkeys:
    http://sourceforge.net/project/showfile … p_id=33459
    # $Id: PKGBUILD,v 1.13 2004/07/11 22:17:36 judd Exp $
    # Maintainer: dorphell <[email protected]>
    pkgname=bbkeys
    pkgver=0.9.0
    pkgrel=1
    pkgdesc="A keygrabber for blackbox"
    depends=('x-server')
    makedepends=('blackbox')
    source=($pkgname-$pkgver.tar.gz)
    md5sums=()
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    Just put the downloaded packages in the same directory as the corresponding PKGBUILD and type "makepkg" form the console while in that directory.
    Let me know how this could be improved.

    Alucard wrote:
    I've made a working blackbox PKGBUILD as well, and have managed to make a working PKGBUILD for bbpager
    I had to use a cvs-version of bbpager though...
    the packages are here
    http://www.angelfire.com/linux/archer_alucard/
    Still cant figure out how to get pacman to sync up to my repo, but I'm workin on it (You can still just download the packages and pacman -A to install them)
    Also, here are the pkgbuilds...
    BLACKBOX:
    pkgname=blackbox
    pkgver=0.70.0
    pkgrel=1
    pkgdesc="A window manager for the X11"
    url="http://sourceforge.net/projects/blackboxwm"
    license="MIT License"
    depends=('x-server')
    source=(http://cogent.dl.sourceforge.net/sourceforge/blackboxwm/$pkgname-$pkgver.tar.gz)
    md5sums=('033a92af3eecaa10bcb689e55a1ceadc')
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=$startdir/pkg install
    BBPAGER:
    pkgname=bbpager
    pkgver=20050313
    pkgrel=1
    pkgdesc="lightweight pager for blackbox"
    url="http://bbtools.sourceforge.net/"
    depends=('blackbox')
    source=(http://www.angelfire.com/linux/archer_alucard/bbtools/$pkgname-$pkgver.tar.gz)
    md5sums=('c13b68974a49d4522ef8ee21f6551561')
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=$startdir/pkg install
    It gives mes 404's when I try and download anything but the PKGBUILD's  :cry:

  • Drop Down Menu / List Not Working + Actual Window Manager Fix

    This answer wasn't easy to find and once I did find it there wasn't a fix other then to turn off Actual Window Manager. I found the fix if you want to continue using Actual Window Manager:
    # Open Up Settings in Actual Window Manager
    # Select: Window Settings Tab
    # Add New Window Rule
    # In the "Target Window" Settings for this rule select Firefox as the "Program"
    # Go to the "Start-up" Settings beside "Target Window" Settings
    # In the "Options" area check the box "Block premature appearance of window"
    # Check the box "COMPATIBILITY MODE"
    STEP #7 SOLVES THE PROBLEM
    Profit!

    # Open Up Settings in Actual Window Manager
    # Select: Window Settings Tab
    # Add New Window Rule
    # In the "Target Window" Settings for this rule select Firefox as the "Program"
    # Go to the "Start-up" Settings beside "Target Window" Settings
    # In the "Options" area check the box "Block premature appearance of window"
    # Check the box "COMPATIBILITY MODE"
    ( STEP #7 SOLVES THE PROBLEM )

  • Unable to install Adobe CS5 64 bit package created using Adobe Application Manager on Windows 7 64

    I am unable to install Adobe CS5 64 bit package created using Adobe Application Manager on Windows 7 64 bit.Basically installation rollback on Win 7 64 bit image.
    MSI Log File :-
    Property(S): ProductToBeRegistered = 1
    MSI (s) (5C:D4) [17:59:21:784]: Note: 1: 1708
    MSI (s) (5C:D4) [17:59:21:784]: Product: Adobe_CreativieSuite_5_MNT -- Installation operation failed.
    MSI (s) (5C:D4) [17:59:21:784]: Windows Installer installed the product. Product Name: Adobe_CreativieSuite_5_MNT. Product Version: 1.2.0000. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Installation success or error status: 1603.
    Please let me how to install 64 bit package on Win7 64 bit.
    Thanks in Advance.

    Ok so I downloaded the most current installer CS5.1, My previous installer was version 5.0. It did install fine fully updated to my license version. I just wanted to update in case anyone in the future has a similiar experience. Too bad this advice was not offered by the "experts" here.

  • How to up Windows Server 2008 R2 SP1 created VM with Windows 8.1 hyper-v manager

    Hi
    I have VM that created with Windows Server
    2008 R2 SP1. This was up without a problem with the windows 8 hyper-v manager. I have recently upgraded my OS with 8.1. Now I have tried to import this VM but it
    throwme following message.
    This is a real pain when there is no way of doing this. Any help greatly appreciated.
    Regards
    Radika

    Hi,
    Brian is right, for mange the Server 2008r2 sp1 we recommend use the Windows 7 or 7.1 platform.
    More information:
    Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1)
    http://www.microsoft.com/en-us/download/details.aspx?id=7887
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • [new x11/window manager] WindowMaker 0.92 PKGBUILD

    Here is the PKGBUILD for WindowMaker 0.92:
    pkgname=windowmaker
    pkgver=0.92.0
    pkgrel=1
    pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
    depends=('x-server' 'libtiff' 'libungif' 'libpng' 'libjpeg')
    source=(ftp://ftp.windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.bz2)
    url="http://www.windowmaker.org/"
    md5sums=('aaac5421b686ed2d3e6ab65229c98097')
    build() {
    cd $startdir/src/WindowMaker-$pkgver
    ./configure --prefix=/usr --sysconfdir=/etc
    --with-gnustepdir=/usr/share/WindowMaker/GNUstep
    --enable-xinerama
    # XKB keyboard language status support
    --enable-modelock
    # User defined menus for applications
    --enable-usermenu
    make || return 1
    make DESTDIR=$startdir/pkg install
    #cd $startdir/pkg/usr/share/WindowMaker/GNUstep/
    #mkdir WPrefs.app
    #ln -s Applications/WPrefs.app/WPrefs WPrefs.app/WPrefs
    I am currently running the package generated from this PKGBUILD.  If you don't want user menu's or modelock, then comment those lines out.  I have verified that the package can be built with such lines commented out, but I have not tested the package itself.  One item of note is that the path for the Preferences application has moved.  The last three lines, which are commented out, fixes this by linking the new location to the old location.
    As an aside and an observation, there doesn't seem to be a forum to post new PKGBUILDs for packages which already exist in the current, extra, or community repositories.
    It always makes me smile to see a package I helped create appear on the front page.  Hopefully I'll get to see this package on the front page soon.

    Dusty wrote:
    er... window-maker is in current. Isn't it proper to just flag the package out of date and wait for the devs to update it? My understanding was that packages from current and extra should not go to AUR. Am I wrong?
    Dusty
    whoops - my fault - I was sleepy when I wrote that

  • WADK components & setting used for power management with answer file for windows 8.1 ent

    hello,
    I have to deploy windows 8.1 ent device with MDT answer file related to power management  with customized  following settings:
    High performances
    sleep timeout settings
    standby or sleep and hibernate setting
    Enable critical battery task.
    But don't know 
    1. how to manage power settings using answer file (WADK) for win8.1.
    2. which OS Windows image component and setting used for power management in WADK.
    Thanks
    Richa Km

    The way I do it with my task sequences (this works with MDT as well as SCCM) is to have an exported power plan using the POWERCFG -EXPORT command.  I create a software package around the resulting *.POW file with a command do do an POWERCFG -IMPORT.
     I then issue a POWERCFG -SETACTIVE command to the GUID of the *.POW file to enable that power scheme.
    More information on the POWERCFG command can be found here:
    https://technet.microsoft.com/en-us/library/cc748940%28v=ws.10%29.aspx
    Hope that helps,
    Darth.Mongo

  • I need your help with a decision to use iPhoto.  I have been a PC user since the mid 1980's and more recently have used ACDSee to manage my photo images and Photoshop to edit them.  I have used ProShow Gold to create slideshows.  I am comfortable with my

    I need your help with a decision to use iPhoto.  I have been a PC user since the mid 1980’s and more recently have used ACDSee to manage my photo images and Photoshop to edit them.  I have used ProShow Gold to create slideshows.  I am comfortable with my own folder and file naming conventions. I currently have over 23,000 images of which around 60% are scans going back 75 years.  Since I keep a copy of the originals, the storage requirements for over 46,000 images is huge.  180GB plus.
    I now have a Macbook Pro and will add an iMac when the new models arrive.  For my photos, I want to stay with Photoshop which also gives me the Bridge.  The only obvious reason to use iPhoto is to take advantage of Faces and the link to iMovie to make slideshows.  What am I missing and is using iPhoto worth the effort?
    If I choose to use iPhoto, I am not certain whether I need to load the originals and the edited versions. I suspect that just the latter is sufficient.  If I set PhotoShop as my external editor, I presume that iPhoto will keep track of all changes moving forward.  However, over 23,000 images in iPhoto makes me twitchy and they are appear hidden within iPhoto.  In the past, I have experienced syncing problems with, and database errors in, large databases.  If I break up the images into a number of projects, I loose the value of Faces reaching back over time.
    Some guidance and insight would be appreciated.  I have a number of Faces questions which I will save for later. 

    Bridge and Photoshop is a common file-based management system. (Not sure why you'd have used ACDSEE as well as Bridge.) In any event, it's on the way out. You won't be using it in 5 years time.
    Up to this the lack of processing power on your computer left no choice but to organise this way. But file based organisation is as sensible as organising a Shoe Warehouse based on the colour of the boxes. It's also ultimately data-destructive.
    Modern systems are Database driven. Files are managed, Images imported, virtual versions, lossless processing and unlimited editing are the way forward.
    For a Photographer Photoshop is overkill. It's an enormously powerful app, a staple of the Graphic Designers' trade. A Photographer uses maybe 15% to 20% of its capability.
    Apps like iPhoto, Lightroom, Aperture are the way forward - for photographers. There's the 20% of Photoshop that shooters actually use, coupled with management and lossless processing. Pop over to the Aperture or Lightroom forums (on the Adobe site) and one comment shows up over and over again... "Since I started using Aperture/ Lightroom I hardly ever use Photoshop any more..." and if there is a job that these apps can do, then the (much) cheaper Elements will do it.
    The change is not easy though, especially if you have a long-standing and well thought out filing system of your own. The first thing I would strongly advise is that you experiment before making any decisions. So I would create a Library, import 300 or 400 shots and play. You might as well do this in iPhoto to begin with - though if you’re a serious hobbyist or a Pro then you'll find yourself looking further afield pretty soon. iPhoto is good for the family snapper, taking shots at birthdays and sharing them with friends and family.
    Next: If you're going to successfully use these apps you need to make a leap: Your files are not your Photos.
    The illustration I use is as follows: In my iTunes Library I have a file called 'Let_it_Be_The_Beatles.mp3'. So what is that, exactly? It's not the song. The Beatles never wrote an mp3. They wrote a tune and lyrics. They recorded it and a copy of that recording is stored in the mp3 file. So the file is just a container for the recording. That container is designed in a specific way attuned to the characteristics and requirements of the data. Hence, mp3.
    Similarly, that Jpeg is not your photo, it's a container designed to hold that kind of data. iPhoto is all about the data and not about the container. So, regardless of where you choose to store the file, iPhoto will manage the photo, edit the photo, add metadata to the Photo but never touch the file. If you choose to export - unless you specifically choose to export the original - iPhoto will export the Photo into a new container - a new file containing the photo.
    When you process an image in iPhoto the file is never touched, instead your decisions are recorded in the database. When you view the image then the Master is presented with these decisions applied to it. That's why it's lossless. You can also have multiple versions and waste no disk space because they are all just listings in the database.
    These apps replace the Finder (File Browser) for managing your Photos. They become the Go-To app for anything to do with your photos. They replace Bridge too as they become a front-end for Photoshop.
    So, want to use a photo for something - Export it. Choose the format, size and quality you want and there it is. If you're emailing, uploading to websites then these apps have a "good enough for most things" version called the Preview - this will be missing some metadata.
    So it's a big change from a file-based to Photo-based management, from editing files to processing Photos and it's worth thinking it through before you decide.

  • How do I create a disk image for windows 7, using a windows computer for USB bootcamp for mac?

    Hi There, I have just bought a new 2013 iMac.
    Spec: 3.4 GHz intel core i5, 16GB 1600 MHz DDR3 Memory , NVIDIA GeForce GTX 775M 2048 MB Graphics with OS X 10.9.4.
    How can I create a 'disk image' from a windows 7 professional 64bit installation DVD using a windows laptop with windows 7 Operating system on? I want to transfer this 'disk image' (ISO?) to a USB ready for installing windows onto my 2013 iMac using bootcamp?  I want to use bootcamp from a USB as I have no disk drive for the installation DVD on my iMac. I hope all this is clear.
    Thank you. Joe

    Yes, that's correct, at least not directly. You can create a blank disk image, copy the file to the mounted disk image, then burn the image to a CD/DVD.
    Open Disk Utility and select Blank Disk Image from the New menu. Provide a name, Save location, and select the image size from the drop down menu. Leave Encryptions at None and Format as read/write. Click on the Create button.
    After the image file appears the "removable" disk should be automatically mounted. If not double-click on it to mount it. A "removable" disk icon will appear. Drag the file you want to place on the disk image to the "removable" disk icon. The eject the "removable" disk icon. Now select the disk image file in the DU left side list and click on the Burn icon in the DU toolbar. Be sure to have a blank disc ready.
    The above is actually the "long" way to do this. A much easier way is to simply insert a blank CD or DVD into the optical drive. The Finder will pop up a dialog asking what to do. Select the option to mount on the Desktop. You will now see a disc icon on the Desktop. Drag the file you want to burn to the CD/DVD, right-click or CTRL-click on the disc icon and select Burn from the contextual menu.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Error while creating data source using Oracle Enterprise Manager 10g

    Hi,
    I have deployed my web application developed on OC4J 9.0.4 stand alone (Win2K) to an integrated OC4J version(Solaris) using Oracle Enterprise Manager 10g.
    However, I get an error when I try to create a data source.
    The data source I want to create would have the following parameters (as seen in data-sources.xml on the stand alone version):
         <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="TestDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/TestDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              url="jdbc:oracle:thin:@hostName:1521:test"
              username="user"
              password="password"
              min-connections="5"
              max-connections="20"          
              inactivity-timeout="30"
         />
    When I entered the above data on the Enterprise Manager Data Sources page, I got the following error:
    quote:
    Error saving Data Source Properties. - Entity et="system";ei="0",et="application";ei="48",et="data-sources";ei="167":child:data-sourcechild key:location:jdbc/OracleCoreDS; class:com.evermind.sql.DriverManagerDataSource; already exists in the repository. Resolution: Please check the code base.
    unquote:
    Could somebody tell me what I'm doing wrong ?
    I tried to manually edit the data-sources.xml file but the data source didn't show up on the Enterprise Manager.
    I'm using a new OC4J instance (on the Solaris machine) for my applications. Is the data source error related to this?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

    Thanks for your reply , Steve.
    I noticed that there is a default datasouce on the EM with the following parameters:
    <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/OracleDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="scott"
              password="->pwForScott"
              url="jdbc:oracle:thin:@localhost:1521:oracle"
              inactivity-timeout="30"
         />
    The location and xa-location attributes that I use for my "test" data source are the same as the default one. So, could this be the issue?
    What should be the values for location and xa-location attributes from my "test" data source?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

  • Can a use a partitioned external hard drive to create a disk image? I tried, doesn't seem to work using disk manager.

    Can a use a partitioned external hard drive to create a disk image? I tried, doesn't seem to work using disk manager.

    OK, it's very bad computing to use a backup disk for anything but a backup. The reason being is if/when the HD crashes you will have lost not only all your backup but the data files. While I commend you for wanting redundant backup, you really need separate EHDs for doing so. Format each EHD using Disk Utility to Mac OS Extended (Journaled) using the GUID parttition. When you connect, OS X will ask if you want to use that drive as a Time Machine backup drive, select yes and then let it backup. On the second EHD format the same way however do not use TM as a backup, this time I'd suggest an app such as SuperDuper or Carbon Copy Cloner to make a clone of the internal HD. Leave both EHDs connected and TM will backup new or changed files automatically on a hourly basis. The clone you will need to set to backup on the schedule you want. For example I have my SuperDuper EHD set to backup only changed or updated files at 2AM every day.
    The advantage of a clone is that if the computers internal HD crashes you can boot from a clone and continue working, TM will not do that but it's great for keeping an archive of all files. So if you want a version of a file from many months ago, TM will help you locate and restore it.

  • Everytime when i connect 3g internet with my laptop using USB (Windows 7) it creats new connection trailing network1, network2, network3.........

    Everytime when i connect 3g internet with my laptop using USB (Windows 7) it creats new connection trailing network1, network2, network3.........
    It does not recognise my old connection.
    Same case with wifi connection as well.
    Also after updating new IOS-5, whenever i make USB connection it does not display my name under my computer.
    But before it use to display my name now it is coming as Apple I-phone.
    Anyone who can help on this, how to get it resolved.
    - I have update my phone with backup (OLD version of IOS) but issue still presists.
    This is the same issue somone mention on below.
    http://www.sevenforums.com/network-sharing/193123-iphone-network-location-doesnt -save-when-disconnected.html
    Kind Regards
    @ru..

    If the message that is displaying is "Network connection timed out", disable any Anti-Virus or Firewall software on the comptuer or check with the company that supports the product on how to modify it to allow iTunes to connect to the Internet.

  • Using kwin 5 as lxqt window manager

    Hello,
    Is it possibile to point lxqt to a window manager not displayed in it's config gui? It detected Openbox and kwin 4.13 when they were installed, but I'd like to try and use kwin 4.96 from kde-unstable repo since it has less dependencies and is possibly faster, but when I browse for "/opt/bin/kf5/kwin" from lxqt session settings it boots to a blank screen with not even mouse poiter displayed.
    Thanks in advance for all help.
    Cheers.

    Railarian wrote:Only that now I can't set wallpaper... It's selected in lxqt config, but my screen is just plain grey (like my colour theme) no matter how many times I change it. I already removed
    Cheers.
    I had the wallpaper issue as well. I know this is a bit late since you mentioned the issue, but I found a solution, and maybe it'll help the next person. I found that I could set the wallpaper if I installed pcmanfm-qt-git ( I don't know if the non-git version works for this or not, I didn't try it ) from the AUR.

Maybe you are looking for