Shutting down photoshop 7 stops Compiz window borders.

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Janiporo

Shutting down photoshop 7 stops Compiz window borders.

Post by Janiporo »

Mint 13, two monitor setup.

Using photoshop 7, and It can start nicely, BUT when I quit the photoshop --> window borders does not work anymore. It is enabled still in compizconfig-settings-manager but will not work. If I untick and tick the cross, everything works fine. (aka, disable / enable window borders). It affects only to window bordes (as far as I can tell), for example cube works, and many others.

So, is there a way to start my photoshop the way that when it stops it will reload compiz (or whatever).


Here is what it says when opening via terminal

Code: Select all

janiporo@janiporo-desktop ~ $ env WINEPREFIX="/home/janiporo/.wine" wine C:\\windows\\command\\start.exe /Unix /home/janiporo/.wine/dosdevices/c:/users/Public/Start\ Menu/Programs/Adobe\ Photoshop\ 7.0.lnk
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:exec:SHELL_execute flags ignored: 0x00004100
janiporo@janiporo-desktop ~ $ fixme:font:WineEngRemoveFontResourceEx (L"C:\\Program Files\\Adobe\\Photoshop 7.0\\Required\\ADMUI3.fon", 0, (nil)): stub
fixme:driver:NamedEscape ((nil), L"ATMFDA.DLL", 9474, 0, (nil), 0, (nil))
fixme:driver:NamedEscape ((nil), L"ATMFD.DLL", 9474, 0, (nil), 0, (nil))
err:ntdll:RtlpWaitForCriticalSection section 0x12538c0 "?" wait timed out in thread 002a, blocked by 0024, retrying (60 sec)

And here what it does when shutting down photoshop.

Code: Select all

fixme:font:WineEngRemoveFontResourceEx (L"C:\\Program Files\\Adobe\\Photoshop 7.0\\Required\\ADMUI3.fon", 0, (nil)): stub
fixme:font:WineEngRemoveFontResourceEx (L"C:\\Program Files\\Adobe\\Photoshop 7.0\\Photoshop.fon", 0, (nil)): stub
janiporo@janiporo-desktop ~ $ 
I made /usr/local/bin/compiz_start.sh that contains this (file does not exist):

Code: Select all

#!/bin/bash
    #
    # Start compiz-fusion with compiz --replace
    #

    sleep 3
    DISPLAY=:0.0 compiz --replace -c emerald &
    sleep 1
    DISPLAY=:0.1 compiz --replace -c emerald &
And made it executable:

Code: Select all

sudo chmod a+x /usr/local/bin/compiz_start.sh
Then added it to startup programs.

Is this the correct way to start compiz? In Ubuntu
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Compiz, Conky, Docks & Widgets”