Re: [E-devel] Can I use enlightenment on the kernel 4.11?
on one of failed logins, auth.log says this: May 9 19:02:35 cadbane unix_chkpwd[3773]: check pass; user unknown May 9 19:02:35 cadbane unix_chkpwd[3773]: password check failed for user (ptt) May 9 19:02:35 cadbane enlightenment: pam_unix(login:auth): authentication failure; logname= uid=1000 euid=1000 tty= ruser= rhost=localhost user=ptt unfortunately i really can't reboot the machine now... could it be something related to libinput versus evdev driver in X (or wl)? On Fri, May 12, 2017 at 10:58 AM, PaulTT wrote: > obviously, i compile it ;) > packaged ones are full of crap, and even so, i need a couple of patches > for my setup > and then, i can also choose when upgrade or not... > > my 3 ¢ ;P > > > On Thu, May 11, 2017 at 2:16 PM, Al Poole wrote: > >> Are you compiling your own kernels??? >> >> If so, maybe you could talk to someone that packages up kernels for ideas? >> >> Personally, I wouldn't advise building any kernel from source unless >> you're >> testing new features or building one for an embedded system...two pence >> for >> you! >> >> On Thu, May 11, 2017 at 1:07 PM, Florian Schaefer >> wrote: >> >> > >> > On 11.05.2017 12:33, Carsten Haitzler (The Rasterman) wrote: >> > > On Wed, 10 May 2017 09:48:19 +0200 PaulTT said: >> > > >> > >> i just posted a message about this... (sorry, i've seen now this >> thread) >> > >> >> > >> as i said there, there's also a problem with unlocking (so, pam >> > related, i >> > >> assume ?) >> > >> via console su and sudo worked like a charm (i've got error messages >> > about >> > >> cpufreq and backlight too) >> > > >> > > pam would be executing a setuid root binary to do the password >> check... >> > so it's >> > > the same issue. something has decided that e and app processes below >> it >> > in the >> > > process tree "cant run setuid (root) binaries" and has disabled that >> > feature. >> > > that feature seems to only kick in with 4.11 kernel. it certainly is >> not >> > e >> > > doing this. it has relied on this working for many years. it's >> something >> > new >> > > security-wise that is being enabled by a new kernel. >> > > >> > > maybe some parent process is using setpriv? CAP_SETUID disabled? man >> > > capabilities ... for info ... maybe run captest ? >> > >e >> > > 12:20PM ~ > captest >> > > User credentials uid:1000 euid:1000 suid:1000 >> > > Group credentials gid:1000 egid:1000 sgid:1000 >> > > Current capabilities: none >> > > securebits flags: none >> > > Attempting direct access to shadow...FAILED (Permission denied) >> > > Attempting to access shadow by child process...FAILED >> > > Child User credentials uid:1000 euid:1000 suid:1000 >> > > Child Group credentials gid:1000 egid:1000 sgid:1000 >> > > Child capabilities: none >> > > Child securebits flags: none >> > > >> > > is what i get. which is normal. >> > >> > I get the same as you on my system here: >> > >> > florian@washu:~ # uname -a >> > Linux washu 4.11.0 #2 SMP PREEMPT Tue May 2 12:12:51 JST 2017 i686 >> > GNU/Linux >> > florian@washu:~ # captest >> > User credentials uid:500 euid:500 suid:500 >> > Group credentials gid:100 egid:100 sgid:100 >> > Current capabilities: none >> > securebits flags: none >> > Attempting direct access to shadow...FAILED (Permission denied) >> > Attempting to access shadow by child process...FAILED >> > Child User credentials uid:500 euid:500 suid:500 >> > Child Group credentials gid:100 egid:100 sgid:100 >> > Child capabilities: none >> > Child securebits flags: none >> > >> > Cheers, >> > Florian >> > >> > >> could the problem be related to some new sh**y systemd operation >> > >> i saw that also using wayland, i coulnd't access halt/reboot/suspend >> > menu >> > >> items too (this happens to me also with previous kernels) >> > > >> > > works for me with enlightenment + wl + arch (+systemd)... i can do all >> > the >> > > power off etc. stuff... >> > > >> > >> On Thu, May 4, 2017 at 6:19 AM, Carsten Haitzler < >> ras...@rasterman.com> >&
Re: [E-devel] Can I use enlightenment on the kernel 4.11?
obviously, i compile it ;) packaged ones are full of crap, and even so, i need a couple of patches for my setup and then, i can also choose when upgrade or not... my 3 ¢ ;P On Thu, May 11, 2017 at 2:16 PM, Al Poole wrote: > Are you compiling your own kernels??? > > If so, maybe you could talk to someone that packages up kernels for ideas? > > Personally, I wouldn't advise building any kernel from source unless you're > testing new features or building one for an embedded system...two pence for > you! > > On Thu, May 11, 2017 at 1:07 PM, Florian Schaefer > wrote: > > > > > On 11.05.2017 12:33, Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 10 May 2017 09:48:19 +0200 PaulTT said: > > > > > >> i just posted a message about this... (sorry, i've seen now this > thread) > > >> > > >> as i said there, there's also a problem with unlocking (so, pam > > related, i > > >> assume ?) > > >> via console su and sudo worked like a charm (i've got error messages > > about > > >> cpufreq and backlight too) > > > > > > pam would be executing a setuid root binary to do the password check... > > so it's > > > the same issue. something has decided that e and app processes below it > > in the > > > process tree "cant run setuid (root) binaries" and has disabled that > > feature. > > > that feature seems to only kick in with 4.11 kernel. it certainly is > not > > e > > > doing this. it has relied on this working for many years. it's > something > > new > > > security-wise that is being enabled by a new kernel. > > > > > > maybe some parent process is using setpriv? CAP_SETUID disabled? man > > > capabilities ... for info ... maybe run captest ? > > >e > > > 12:20PM ~ > captest > > > User credentials uid:1000 euid:1000 suid:1000 > > > Group credentials gid:1000 egid:1000 sgid:1000 > > > Current capabilities: none > > > securebits flags: none > > > Attempting direct access to shadow...FAILED (Permission denied) > > > Attempting to access shadow by child process...FAILED > > > Child User credentials uid:1000 euid:1000 suid:1000 > > > Child Group credentials gid:1000 egid:1000 sgid:1000 > > > Child capabilities: none > > > Child securebits flags: none > > > > > > is what i get. which is normal. > > > > I get the same as you on my system here: > > > > florian@washu:~ # uname -a > > Linux washu 4.11.0 #2 SMP PREEMPT Tue May 2 12:12:51 JST 2017 i686 > > GNU/Linux > > florian@washu:~ # captest > > User credentials uid:500 euid:500 suid:500 > > Group credentials gid:100 egid:100 sgid:100 > > Current capabilities: none > > securebits flags: none > > Attempting direct access to shadow...FAILED (Permission denied) > > Attempting to access shadow by child process...FAILED > > Child User credentials uid:500 euid:500 suid:500 > > Child Group credentials gid:100 egid:100 sgid:100 > > Child capabilities: none > > Child securebits flags: none > > > > Cheers, > > Florian > > > > >> could the problem be related to some new sh**y systemd operation > > >> i saw that also using wayland, i coulnd't access halt/reboot/suspend > > menu > > >> items too (this happens to me also with previous kernels) > > > > > > works for me with enlightenment + wl + arch (+systemd)... i can do all > > the > > > power off etc. stuff... > > > > > >> On Thu, May 4, 2017 at 6:19 AM, Carsten Haitzler < > ras...@rasterman.com> > > >> wrote: > > >> > > >>> On Thu, 04 May 2017 11:09:13 +0900 said: > > >>> > > >>>> Hi, > > >>>> > > >>>> Carsten Haitzler (The Rasterman) wrote: > > >>>> > > >>>>> On Wed, 3 May 2017 12:09:21 +0900 Florian Schaefer < > > list...@netego.de> > > >>> said: > > >>>> > > >>>>>> Hi! > > >>>>>> > > >>>>>> On 03.05.2017 10:04, Carsten Haitzler (The Rasterman) wrote: > > >>>>>>> On Tue, 02 May 2017 21:16:40 +0900 fulwood...@gmail.com said: > > >>>>>>> > > >>>>>>>> Hi, > > >>>>>>>> > > >>>>>>>> I got the source of kernel 4.11, then comipled, and check the &
Re: [E-devel] Unwanted artifacts on clock
i think it's like this on purpose i like it this way very much ;P On Sat, May 6, 2017 at 5:48 PM, William L. Thomson Jr. wrote: > This is ridiculous. The default theme makes the clock look bad. I > opened a bug on such. I also recently found at least 1 way to fix such > ugly issues. > > I do not appreciate the ticket having been closed twice now over > semantics. This is a valid bug. The clock looks horrible by default. As > seen in the attached screenshot. > > https://phab.enlightenment.org/T5375 > > This is a valid bug/issue and should not be closed till resolved in > the current theme. > > -- > William L. Thomson Jr. > > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] Can I use enlightenment on the kernel 4.11?
i just posted a message about this... (sorry, i've seen now this thread) as i said there, there's also a problem with unlocking (so, pam related, i assume ?) via console su and sudo worked like a charm (i've got error messages about cpufreq and backlight too) could the problem be related to some new sh**y systemd operation i saw that also using wayland, i coulnd't access halt/reboot/suspend menu items too (this happens to me also with previous kernels) On Thu, May 4, 2017 at 6:19 AM, Carsten Haitzler wrote: > On Thu, 04 May 2017 11:09:13 +0900 said: > > > Hi, > > > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Wed, 3 May 2017 12:09:21 +0900 Florian Schaefer > said: > > > > > > Hi! > > > > > > > > On 03.05.2017 10:04, Carsten Haitzler (The Rasterman) wrote: > > > > > On Tue, 02 May 2017 21:16:40 +0900 fulwood...@gmail.com said: > > > > > > > > > >> Hi, > > > > >> > > > > >> I got the source of kernel 4.11, then comipled, and check the > > > > >> behaviour of enlightenment (efl 1.18.1, enlightment 0.21.7). > > > > >> > > > > >> At the start up of enlightenment, I got an error message; > > > > >> > > > > >> There was an error trying to set the cpu power state setting via > the > > > > >> module's setfreq utility. > > > > >> > > > > >> On the kernel 4.10.x, I never see such a message. > > > > >> > > > > >> And, I tried to use su and sudo command in the terminal, I got a > > > > >> strange message; > > > > >> > > > > >> fulwood@linux-uw5l:~> sudo > > > > >> sudo: effective uid is not 0, is sudo installed setuid root > > > > >> > > > > >> fulwood@linux-uw5l:~> su > > > > >> Password: > > > > >> su: incorrect password > > > > >> > > > > >> This means, there is a problem concerning uid treatment in the > > > > >> enlightenment, doesn't it. > > > > >> > > > > >> Moreover, VirtualBox indicate the problem of enlightenment > directly; > > > > >> > > > > >> fulwood@linux-uw51:~> VirtualBox > > > > >> > > > > >> VirtualBox: Error -10 in SUPRHardenedMain! > > > > >> VirtualBox: Effective UID is not root (euid=1000, egid=100, > uid=1000, > > > > >> gid=100) > > > > >> VirtualBox: Tip! It may help to reintall VirtualBox. > > > > >> > > > > >> Why does uid=1000? > > > > > > > > > > that's a common uid to start with for users added to a system - > first > > > > > user added commonly is uid 1000... that's probably ... you. > > > > > > > > > >> So, we can't use enlightenment on the kernel 4.11. > > > > > > > > > > from the above it seems like since you compiled your own kernel it > > > > > seemingly has disabled setuid root binaries. i assume this is some > new > > > > > feature of kernels since 4.11 that has been turned on. i suggest > you > > > > > turn it off to allow them again. your kernel broke far more than > > > > > enlightenment. it broke sudo. probably even broke su. it broke > > > > > virtualbox... it broke stuff. what that option is - i don't know. > this > > > > > is news to me. > > > > > > > > Just for the record I'd like to add that I observe the same behavior. > > > > > > > > Since switching from 4.9 to 4.11 yesterday I cannot do suid requiring > > > > operations (like su or mount.cifs) from within E (using terminology > or > > > > xterm) any more. Interestingly, if I am right at the console (so no > Xorg > > > > and e in-between) all those commands work like a charm. > > > > > > > > I could not find any setuid related option in the kernel > configuration > > > > so I cannot really imagine where it is misconfigured. > > > > > it'll likely be some security option that ends up doing this for child > > > processes ... whatever/however it is... but its certainly a change in > the > > > kernel and "security options" of some sort. > > > > But, why the kernel's change has an impact on enlightenment only? > > On e16 and kde-plasma, no impact. > > neither controls cpu frequency/governor or don't use setuid root binaries > or > they come from packages with specific selinux rules to allow setuid root > binaries... or something. but it's a kernel change that creates the issue. > what > - i don't know. ask your friendly neighbourhood kernel developer. the > setuid > root binaries are specifically erroring out unable to assume root privs > where > they could before. > > > -- > - Codito, ergo sum - "I code, therefore I am" -- > The Rasterman (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-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! ht
Re: [E-devel] Can I use enlightenment on the kernel 4.11?
PS i use a cleaned up debian, no apparmor or the like, i mean (i try to avoid systemd too, as far as i can, i reenable it when i try wayland, since i'm not using that in daybyday use) On Wed, May 10, 2017 at 9:48 AM, PaulTT wrote: > i just posted a message about this... (sorry, i've seen now this thread) > > as i said there, there's also a problem with unlocking (so, pam related, i > assume ?) > via console su and sudo worked like a charm (i've got error messages about > cpufreq and backlight too) > > could the problem be related to some new sh**y systemd operation > i saw that also using wayland, i coulnd't access halt/reboot/suspend menu > items too (this happens to me also with previous kernels) > > > On Thu, May 4, 2017 at 6:19 AM, Carsten Haitzler > wrote: > >> On Thu, 04 May 2017 11:09:13 +0900 said: >> >> > Hi, >> > >> > Carsten Haitzler (The Rasterman) wrote: >> > >> > > On Wed, 3 May 2017 12:09:21 +0900 Florian Schaefer >> said: >> > >> > > > Hi! >> > > > >> > > > On 03.05.2017 10:04, Carsten Haitzler (The Rasterman) wrote: >> > > > > On Tue, 02 May 2017 21:16:40 +0900 fulwood...@gmail.com said: >> > > > > >> > > > >> Hi, >> > > > >> >> > > > >> I got the source of kernel 4.11, then comipled, and check the >> > > > >> behaviour of enlightenment (efl 1.18.1, enlightment 0.21.7). >> > > > >> >> > > > >> At the start up of enlightenment, I got an error message; >> > > > >> >> > > > >> There was an error trying to set the cpu power state setting >> via the >> > > > >> module's setfreq utility. >> > > > >> >> > > > >> On the kernel 4.10.x, I never see such a message. >> > > > >> >> > > > >> And, I tried to use su and sudo command in the terminal, I got a >> > > > >> strange message; >> > > > >> >> > > > >> fulwood@linux-uw5l:~> sudo >> > > > >> sudo: effective uid is not 0, is sudo installed setuid root >> > > > >> >> > > > >> fulwood@linux-uw5l:~> su >> > > > >> Password: >> > > > >> su: incorrect password >> > > > >> >> > > > >> This means, there is a problem concerning uid treatment in the >> > > > >> enlightenment, doesn't it. >> > > > >> >> > > > >> Moreover, VirtualBox indicate the problem of enlightenment >> directly; >> > > > >> >> > > > >> fulwood@linux-uw51:~> VirtualBox >> > > > >> >> > > > >> VirtualBox: Error -10 in SUPRHardenedMain! >> > > > >> VirtualBox: Effective UID is not root (euid=1000, egid=100, >> uid=1000, >> > > > >> gid=100) >> > > > >> VirtualBox: Tip! It may help to reintall VirtualBox. >> > > > >> >> > > > >> Why does uid=1000? >> > > > > >> > > > > that's a common uid to start with for users added to a system - >> first >> > > > > user added commonly is uid 1000... that's probably ... you. >> > > > > >> > > > >> So, we can't use enlightenment on the kernel 4.11. >> > > > > >> > > > > from the above it seems like since you compiled your own kernel it >> > > > > seemingly has disabled setuid root binaries. i assume this is >> some new >> > > > > feature of kernels since 4.11 that has been turned on. i suggest >> you >> > > > > turn it off to allow them again. your kernel broke far more than >> > > > > enlightenment. it broke sudo. probably even broke su. it broke >> > > > > virtualbox... it broke stuff. what that option is - i don't know. >> this >> > > > > is news to me. >> > > > >> > > > Just for the record I'd like to add that I observe the same >> behavior. >> > > > >> > > > Since switching from 4.9 to 4.11 yesterday I cannot do suid >> requiring >> > > > operations (like su or mount.cifs) from within E (using terminology >> or >> > > > xterm) any more. Interestingly, if I am rig
[E-devel] strange bug, unlocking in kernel 4.11
i upgraded to kernel 4.11 (obviously compiled), rebooted, started e17 locked, and BAM, it doesn't accept my password... i could log in via console, so it wasn't a problem related to the system i tried with and without systemd, with X and with wayland, the only way was reverting to previous kernel (using the same git rev of e17, which i'm using now, so it's a problem with e17+4.11) sorry for not so much detailed information, but it happened on my production computer and i did't have time to debug longer and it in a better way :( -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] [PATCH] e_main.c, env var QT_QPA_PLATFORMTHEME
remember it ;) (the situation about qt5 is getting worser..) On Tue, Oct 11, 2016 at 3:44 AM, Simon Lees wrote: > > > On 10/11/2016 01:03 AM, PaulTT wrote: > > 'cause it's no polite at all, to change and force user environment > > variables, without any option ti change them > > > > added a check about env var already present > > > > > > (plus Env vars done message was out of sequence) > > > > (and btw 'gtk2' i think is no more a correct value, for qt5, but i'm not > > sure about that) > > > > > > Thanks i'll add that patch soon, but probably not in time for 21.3 which > is already mostly done. gtk2 is still a correct value its just that the > gtk2 theme engine is now built from outside the Qt theme repo. > > -- > > Simon Lees (Simotek)http://simotek.net > > Emergency Update Team keybase.io/simotek > SUSE LinuxAdeliade Australia, UTC+9:30 > GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B > > > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] [PATCH] e_main.c, env var QT_QPA_PLATFORMTHEME
'cause it's no polite at all, to change and force user environment variables, without any option ti change them added a check about env var already present (plus Env vars done message was out of sequence) (and btw 'gtk2' i think is no more a correct value, for qt5, but i'm not sure about that) --- enlightenment_GIT/enlightenment/src/bin/e_main.c2016-10-06 22:52:18.259799070 +0200 +++ enlightenment_GIT_20161007/enlightenment/src/bin/e_main.c 2016-10-07 19:25:05.067973536 +0200 @@ -335,7 +335,6 @@ e_util_env_set("SSH_ASKPASS", strshare); eina_stringshare_del(strshare); } - TS("Environment Variables Done"); /* KDE5 applications don't understand anything other then gnome or kde */ /* They expect everyone else to set QT_QPA_PLATFORMTHEME to tell them how */ @@ -350,8 +349,13 @@ /* who wish to use Qt apps without any gnome or gtk usage may choose to */ /* install qt5ct and overwrite this variable with qt5ct and use that to */ /* configure there Qt5 applications. */ - e_util_env_set("QT_QPA_PLATFORMTHEME", "gtk2"); - e_util_env_set("QT_STYLE_OVERRIDE", "gtk2"); + if (!getenv("QT_QPA_PLATFORMTHEME")) + { +e_util_env_set("QT_QPA_PLATFORMTHEME", "gtk2"); +e_util_env_set("QT_STYLE_OVERRIDE", "gtk2"); + } + + TS("Environment Variables Done"); TS("Parse Arguments"); _e_main_parse_arguments(argc, argv); -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] about window's shadow radius
thank you very much :) On Wed, Apr 15, 2015 at 6:32 PM, Tom Hacohen wrote: > On 15/04/15 17:31, PaulTT wrote: > > sorry to be annoying > > but where is the new default theme > > > > (i used to modify the old ones, but then the default one became so cool > i'm > > using it... now i can't find where the theme lives :( i feel a lil dumb) > > Not your fault. The theme now resides in elementary.git. It's the first > step towards completely merging Elm's widgets and E's widgets. > > -- > Tom. > > > > -- > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live > exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- > event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] about window's shadow radius
sorry to be annoying but where is the new default theme (i used to modify the old ones, but then the default one became so cool i'm using it... now i can't find where the theme lives :( i feel a lil dumb) On Wed, Apr 15, 2015 at 3:27 PM, Alberto Verdoja wrote: > I suppose it's something theme-related. > > Il giorno mer, 15/04/2015 alle 14.41 +0200, PaulTT ha scritto: > > a very quick question: > > if i'd like to change in the code the radius and/or the opacity of > > the > > shadow, with compositor enabled, where do i have to look > > > > ps: if somebody could also hint where this option could/should be in > > configuration panel, i'll try to add it also there ;P > > > > thanx!! > > > > -- > > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > > Develop your own process in accordance with the BPMN 2 standard > > Learn Process modeling best practices with Bonita BPM through live > > exercises > > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- > > event?utm_ > > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_S > > F > > ___ > > enlightenment-devel mailing list > > enlightenment-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > -- > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live > exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- > event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] ecore_dns: where does it looks to resolve addressess?
i've got this kind of error: ERR<132951>:ecore_con lib/ecore_con/ecore_con_dns.c:99 _ecore_con_dns_check() resolve failed: Connection refused when i try to open a connection to a named host... (namely www.youtube.com, but also with one of mine, so not a serverside problem) if i add that host to /etc/host file, with a fixed ip, everyithing works fine. is there something i do wrong during compilation of efl? or my program? or elementary stuff (it's based on elm)? -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] about window's shadow radius
a very quick question: if i'd like to change in the code the radius and/or the opacity of the shadow, with compositor enabled, where do i have to look ps: if somebody could also hint where this option could/should be in configuration panel, i'll try to add it also there ;P thanx!! -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] conf_randr - A Randr dialog for e17
it seems cool, thanx didn' try yet, i'll do -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] about packaging/debian directories
On Thu, Jun 2, 2011 at 10:06 AM, Carsten Haitzler wrote: > On Wed, 1 Jun 2011 12:03:14 +0200 michael bouchaud > > said: > >> The probleme of debianization of this packages aren't the stability of >> libraries or softwares but migration between each update. And this can made >> a lot of work. For exemple edje have break the file format before the >> release. So Lutin had to done a patch to verify all theme loaded and make >> sure it was compatible. If the theme aren't compatible convert it on the >> fly. This is not trivial. >> So I agree to upload all stable and released packages to debian but not >> snapshoted packages for moment. For information Lutin has made all this work >> except eeze. >> I prefer support our own 'ppa' as raster said, and provide this packages >> here. > > agreed. for those who are happy to live on bleeding edge - use our > ppa/repo/whatever. those who want stable and really well, will have to wait > longer and go for debian etc. upstream well tested stuff. i agree too :) if i can be of any help, let me know! -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] Fwd: bug in wlan E-MODULES-EXTRA/wlan
thanks, i'lldo shortly, then -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] about packaging/debian directories
i compile my own debian packages since long ago and i'm happy with that, so i can control the revision i compile and be stable for a while or try new releases or go back to previous state anyway, i also use 'my' debian directories to biuld the packages, i noticed that in packaging/debian, there are the skeletons of those dirs, but they're not the ones used by debian developpers (they are located something around here:git://git.debian.org/pkg-e/libs/ , so apt-get source says) why is that? is there a need to update the ones under packaging? i can do that, if it's necessary by, thanx, PaulTT -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] bug in wlan E-MODULES-EXTRA/wlan
found a bug in there, willing to write a patch, where can i post it? directly here on enlightenment-devel, or for modules should i write somewhere else, or to someone else? thanx -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] [PATCH] RFC: add pause state to elm_clock.c
simple function to add a paused_set function to elementary clock. puts the clock in a paused state (stops timer and flipping) Index: src/lib/elm_clock.c === --- src/lib/elm_clock.c (revision 55415) +++ src/lib/elm_clock.c (working copy) @@ -617,6 +617,35 @@ } /** + * Puts clock in a paused state + * + * @param obj The clock object + * @param paused Bool option for paused state (1 = yes, 0 = no) + * + * This function puts the clock in a paused state or restore its ticking, + * by deleting and restoring timers. + * + * @ingroup Clock + */ +EAPI void +elm_clock_paused_set(Evas_Object *obj, Eina_Bool paused) +{ + ELM_CHECK_WIDTYPE(obj, widtype); + Widget_Data *wd = elm_widget_data_get(obj); + if (!wd) return ECORE_CALLBACK_CANCEL; + if (paused) { + if (wd->ticker) ecore_timer_del(wd->ticker); + } else { + double t; + struct timeval timev; + struct tm *tm; + time_t tt; + t = ((double)(100 - timev.tv_usec)) / 100.0; + wd->ticker = ecore_timer_add(t, _ticker, obj); + } +} + +/** * Set if the clock settings can be edited * * @param obj The clock object -- ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] what about exhibit????
is someone out there still mantaining/developping it i liked it very much, of nobody is taking care of it, i think i could -- What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] Fwd: about elm_clock used as stopwatch
sorry, i replied to you, raster :( instead of the list, g**dam gmail :( On Tue, Dec 7, 2010 at 3:16 AM, Carsten Haitzler wrote: > On Mon, 6 Dec 2010 19:14:35 +0100 PaulTT said: > > as a stopwatch.. you'd need sub-section precision too... and thats going to be > hard for elm clock to do with its flipping... :) welll i guess it could in > edje > just make the fractions of a second stuff "blur" especially 100ths... :) but > u'd really need this to do a stopwatch... it wasnt intended to do that. the > easy bit is api and clock code to change - yes it is ;P > the hard bit is visuallly making it > looks decent. > i was thinking about a not-flipping-something (something because i've yet to think what ;P) or to use not 100ths, but only 10ths of seconds it could be useful even without smaller parts of seconds, i think, can i go on writing a patch againsta elm_clock, then? by, thanx -- What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] about elm_clock used as stopwatch
i'm writing a sort of stopwatch, and i like very very much the look of the elementary clock anyway it's missing something like a 'stop' (or pause) and 'start', after a elm_clock_time_set(cloctt, 0, 0, 0); i've modified elm_clock.c in elemetary to accomplish the task, but i've 2 questions: 1. is there another (smarter) way to stop and start the flipping numbers of the clock? and 2. if not, could it be useful if i wrote a) a patch agains elm_clock to implement stopwatch's timer functions, or b) add something like elm_timer.c which does those things? 3. or, for the opinion of the devs out there, is better to only implement these thing in my app and go on? thanx for an answer, PaulTT -- What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] usb generic animated icon
i made a little red animated icon which i use as an usb generic icon, since i put on it a little usb logo. the icon is available here, if you like to add it to icons: http://www.paultt.org/downloads/icons/redball.edj bye, PaulTT - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] [PATCH] misc/epbb
i made a little patch to misc/epbb for enlightenment 17. now pbbuttonsd sends the backlight level tag already as a %, so BACKLIGHT_MAX = 15 now is wrong furthermore i edited the README to tell better the needed file/directory, as the one mentioned there were wrong i thought also that when checking for resources (read: 'theme') 'return(NULL)' is not completely right, because the program starts, then dies with "segmentation fault". imho would be better to exit(1) immediatly... i have put it the patch, too bye, PaulTT PS i already tried to contact atmos, but i get no answer bye again! diff -urN epbb/src/bin/epbb.c epbb_ptt/src/bin/epbb.c --- epbb/src/bin/epbb.c 2007-01-03 17:34:16.179675000 +0100 +++ epbb_ptt/src/bin/epbb.c 2007-06-22 21:14:55.498206139 +0200 @@ -65,7 +65,9 @@ evas_object_del(result->obj); result->obj = NULL; free(result); -return (NULL); +// TODO: send out an error dialog box +fprintf(stderr, "Resource not found: %s, exiting.\n", buf); +exit(1); } } /* add our object */ @@ -181,7 +183,7 @@ edje_object_signal_emit(e->obj, "pbb,display,brightness", ""); epbb_progress_bar_percent_set(e, val); - snprintf(buf, 120, "%0.0f%%", 100 * (double) val); + snprintf(buf, 120, "%0.0f%%", val * 100 ); epbb_status_text_set(e, buf); } diff -urN epbb/src/bin/main.c epbb_ptt/src/bin/main.c --- epbb/src/bin/main.c 2007-01-03 17:34:11.555675000 +0100 +++ epbb_ptt/src/bin/main.c 2007-06-22 21:15:26.586206139 +0200 @@ -24,7 +24,7 @@ #include"../config.h" #define VOLUME_MAX 100 -#define BACKLIGHT_MAX 15 +#define BACKLIGHT_MAX 100 #define UN(ptr) ptr = 0 #define PBBUTTONSD_TIMEOUT 0.25 diff -urN epbb/README epbb_ptt/README --- epbb/README 2004-01-20 11:19:36.0 +0100 +++ epbb_ptt/README 2007-06-22 21:18:33.834206139 +0200 @@ -16,10 +16,10 @@ Install: sudo make install -Configuration Files live in ~/.e/epbbuttons/ you need the following files +Configuration Files live in ~/.e/apps/epbb/ you need the following files -* default.bits.db - bits file for the window layout -* font.ttf - the font for displaying text messages +* epbb.eet - bits file for the window layout (theme) +* directory fonts containing .ttf files - the font for displaying text messages Version 0.0.3 - I guess it's working. Bugs and Patches to - atmos at atmos dot org (May 8th 2003) - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] [PATCH] to temperature module for powerbook (RFC)
On 6/15/07, David Seikel <[EMAIL PROTECTED]> wrote: > On Thu, 14 Jun 2007 19:01:37 +0200 "Paul T.Threshold" > <[EMAIL PROTECTED]> wrote: > > > i made this little patch to enable temperature reading on my > > powerbook... here the thermostat module is therm_adt746x and uses > > files in /sys/devices/temperatures, just as the macmini, but here the > > temp is located into sensor1_temperature file. > > powerbook 15'' - PMU version 12 > > I should be able to look at this later today. I think I was the last > person to modify the temperature module, and I just happen to be > testing on my powerbook this week. > > On the other hand, I don't have a macmini. > > Ping me if no one looks at it before Monday. nobody other replies :( so: $ ping david ;) PS sorry for mailing you directly, reposted to list :( - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel