Re: [e-users] git clone error

2022-07-28 Thread Carsten Haitzler
On Thu, 28 Jul 2022 15:39:01 +0200 daniel antoine  said:

you didn't use the right url

git clone https://git.enlightenment.org/enlightenment/enlightenment.git

:)

> Hi
> 
> I try to compile enlightenment and i get an error after the git clone
> command , may be it is on my side I just wanted to know.
> 
> + prepare
> + git clone https://git.enlightenment.org/enlightenment/enlightenment
> enlightenment-0.25.3
> Cloning into 'enlightenment-0.25.3'...
> error: 8192 bytes of body are still expected
> fetch-pack: unexpected disconnect while reading sideband packet
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output
> 
> The content of my Pkgfile
> description="Enlightenment window manager"
> url="http://www.enlightenment.org/;
> 
> packager="Yaolinux Team"
> maintainer="Dania"
> 
> makedepends=(efl xcb-util-keysyms xwayland)
> run=(efl)
> 
> set=(elementary)
> 
> name=enlightenment
> version=0.25.3
> 
> #Last commit on enlightenment repo
> _commit=225cbac56f67eae38417f5cd9111f7e6d1424284
> 
> prepare() {
> git clone https://git.enlightenment.org/enlightenment/enlightenment
> $name-$version
> 
> cd $name-$version
> git checkout ${_commit}
> }
> 
> build() {
> 
> mkdir build && cd build
> 
> meson  --prefix=/usr   \
>-Dbuildtype=release \
>-Dwl=true   \
>../$name-$version
> 
> ninja
> DESTDIR=$PKG ninja install
> }
> 
> Best regards
> 
> Dania
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
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] git clone error

2022-07-28 Thread Vincent Torri
On Thu, Jul 28, 2022 at 3:40 PM daniel antoine  wrote:
>
> Hi
>
> I try to compile enlightenment and i get an error after the git clone
> command , may be it is on my side I just wanted to know.
>
> + prepare
> + git clone https://git.enlightenment.org/enlightenment/enlightenment
> enlightenment-0.25.3
> Cloning into 'enlightenment-0.25.3'...
> error: 8192 bytes of body are still expected
> fetch-pack: unexpected disconnect while reading sideband packet
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output
>
> The content of my Pkgfile
> description="Enlightenment window manager"
> url="http://www.enlightenment.org/;
>
> packager="Yaolinux Team"
> maintainer="Dania"
>
> makedepends=(efl xcb-util-keysyms xwayland)
> run=(efl)
>
> set=(elementary)
>
> name=enlightenment
> version=0.25.3
>
> #Last commit on enlightenment repo
> _commit=225cbac56f67eae38417f5cd9111f7e6d1424284
>
> prepare() {
> git clone https://git.enlightenment.org/enlightenment/enlightenment
> $name-$version
>
> cd $name-$version
> git checkout ${_commit}
> }
>
> build() {
>
> mkdir build && cd build
>
> meson  --prefix=/usr   \
>-Dbuildtype=release \
>-Dwl=true   \
>../$name-$version
>
> ninja
> DESTDIR=$PKG ninja install
> }

hello

i've no answer to your problem, but it works here in a terminal:

$ git clone https://git.enlightenment.org/enlightenment/enlightenment
enlightenment-0.25.3
Cloning into 'enlightenment-0.25.3'...
remote: Enumerating objects: 196399, done.
remote: Counting objects: 100% (196399/196399), done.
remote: Compressing objects: 100% (52300/52300), done.
remote: Total 196399 (delta 147701), reused 190859 (delta 143711)
Receiving objects: 100% (196399/196399), 710.32 MiB | 5.83 MiB/s, done.
Resolving deltas: 100% (147701/147701), done.
Updating files: 100% (1424/1424), done.

so try to clone it in a terminal first.

Vincent


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


[e-users] git clone error

2022-07-28 Thread daniel antoine
Hi

I try to compile enlightenment and i get an error after the git clone
command , may be it is on my side I just wanted to know.

+ prepare
+ git clone https://git.enlightenment.org/enlightenment/enlightenment
enlightenment-0.25.3
Cloning into 'enlightenment-0.25.3'...
error: 8192 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

The content of my Pkgfile
description="Enlightenment window manager"
url="http://www.enlightenment.org/;

packager="Yaolinux Team"
maintainer="Dania"

makedepends=(efl xcb-util-keysyms xwayland)
run=(efl)

set=(elementary)

name=enlightenment
version=0.25.3

#Last commit on enlightenment repo
_commit=225cbac56f67eae38417f5cd9111f7e6d1424284

prepare() {
git clone https://git.enlightenment.org/enlightenment/enlightenment
$name-$version

cd $name-$version
git checkout ${_commit}
}

build() {

mkdir build && cd build

meson  --prefix=/usr   \
   -Dbuildtype=release \
   -Dwl=true   \
   ../$name-$version

ninja
DESTDIR=$PKG ninja install
}

Best regards

Dania


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


Re: [e-users] Massive log file (Was: Re: How to deter from generaring the log file)

2022-07-28 Thread Masaru Nomiya
Hello,

In the Message; 

  Subject: Re: [e-users] Massive log file (Was: Re: How to deter from 
generaring the log file)
  Message-ID : 
  Date & Time: Wed, 27 Jul 2022 23:03:47 +0930

[SL] == Simon Lees  has written:

SL>  Hi

SL>  On 7/24/22 16:40, Carsten Haitzler wrote:
SL>  > On Sun, 24 Jul 2022 10:06:28 +0900 Masaru Nomiya 
 said:

[...]
MN>>> I can't understand why they are making it for wayland. 
 
CH>> it supports doing it. it is experimental.

SL>  Yes atleast in the main repos it should be there but labeled as
SL>  experimental and the standard .desktop file should start X11, this was
SL>  broken for a while in one of the devel projects but i'm pretty sure I
SL>  fixed it so if you still see this please let me know which repo your
SL>  installing e from and which display manager you are using.

Thanks.

Now, I'm using enlightenment-0.25.3-269.3 for openSUSE Tumbleweed.

Unfortunately, the problem has not yet been solved.

The problem seems to originate from sddm, not enlightenment.
A search using the keywords Linux, sddm, black screen, many trouble
reports were shown. But no solution was found.

In my case, the problem seems to be caused by an update of plasma.

I am wondering why this problem does not occur on e16.

The other thing I wonder is that if I change sddm.conf to

-
[Theme]

Current=breeze-openSUSE

[X11]

ServerPath=/usr/bin/X

SessionLogFile=/home/masaru/.local/share/sddm/xorg-session.log

SessionDir=/usr/share/xsessions


then the empty file waykand-session.log appears instead of
xorg-session.log. On the other hand, if I set sddm.conf to

--
[Theme]

Current=breeze-openSUSE

[Wayland]

SessionLogFile=/home/masaru/.local/share/sddm/wayland-session.log

SessionDir=/usr/share/wayland-sessions

SessionCommand=/usr/share/sddm/scripts/wayland-session

---

then the logged xorg-session.log appeared instead of
wayland-session.log.

I think the solution is to change the DM, but I like sddm, so I'll do
some more research.

Regards.

---
┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp
┃\/彡
┗━━┛  "It should never be said that it is OK to ignore the theoretical
  as long as it becomes a tool."   

   -- T. Mori (The original is in Japanese) --


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