Re: [e-users] Compositor restarts on certain menu selection

2018-08-08 Thread The Rasterman
On Wed, 08 Aug 2018 19:58:11 +0100 Mick  said:

> I'm trying to fathom what's causing e to restart every time I hover my mouse 
> towards the main menu's Applications/System/
> 
> .xsession-errors shows:
> 
> PAUSE !

that's a crash. do you have ~/.e-crashdump.txt ? do your efl and e binaries
have debug symbols? gdb installed? 

> org.kde.knotifications: warning: failed to connect to ActionInvoked dbus 
> signal
> org.kde.knotifications: warning: failed to connect to NotificationClosed dbus 
> signal
> action halt 3
> action reboot 3
> action suspend 3
> action hibernate 3
> 
> 
> The same thing happens if I go to Settings Panel/Apps and click on any of the 
> selections therein.  The first application on the list seems to be Aqemu, 
> which when launched from a terminal results in a string of messages:
> 
> $ aqemu 
> qt5ct: using qt5ct plugin
> QApplication: invalid style override passed, ignoring it.
> 
> AQEMU Warning [2] >>>
> Sender: bool Emulator::Load( const QString &path )
> Message: No "qemu-system-arm" element!
> 
> AQEMU Warning [3] >>>
> Sender: bool Emulator::Load( const QString &path )
> Message: No "qemu-system-cris" element!
> 
> AQEMU Warning [4] >>>
> Sender: bool Emulator::Load( const QString &path )
> Message: No "qemu-system-m68k" element!
> 
> [snip ...]
> 
> with this one being the only error message shown in red:
> 
> AQEMU Error [35] >>>
> Sender: void Virtual_Machine::Set_Icon_Path( const QString &file_name )
> Message: File name is empty!
> 
> Could it be caused by some dodgy .desktop file?
> 
> 
> PS. I'm on enlightenment-22.3 and efl-1.20.7-r1 running on gentoo.
> 
> -- 
> Regards,
> Mick
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] File Search through Everything launcher

2018-08-08 Thread The Rasterman
On Wed, 8 Aug 2018 21:21:28 +0200 Diego Cardinali
 said:

in everything there is a files plugin (crl+left/right arrows to navigate to
plugins), select it then type a directory or file name - it's relative to $HOME
and navigate from there.

TBH this probably should use EFM so the views are consistent etc. but it
doesn't. i might actually add some everything like hotkey navigation to efm.
it shouldn't be too hard.

it does NOT have a fill index of all files thus you can't just search for
anything anywhere. it navigates as you type. you can start from / if you
type / ...  and so on.

> Hi to all users!
> I've been trying to use Enlightenment for a couple of days and I find the
> whole environment quite lightweight and interesting,  so thanks to all the
> developers!
> 
> A function that I did not manage to find is the file search from the
> everything launcher. I think it only works with the files recently opened
> but not with the home folder data (music, videos and such),and I can't find
> any related documentation on such a matter.
> 
> Am I missing something or the function simply isn't available?
> 
> Thanks for your attention
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] File Search through Everything launcher

2018-08-08 Thread Diego Cardinali
Hi to all users!
I've been trying to use Enlightenment for a couple of days and I find the
whole environment quite lightweight and interesting,  so thanks to all the
developers!

A function that I did not manage to find is the file search from the
everything launcher. I think it only works with the files recently opened
but not with the home folder data (music, videos and such),and I can't find
any related documentation on such a matter.

Am I missing something or the function simply isn't available?

Thanks for your attention
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Compositor restarts on certain menu selection

2018-08-08 Thread Mick
I'm trying to fathom what's causing e to restart every time I hover my mouse 
towards the main menu's Applications/System/

.xsession-errors shows:

PAUSE !
org.kde.knotifications: warning: failed to connect to ActionInvoked dbus 
signal
org.kde.knotifications: warning: failed to connect to NotificationClosed dbus 
signal
action halt 3
action reboot 3
action suspend 3
action hibernate 3


The same thing happens if I go to Settings Panel/Apps and click on any of the 
selections therein.  The first application on the list seems to be Aqemu, 
which when launched from a terminal results in a string of messages:

$ aqemu 
qt5ct: using qt5ct plugin
QApplication: invalid style override passed, ignoring it.

AQEMU Warning [2] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-arm" element!

AQEMU Warning [3] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-cris" element!

AQEMU Warning [4] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-m68k" element!

[snip ...]

with this one being the only error message shown in red:

AQEMU Error [35] >>>
Sender: void Virtual_Machine::Set_Icon_Path( const QString &file_name )
Message: File name is empty!

Could it be caused by some dodgy .desktop file?


PS. I'm on enlightenment-22.3 and efl-1.20.7-r1 running on gentoo.

-- 
Regards,
Mick
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users