Made some packages that hopefully somebody could use

I have recently created updated versions of mozilla, opera and openMotif.  I was wondering if I could upload my mozilla 1.7.11 pkg, opera 8.50 pkg and openMotif for opera so that opera does not give errors when starting.  The user has to remove lesstif and then install openMotif so that opera 8.50 does not complain about missing library libXm.so.3.  If anybody has any suggestions as to where I should upload said packages then I will be happy to do so.  My only problem is I have not added my name and email address in the PKGBUILD for packages I have updated recently.  I do not know I if I should give myself credit in the PKGBUILD because I am not the original package builder (architect) for the packages that I have updated.  Suggestions would be welcome as to what I should do regarding upgrading packages that have already been created.

Thank you both for your replies.  I have not read enough about the user repositories and aur requirements.   I will try to find some time in the near future to read more about uploading packages into the user repository. 
I would like to thank sh_ for his suggestion about linking the library libXm.so.2.0.1 to libXm.so.3, but however I could not find the library libXm when I had lesstif installed.  It could have been I was tired from a long day of work.  I found a pkgbuild by another user for openMotif and modified the pkgbuild so that I could install openMotif for opera.  However openMotif conflicts with lesstif, so I recommend if one wants to use openMotif then it is best to remove lesstif.  I am however open to hear if it is possible to have both libraries installed at the same time.

