[solved] Gnome 3.14.2 Modal dialogs not working

Hi,
updated today and found out that the modal password prompts in Gnome 3 do not work anymore. Does anybody know anything about this?
I´m experiencing following behaviour:
Whenever a gnome modal dialog with an input field appears the dialog will freeze after submitting the data. The only action left to click is the cancel action (or the escape key) which of course also cancels the data submission and also cancels the data submission the process.
I would love to debug this, unfortunately Google hasn´t provided anything useful yet...
Last edited by justforgetme (2015-01-10 15:21:58)

Ok, so apparently the Modal dialog not working was based on gdk-pixbuf2 dhaving wrong caches or something.
When consulting journalctl about gnome in general I discovered that my system had lost the ability to comprehend the svg format. One ddg query later i was  here again just in another topic viewtopic.php?pid=1491839

Similar Messages

  • Modal dialog not poping out of web page (ie 10 local settings?)

    I have an application that uses modal dialogs. These work on other computers in IE 10 and they will work on my Laptop windows 7 in firefox. The popup does not popup in IE10 on my windows 7 laptop (same one where firefox works fine).
    The code therefore appears not to be the problem but rather some local setting on my laptop. I have pasted a graphic to illustrate how the dialog window ends up in the same webpage below the initial web page.
    Any help with this issue would really be well received.
    Regards.

    Thanks I will give them a try, but have been told it may be better to try a jquery forum first thanks again.

  • How do you dispose a thread-handled modal dialog not thru some actions?

    The code almost looks like this:
    /* Thread that disposes the dialog when the time in seconds is "9" */
    class AboutThread extends Thread {
    private volatile Thread about;
    AboutDialog ad;
    AboutThread(AboutDialog ad) {
    this.ad = ad;
    public void stopped() {
    about = null;
    ad.dispose();
    ad = null;
    System.gc();
    public synchronized void run() {
    Thread thisThread = Thread.currentThread();
    about = thisThread;
    System.out.println("About thread is running!");
    ad.start();
    while (about == thisThread) {
    try {
    Thread.sleep(1000);
    } catch (InterruptedException ex) {
         System.err.println("Thread.sleep error: " + ex);
    String s = new String(getCurrentDateTime("s"));
    if (s.equals("9")) {
    ad.setVisible(false);
    ad.setModal(false);
    ad.setVisible(true);
    System.out.println(9);
    this.stop();
    /* Shows a dialog describing the User Log application */
    public class AboutDialog extends Dialog implements ActionListener {
    public AboutDialog(Frame parent, String title) {
         super(parent, title, false);
         Panel labelPanel = new Panel();
         labelPanel.setLayout(new BorderLayout());
         labelPanel.setBackground(Color.gray);
    JLabel jlab = new JLabel("User Log 1.0");
    jlab.setHorizontalAlignment(SwingConstants.CENTER);
    jlab.setFont(new Font("Monospaced", Font.BOLD, 28));
    JLabel jlab1 = new JLabel("Copyright(c) 2001 Soft Wares. All Rights Reserved.");
    jlab1.setHorizontalAlignment(SwingConstants.CENTER);
    labelPanel.add(jlab, "Center");
         labelPanel.add(jlab1, "South");
         add(labelPanel, "Center");
         Panel buttonPanel = new Panel();
    buttonPanel.setBackground(Color.gray);
         Button okButton = new Button("OK");
         okButton.addActionListener(this);
         buttonPanel.add(okButton);
         add(buttonPanel, "South");
         setSize(400, 130);
         setLocation(parent.getLocationOnScreen().x + 200,
              parent.getLocationOnScreen().y + 200);
    public void start() {
    show();
    public void actionPerformed(ActionEvent e) {
         setVisible(false);
         dispose();
    at.stopped();
    }

    ooops! i'm sorry. in the AboutDialog Class, it should be "super(parent, title, true)" for it to be modal.
    anyway, it seemed that posting the partial code above of the whole app is not so understandable.
    what i like to address here is that: how do i dispose or get rid of the thread-dispatched modal dialog by not making mouse clicks or any other user intervention? i wanted it to be disposed by the same thread, which dispatched it, when a certain variable value (global or local) is met. is this possible?

  • Mac OS printer dialog not working

    I searched the internet and found lots of similar posts but none exactly matched my situations and the solutions other people provided did not work.
    Mac 10.9.4
    Printer HP ENVY 4500 Series
    Adobe Reader 11.0.07 (already tried reinstalling)
    I want to do 2-sided printing and I learned from the internet that I had to use the OS printer dialog (by pressing "Printer" at the bottom of the Adobe printing dialog). But after pressing "Print" on the OS printer dialog, nothing happens. No errors. Print job doesn't even show up. It does print if I use the Adobe dialog, but it only prints on one side. I actually successfully printed duplex using the OS dialog last week but now it just doesn't work.
    Please help! This is so frustrating.

    I am also facing the same problem.
    I brought a Mac mini and tried for Software update. After downloading it asks for restart and then start installation ....after that it just shows configuring installation ... and no progress ... i had to restart the machine.
    it may be problem with download.
    is there any way i can download software update again ?
    Because next time i start software update it shows me download completed after few secs...
    can i delete the previous software download

  • [SOLVED] netbeans 7.3 pop-up menu not working

    Hi all,
    few month ago i updated my netbeans from 7.2.1 to 7.3. Then i noticed that autocompletion is not working (in c++ project with/without jvi)  and netbeans shows me warning message:
    java.lang.NoClassDefFoundError: org/netbeans/modules/editor/completion/ScreenBoundsProvider
    at org.netbeans.modules.editor.completion.CompletionLayoutPopup.getPreferredSize(CompletionLayoutPopup.java:166)
    at org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:383)
    at org.netbeans.modules.editor.completion.CompletionLayout.showCompletion(CompletionLayout.java:143)
    at org.netbeans.modules.editor.completion.CompletionImpl$7.run(CompletionImpl.java:1016)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
    at java.awt.EventQueue.access$200(EventQueue.java:103)
    at java.awt.EventQueue$3.run(EventQueue.java:688)
    at java.awt.EventQueue$3.run(EventQueue.java:686)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
    at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
    [catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    I have not found any suitable solution by myself. As i had no time to fix that issue i moved back to older version of netbeans(that is very bad solution, but i could not wait) and added to ignorepkg. Now i want to solve this problem. Can anyone help me?
    PS. I understand that solution may be obvious or i have not noticed relevant topict, but i am stuck.
    Last edited by ewaller (2013-05-13 15:23:07)

    Solution of this problem was at this page (Comment 14 solved everything).
    Problem was in jvi plugin.
    You should perform all described actions and then install plugin from: http://plugins.netbeans.org/plugin/3891 … ate-center to enable jvi support.
    Solved!

  • [SOLVED] Laptop SATA drive on desktop computer not working

    Hey guys,
    My acer laptop crashed few days ago and I'm trying to recover the data off its SATA harddisk on my gf's desktop computer. I don't know why, but I get a lot of errors at startup.
    dmesg:
    Adding 2024180k swap on /dev/sda3. Priority:-1 extents:1 across:2024180k
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:20:00:00:00/00:00:00:00:00/e0 tag 0 dma 16384 in
    res 51/04:20:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:20:00:00:00/00:00:00:00:00/e0 tag 0 dma 16384 in
    res 51/04:20:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:20:00:00:00/00:00:00:00:00/e0 tag 0 dma 16384 in
    res 51/04:20:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:20:00:00:00/00:00:00:00:00/e0 tag 0 dma 16384 in
    res 51/04:20:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:20:00:00:00/00:00:00:00:00/e0 tag 0 dma 16384 in
    res 51/04:20:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:20:00:00:00/00:00:00:00:00/e0 tag 0 dma 16384 in
    res 51/04:20:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    sd 4:0:0:0: [sdb] Result: hostbyte=0x00 driverbyte=0x08
    sd 4:0:0:0: [sdb] Sense Key : 0xb [current] [descriptor]
    Descriptor sense data with sense descriptors (in hex):
    72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    00 00 00 00
    sd 4:0:0:0: [sdb] ASC=0x0 ASCQ=0x0
    end_request: I/O error, dev sdb, sector 0
    __ratelimit: 6 callbacks suppressed
    Buffer I/O error on device sdb, logical block 0
    Buffer I/O error on device sdb, logical block 1
    Buffer I/O error on device sdb, logical block 2
    Buffer I/O error on device sdb, logical block 3
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
    res 51/04:08:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
    res 51/04:08:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
    res 51/04:08:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
    res 51/04:08:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
    res 51/04:08:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    ata5: EH complete
    ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    ata5.00: BMDMA stat 0x25
    ata5.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
    res 51/04:08:00:00:00/04:00:00:00:00/e0 Emask 0x1 (device error)
    ata5.00: status: { DRDY ERR }
    ata5.00: error: { ABRT }
    ata5.00: configured for UDMA/133
    sd 4:0:0:0: [sdb] Result: hostbyte=0x00 driverbyte=0x08
    sd 4:0:0:0: [sdb] Sense Key : 0xb [current] [descriptor]
    Descriptor sense data with sense descriptors (in hex):
    72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    00 00 00 00
    sd 4:0:0:0: [sdb] ASC=0x0 ASCQ=0x0
    end_request: I/O error, dev sdb, sector 0
    Buffer I/O error on device sdb, logical block 0
    ata5: EH complete
    I get the following output with hdparm:
    $ sudo hdparm -I /dev/sdb
    /dev/sdb:
    ATA device, with non-removable media
    Model Number: WDC WD2500BEVS-22UST0
    Serial Number: WD-WXE507A05038
    Firmware Revision: 01.01A01
    Standards:
    Supported: 8 7 6 5
    Likely used: 8
    Configuration:
    Logical max current
    cylinders 16383 16383
    heads 16 16
    sectors/track 63 63
    CHS current addressable sectors: 16514064
    LBA user addressable sectors: 268435455
    LBA48 user addressable sectors: 488397168
    Logical/Physical Sector size: 512 bytes
    device size with M = 1024*1024: 238475 MBytes
    device size with M = 1000*1000: 250059 MBytes (250 GB)
    cache/buffer size = 8192 KBytes
    Capabilities:
    LBA, IORDY(can be disabled)
    Queue depth: 32
    Standby timer values: spec'd by Standard, with device specific minimum
    R/W multiple sector transfer: Max = 16 Current = 1
    Advanced power management level: 128
    Recommended acoustic management value: 128, current value: 254
    DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
    Cycle time: min=120ns recommended=120ns
    PIO: pio0 pio1 pio2 pio3 pio4
    Cycle time: no flow control=120ns IORDY flow control=120ns
    Commands/features:
    Enabled Supported:
    SMART feature set
    * Security Mode feature set
    * Power Management feature set
    * Write cache
    * Look-ahead
    * Host Protected Area feature set
    * WRITE_BUFFER command
    * READ_BUFFER command
    * NOP cmd
    * DOWNLOAD_MICROCODE
    * Advanced Power Management feature set
    SET_MAX security extension
    Automatic Acoustic Management feature set
    * 48-bit Address feature set
    * Device Configuration Overlay feature set
    * Mandatory FLUSH_CACHE
    * FLUSH_CACHE_EXT
    * SMART error logging
    * SMART self-test
    * General Purpose Logging feature set
    * WRITE_{DMA|MULTIPLE}_FUA_EXT
    * 64-bit World wide name
    * IDLE_IMMEDIATE with UNLOAD
    * Segmented DOWNLOAD_MICROCODE
    * Gen1 signaling speed (1.5Gb/s)
    * Native Command Queueing (NCQ)
    * Host-initiated interface power management
    * Phy event counters
    DMA Setup Auto-Activate optimization
    Device-initiated interface power management
    * Software settings preservation
    * SMART Command Transport (SCT) feature set
    * SCT Long Sector Access (AC1)
    * SCT LBA Segment Access (AC2)
    * SCT Error Recovery Control (AC3)
    * SCT Features Control (AC4)
    * SCT Data Tables (AC5)
    unknown 206[12] (vendor specific)
    unknown 206[13] (vendor specific)
    Security:
    Master password revision code = 65534
    supported
    enabled
    locked
    not frozen
    not expired: security count
    not supported: enhanced erase
    Security level high
    92min for SECURITY ERASE UNIT.
    Logical Unit WWN Device Identifier: 50014ee2559ab684
    NAA : 5
    IEEE OUI : 0014ee
    Unique ID : 2559ab684
    Checksum: correct
    Note that the drive is password protected. If I use 'hdparm --security-disable' with my known password, it fails with the following error:
    $ sudo hdparm --security-disable password /dev/sdb
    security_password="password"
    /dev/sdb:
    Issuing SECURITY_DISABLE command, password="password", user=master
    SECURITY_UNLOCK: Input/output error
    If I try this for few times, the security count expires.
    I see three problems that it could have:
    - my hdparm/system/whatever does not fully support the drive; maybe the password cannot be accepted?
    - maybe the password used by the laptop bios was filled with other characters after my typing: spaces?
    - not the password is the problem, but getting information from the drive: not supported by this system?
    I assume dmesg is the key, but I can't interpret it. I hope someone could tell me what should I verify/do further, I have no idea what to test anymore.
    Last edited by akephalos (2009-08-30 11:27:42)

    djszapi wrote:Is it a crypted system ? Can't you boot into it from livecd neither ? What did you do immediately before when this error started to occur ?
    No, it is not encrypted. Just as an information, it contains 4 partitions: sdb1=NTFS, sdb2=ext4, sdb3=swap, sdb4=ext4.
    This error did not occur when I was using it on my laptop, but I took the HDD out and mounted it in my girlfriend's computer, she has another Arch installed there, so I don't meed to boot from this disk, just to be able to read it. The password is a disk password - hardware probably, not for encrypted partitions. I could not disable the password because the original laptop doesn't start anymore, and the BIOS settings on this desktop computer does not support HDD password, but only System password.
    So, if the HDD had no passwod set, I could tell you if the reading problem comes from some incompatibility issues, but as for now, I can't tell where it comes from, because I need to deactivate its security with hdparm --security-disable first. But this actually looks to not work, or something.
    I'm thinking that the mianboard doesn't support this HDD directly connected, the things I'll do next week are:
    - buying an external HDD 2.5 rack
    - plug it in the USB
    - try again hdparm and anything required to make it read.
    If this fails, too, probably the only remaining solution is to find someone with an Acer laptop to put this HDD inside and backup my data, or at least deactivate the pass from the bios setings.
    Btw, I think this is something worth mentioning to warn the users in general: this Acer 5520G was of very poor quality, things began to crack right after the one year guarantee expired, beginning with the DVD-writer.

  • [SOLVED] wine Visio 2007 or Project 2007 not working on ARCH 64 bits

    Hi, i'm having problems installing Visio 2007 or any other microsoft app.
    My system;
    $ uname -r
    2.6.39-ARCH
    $ pacman -Qs wine
    local/wine 1.3.23-1
    A compatibility layer for running Windows programs
    local/wine_gecko 1.2.0-1
    Wine's built-in replacement for Microsoft's Internet Explorer
    local/winetricks 20110629-1
    Script to install various redistributable runtime libraries in Wine.
    That's what i've done.
    $ pacman -S wine wine_gecko winetricks lib32-libpng --> OK
    $ WINEARCH=win32 winecfg --> OK
    wine: created the configuration directory '/home/user/.wine'
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    fixme:storage:create_storagefile Storage share mode not implemented.
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    fixme:iphlpapi:NotifyAddrChange (Handle 0x8fee91c, overlapped 0x8fee900): stub
    err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": libxml2.so.2: cannot open shared object file: No such file or directory
    wine: configuration in '/home/user/.wine' has been updated.
    $ winetricks msxml3 --> OK
    $ winetricks corefonts --> OK
    $ winetricks riched20 --> OK
    $ winetricks gdiplus --> OK
    $ wine Downloads/Microsoft/Visio2007/setup.exe
    err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:system:SetProcessDPIAware stub!
    fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
    err:ole:CoGetClassObject class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered
    err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221} could be created for context 0x1
    fixme:htmlhelp:HtmlHelpW HH case HH_UNINITIALIZE not handled.
    fixme:process:GetLogicalProcessorInformation ((nil),0x33f038): stub
    fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x33f034 0x33f028
    $ err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
    fixme:imm:ImmDisableIME (-1): stub
    fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Office 12"): stub
    fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x00000104,0x300bcf54,0x68ca3c): stub
    err:eventlog:ReportEventW L"office12setup"
    err:eventlog:ReportEventW L"{10120000-0f00-0000-0000--0000000ff1ce}"
    err:eventlog:ReportEventW L"12.0.4518.1014"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"0x80040154"
    err:eventlog:ReportEventW L"visio.en-us_setup.xml"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"NIL"
    err:eventlog:ReportEventW L"NIL"
    err:eventlog:ReportEventW L"NIL"
    fixme:advapi:DeregisterEventSource (0xcafe4242) stub
    fixme:process:GetLogicalProcessorInformation ((nil),0x33fc20): stub
    fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x33fc1c 0x33fc10
    I'll appreciate any help on this.
    Last edited by jorel1981 (2011-07-03 16:16:24)

    Ok, installed riched30 but still not working...
    $ wine Downloads/Microsoft/Visio2007/setup.exeerr:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:system:SetProcessDPIAware stub!
    fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
    fixme:richedit:REExtendedRegisterClass semi stub
    fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
    fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
    fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
    fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
    fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
    err:ole:CoGetClassObject class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered
    err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221} could be created for context 0x1
    fixme:htmlhelp:HtmlHelpW HH case HH_UNINITIALIZE not handled.
    fixme:process:GetLogicalProcessorInformation ((nil),0x33f038): stub
    fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x33f034 0x33f028
    $ err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
    fixme:imm:ImmDisableIME (-1): stub
    fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Office 12"): stub
    fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x00000104,0x300bcf54,0x79ca3c): stub
    err:eventlog:ReportEventW L"office12setup"
    err:eventlog:ReportEventW L"{10120000-0f00-0000-0000--0000000ff1ce}"
    err:eventlog:ReportEventW L"12.0.4518.1014"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"0x80040154"
    err:eventlog:ReportEventW L"visio.en-us_setup.xml"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"x"
    err:eventlog:ReportEventW L"NIL"
    err:eventlog:ReportEventW L"NIL"
    err:eventlog:ReportEventW L"NIL"
    fixme:advapi:DeregisterEventSource (0xcafe4242) stub
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    err:ole:CoUninitialize Mismatched CoUninitialize
    err:ole:CoUninitialize Mismatched CoUninitialize
    fixme:process:GetLogicalProcessorInformation ((nil),0x33fc20): stub
    fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x33fc1c 0x33fc10
    Last edited by jorel1981 (2011-07-02 00:34:32)

  • SOLVED kinda : New Graphic card and PulseAudio not working as expected

    Hello,
    I just changed my RadeonHD 4670 for a 7870, now when I type "aplay -l"  I get a lot of HDMI outputs, although only one on the card...
    I think this confuses PulseAudio and I get no sound... (with previous card it worked all fine)
    if in default.pa I specify the alsa sink device=hw:0,3 directly, I do get sound, but then in pavucontrol I do not get the advanced sub-menu anymore which makes me think something is not working properly...
    What should I look at?
    Thanks!
    Last edited by gee (2013-11-29 05:19:01)

    well I finally found a hack that worked.
    I changed the extra-hdmi.conf in /usr/share/pulseaudio/alsa-mixer/profile-sets file to :
    [Mapping hdmi-surround-extra0]
    description = Digital Surround 5.1 (HDMI 0)
    device-strings = hdmi:%f,0
    paths-output = hdmi-output-0
    channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
    priority = 1
    direction = output
    [Mapping hdmi-surround-extra3]
    description = Digital Surround 5.1 (HDMI 3)
    device-strings = hdmi:%f,0
    paths-output = hdmi-output-3
    channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
    priority = 1
    direction = output
    I only need one of these two, somehow they both work...
    But next time pulse gets updated I'll have to remember to fix that again... not just a workaround not a fix.
    Last edited by gee (2013-11-29 05:20:37)

  • [SOLVED ]pacman -S R, but R does not work

    I installed R following this tutorial:
    https://wiki.archlinux.org/index.php/R
    But when I try to start R, I get:
    /usr/lib/R/bin/exec/R: error while loading shared libraries: liblzma.so.5: cannot open shared object file: No such file or directory
    I have those libraries (maybe an older version? But I updated my system a few weeks ago):
    /usr/lib/liblzma.a
    /usr/lib/liblzma.so
    /usr/lib/liblzma.so.0
    /usr/lib/liblzma.so.0.0.0
    /usr/lib/pkgconfig/liblzma.pc
    I searched over the Internet for the error, and found this , but is with a different library, Never the less, the solutions there did not work for me.
    Any help?
    Last edited by gromlok (2010-11-07 06:54:49)

    Sorry, indeed was and older version.
    Solution:
    pacman -S xz -----> contains that library
    Now it works.

  • [SOLVED]GNOME-SYSTEM-TOOLS: The configuration could not be loaded

    Hello there!
    I'm a ubuntu user completely new to arch. I got my desktop up and running but there seems to be a problem setting up the gnome-system-tools program. Whenever I try to laaunch any application in this package I get this error message:
    The configuration could not be loaded
    You are not allowed to access the system configuration.
    I tried the solution on this forum thread (http://bbs.archlinux.org/viewtopic.php?id=45854 ), but to no avail. I am still getting the same error message. This is my DAEMONS line in rc.conf:
    DAEMONS=(syslog-ng hal stbd !network !dhcdbd !networkmanager wicd netfs crond alsa fam gdm)
    I have added both my user and root to the stb-admin group, this is the part of my groups file that shows this:
    stb-admin:x:103:root,abhishek
    Can anyone please help me figure out where I'm going wrong.
    Many thanks in advance.
    Last edited by bhadotia (2012-02-16 00:50:03)

    I was reading post installation wiki and found the following command to reinstall the whole system:
    pacman -S $(comm -3 <(pacman -Qq) <(pacman -Qqm))
    As a few things were not going right and I was unable to solve the problems using the ordinary methods, I decided to run the above command and now everything seems to be working fine .Though I'm not sure that this will remain like that, as the process was inturrpted a couple of times such that I had to hard reset the laptop.
    But everything seems to be going fine now - the system tools have started to work normally and another gnome-related problem has been solved.:D

  • [Solved][Gnome 3 & MATLAB] Matlab menus are not usable.

    Hello,
    I'm struggling with MATLAB R2010b and Gnome 3. It seems that Matlab can't get informations from Mutter about window size and position. This makes menus (File, Edit, etc.) not usable. If I click, let's say, File on menubar the menu shows near the middle of the screen or just disappears while I release left mouse button. However if window is maximized in right part of the screen (using this cool new feature), which is the starting position and size of MATLAB for me everything works fine. If I maximize it and then make it half-screen size it stops working. I just checked under Xfce4.8 and there is no such problems. I start matlab with "-desktop" parameter, but is seems that doesn't change anything. System is fully updated. And I'm using 64-bits Arch. Is there any solution other than using Xfce or waiting for it to be fixed? Thanks in advance.
    Just eliminated window position as potential factor of this problem. I deleted .matlab folder and window starts in the middle of the screen, but is not maximized. If I maximize it I can't access menus normally. So the solution would be starting matlab in maximized window, but I really don't know how to do that.
    I found the solution. You can do that by moving matlab window to upper left corner and re-size it manually or use devilspie with this rule:
    ( if
    ( begin
    ( contains ( window_name ) "MATLAB" )
    ( begin
    ( maximize )
    ( println "match" )
    Last edited by arialis111 (2011-05-05 16:32:14)

    isomarct wrote:After the update the value of TERM is now `xterm-256color`, so it is now using 256 colors. My guess is that the terminal was in 16 colors before the update (I don't actually know).
    Yay, Thanks for letting me know that gnome-terminal finally fixed this bug!
    Yes, previously gnome-terminal just declared TERM as "xterm" so vim etc, by default, only used 16 colors. Now I can go and remove the bashrc/vimrc hacks I had to work around this.

  • Photoshop "save as" dialog not working on Parallels

    I have Photoshop CS5 running on a MacBook OS 10.8 under Parallels/Windows XP.  When I try to "Save as", the dialog box does not come up.  I have installed the latest update.  The other CS5 programs (e.g., Dreamweaver and Fireworks) do not have this problem.  Also, when I try to do a "Save for Web and Devices", the dialog box DOES come up, but it is oversized for the window and cannot be resized to make the control buttons accessible.
    Any suggestions would be most welcome.

    Hi Noel!  Thanks for the suggestion.  I tried to fiddle with the window resolution in the control panel.  This made a mess...but in the process I discovered that if I run Photoshop in Coherence mode (i.e., not inside with Windows "window"), the dialogue box shows up.  So, your suggestion about the window resolution did solve the problem.
    Thank you!

  • JQuery Dialog Not Working

    My application uses jQuery Dialog should display a message the first time the user goes to the screen. It does not display.
    In page 0:
    Region Dialogs HTML
    Display Point Before Footer
    Sequence 1010
    Source:
    <div id="alert-dialog" style="display:none">
    <p id="alert-dialog-text"></p>
    </div>In page 2:
    Region Instructions HTML
    Display Point Before Footer
    Sequence 1009
    Source:
    & nbsp;
    Region Footer
    <script type="text/javascript">
        firstTime = $v ('P2_FIRST_TIME');
        if (firstTime != "N" || firstTime == null)
       $("#alert-dialog-text").text("Answer each of the following questions completely to the best of your ability. Read all instructions before answering the questions. If you have any questions about completing the form, contact the attorney designated under the Code of Ethics and Financial Disclosure.");
       $("#alert-dialog").dialog('open').dialog("option","title","Instructions").dialog("option", "width", 460 );
    </script>Items
    Region: Instructions
    P2_FIRST_TIME Text Field
    It was working at one time. Then I did something (i don't remember what) to not display it temporarily.
    Now I need to display it.
    Can someone help? Jari helped me last time but if Jari is too busy and someone else can help, I would appreciate. (The 1st person that gets it right I will give him/her "Correct" Points, Others I'll give "Help" Points)
    APEX 3.2.1.00.12
    DB Oracle 10g Rel 2
    Robert
    http://apexjscss.blogspot.com

    Hi,
    Try
    <script type="text/javascript">
    $(function(){
        firstTime = $v ('P2_FIRST_TIME');
        if (firstTime != "N" || firstTime == null){
         $("#alert-dialog-text").text("Answer each of the following questions completely to the best of your ability. Read all instructions before answering the questions. If you have any questions about completing the form, contact the attorney designated under the Code of Ethics and Financial Disclosure.");
         $("#alert-dialog").dialog('open').dialog("option","title","Instructions").dialog("option", "width", 460 );
    </script>So JavaScript is run after whole HTML document is ready
    Regards,
    Jari

  • Help! Mac vs PC:  Save As... dialog not working the same

    Hi everyone need some quick help here please.
    I have a friend on a Mac running CS2, trying to take a folder of TIFFs, and do a Save As to create JPGs.
    1. For a single file, he opens the TIFF, hits File/Save As.
    2. He selects JPG from the format dropdown
    3. He sees that the predicted file size in the Size part of the dialog looks right
    4. He actually saves the file
    5. He goes to the folder where the JPG was created, and theres the JPG.
    6. PROBLEM: The JPG file size is exactly the same as the original TIFF.
    7. This happens no matter what JPG quality he selects. Different quality values change (appropriately) the predicted file size, but the end result is always the same.
    8. On the PC, the dialogs the same, but you actually get a JPG thats far far smaller (so it really is compressed). And predicted file size matches the actual size of the JPG that gets created.
    Any Mac gurus out there that know whats going on, and what the answer is?
    We dont want to use Save For Web for huge number of reasons (including the loss of metadata, color profiles, resolution, etc.)
    Thanks in advance for your quick help!
    Jerry

    If you are accustomed to Windows, you know that the explorer view can sometimes give you incorrect information for a list of files. I've seen this a lot on Windows with thumbnail images that do not update properly.
    The Mac Finder does the same thing, and i see the after effect the most with incorrect file size listings.
    On Windows, you can refresh the view to bring everything up to date.
    Mac has no refresh view, and it is an annoying omission on an otherwise very well designed user experience.
    try selecting one of the individual images, type command-I (Get Info) and see what the size reported there is. If that is a more accurate size for a jpeg, then you are seeing the issue I describe.
    the Mac OS, at least up til 10.4.11, lacks a refresh view feature, but you can get a free utility to do this for you, called Nudge. Check VersionTracker to find the download.

  • Save as window from modal window not working

    when i try to open an excel document from modalwindow, the download window appers, asking for "save as" or "open with". but there is no name of the file to be downloaded. and nothing happens when i click ok or cancel button. but from a normal window this works fine. the problem is only with modalwindow which i am opening using the javascript code showmodaldialog. How can i solve this. please help
    == This happened ==
    Every time Firefox opened

    Hello.
    Although possibly not related to your problem, I will remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. Furthermore, it has known bugs and security problems. I urge you to update to the latest version of Firefox, for maximum stability, performance, security and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].
    As for your problem, you may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

Maybe you are looking for