Re: [e-users] Terminology rocks!

2016-09-18 Thread The Rasterman
On Fri, 16 Sep 2016 11:06:48 -0400 Christopher Barry
 said:

> 
> Just discovered 'miniview'. Excellent idea!! Like a BirdsEye view in
> CAD. Sweet! Thanks for everything you do.

that feature really needs some love and stylin' :) but hey - happy barry. :)

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


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] GL compositing in X11 broke ( for me ) recently

2016-09-18 Thread The Rasterman
On Thu, 15 Sep 2016 11:46:19 +1000 Daniel Kasak  said:

> Entered Phab task: https://phab.enlightenment.org/T4611
> 
> I've narrowed it down to commit:
> 4478654be185718ade7482df55c8643d3224fb37 in EFL.

there is something odd with __thread and linking on 32bit here. 64bit seems
fine. he bug above has more details. it's not eoid + tls. it's somethig to do
with __thread i'm sure.

> Dan
> 
> On Fri, Sep 9, 2016 at 10:12 AM, Daniel Kasak  wrote:
> > Hi all.
> >
> > In the past 2 days or so, something has broken GL compositing for me.
> > When I start E in X11 mode, I get:
> >
> > Your display driver does not support OpenGL, GLSL sharers or no OpenGL
> > engines were compiled ... ... ...
> >
> > However if I start E in wayland mode, I get GL compositing :) Was
> > there a recent change that requires different config options or
> > something? I'd run in wayland mode if I could ( by the way, X clients
> > started working for me recently ), but I have 1 final problem with
> > activating VGA / HDMI displays, which stops me from using wayland at
> > work.
> >
> > Dan
> 
> --
> ___
> 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" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Emotion Media Center 1.2 release

2016-09-18 Thread The Rasterman
On Sun, 18 Sep 2016 08:18:08 +0200 Davide Andreoli 
said:

awesome! :)

> Hi all,
> 
> the last stable release of EpyMC is waiting for you !!
> 
> Direct download link for this release:
> https://github.com/DaveMDS/epymc/archive/v1.2.0.tar.gz
> 
> On the Github wiki you will find all the needed instructions for installing
> and using the media center, along with screenshots and screencasts.
> https://github.com/DaveMDS/epymc/wiki
> 
> Happy playing
> davemds
> 
> ===
> Changelog for the 1.2 release
> ===
> 
> New features:
>  * New Photo module
>  * New PosterGrid/CoverGrid views
>  * New South Park Studios online video channel
>  * New themoviedb.org online video channel (with movie trailers)
>  * Added a new secret online channel
>  * Virtual keyboard is now also usable with the real keyboard
>  * Virtual keyboard now support multiple layouts
>  * Show the status of the downloads in progress (with ability to
> start/abort)
>  * Thumbnailing ability, using a custom Ethumb slave process
>  * Automatically (and manually) download and update youtube-dl
>  * New Watchdog module (sadly gstreamer1 sometimes hang the mainloop for me)
>  * Cache to file remote images for faster reloading
>  * Support remote urls also in the mediaplayer cover image
>  * Show current folders in the file-manager
>  * Option to hide the mouse cursor when not needed (not move or video
> playing)
>  * Support for subtitles embedded in the video files
>  * New check_po setup command, give translations stats with a nice bar
> 
> Improvements:
>  * Initial music library scan is now 10 times faster (measured with the
> library
>and the config folder on the same slow HDD) see Issue #2 for more info.
>  * Lots of improvements in the Music module and the AudioPlayer itself:
>playlist is now visible and browsable, player/playlist controls are
> always
>reachable in the UI, ability to set loop and shuffle.
>  * Better zapiks video schannel
> 
> New Translations:
>  * Finnish
> 
> Changes:
>  * Dropped python 2 support, you MUST use python 3 from now on
>  * Removed broken traileraddict channel (use the new tmdb instead)
>  * Use elm focus in place of the custom EmcFocusManager
>  * We now use ecore_con.Url for fetching data from the net (instead of
>ecore.file_download + file read + file delete)
> 
> Bug fixed:
>  * Fixed poster hiding (and console errors) for efl >= 1.16
>  * Fixed posters for the vimeo channel
>  * Fixed tmdb language selector in config
>  * Fixed (hopefully) subs decoding
>  * Fixed video download to work again
>  * Fixed a bug that was causing fileman buttons to be clickable also when
> hidden
>  * Removed usage of elm deprecated ObjectItem.data_get() function
>  * Removed edc warning about "fixed: 1 1"
>  * Fixed compatibility with python 3.5 (os.path.exists no more accept
> unicode)
>  * Updated yt scraper to latest web changes
> --
> ___
> 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" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Help with polkit