Similar Messages

  • I made a movie purchase assuming I could use an authorization code received to download. How do I cancell the transaction ?

    I made a movie purchase assuming I could use an authorization code received to download. How do I cancell the transaction ?

    dfviens wrote:
    I made a movie purchase assuming I could use an authorization code received to download. How do I cancell the transaction ?
    Not sure what that means.
    But purchases are final as per the Itunes Terms and Conditions. No refunds are available.
    However that does not mean you can't wait to download it.  Or just pause the download until you are at a location where you wish to download it.

  • HI my mac is low on memory and i want to erase some apps that i don't use in the iTunes media folder that i have already eraed from itunes

    HI my mac is low on memory and i want to erase some apps that i don't use in the iTunes media folder that i have already eraed from itunes
    how do i erase them without going one by one checking names???

    There is no way to automatically select the unused apps.  But, you can go go through your apps library and hold the command key as you select each app you want to delete to get them all at once.

  • HT5922 I have some devices that i no longer use with AirPlay. What's the best way to remove those devices from the AirPlay List?

    Bonjour,
    I have some devices that i no longer use with AirPlay. What's the best way to remove those devices from the AirPlay List?

    In article <e35sc3$ru1$[email protected]>,
    "-->dan mode" <[email protected]> wrote:
    > > All
    > > I have a website I would like to remove from the
    internet, However I am
    > > planning on keeping the IP for a development
    location and would like to
    > > put
    > > a page up that says this site is no longer
    available. Is this how you do
    > > it
    > > or are there other pages to display when a site is
    removed.
    > > Thanks
    > > Dave
    Depending on how long the site has been active, it may be
    already
    spidered by search engines and cached. However, for the most
    part, I
    usually use my FTP program OR even Dreamweaver itself (now
    that I can)
    to delete files on the server just as I do locally. Hit the
    delete and
    confirm

  • Xvidcore, fbpanel - had a try on ABS: made some packages

    Since I'm getting really comfortable about this distro, I decided to try the ABS way of compiling. To my surprise this was  quite an easy thing to do. After a few tries I managed to create some packages, which I miss or aren't up-to-date in the arch linux database.
    I made packages for
    - xvid-1.0.1 (MPEG4 codec with better compression than divx)
    - fbpanel (windows-like lightweight panel)
    - libdts (decode dts-streams from dvd)
    - leafpad (gtk notepad clone, lean and mean)
    - guiTAR (gtk gui archive program)
    Only fbpanel was a bit tricky: had to edit the Makefiles myself, for neither prefix and DESTDIR worked. Anyway I thought that maybe someone finds those usefull. <edit> This is fixed now see further down the page</edit>
    The builds can be found here http://home.quicknet.nl/qn/prive/btwoudstra
    The PKGBUILDS are here:
    XVID
    # $Id: PKGBUILD,v 1.7 2004/04/17 11:36:47 tobias Exp $
    # Contributor: Sarah Hay <[email protected]>
    # Maintainer: roberto <[email protected]>
    # I just edited this PKGBUILD a little to get the latest xvid version, I hope Roberto doesn't mind.
    pkgname=xvidcore
    pkgver=1.0.1
    pkgrel=1
    pkgdesc="XviD is an open source MPEG-4 video codec"
    url="http://www.xvid.org/"
    depends=('glibc')
    source=(http://files.xvid.org/downloads/$pkgname-$pkgver.tar.bz2)
    md5sums=('ef8993d620e403e992cc660dbe6e3581')
    build() {
      mkdir -p $startdir/pkg/usr/lib $startdir/pkg/usr/include/
      cd $startdir/src/$pkgname-$pkgver/build/generic
      ./configure --prefix=/usr
      make || return 1
      make prefix=$startdir/pkg/usr install
    FBPANEL
    #Contributor:frodoontop <[email protected]>
    pkgname=fbpanel
    pkgver=3.8
    pkgrel=1
    pkgdesc="fbpanel is a lightweight X11 desktop panel"
    url="http://fbpanel.sourceforge.net/"
    license="GPL"
    depends=('gtk2' 'xfree86')
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    source=(http://heanet.dl.sourceforge.net/sourceforge/fbpanel/$pkgname-$pkgver.tgz)
    md5sums=(95e43a2c201feb5e272bbd9a4f78ad6e)
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
    #note: this will not work, have to edit all the Makefiles by hand.  (change all install prefix paths)
      make prefix=$startdir/pkg/ install
    LIBDTS
    #Contributor: frodoontop <[email protected]>
    pkgname=libdts
    pkgver=0.0.2
    pkgrel=1
    pkgdesc="libdts is a free library for decoding DTS Coherent Acoustics streams"
    url="http://www.videolan.org/dtsdec.html"
    license="GPL"
    depends=()
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    source=(http://download.videolan.org/pub/videolan/libdts/0.0.2/$pkgname-$pkgver.tar.gz)
    md5sums=(a1c0dac95d7031498c2d19d7a3107469)
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make prefix=$startdir/pkg/usr install
    LEAFPAD
    #Contributor: frodoontop <[email protected]>
    pkgname=leafpad
    pkgver=0.6.8
    pkgrel=1
    pkgdesc="Leafpad is a simple GTK+ based text editor"
    url="http://tarot.freeshell.org/leafpad/"
    license="GPL"
    depends=(gtk2)
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    source=(http://tarot.freeshell.org/leafpad/$pkgname-$pkgver.tar.gz)
    md5sums=(f3abf9ca505f16d1f1b7c2d6ff43f7e7)
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=$startdir/pkg/usr install
    Tell me if anybody finds it usefull

    frodoontop wrote:
    There is a package called xvidcore, have you tried that?
    Yes, but it's still using a release candidate. While this one is stable version 1.0.1 already.
    Also, what changes did you need to do to the makefile? Could you either include them in the PKGBUILD or perhaps an install file?
    As I said in the original post. Change the lines from all three Makefiles at the sections install to the prefix you'd like to use. In my case this was something like /var/abs/local/fbpanel/pkg/usr .
    I'm quite new to all this, but I'll look into this install file thing.
    <edit>I have looked at the .install possibilities, but as far as I can see, there isn't a way to modify the source before compiling. Only after compiling. Correct me if I'm wrong.</edit>
    You could use some sed scripting, I had to do that for a program I was trying to get to compile, check out the PKGBUILD at: http://bbs.archlinux.org/viewtopic.php? … highlight=
    All I was doing is inserting a "0;" after a certain line in one of the source files.

  • HT4759 i use icloud, butn not sure  how to delete some data that i no longer use, to free up space, help please

    I need some help with my icloud, i have data that i no longer use and dont know how to delete it off my iphone or itunes, help please. im not to good with computer so please make instructions as easy as possible, thank you...

    Hello, sweeper123.
    Thank you for the question.  The articles below will help you in managing your iCloud storage.  The first article covers what information is backed up.  The second article will walk you through how to manage your iCloud storage.  
    iCloud: Backup and restore overview
    http://support.apple.com/kb/HT4859
    iCloud: Managing your iCloud storage
    http://support.apple.com/kb/ht4847
    Cheers,
    Jason H. 

  • How can i disable some programs that i am not using

    I have so many programs on my computer, I don't know how to disable them, can you help?, thanks

    click start button
    click control panel
    click programs and features
    then uninstall what programs you no longer need
    Probably would have received an answer faster if you had posted this in desktop area

  • [Solved]Gnome-pacman asking to upgrade packages, that were removed

    Dear Archers
    I have removed from my system 'eog', 'cheese' and other gnome packages that I do not use. Today, when I  tried to upgrade, it is including the removed packages also. Is it now like this? All or none?
    [root@KRISHNA san2ban]# pacman -Syu
    :: Synchronizing package databases...
    core 101.8 KiB 159K/s 00:01 [######################] 100%
    extra 1389.9 KiB 74.5K/s 00:19 [######################] 100%
    community 1647.0 KiB 62.9K/s 00:26 [######################] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (153): accountsservice-0.6.18-1 at-spi2-atk-2.4.0-1
    at-spi2-core-2.4.1-1 atk-2.4.0-1 baobab-3.4.1-1
    brasero-3.4.1-1 cantarell-fonts-0.0.8-1 caribou-0.4.2-1
    cheese-3.4.1-1 clutter-1.10.2-1 clutter-gst-1.5.4-1
    clutter-gtk-1.2.0-1 cogl-1.10.2-1 colord-0.1.19-1
    cups-pk-helper-0.2.2-1 dconf-0.12.0-1 eog-3.4.1-1
    eog-plugins-3.4.0-1 evince-3.4.0-1
    evolution-data-server-3.4.1-1 folks-0.6.9-2
    gcalctool-6.4.1.1-1 gconf-3.2.5-2 gcr-3.4.1-1
    gdk-pixbuf2-2.26.1-1 gdm-3.4.1-2 gedit-3.4.1-1
    geoclue-0.12.0-5 gjs-1.32.0-1 glib-networking-2.32.1-1
    glib2-2.32.1-2 glibmm-2.32.0-1 gmime-2.6.9-1
    gnome-applets-3.4.1-1 gnome-backgrounds-3.4.1-1
    gnome-bluetooth-3.4.0-1 gnome-color-manager-3.4.0-2
    gnome-contacts-3.4.0-1 gnome-control-center-3.4.1-1
    gnome-desktop-1:3.4.1-1 gnome-dictionary-3.4.0-1
    gnome-disk-utility-3.4.0-1 gnome-documents-0.4.1-1
    gnome-font-viewer-3.4.0-1 gnome-games-3.4.1-1
    gnome-icon-theme-3.4.0-1 gnome-icon-theme-extras-3.4.0-1
    gnome-icon-theme-symbolic-3.4.0-1 gnome-keyring-3.4.1-1
    gnome-media-3.4.0-1 gnome-menus-3.4.0-1 gnome-nettool-3.1.1-1
    gnome-online-accounts-3.4.1-1 gnome-panel-3.4.1-2
    gnome-power-manager-3.4.0-1 gnome-screensaver-3.4.1-1
    gnome-screenshot-3.4.1-1 gnome-search-tool-3.4.0-1
    gnome-session-3.4.1-1 gnome-settings-daemon-3.4.1-1
    gnome-shell-3.4.1-1 gnome-system-log-3.4.1-1
    gnome-system-monitor-3.4.1-1 gnome-terminal-3.4.1.1-1
    gnome-themes-standard-3.4.1-1 gnome-user-docs-3.4.1-1
    gnome-utils-3.4.0-1 gnome-video-effects-0.4.0-1
    gobject-introspection-1.32.1-1
    gsettings-desktop-schemas-3.4.1-1 gstreamer0.10-bad-0.10.23-1
    gtk-vnc-0.5.0-1 gtk3-3.4.1-1 gtkmm3-3.4.0-1
    gtksourceview3-3.4.1-1 gucharmap-3.4.1.1-1 gvfs-1.12.1-1
    gvfs-obexftp-1.12.1-1 icu-49.1.1-1 iproute2-3.3.0-1
    libchamplain-0.12.2-1 libcroco-0.6.5-1 libgdata-0.12.0-1
    libgnome-keyring-3.4.1-1 libgnomekbd-3.4.0.2-1
    libgsf-1.14.23-1 libgweather-3.4.1-1 libgxps-0.2.2-1
    libimobiledevice-1.1.1-3 libmusicbrainz4-4.0.0-1
    libpeas-1.4.0-1 libplist-1.8-2 libquvi-0.4.0-3
    libquvi-scripts-0.4.2-1 libreoffice-base-3.5.2-1
    libreoffice-calc-3.5.2-1 libreoffice-common-3.5.2-1
    libreoffice-draw-3.5.2-1 libreoffice-en-GB-3.5.2-1
    libreoffice-gnome-3.5.2-1 libreoffice-impress-3.5.2-1
    libreoffice-math-3.5.2-1
    libreoffice-postgresql-connector-3.5.2-1
    libreoffice-sdk-3.5.2-1 libreoffice-sdk-doc-3.5.2-1
    libreoffice-writer-3.5.2-1 librsvg-2.36.1-1
    libsocialweb-0.25.20-1 libsoup-2.38.1-1 libsoup-gnome-2.38.1-1
    libsystemd-44-5 libtracker-sparql-0.14.0-3 libwacom-0.4-1
    libwebkit3-1.8.0-2 libwnck3-3.4.0-1 libxklavier-5.2.1-2
    man-pages-3.39-1 mash-0.2.0-1 metacity-2.34.3-1
    mousetweaks-3.4.1-1 mutter-3.4.1-1 mx-1.4.3-2
    nautilus-3.4.1-1 nautilus-sendto-3.0.2-1
    network-manager-applet-0.9.4.1-1 networkmanager-0.9.4.0-2
    nmap-5.51-3 pango-1.30.0-1 pyatspi-2.4.0-1
    pygobject-devel-3.2.0-1 pylint-0.25.1-1
    python-egenix-mx-base-3.2.3-1 python-logilab-astng-0.23.1-1
    python-logilab-common-0.58.0-1 python2-gobject-3.2.0-1
    raptor-2.0.7-2 seahorse-3.4.1-1 sound-juicer-3.4.0-1
    sushi-0.4.1-1 telepathy-glib-0.18.1-1 telepathy-logger-0.4.0-1
    telepathy-mission-control-5.12.0-1 totem-3.4.1-1
    totem-plparser-3.4.1-1 tracker-0.14.0-3 udisks2-1.94.0-1
    vinagre-3.4.1-1 vino-3.4.1-1 vte-common-0.32.1-1
    vte3-0.32.1-1 yelp-3.4.1-1 yelp-xsl-3.4.1-1 zenity-3.4.0-1
    Total Download Size: 243.26 MiB
    Total Installed Size: 1290.16 MiB
    Net Upgrade Size: 205.83 MiB
    Proceed with installation? [Y/n] n
    [root@KRISHNA san2ban]#
    Removed unwanted packages manually
    Last edited by San2ban (2012-04-24 17:02:50)

    Anyway, as usual, I have to manually remove unused packages. Earlier, only tose packages that were explicitly installed, were upgraded. Now, it is forcing me to accept all, or none

  • Create a library which joins 2 tables that report painter can use.

    Hi,
    Please help in resolving following issue:
    Create a new library that joins these tables (in client system) GLPCT and ZFKHALIX that report painter could use. If we had this then we can create a P&L report that properly breaks out COGS and SGA in the same way as ou khalix feed….It would also save a lot of time in month end reconciliation between two tables.
    ZFKHALIX: SAP->Khalix Interface --- Custom Mapping Table <b><u><i>(Developned)</i></u></b>
    GLPCT : EC-PCA: Totals Table <b><u><i>(Standard Table)</i></u></b>
    Regards

    Library can be created only with reference to a single table as in GR21. If you are looking for joins of tables, ABAP Query may be the answer. There, you have the infoset where you can join two or more tables. And based on the infoset you create queries.

  • HT1689 I forgot the answers for the questions that system answered me to confirm my purchase. It asking me because it's the first time that I'm purchasing using my IPad. Somebody could Help me?

    I forgot the answers for the questions that system answered me to confirm my purchase. It asking me because it's the first time that I'm purchasing using my IPad. Somebody could Help me?

    1. See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities.
    2. Here are two different but direct methods:
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contacting Apple for support
            and service.
    3. For other queries about Apple ID see Frequently asked questions about Apple ID.
    4. Rescue email address and how to reset Apple ID security questions

  • Hi, I m using an iPhone 4 and my yahoo push email was working just fine but for the last few days I am experiencing some problem that is the emails are not getting pushed , I have to manually fetch the mails. So what could be the reason for this....

    Hi, I m using an iPhone 4 and my yahoo push email was working just fine but for the last few days I am experiencing some problem that is the emails are not getting pushed , I have to manually fetch the mails. So what could be the reason for this.....I have set the email setting to "push" mode. Moreover I can't edit the mail server address ....current it's on Yahoo SMTP server

    Will it get rectified and restored...if so after how long. What could be the reason for such outage kindly share,  as I am facing real problem because of this...

  • My iPod has not been working for a month now and i was hoping that you could help me.The part where you charge and sync the iPod is not connecting.There is defiantly not the lead as we use it for the iPhone and that works please could you help!

    my iPod has not been working for a month now and i was hoping that you could help me.The part where you charge and sync the iPod is not connecting.There is defiantly not the lead as we use it for the iPhone and that works please could you help!
    yours sincerly
    jackfromsurrey

    What I am saying is ..........
    The iPhone HAS to be active making calls on the UK carrier network for the carrier to identify as "theirs" and therefore eligible for the Carrier to unlock
    The way to achieve this is to use a PAYG sim making and receiving calls to establish a customer relationship  with the Carrier and then follow the Carrier's process to unlock
    With a PAYG it usually means adding a specified (by the carrier ) amount  usually £15 /£20 depending on the carrier
    This is how O2 function and according to Gemma  this is how Vodafone work

  • I have a macbook pro. i think i might have pushed some buttons that made my macbook look for a wireless keyboard.. i dont have any wireless keyboard. and now i cant use the keyboard on my macbook. how can i get the normal keyboard staring?

    i have a macbook pro. i think i might have pushed some buttons that made my macbook look for a wireless keyboard.. i dont have any wireless keyboard. and now i cant use the keyboard on my macbook. how can i get the normal keyboard staring?

    korgba wrote:
    it pops up a script were it says that the macbook cannot find a bluetooth keyboard, and it isnt a keyboard connected
    For some reason, your Mac doesn't recognise that a keyboard is present, so it looks for a wireless keyboard. The question is, why doesn't your Mac recognise that a keyboard is attached?
    First, you need to make sure you remove all peripherals, especially USB peripherals (the keyboard is on the USB bus). Then restart holding down the Shift key. This should boot in Safe mode. If the computer boots normally (not in safe mode) and the keyboard is still not working, try resetting the SMC
    Intel-based Macs: Resetting the System Management Controller (SMC)
    <http://support.apple.com/kb/HT3964>
    If that still doesn't fix the problem, then the keyboard (or its controller) is probably damaged and needs to be replaced.

  • Whenever I updated or downloaded a new app from the App Store, a message appears saying:   "Account Not In This Store Your account is not valid for use in the U.S. store. You must switch to the Swedish. store before purchasing."   I made some research onl

    Whenever I updated or downloaded a new app from the App Store, a message appears saying:
    "Account Not In This Store
    Your account is not valid for use in the U.S. store. You must switch to the Swedish. store before purchasing."
    I made some research online and asked a few of my friends with the same problem. All they did was sign out of iTunes from settings>iTunes & App Stores or from the App Store itself and signed back in. It worked for many of them but not with my iPhone 4s. It really does get on my nerves to always sign out and back in to the App Store as it sometimes works and allows me to update and download or most of the time it doesnt.
    When viewing my Apple ID account on my iPhone (after entering the password) it either views my account or says:
    "This Apple ID is only valid for purchases in the U.S. iTunes Store. You will be switched to that Store. Try your purchase again."
    So I press on OK then either switches me to the App Store app of its choice, or says "Cannot connect to iTunes Store".
    I tried restoring iOS6 hoping it was a bad installation, but i still have the same problem.
    Can anyone help me please?
    Arian

    Are you sure your AppleID is NOT tied to the US store? If you are trying to buy an app from the Swedish store you will be unable to do that. Some apps are only available on certain stores. That is why you get the "Cannot connect to the iTunes store" message when trying to buy that app. Your updates are being done from the US store ; thats why you can update sometimes and sometimes not.
    If you keep encountering problems contact iTunes support. They will help you sort it out.

  • Looking for some assurances that I haven't made a mistake switching to Mac.

    Bought an intel-powered IMac 9 days ago and love everything about it's look, functionality, etc.. Only problem: I've had a bout of "Application has closed unexpectedly" occcurrances while using Safari (while at AOL.com deleting emails from aol account) and while editing pics in iPhoto. As this happened time and again, I got a sad, sinking feeling that I'm headed for the same frustrations that I've had w/ every Windows machine I've ever owned. Ugh!..I switched to Apple for the specific purpose of avoiding crashes!!! Apple support walked me through steps to fix (removed/updated Quicktime, and check a few other things..). They were very helpful, but... I absolutely detest having to do this. Other than Office:Mac, i've added nothing to this machine! I'm really stressed about this. I paid far more for this than I would have for a Windows machine simply because I had heard that Apple machines don't do this sort of thing!!
    Please tell me that this is normal and expected with a new machine and not a harbinger of more complicated problems to come!! I'm hoping that once resolved, I won't much more of this.. On the other hand, if many of you feel that this issue is a bad omen, I'll take the machine back while I still can. ..What a pity though, it's truly been a joy to use so far.
    IMAC (early 2006)   Mac OS X (10.4.4)  

    Hi syd123! And Welcome to Discussions!
    No you haven't made a mistake! You will love your Mac!
    Deleting AOL Mail, crashes Safari (Consolidation)
    It seems the most recent Safari, and or 10.4.4, update has created this problem.
    Apple & AOL are both aware of this, but, as far as I know, no correction has been implemented.
    Here are some of the work arounds, that I have been able to discern from the various posts regarding this issue.
    Use the FIREFOX BROWSER.
    Use your AOL Mail program.
    Use this utility AOL SERVICES ASSISTANT, to set up Apple Mail, to access AOL Mail.
    Access the AOL Mail thru Classic AOL Webmail.
    And here are links, to the various threads, discussing this issue.
    <a href="http://discussions.apple.com/thread.jspa?threadID=314479&start=0&tstart=0 "Safari and AOL</a>
    AOL/ Delete/ Safari crash
    safari crashing with aol.com mail deletion
    AOL Webmail and Safari on 10.4.2 crashes on delete mail
    Update 10.4.4 causes crash
    Safari crashes when deleting email on AOL
    Safari Update
    Safari Crashes AOL mail
    Safari Crashes when Deleting or Reporting E-Mail as SPAM on AOL Web Mail
    Looking for some assurances that I haven't made a mistake switching to Mac. This Thread
    Good Luck!
    ali b

Maybe you are looking for

  • I mdo not like FireFox 4.0 How can I restore to a previous version?

    I do not like FireFox 4.0 I want to restore a previous version. I am using Windows Vista.

  • Session logoff with new target url using BSP_MODEL template

    Hi, I implemented the session management pages as used in ITSM. However I had some problems when calling the application in a popup (somehow the deletion of the session appears also after the 2nd start of the app deleting all my created models) So I

  • MAM config - Free Sorting

    Hi everyone,   Has anyone used the flag "Free Sorting" in the config for MAM-Scenario-BusinessProcesses?  I'm using MAU 1.0 SR3.  There's not much documentation on how this flag is used.  The description of the field in F1 just says "Free Sorting on

  • "Discover" Application problem

    I've already installed the newest IOS 4.1 firmware, and my discover application doesn't start. I've also sent a message to the developer through the application failure site, by I didn't get any recommendation. It's not just a problem with the applic

  • Odd behaviour in Graphics2D.drawImage - infinite loop?

    Hi, I have the following code inside an overriden paintComponent (JPanel): g2.drawImage(fc.getImage(),(int)fc.getSignificantPoint().getX(),                                 (int)fc.getSignificantPoint().getY(), vioPanel);fc is just an object that is a