{Solved} Enable webkit in Konqueror?

Hey all
I'm wondering how to enable webkit in Konqueror. Not sure where to begin.
I'm running a self compiled qt 4.5 with webkit enabled. I have libwebkit installed. I'm wondering if I have to compile kdelibs/kdebase from abs and somehow enable webkit? I have played with Arora, it works fine but I'm wanting to use Konqueror...any ideas? I'm quite comfortable compiling kde from source if need be, just not sure which package to do, and exactly how to enable webkit. I'm not that familiar with cmake options. I'm not using kdemod and would prefer not to. Help?
Thanks!
J
Last edited by LaoTzuTao (2009-03-13 16:45:36)

You need the webkit kpart for konqueror, its in kdemod-playground, theres also 'webkit-kpart-svn' in aur (not sure if its the same thing).

Similar Messages

  • [SOLVED] Dcop QCString error/Konqueror won't start

    When I try to open konqueror (browser or file management mode) nothing happens at all, when I try to open konqueror from a console window, the following error appears -- "WARNING: DCOPReply<>: cast to 'QCString' error". 
    This doesn't always happen though, there are rare occasions when I reboot that konqueror works fine, but the next time I reboot konqueror gives me that error again.
    Can anyone help?  This is the last hurdle before I consider using Arch full-time.
    UPDATE:  I tracked it down to klaptop.  For some reason, when I disable the battery monitor, konqueror opens correctly.  I went through a cycle of "reboot & open konqueror" 10 times to be sure, and it worked every time.  I re-enabled the battery monitor once again, and sure enough, konqueror wouldn't open.  So I disabled the battery monitor again.
    Last edited by Riser Glen (2007-08-17 14:11:52)

    The patch was indeed merged into the upstream, it's the only reason I haven't updated the PKGBUILD.

  • [solved] Enable Invert in KWin

    Hi all,
    I want to invert colors on my desktop using the effects in KWin. I am running Arch 64bit and I have installed the kde-meta-kdeaccessibility meta package. Under Desktop Effects I cannot enable the Invert effect. Is this a hardware limitation or do I need some other package?
    glxinfo | grep -iE '(shad)|(string)'
    server glx vendor string: SGI
    server glx version string: 1.2
    client glx vendor string: Mesa Project and SGI
    client glx version string: 1.4
    OpenGL vendor string: Tungsten Graphics, Inc
    OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset GEM 20091221 2009Q4
    OpenGL version string: 2.1 Mesa 7.7
    OpenGL shading language version string: 1.20
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object,
    GL_ARB_seamless_cube_map, GL_ARB_shader_objects,
    GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_shadow,
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
    from 'sudo lshw'
    *-display:0
    description: VGA compatible controller
    product: Mobile 4 Series Chipset Integrated Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 09
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:27 memory:f4000000-f43fffff memory:d0000000-dfffffff(prefetchable) ioport:1800(size=8)
    Last edited by drsjlazar (2010-02-23 08:58:56)

    I have submitted a bug report on the KDE bug tracker. Here is a link for anyone interested: https://bugs.kde.org/show_bug.cgi?id=228090
    Hope they sort this out soon.
    [edit] it has been marked as an upstream issue. I'm marking this thread as solved as there is no resolution in sight.
    Last edited by drsjlazar (2010-02-23 08:58:21)

  • [SOLVED] Enabling debug for ath9k in compat-drivers-patched from AUR

    Wireless card: TP-LINK TL-WN951N. lspci says that it is an Atheros AR5416 adapter [AR5008].
    Some background: I'm having the same issues as the OP in this thread, which references this bug report. The problem is that I get a 2000 ms ping every 30 seconds. So 2 seconds of inactivity every 30 seconds. I have the same wireless PCI card, as well. I need to fix this, because it's making online gaming impossible. I should also note that the card is working just fine in Windows 8, however. I am using net-auto-wireless. I have tried using wicd, enabling ath9k's nohwcrypt option, toggling the card's power save, installing the latest compat-drivers-patched from the AUR, toggling different settings in my motherboard's BIOS, and removing the antennae from the card. But nothing has made a significant difference.
    I think I'm really close now. I just have to disable ANI. But in order to do that, it seems that I need to enable debugging for ath9k. But this means that I need to either recompile a custom kernel, or somehow enable debug for ath9k in compat-drivers-patched from the AUR. I'd prefer the latter, as that means that I will have a more bleeding-edge driver. That, and I won't have to touch the kernel as much. What I want is described on this page. But it seems too complicated to me. Please let me explain.
    I've installed things from the AUR before, as mentioned above, and have properly configured my makepkg.conf for my system. So I'd like to use the CFLAGS and such that I've set. I don't understand how everything works in the PKGBUILD; I don't have much experience with sed and awk and regular expressions, and haven't done much shell scripting at all. It seems that at some point in the PKGBUILD, I need to enable debugging for ath9k before it is compiled. Apparently on the last page I linked to, I need to add:
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    to some config.mk file. I can only get access to the config.mk file after I install the package with pacman. I've tried adding those lines to my /etc/profile file, and checked, after a reboot, with "set", that those variables are indeed set. But the thing is, with these variables set in /etc/profile, when I run makepkg, makepkg fails with an error 2. I tried again and got the same error. I removed those lines from my /etc/profile, rebooted, tried makepkg again, and everything worked. So putting those lines in my /etc/profile is not the solution, and I feel like I'm doing something very stupid. What am I doing wrong?
    I should also note that I've tried to read the wiki page on compiling a custom kernel using ABS, but it seems to just say "get your custom configuration files" and then just continue (so it assumes that I should already be familiar with the configuration part). The PKGBUILD and Creating Packages wiki pages also seem to be a little... too advanced for me at this point in time.
    So how do I enable debugging for ath9k in compat-drivers-patched from the AUR? I'd prefer to stick with only editing the PKGBUILD and using makepkg, if possible.
    I've really tried to search the web and the arch forums on how to fix this problem myself, but alas, it seems that I need help this time. I greatly appreciate your time for reading my long post.
    UPDATE:
    I've made a lot of progress. I ended up removing the AUR package with pacman by invoking "pacman -Rsn compat-drivers-patched".
    Instructions for [almost] success: First, download compat-drivers-patched from AUR. Then move it to the "builds" directory (or "local", if using ABS). Extract the tarball. After the new directory is created, cd into it. Now here's the important part: run
    $ makepkg -so
    Then cd into src, cd into the directory inside src, then edit the config.mk file. Make sure these lines are uncommented (or created, if not already there):
    export CONFIG_CFG80211_DEBUGFS=y
    export CONFIG_MAC80211_DEBUGFS=y
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    (source)
    Now run "cd ../.." to go back up two directories. Now run:
    $ makepkg -e
    # pacman -U <file that was produced>
    And I ran "mkinitcpio -p linux" just in case, but I'm not sure if that is necessary at all. I'm... not touching the kernel, right?
    Now I ran:
    echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani
    But bash would say that the file or directory doesn't exist. Even if I prepend it with "sudo", I get the same results. I was only able to get the command to work if I logged in as root. I even put the line in my /etc/profile. The 2000 ms ping every 30 seconds is now GONE. HOWEVER! If I reboot and log in as a normal user, the problem is there again. If I reboot and log in as root, the problem is gone. If I then log out and then log back in as a normal user, the problem does not come back.
    So really, I can avoid the problem if I first log in as root, log out, and then log back in as a normal user. But this is a great inconvenience. I would much prefer if I could just log in as a normal user right after boot, and have everything working.
    Now, how do I get the command to automatically run at boot as root (without me having to log in as root), and work?
    UPDATE 2:
    I got it working. Putting the line in /etc/profile is not the solution. I created a custom systemd .service file.
    Put this into /etc/systemd/service (name it "disable_ani.service"):
    EDIT: Wow. I made a glaring typo here. It should be /etc/systemd/system/disable_ani.service
    [Unit]
    Description=disable_ani
    [Service]
    Type=oneshot
    ExecStart=/bin/sh -c "echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani"
    [Install]
    WantedBy=multi-user.target
    Then make sure to "sudo chmod 755 /etc/systemd/service/disable_ani.service", since root owns this file.
    Then run "sudo systemctl enable disable_ani.service".
    EDIT: It has been brought to my attention that there is a much simpler way than creating a custom service.
    Using a tmpfile:
    /etc/tmpfiles.d/disable_ani.conf
    w /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani - - - - 1
    Done.
    Now ANI is persistently disabled between boots, even if I log in as a normal user right after boot.
    Thanks for reading.
    Last edited by vyu223 (2013-03-12 10:20:19)

    So zsh is telling you that the command didn't work, since it claims that there is no such file or directory. I had a lot of trouble with getting the echo command to work, as well. I found that if out of these lines:
    export CONFIG_CFG80211_DEBUGFS=y
    export CONFIG_MAC80211_DEBUGFS=y
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    If the first and second line above were not uncommented in the config.mk file, I couldn't leave the last line above uncommented as well, or else makepkg would fail and give me an error. So originally I had only the 3rd and 4th lines above uncommented/inserted in my config.mk. With that configuration, I could not get the echo command to work, no matter what. Have you uncommented or inserted all of the above 5 lines into your config.mk?
    After making sure all of the above 5 lines were in my config.mk, the echo command still didn't work, even if I preceded the command with sudo, or entered a su session. Bash would tell me that there was no such file or directory. I found that if I actually logged out of my normal user, and then logged back into the computer as root, the command would work. If your shell does not give you any feedback (particularly, "no such file or directory"), then the command worked. In order to get the command to run every time the computer boots, I used a systemd service, so that the command is issued as root. For some reason, it doesn't work if you put the command into /etc/profile.
    Oh, and it would probably be helpful to mention that for the compat-drivers-patched package from the AUR, the PKGBUILD checks to see what your _selected_drivers variable is before compilation. If you set _selected_drivers=ath9k, your compile times will be much shorter.

  • [SOLVED] enable Ctrl+Alt+L to lock?

    I just installed and configured gnome after moving from ubuntu on my netbook, and I always used Ctrl+Alt+L to lock my workstations. How can I enable this in Arch? I installed the xscreensaver package based on a tip I found elsewhere, but that doesn't seem to do anything. Thanks!
    Last edited by pythonscript (2012-05-27 13:42:32)

    If you use gnome-screensaver, launch "Keyboard Shortcuts" in your preferences menu and change the shortcut.
    If you want to use xscreensaver see http://justlinux.com/forum/showpost.php … ostcount=7.
    Or you could have just spent a minute googling.
    Last edited by Stebalien (2010-06-20 20:52:45)

  • [solved] enable trim on ssd

    this link from the wiki says i should edit my /etc/fstab in order to enable trim on my ssd.
    this is my /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # UUID=6b44daaa-610c-4f23-a632-569d091e4d43
    /dev/sda1 / ext4 rw,relatime,data=ordered 0 1
    should i replace 'rw,relatime,data=ordered' with 'defaults,noatime,discard' or appent 'discard' to the options?
    Last edited by aldoiljazi (2013-09-18 19:42:05)

    @ploub, thanks!
    another thing i want to make sure is trim support for my ssd. i have this one. the 64gb version.
    i don't seem to find a certain source online, even the sandisk's page doesn't mention anything.
    is there a test i can run?
    edit: it does support trim, just for reference i used "hdparm -I /dev/yourssd" as root and i got:
    Data Set Management TRIM supported (limit 8 blocks)
    somewhere in the output.
    Last edited by aldoiljazi (2013-09-18 19:41:42)

  • [SOLVED] Deepin-webkit failing to compile

    I'm trying to install "deepin-desktop-environment" from the AUR, but I hit a roadblock while compiling "deepin-webkit", one of the dependencies. It all goes great until it actually starts to build, until I get "hunk failure" errors:
    ==> Starting build()...
    patching file Source/WebCore/css/CSSGrammar.y
    Hunk #2 succeeded at 87 (offset -1 lines).
    patching file Source/WebCore/css/CSSParser.cpp
    Hunk #1 succeeded at 101 (offset -13 lines).
    patching file Source/WebCore/xml/XPathGrammar.y
    patching file Source/WebCore/xml/XPathParser.cpp
    Hunk #1 FAILED at 32.
    1 out of 2 hunks FAILED -- saving rejects to file Source/WebCore/xml/XPathParser.cpp.rej
    ==> ERROR: A failure occurred in build().
    Aborting...
    I'm not sure how to fix this. Following this question I tried to look into manually applying the patches, but I couldn't find the files/folders it referenced inside the src folder. (Is this because it downloads them from git or something?)
    Is there any way I can fix this (i.e. is it an error on my part), or do I just need to flag the AUR package as out-of-date and wait for a fix?
    Last edited by DaimyoKirby (2014-06-05 23:07:43)

    Don't flag the package out-of-date if it's broken.
    Post in the comments https://aur.archlinux.org/packages/deepin-webkit/ or at least link to this thread.

  • [SOLVED]Enable ttyS*

    I have installed archlinux on an embedded pc with 4 serial ports. I am trying to use the serial ports for a little project, but I ran into some problems.
    I cannot actually use any port besides ttyS0.
    All 4 ports have a RX and TX led.
    When I issue the following command :
    echo 1 > /dev/ttyS0
    I see the TX led of the first port flash and the command finishes, but if I try the same with ttyS1 - 3 nothing happens on the leds, and the command just hangs. Do I need to enable the other ports somehow in archlinux? All four ports work out of the box with fedora core 3 on the same machine.
    dmesg |grep ttyS
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
    serial8250: ttyS3 at I/O 0x2e8 (irq = 3) is a 16550A
    Any ideas?
    Last edited by starthis (2009-03-26 18:15:09)

    The box I'm using is an advantech UNO-2170. According to the documentation the IRQ for ttyS2 & ttyS3 should be 10, but it was 3 & 4.
    According to the documentation this is only set correctly on fedora core 2 and above.
    So after executing
    setserial /dev/ttyS3 irq 10
    setserial /dev/ttyS2 irq 10
    everything behaves as expected
    So bottom line, I should of rtfm before bothering anybody else
    Last edited by starthis (2009-03-26 18:15:58)

  • [SOLVED] enable apache ssl to use httpS at will for any vhost

    Hi,
    I have enabled ssl on my apache install without a problem by including the file httpd-ssl.conf in my http.conf.
    I have tested access by trying to access my phpmyadmin install by going to my site: https://example.com/phpmyadmin
    However, when trying to use a vhost with https, it doesn't work, I get redirected to a default page (first configured vhost) as https.
    If I modify the vhost like this, adding 443:
    <VirtualHost *:80 *:443>
    </VirtualHost>
    I get an error "(Error code: ssl_error_rx_record_too_long)".
    If I just add to the vhost config file instead like this:
    NameVirtualHost *:80
    NameVirtualHost *:443
    SSLStrictSNIVHostCheck off
    then I still only get the default site, but not my vhost site under ssl.
    Any pointers on getting this to work? I want to be able to universally add an "s" to "http" for any vhost whenever I feel like it to encrypt traffic...
    Thanks!
    EDIT: Here's the solution I found. I disabled ssl on apache by commentingout the httpd-ssl.conf-Include directive in httpd.conf.
    Then I installed stunnel and pointed it to my server key and certificate and enabling https connections to forward to port 80 on localhost.
    One gotcha to look out for was to put "https: ALL" into the /etc/hosts.allow file as stunnel apparently uses this to decide whether a client can connect.
    Last edited by awayand (2011-04-24 12:10:46)

    Apache is already listening on 443, otherwise it wouldn't work at all when I access https://example.com/phpmyadmin. My problem is that instead of responding by serving the requested vhost, apache serves only the default vhost page. For example, https://x.example.com, https://y.example.com, https://z.example.com all serve my default page at https://example.com instead of the corresponding vhost. Any idea as to what to configure so that apache serves the requested vhost under https?
    EDIT: clarification
    Last edited by awayand (2011-04-23 04:39:02)

  • [SOLVED]Enable vdpau in Totem

    Dear Arch Users,
    I use nvidia GT 520 graphics card with vdpau configured correctly as suggested by Arch wiki however i see high cpu usage(60-70%) while playing hd movies on totem player, while mplayer consumes 30% cpu with vdpau enabled i prefer totem over mplayer but high cpu usage is the issue.I suspect totem is not using nvidia hardware acceleration , please suggest how do i enable vdpau in totem.
    Also while using gnome-mplayer with mplayer-vaapi or mplayer2 as backend it often says gnome-mplayer not responding do you want to force quit/wait if it select wait then i am unable to use the slider and i have to kill it from command line.Please suggest if anyone faced this type of issue and suggestions.
    Thanks.
    Last edited by aja (2013-08-06 02:58:05)

    According to the wiki
    To take full advantage of the hardware decoding capability of your video card you will need a media player that supports VDPAU or VA-API.
    Totem is not one of the listed examples. What makes you think it supports vdpau?
    Also saying that you correctly configured something according to the wiki is your interpretation. It is easy to misunderstand or to make a mistake. Don't interpret. Post what you did: commands issued, output returned.
    For the gnome-mplayer issue I suggest you start by inspecting the logs.
    Last edited by cfr (2013-08-06 02:15:11)

  • [SOLVED]Enable ACPI

    Hi,
    I have a relativly easy problem with my macbook, but I couldn't find an answer anywhere else:
    I have installed acpi, acpid and added acpi=on to the kernel line in grub. At startup is says, that acpi is starting. But it doesn't do anything, there is no directory like /etc/acpi(/actions). I have created these directories and created 2 files there, as described in the macbook article, specifically files for suspend to ram and backlight control. The macbook-backlight program works manually, but when I disconnect the power cord it does not automatically dim the light. The automatic suspend-to-ram doesn't work either.
    I guess the problem is, that acpi is not running correctly or has not been configured correctly.
    Any ideas?
    Last edited by coragonis (2008-10-18 22:26:51)

    The scripts in /etc/acpi won't call themselves and the kernel will certainly not do that, that's what daemons are for. I suggest you take a look at acpid.

  • [SOLVED] Enabled AHCI - Arch won't boot

    I have switched the SATA preference to AHCI from IDE in the BIOS. Now Arch refuse to boot with following warning:
    ERROR: device '/dev/sda2' not found. Skipping fsck.
    ERROR: Unable to find root device '/dev/sda2
    [rootfs /]#
    I have checked the WIKI and it has a remedy with 'mkinitcpio'; looks outdated. I have also found about adding one moule to initrd with mkinitrd on the www. However, I am not sure and need some guidance regarding this.
    By the way, I dual-boot with Ubuntu and it booted just fine after the switch to AHCI.
    Thanks.
    Last edited by fantab (2013-04-21 22:27:38)

    Thanks guys I fixed it from Ubuntu with 'chroot'. I added "ahci" to MODULES in /etc/mkinitcpio.conf and ran mkinitcpio.
    I can boot Arch now.
    Do I have to re-install the kernel? Do I have to add "ahci" to mkinitcpio.conf at every kernel upgrade and run mkinitcpio? Or am I OK.
    Out of curiosity, regarding 'fallback image', how is it "even simpler"? Would love to know, for future reference, any pointers?
    Last edited by fantab (2013-04-21 21:39:57)

  • [Solved] Enable "CONFIG_DEVTMPFS_MOUNT"?

    Hello,
    just read the announcement on the main page and on the udev readme it says:
    The /dev directory needs the 'devtmpfs' filesystem mounted
    So does thie mean that setting
    CONFIG_DEVTMPFS=y
    is not enough and that I should also set
    CONFIG_DEVTMPFS_MOUNT=y
    ? It isn't set in the arch default kernel and I haven't had any issue without it so far, despite reading that it is needed, for example here. So can anybody tell me if I need this option or not and why it works in arch until now without it?
    Greetings
    matse
    //Edit: And could the "bug" described in my last link even affect the latest arch iso, since when I tried booting with it my cd-drive wasn't found and I had to set manually a symlink from /dev/sr0 to the place where the script was looking for it? (I remember that it worked with an older iso without this symlink I assume this was an older udev version prior 166).
    //Edit2:
    I should read the description more precisely...
    This option does not affect initramfs based booting, here the devtmpfs filesystem always needs to be mounted manually after the roots is mounted.
    So I assume that an arch script mounts this filesystem (as it is not in the defauls fstab?)
    Last edited by matse (2012-01-30 02:27:14)

    Apache is already listening on 443, otherwise it wouldn't work at all when I access https://example.com/phpmyadmin. My problem is that instead of responding by serving the requested vhost, apache serves only the default vhost page. For example, https://x.example.com, https://y.example.com, https://z.example.com all serve my default page at https://example.com instead of the corresponding vhost. Any idea as to what to configure so that apache serves the requested vhost under https?
    EDIT: clarification
    Last edited by awayand (2011-04-23 04:39:02)

  • Re-enable UDF in Marketing Docs

    Hi,
    I had created a UDF in marketing docs with DI API and in my code I set the field to be Enabled = false, ok, no problems until yesterday. Now I need to set Enabled = true but i'm getting the error "The field is not a user defined field" and i can't set my Enabled back to true;
    This is a bug?
    I already made a search in the forum, I found only one problem like mine but it's not solved:
    - Enabling & Disabling UDF's
    Thanks,
    Ricardo Momm

    Hi Edward,
    I'm accessing the UDF via user interface with UIAPI. If I try to set the Enabled property to False nothing happens but if I try to set the Enabled property to True the exception "Item is not a user defined item" is throw.
    form.Items.Item("U_Field").Enabled = false; // no error
    form.Items.Item("U_Field").Enabled = true; // throw not a UDF field
    The point is, in the first run when I set the Enabled property to false there is no exception and the Field is disabled, after this operation i can't set the Enabled property to true again.
    My SAP B1 Version is: 2005B PL34
    PS: sorry with the poor english... i'm still learning

  • Adobe AIR for HTML/JS Webkit Remote Debugging?

    Can I enable webkit remote debugging in an air app built on HTML and JavaScript?
    If not, can I beg for this feature to be added to AIR.

    Filed feature request on bugbase. Vote it up if you agree!

