You are not logged in.

#1 2006-10-30 21:33:01

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Vmware workstation + GTK2 themes

I saw screenshots of vmware workstation running on ubuntu, and it was using the ubuntu default gtk2 theme. On Archlinux it uses the default and ugly win98 like gtk2 theme ( i use clearlooks applied by gtk-theme-switch2 or gtk-qt-engine). How to apply my theme to vmware?

Offline

#2 2006-11-05 16:45:51

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Re: Vmware workstation + GTK2 themes

it drops the following in the console:

/opt/vmware/lib/bin/vmware: /opt/vmware/lib/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
/opt/vmware/lib/bin/vmware: /opt/vmware/lib/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
/opt/vmware/lib/bin/vmware: /opt/vmware/lib/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:146: Unable to locate image file in pixmap_path: "22x22/actions/about_kde.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:147: Unable to locate image file in pixmap_path: "32x32/actions/about_kde.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:148: Unable to locate image file in pixmap_path: "16x16/actions/about_kde.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:149: Unable to locate image file in pixmap_path: "16x16/actions/about_kde.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:150: Unable to locate image file in pixmap_path: "16x16/actions/about_kde.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:151: Unable to locate image file in pixmap_path: "32x32/actions/about_kde.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:152: Unable to locate image file in pixmap_path: "22x22/actions/about_kde.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:155: Unable to locate image file in pixmap_path: "22x22/actions/add.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:156: Unable to locate image file in pixmap_path: "32x32/actions/add.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:157: Unable to locate image file in pixmap_path: "16x16/actions/add.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:158: Unable to locate image file in pixmap_path: "16x16/actions/add.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:159: Unable to locate image file in pixmap_path: "16x16/actions/add.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:160: Unable to locate image file in pixmap_path: "32x32/actions/add.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:161: Unable to locate image file in pixmap_path: "22x22/actions/add.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:164: Unable to locate image file in pixmap_path: "22x22/actions/apply.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:165: Unable to locate image file in pixmap_path: "32x32/actions/apply.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:166: Unable to locate image file in pixmap_path: "16x16/actions/apply.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:167: Unable to locate image file in pixmap_path: "16x16/actions/apply.png"
/usr/share/themes/QtCurve/gtk-2.0/gtkrc:168: Unable to locate image file in pixmap_path: "16x16/actions/apply.png"
.
.
.
etc
etc

Offline

#3 2006-11-05 17:12:42

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Vmware workstation + GTK2 themes

It was reported before, but vmware-player maintainer cannot reproduce this and thus, cannot fix. See the AUR page for vmware-player for details. If you can provide pizzapunk with  details how to reproduce this, maybe he can fix it.

This comment may help you:

Are you using gtk-qt-engine? If yes then try another GTK-engine.

Could you set the VMWARE_USE_SHIPPED_GTK environment variable before running vmplayer:

export VMWARE_USE_SHIPPED_GTK=force
or
export VMWARE_USE_SHIPPED_GTK=yes
or
export VMWARE_USE_SHIPPED_GTK=no

If nothing of this helps, then I'm out of ideas.


to live is to die

Offline

#4 2006-11-05 17:38:38

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Vmware workstation + GTK2 themes

For what it's worth, vmware-player picks up the GTK2 theme just fine. I had the same problem back when I was using vmware-workstation though, it would fallback to the GTK theme. I never really looked into it because I didn't care much, but.. yeah, just chiming in. Maybe there is some difference in the two PKGBUILDs (or install scripts) that accounts for this.


I am a gated community.

Offline

#5 2006-11-05 18:12:02

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Vmware workstation + GTK2 themes

stonecrest wrote:

For what it's worth, vmware-player picks up the GTK2 theme just fine.

I have vmware-workstation and it doesn't pick current GTK theme (I use Xfce). It fallbacks to ugly default theme instead.


to live is to die

Offline

#6 2006-11-05 18:49:23

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Vmware workstation + GTK2 themes

Romashka wrote:
stonecrest wrote:

For what it's worth, vmware-player picks up the GTK2 theme just fine.

I have vmware-workstation and it doesn't pick current GTK theme (I use Xfce). It fallbacks to ugly default theme instead.

Sorry, I thought it was using the GTK theme instead of GTK2 theme, I didn't realize it was just the default GTK2 theme. But anyway, we are in agreement. vmware-workstation doesn't work correctly, vmware-player does.


I am a gated community.