2016-09-18 Thread R. W. Reese
Hi all,

Although I confess to limited skills/knowledge, I am trying to help a 
bit with E20 in Mageia (not currently my primary distro) where it has 
not been well supported.

At the moment authentication is not working in the beta of Mageia 6 
(with E20.7). For example, Mageia Control Center (drakconf) to configure 
the system, install programs, update, etc. simply does not start from 
the menu as no authentication appears. MCC can be started manually from 
the terminal as root.

Polkit and mate-polkit are present and the actions for polkit seem to be 
fully defined. However:

1) Adding mate-polkit to E's autostart list does not work.

2) Substituting lxsession/lxpolkit for mate-polkit does not work.

What am I missing (likely something obvious!)/how can I debug this?

Best,
Roy


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Emotion Media Center 1.2 release

2016-09-18 Thread Davide Andreoli
Hi all,

the last stable release of EpyMC is waiting for you !!

Direct download link for this release:
https://github.com/DaveMDS/epymc/archive/v1.2.0.tar.gz

On the Github wiki you will find all the needed instructions for installing
and using the media center, along with screenshots and screencasts.
https://github.com/DaveMDS/epymc/wiki

Happy playing
davemds

===
Changelog for the 1.2 release
===

New features:
 * New Photo module
 * New PosterGrid/CoverGrid views
 * New South Park Studios online video channel
 * New themoviedb.org online video channel (with movie trailers)
 * Added a new secret online channel
 * Virtual keyboard is now also usable with the real keyboard
 * Virtual keyboard now support multiple layouts
 * Show the status of the downloads in progress (with ability to
start/abort)
 * Thumbnailing ability, using a custom Ethumb slave process
 * Automatically (and manually) download and update youtube-dl
 * New Watchdog module (sadly gstreamer1 sometimes hang the mainloop for me)
 * Cache to file remote images for faster reloading
 * Support remote urls also in the mediaplayer cover image
 * Show current folders in the file-manager
 * Option to hide the mouse cursor when not needed (not move or video
playing)
 * Support for subtitles embedded in the video files
 * New check_po setup command, give translations stats with a nice bar

Improvements:
 * Initial music library scan is now 10 times faster (measured with the
library
   and the config folder on the same slow HDD) see Issue #2 for more info.
 * Lots of improvements in the Music module and the AudioPlayer itself:
   playlist is now visible and browsable, player/playlist controls are
always
   reachable in the UI, ability to set loop and shuffle.
 * Better zapiks video schannel

New Translations:
 * Finnish

Changes:
 * Dropped python 2 support, you MUST use python 3 from now on
 * Removed broken traileraddict channel (use the new tmdb instead)
 * Use elm focus in place of the custom EmcFocusManager
 * We now use ecore_con.Url for fetching data from the net (instead of
   ecore.file_download + file read + file delete)

Bug fixed:
 * Fixed poster hiding (and console errors) for efl >= 1.16
 * Fixed posters for the vimeo channel
 * Fixed tmdb language selector in config
 * Fixed (hopefully) subs decoding
 * Fixed video download to work again
 * Fixed a bug that was causing fileman buttons to be clickable also when
hidden
 * Removed usage of elm deprecated ObjectItem.data_get() function
 * Removed edc warning about "fixed: 1 1"
 * Fixed compatibility with python 3.5 (os.path.exists no more accept
unicode)
 * Updated yt scraper to latest web changes
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users