You are not logged in.

#1 2011-08-16 14:32:37

Archer73
Member
Registered: 2009-01-27
Posts: 13

[SOLVED] Openbox 3.5 don't show menu icons

Hi all,
i don't speak english very well
i try to add icons on my Openbox menu
i added this string <showIcons>yes</showIcons> in the <menu> section of rc.xml file
after i went to edit menu.xml

i tried:
<menu id="apps-accessori-menu" label="Accessori" icon="/home/user/.icons/Faenza/apps/24/accessories-calculator">
...
<menu id="apps-accessori-menu" icon="/home/user/.icons/Faenza/apps/24/accessories-calculator" label="Accessori">
...
<menu id="apps-accessori-menu" icon="/home/user/.icons/Faenza/apps/24/accessories-calculator.png" label="Accessori">
...
<item icon="/usr/share/icons/Tango/24x24/apps/accessories-calculator.png" label="Calcolatrice">
...
<item label="File-Roller" icon="network">
...
<item icon="/home/user/.icons/Tango-Sand/48x48/apps/broswer" label="Networkmanager">

i tried to add icon on menu and item, before and after label, with extension (.png) and without, from my local directory and from /use/shre/icons...
but i don't see icon!
what i wrong? what i need? i read i must compile Openbox with imlib2 support, how to?

thank you

Offline

#2 2011-08-16 14:36:32

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: [SOLVED] Openbox 3.5 don't show menu icons

I do not know about the Openbox icon display stuff (try Google, search the Arch forums, and have a look at the Openbox Wiki).

If you want to recompile Openbox (or any other program in the Arch proper) have a look at the ABS wiki.


To know or not to know ...
... the questions remain forever.

Offline

#3 2011-08-16 16:40:03

Archer73
Member
Registered: 2009-01-27
Posts: 13

Re: [SOLVED] Openbox 3.5 don't show menu icons

i found always same news on the net
i tried to recompile but don't work
i have imlib2 installated

Offline

#4 2011-08-16 17:03:53

swanson
Member
From: Sweden
Registered: 2011-02-05
Posts: 759

Re: [SOLVED] Openbox 3.5 don't show menu icons

No icons in menu here either. As far as gather it is possible in 3.5.0. Look here; http://www.pclinuxos.com/forum/index.php?topic=95258.0 for possible solution.

Offline

#5 2011-08-16 17:08:54

Archer73
Member
Registered: 2009-01-27
Posts: 13

Re: [SOLVED] Openbox 3.5 don't show menu icons

i saw before towrite this post

Offline

#6 2011-08-16 17:21:14

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Openbox 3.5 don't show menu icons

Archer73 wrote:

i tried to recompile but don't work

That's not very helpful. You need to learn how to use abs. Then use it to compile your own version of openbox with icons support. If you have problems, post specifically what you've tried and what the error messages were.

Though what puzzles me is why isn't the Arch package compiled with icons support in the first place?

Offline

#7 2011-08-16 17:41:21

Archer73
Member
Registered: 2009-01-27
Posts: 13

Re: [SOLVED] Openbox 3.5 don't show menu icons

Gusar wrote:
Archer73 wrote:

i tried to recompile but don't work

That's not very helpful. You need to learn how to use abs. Then use it to compile your own version of openbox with icons support. If you have problems, post specifically what you've tried and what the error messages were.

Though what puzzles me is why isn't the Arch package compiled with icons support in the first place?


let me understand
if i install openbox from shell

pacman -S openbox

i can't use icons?

my openbox versione is:

Openbox 3.5.0
Copyright (c) 2008        Mikael Magnusson
Copyright (c) 2003-2006   Dana Jansens

This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

are you sure i must to compile openbox with icons support?

Offline

#8 2011-08-16 17:42:15

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: [SOLVED] Openbox 3.5 don't show menu icons

Take a look here, perhaps it might work:
http://crunchbanglinux.org/forums/topic … res-setup/


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#9 2011-08-16 17:45:08

swanson
Member
From: Sweden
Registered: 2011-02-05
Posts: 759

Re: [SOLVED] Openbox 3.5 don't show menu icons

Just tried obconf;
obconf: error while loading shared libraries: libobrender.so.21: cannot open shared object file: No such file or directory

What's up?

EDIT: reinstalled obconf and now it complains that I probably haven't installed openbox correctly? Just did a standard update! Something is not ok.

Last edited by swanson (2011-08-16 17:48:36)

Offline

#10 2011-08-16 18:04:19

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Openbox 3.5 don't show menu icons

Archer73 wrote:

let me understand
if i install openbox from shell

pacman -S openbox

i can't use icons?

Correct. The Arch package is compiled without icons support. You need to compile your own Openbox.

Offline

#11 2011-08-16 18:06:13

Archer73
Member
Registered: 2009-01-27
Posts: 13

Re: [SOLVED] Openbox 3.5 don't show menu icons

swanson wrote:

Just tried obconf;
obconf: error while loading shared libraries: libobrender.so.21: cannot open shared object file: No such file or directory

What's up?

EDIT: reinstalled obconf and now it complains that I probably haven't installed openbox correctly? Just did a standard update! Something is not ok.


follow this link

https://bugs.archlinux.org/task/25602

on the end someone writed:

obconf 2.0.3 doesn't build with OpenBox 3.5.0

Offline

#12 2011-08-16 18:07:10

Archer73
Member
Registered: 2009-01-27
Posts: 13

Re: [SOLVED] Openbox 3.5 don't show menu icons

Gusar wrote:
Archer73 wrote:

let me understand
if i install openbox from shell

pacman -S openbox

i can't use icons?

Correct. The Arch package is compiled without icons support. You need to compile your own Openbox.

thank you so much i will try

Offline

#13 2011-08-17 06:24:40

swanson
Member
From: Sweden
Registered: 2011-02-05
Posts: 759

Re: [SOLVED] Openbox 3.5 don't show menu icons

Found out that obconf won't build at all, yet.

Offline

#14 2011-08-17 06:33:31

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: [SOLVED] Openbox 3.5 don't show menu icons

No need to recompile, I rebuilt Openbox with imlib2 support and pushed it into community. Icons for all! big_smile

Offline

#15 2011-08-17 07:53:25

655321
Member
From: Costa Rica
Registered: 2009-12-08
Posts: 412
Website

Re: [SOLVED] Openbox 3.5 don't show menu icons

you are my hero! thanks a lot!


Linux user #498977
With microsoft you get windows and gates, with linux you get the whole house!
My Blog about ArchLinux and other stuff

Offline

#16 2011-08-17 23:16:32

Kooothor
Member
From: Paname
Registered: 2008-08-02
Posts: 226

Re: [SOLVED] Openbox 3.5 don't show menu icons

itsbrad212 wrote:

No need to recompile, I rebuilt Openbox with imlib2 support and pushed it into community. Icons for all! big_smile

Thank you big_smile


ktr

Offline

#17 2011-08-23 17:28:10

Archer73
Member
Registered: 2009-01-27
Posts: 13

Re: [SOLVED] Openbox 3.5 don't show menu icons

itsbrad212 wrote:

No need to recompile, I rebuilt Openbox with imlib2 support and pushed it into community. Icons for all! big_smile

can you write the link please?

Offline

#18 2011-08-23 17:29:56

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: [SOLVED] Openbox 3.5 don't show menu icons

Archer73 wrote:
itsbrad212 wrote:

No need to recompile, I rebuilt Openbox with imlib2 support and pushed it into community. Icons for all! big_smile

can you write the link please?

It is just openbox 3.5.0-2 (or later) from community. No special separate package.

Offline

Board footer

Powered by FluxBB