You are not logged in.

#1 2010-02-06 14:53:24

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

[Solved]Chromium + xcompmgr

Does anyone else have this issue with chromium if xcompmgr is being used?
When I maximize chromium in *box , a part of the right side [alongwith the close button] vertically disappears!
When I restore it, everything is normal.

Last edited by sHyLoCk (2010-02-07 01:27:18)


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#2 2010-02-06 15:18:19

CursedMonkey
Member
Registered: 2008-08-30
Posts: 45

Re: [Solved]Chromium + xcompmgr

It is a know issue with chromium: http://code.google.com/p/chromium/issue … l?id=26598

Offline

#3 2010-02-06 15:35:08

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: [Solved]Chromium + xcompmgr

So I guess either chromium is out or xcompmgr is out. Maybe it's time to fallback on firefox as transparency is a necessity! big_smile


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#4 2010-02-07 00:07:27

guisacouto
Member
From: Portugal
Registered: 2009-06-27
Posts: 107

Re: [Solved]Chromium + xcompmgr

I use chromium and xcompmgr, and I know what you are talking about:P
just  right click with mouse  right to the '+' (add tab) butthon and choose "Use System Title Bar and Borders" wink
it works great this way;)

Offline

#5 2010-02-07 00:32:31

CursedMonkey
Member
Registered: 2008-08-30
Posts: 45

Re: [Solved]Chromium + xcompmgr

guisacouto wrote:

I use chromium and xcompmgr, and I know what you are talking about:P
just  right click with mouse  right to the '+' (add tab) butthon and choose "Use System Title Bar and Borders" wink
it works great this way;)

Thanks. This worked for me, although Chromium doesn't look as good.

Offline

#6 2010-02-07 01:27:00

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: [Solved]Chromium + xcompmgr

Yup it works, thanks. smile


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#7 2010-04-09 18:03:43

evot
Member
From: Finland
Registered: 2010-02-26
Posts: 96

Re: [Solved]Chromium + xcompmgr

Nice tip smile

It was pretty annoying to maximize chromium..

Offline

#8 2010-04-10 00:27:29

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: [Solved]Chromium + xcompmgr

That tip works well smile but if you want to keep the Chromium look then you have to do a few clicks each time it happens.

With the Chromium borders, my routine is > Open Chromium > Make a new tab > close it > all ok.

Offline

#9 2010-04-10 00:38:35

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: [Solved]Chromium + xcompmgr

As it is the Chromium borders causing the problem we could say that this is a Chromium bug and not an xcompmgr one... But waiting for Google to address a bug that exists for Openbox/Xcompmgr users may give us all long beards.

Offline

#10 2010-04-10 01:48:21

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: [Solved]Chromium + xcompmgr

xcompmgr is buggy anyway and doesn't seem to be active anymore. Still waiting for cairo-compmgr to get up to speed.


neutral

Offline

#11 2010-04-10 07:21:09

fcuk112
Member
From: Warwickshire
Registered: 2010-03-11
Posts: 52

Re: [Solved]Chromium + xcompmgr

how are xcompmgr and cairo-compmgr different?
is cairo-compmgr recommended to use?  is it stable?

thanks.


Archlinux.Club launching soon!  Sign up now @ http://archlinux.launchrock.com

Offline

#12 2010-06-12 03:31:03

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: [Solved]Chromium + xcompmgr

I have a complete fix for this now smile

1) Right click in the top of chromium and tell it to use the system titlebar

2) then in rc.xml add this to the applications section near the bottom

    <application name="chromium">
      <decor>no</decor>
    </application>

3) remember to refresh openbox so it follows this setting.

4) when you start chromium now it will have no close buttons but you can still close it may other ways - the xcompmgr glitch is now gone

Offline

#13 2010-08-02 11:45:41

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: [Solved]Chromium + xcompmgr

Nice tip, tawan, thanks! smile

Offline

#14 2010-08-28 15:46:13

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: [Solved]Chromium + xcompmgr

Hi, I've added this tip to rc.xml file but it doesn't fix the issue :\

Offline

#15 2010-08-28 15:54:16

Nichollan
Member
From: Stavanger, Norway
Registered: 2010-05-18
Posts: 110

Re: [Solved]Chromium + xcompmgr

I experienced this issue while trying out Openbox. It doesn't appear to be an issue in XMonad.

Offline

#16 2010-08-28 18:00:08

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: [Solved]Chromium + xcompmgr

toketin wrote:

Hi, I've added this tip to rc.xml file but it doesn't fix the issue :\

This workaround must work if you enabled the system titlebar and removed it with the "decor" option. Also, you need to restart X to use the changes.

Offline

#17 2010-08-28 18:35:32

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: [Solved]Chromium + xcompmgr

archman-cro wrote:
toketin wrote:

Hi, I've added this tip to rc.xml file but it doesn't fix the issue :\

This workaround must work if you enabled the system titlebar and removed it with the "decor" option. Also, you need to restart X to use the changes.

thanks but nothing, i have added the decor "no" option, enabled the system titlebar, removed it and restarted X but same problem :\

Edit: ok it works but i don't like this solution lol

Last edited by toketin (2010-08-28 18:39:29)

Offline

#18 2010-08-28 18:59:32

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: [Solved]Chromium + xcompmgr

Heh, I like it, cause there is even more space left for browsing (less space used by "fancy" Chromium titlebar") that way. What in particular you don't like about it?

Offline

#19 2010-08-29 10:07:10

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: [Solved]Chromium + xcompmgr

I don't know which are the keys to maximixe and minimize the window, without having the titlebar

Offline

#20 2010-08-29 14:18:48

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: [Solved]Chromium + xcompmgr

Make new keybinds? Example:

<keybind key="W-m">
      <action name="ToggleMaximizeFull"/>
    </keybind>

Offline

#21 2010-08-29 15:06:20

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: [Solved]Chromium + xcompmgr

Yes, and <action name="Iconify"/> to minimize.

Offline

#22 2010-08-29 18:30:52

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: [Solved]Chromium + xcompmgr

Ok thanks guys big_smile

Offline

Board footer

Powered by FluxBB