Dear Geekos, openSUSE offers a variety of desktops one can install right from the same installation medium. However, while we claim that we package Cinnamon, there is no pattern for it yet, so there is no easy way to select the desktop for installation. We have created https://bugzilla.opensuse.org/show_bug.cgi?id=1181253 in case someone wants to help.... Thanks Axel
Hi Axel, I would like to take this mission, It doesn't look like quite hard, but still need some time. Maybe I can finish in a week or two. https://build.opensuse.org/package/show/home:slbtongying/patterns-cinnamon Best wishes, shenlebantongying On Thu, Feb 4, 2021 at 3:47 AM Axel Braun <axel.braun@gmx.de> wrote:
Dear Geekos,
openSUSE offers a variety of desktops one can install right from the same installation medium.
However, while we claim that we package Cinnamon, there is no pattern for it yet, so there is no easy way to select the desktop for installation.
We have created https://bugzilla.opensuse.org/show_bug.cgi?id=1181253 in case someone wants to help....
Thanks Axel
Hello shenlebantongying, Am Donnerstag, 4. Februar 2021, 21:41:21 CET schrieb slb:
I would like to take this mission, It doesn't look like quite hard, but still need some time. Maybe I can finish in a week or two.
https://build.opensuse.org/package/show/home:slbtongying/patterns-cinnamon
Excellent, thank you very much for stepping up! There is no hurry! Axel
-----Original Message----- From: Axel Braun <axel.braun@gmx.de> Sent: 05 February 2021 08:21 To: factory@lists.opensuse.org Subject: Re: Pattern for Cinnamon
Hello shenlebantongying,
Am Donnerstag, 4. Februar 2021, 21:41:21 CET schrieb slb:
I would like to take this mission, It doesn't look like quite hard, but still need some time. Maybe I can finish in a week or two.
https://build.opensuse.org/package/show/home:slbtongying/patterns-cinn amon
Excellent, thank you very much for stepping up! There is no hurry!
Once done, you probably want to add an openQA test for it, similar to LXQT: https://openqa.opensuse.org/tests/1616716 and others additional DE. Cheers, Guillaume IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Hi Guillaume, I already submitted `patterns-cinnamon` in to the cinnamon devel factory.[0] I installed them on my local VMs from a bare-bones system and they both worked OK. I would like to set up an openQA for it. However, I didn't figure out how to add a new job for openQA after reading some docs. Is there a guide or something? Settling up an instance for experimenting doesn't seem to be an easy maneuver. [0] https://build.opensuse.org/package/show/X11:Cinnamon:Factory/patterns-cinnam... Cheers, shenlebantongyinng On Fri, Feb 5, 2021 at 3:35 AM Guillaume Gardet <Guillaume.Gardet@arm.com> wrote:
-----Original Message----- From: Axel Braun <axel.braun@gmx.de> Sent: 05 February 2021 08:21 To: factory@lists.opensuse.org Subject: Re: Pattern for Cinnamon
Hello shenlebantongying,
Am Donnerstag, 4. Februar 2021, 21:41:21 CET schrieb slb:
I would like to take this mission, It doesn't look like quite hard, but still need some time. Maybe I can finish in a week or two.
https://build.opensuse.org/package/show/home:slbtongying/patterns-cinn amon
Excellent, thank you very much for stepping up! There is no hurry!
Once done, you probably want to add an openQA test for it, similar to LXQT: https://openqa.opensuse.org/tests/1616716 and others additional DE.
Cheers, Guillaume
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Hi, 07.02.2021 12:11:50 slb <shenlebantongying@gmail.com>:
I already submitted `patterns-cinnamon` in to the cinnamon devel factory.[0] I installed them on my local VMs from a bare-bones system and they both worked OK.
I would like to set up an openQA for it. However, I didn't figure out how to add a new job for openQA after reading some docs. Is there a guide or something? Settling up an instance for experimenting doesn't seem to be an easy maneuver.
Actually we try to make installing openQA very easy. Did you find the documentation on http://open.qa/ ? I can recommend two different ways to get going, either install on a machine of yours and extend tests there, or trigger tests on openqa.opensuse.org based on a public git repository. For this any existing admin can give you the necessary "operator" permissions, e.g. ping me, "okurz" in irc://chat.freenode.net/opensuse-factory Have fun, Oliver
-----Original Message----- From: Oliver Kurz <okurz@suse.de> Sent: 07 February 2021 18:58 Cc: factory@lists.opensuse.org Subject: Re: Pattern for Cinnamon
Hi,
07.02.2021 12:11:50 slb <shenlebantongying@gmail.com>:
I already submitted `patterns-cinnamon` in to the cinnamon devel factory.[0] I installed them on my local VMs from a bare-bones system and they both worked OK.
I would like to set up an openQA for it. However, I didn't figure out how to add a new job for openQA after reading some docs. Is there a guide or something? Settling up an instance for experimenting doesn't seem to be an easy maneuver.
Actually we try to make installing openQA very easy. Did you find the documentation on http://open.qa/ ? I can recommend two different ways to get going, either install on a machine of yours and extend tests there, or trigger tests on openqa.opensuse.org based on a public git repository. For this any existing admin can give you the necessary "operator" permissions, e.g. ping me, "okurz" in irc://chat.freenode.net/opensuse-factory
In addition, I would add that all openQA tests for openSUSE are written in Perl and stored in https://github.com/os-autoinst/os-autoinst-distri-openSUSE Where you can create a Pull Request once you created the required code which would include: 1. an update of load_otherDE_tests function to handle cinnamon (load_cinnamon_tests() + specific cinnamon tests, if any): https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/produ... 2. Creation of tests/x11/cinnamon_reconfigure_openqa.pm With your PR, you can then create a test run by cloning an existing otherDE_xyz test, update DE_PATTERN var and referencing your PR. See: http://open.qa/docs/#_triggering_tests_based_on_an_any_remote_git_refspec_or... Cheers, Guillaume
Have fun, Oliver
participants (4)
-
Axel Braun
-
Guillaume Gardet
-
Oliver Kurz
-
slb