Le 07/12/2014 10:08, Carsten Haitzler (The Rasterman) a écrit :
> ibar has no content at all.
> But applications  appear in main menu.
> For example, terminology appears in main menu, but not in iBar.
> I do not speak of icons (for the moment.... ;)
>>> how about adding content? the e wizard sets up some apps... *IF* it finds
>>> them installed at the time the wizard runs. that means efreet has found
>>> desktop files for them. there's a list of possible apps for each slot (a
>>> list of browsers, a list of terminals etc.)... why not just dnd something
>>> into ibar? u can dnd it right from your applications menu or from the icon
>>> on a windows titlebar... ?
>>>
>> 1- please explain me "dnd" : I do not understand
> drag and drop.
I try to dnd from the main menu, and it does success, the application is 
not dragged in the ibar.
>
>> 2- desktop files exist, and are recognised by the main menu.
>> 3- I am ready to try to debug (if it is a bug) in "efreet" if I am told
>> me where to search.
>> 4- it is strange that the first time I got the problem, I got it, then
>> someday later, all the applications did suddenly ans magically appear in
>> ibar menu.
> efreet hadn't found them yet? it runs a background scan. there needs to be a
> dbus service file installed properly for this to work right. efl installs it
> but often packagers miss it. configure tells you if you self-compile that it
> may need a symlink etc if you pay attention to what configure tells you to do.
>
>
To be sure that it is not a build error I have used the followin script :

#!/usr/bin/env bash
#
#  Build for enlightenment v0.19.1
#
#
#
cd efl
git checkout v1.12.1
./autogen.sh
read -s -n1 -p "Check autogen output.."; echo
make
sudo make install
sudo ldconfig
cd ..
cd evas_generic_loaders
git checkout v1.12.0
./autogen.sh
read -s -n1 -p "Check autogen output.."; echo
make
sudo make install
cd ..
cd emotion_generic_players
git checkout v1.12.0
./autogen.sh
read -s -n1 -p "Check autogen output.."; echo
make
sudo make install
cd ..
cd elementary
git checkout v1.12.1
./autogen.sh
read -s -n1 -p "Check autogen output.."; echo
make
sudo make install
cd ..
cd enlightenment
git checkout v0.19.1
./autogen.sh
read -s -n1 -p "Check autogen output.."; echo
make
sudo make all install
cd ..
cd terminology
git checkout v0.7.0
./autogen.sh
read -s -n1 -p "Check autogen output.."; echo
make
sudo make install
cd ..

I have checked carefully the output of autogen.sh and checked that the 
link indicated did soons exist (from a previous attempt to build e).

And it is the same problem, ibar applications are not detected.




------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to