Offline

#7 2006-11-05 19:21:47

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Vmware workstation + GTK2 themes

stonecrest wrote:

Sorry, I thought it was using the GTK theme instead of GTK2 theme, I didn't realize it was just the default GTK2 theme. But anyway, we are in agreement. vmware-workstation doesn't work correctly, vmware-player does.

I don't know if vmware-workstation uses Default GTK2 theme from system, or bundled GTK2, but I will recheck this, 'cause I now maintain vmware-workstation.
I'm not sure about vmware-player. I used VMware Player bundled with Workstation, but IIRC it looks the same as Workstation. :?
I will check this tomorrow.


to live is to die

Offline

#8 2006-11-05 19:44:21

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Vmware workstation + GTK2 themes

Oh, I am using the vmware-player standalone package, this is where it works correctly. I don't know that I ever tried vmware player in the workstation package.


I am a gated community.

Offline

#9 2006-11-05 20:56:27

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Re: Vmware workstation + GTK2 themes

vmware-player in vmware-workstation package uses the gtk2 themes as well, only the vmware-workstation doesn't

Offline

#10 2006-11-05 21:59:40

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Vmware workstation + GTK2 themes

n0gabor wrote:

vmware-player in vmware-workstation package uses the gtk2 themes as well, only the vmware-workstation doesn't

Thanks for info.
Does vmware-workstation use system GTK2 theme when VMWARE_USE_SHIPPED_GTK=no ? (I cannot check this now)


to live is to die

Offline

#11 2006-11-07 08:57:40

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Re: Vmware workstation + GTK2 themes

[gabor@deathstar vmware-workstation]$ VMWARE_USE_SHIPPED_GTK=no vmware
/opt/vmware/lib/bin/vmware: /opt/vmware/lib/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)

and the application doesn't start

Offline

#12 2006-11-07 11:10:53

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Vmware workstation + GTK2 themes

n0gabor wrote:
[gabor@deathstar vmware-workstation]$ VMWARE_USE_SHIPPED_GTK=no vmware
/opt/vmware/lib/bin/vmware: /opt/vmware/lib/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)

and the application doesn't start

I'll take a look on it today (as I'm the maintainer now and it's my duty).


to live is to die

Offline

#13 2006-11-07 17:25:35

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Re: Vmware workstation + GTK2 themes

i updated to the most recent version frm ABS, and now it picks up the GTK2 theme. the only error (or warning) message is:

/opt/vmware/lib/bin/vmware: /opt/vmware/lib/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)

Offline

#14 2006-11-07 21:47:14

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Vmware workstation + GTK2 themes

n0gabor wrote:

i updated to the most recent version frm ABS, and now it picks up the GTK2 theme. the only error (or warning) message is:

/opt/vmware/lib/bin/vmware: /opt/vmware/lib/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)

The only?

What about this AUR comment:

Comment by: scarecrow on 20061105 [10:57:58]
There's a minor glitch when running vmware-config.pl :

desktop-file-install created an invalid desktop file!
Use of uninitialized value in addition (+) at /opt/vmware/bin/vmware-config.pl line 804, line 19.
Unable to install the .desktop menu entry file. You must add it to your menus
by hand.

Other than that, the package is fine.

Is this valid for you too?


to live is to die

Offline

#15 2006-11-10 06:40:22

Acid7711
Member
From: Chicago, IL
Registered: 2006-08-18
Posts: 300
Website

Re: Vmware workstation + GTK2 themes

I had this error too. I fixed it by:

mv /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0.org

ln -s /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/


I hope that helps and is relevant to what you were referring too?

Offline

#16 2006-11-10 09:21:30

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Re: Vmware workstation + GTK2 themes

Romashka wrote:
n0gabor wrote:

i updated to the most recent version frm ABS, and now it picks up the GTK2 theme. the only error (or warning) message is:

/opt/vmware/lib/bin/vmware: /opt/vmware/lib/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)

The only?

What about this AUR comment:

Comment by: scarecrow on 20061105 [10:57:58]
There's a minor glitch when running vmware-config.pl :

desktop-file-install created an invalid desktop file!
Use of uninitialized value in addition (+) at /opt/vmware/bin/vmware-config.pl line 804, line 19.
Unable to install the .desktop menu entry file. You must add it to your menus
by hand.

Other than that, the package is fine.

Is this valid for you too?

no, it installed fine...

Offline

Board footer

Powered by FluxBB