LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Hide Window - Torsmo (https://www.linuxquestions.org/questions/debian-26/hide-window-torsmo-359960/)

reilly 09-03-2005 08:12 PM

Hide Window - Torsmo
 
I'm using GNOME and in the torsmo config it said that when i'm using nautilus i have to activate >
#own_window

but when i do it i see the window in my task, but why...its going on my nerves...
here's a picture to see my problem


http://reilly.web.my-ct.de/desktopp.png

kencaz 09-03-2005 08:30 PM

have you tried:

own_window no

KC

reilly 09-04-2005 06:37 AM

yeah but when i set "no" all my icons on desktop r away...i have to set yes the config said it too

liquidtenmilion 09-11-2005 01:27 PM

The problem(or at least for me) only happens when you set double buffer.

If i were you i would make remove own_window, and remove double buffer. It will flicker occationally, but it will look like this.

http://img91.imageshack.us/img91/2482/bsdtorsmo4el.png

EDIT: Ok, i have come up with a better method.

1. Download and install a program called devilspie.
2. create a file ~/.devilspie.xml containing this.

Code:

<devilspie>
<devilspie>
  <!--
  Hide Torsmo From the Taskbar
  -->

 <flurb>
    <matchers>
        <matcher name="DevilsPieMatcherWindowName">
                <property name="application_name" value="Torsmo"/>
        </matcher>
    </matchers>
    <actions>
      <action name="DevilsPieActionHide">
        <property name="skip_tasklist" value="TRUE"/>
      </action>
      <action name="DevilsPieActionHide">
        <property name="skip_pager" value="TRUE"/>
      </action>
      <action name="DevilsPieActionLayer">
      <property name="above" value="FALSE"/>
      </action>
    </actions>
</flurb>
</devilspie>

3. run devilspie
4. Edit your torsmorc to have own_window yes
5. Close all running windows.
6. Run torsmo with double buffering(-b or in the config)


All times are GMT -5. The time now is 03:24 AM.