Maybe you are looking for

  • Imported songs do not appear in library (iTunes 10.0.1)

    When I import songs from a CD, the songs are not appearing under Music in iTunes. The track info is properly displayed for the mounted CD itself and the songs are correctly imported (green checkboxes appear, the MP3 files are placed in the correct fo

  • Help-I can't add debug symbol into my .o using ctfconvert.

    Hello, Who knows how to use ctfconvert/ctfmerge? I did as below, but failed. #gcc -D_KERNEL -c dummy.c #ctfconvert -g -l LB dummy.o and I got the message: ERROR:ctfconvert:dummy.o doesn't have type data to convert removing dummy.o Then I did like thi

  • Ai CC: Repeatable 3D Bevel Error

    I was playing around with the new AI CC fetures, notably Live Corners. Live Corners is very useful, but in doing this, I discovered a possible BUG in 3D Bevel. (See screen shots, below.) There is nothing apparently wrong with the path Live Corners pr

  • Navigatonal Attributes

    Hi Friends, Can you please tell me the flow of data retrival from Navigational Attributes in a Query. I mean firstit will access FACT TABLE-> DIMENSION -> /BIC/XIO_MAT OR FACT TABLE-> DIMENSION -> /BIC/SIO_MAT -> /BIC/MIO_MAT -> /BIC/SIO_MNM /BIC/SIO

  • When I try to move an object in Illustrator CS3 only part of it moves, so the object "stretches".

    This doesnt always happen, but I cant figure out what I do differently when I  am able to move the object successfully. Obviously these are multipart objects.  My workaround is to copy the object an paste it...then most times it moves correctly.