Skip to content

Commit

Permalink
Merge branch 'pkgupd-based-rebuild' of github.com:itsmanjeet/rlxos in…
Browse files Browse the repository at this point in the history
…to pkgupd-based-rebuild
  • Loading branch information
itsManjeet committed Jul 26, 2024
2 parents c3a842f + 7817d97 commit 96c5254
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion elements/components/initial-setup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: initial-setup
version: 2.0.2
version: 2.0.3
about: System Initial Setup
merge: [ ostree-branch.yml, elements/include/rlxos.inc ]

Expand Down
14 changes: 13 additions & 1 deletion elements/components/welcome-tour.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
id: welcome-tour
version: 0.1.2
version: 2.0
about: RLXOS welcome tour
merge: [elements/include/rlxos.inc]

post-script: |-
install -v -D -m 0755 /dev/stdin %{install-root}/%{sysconfdir}/xdg/autostart/welcome-tour.desktop << "EOF"
[Desktop Entry]
Name=Welcome Tour
Comment=RLXOS Welcome tour
Icon=welcome-tour
Exec=env WELCOME_TOUR_AUTOSTART=1 %{bindir}/welcome-tour
Terminal=false
Type=Application
EOF
depends:
- components/gtkmm.yml
7 changes: 0 additions & 7 deletions elements/extensions/x11.yml

This file was deleted.

1 change: 1 addition & 0 deletions elements/platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ depends:
- components/file-roller.yml

- components/meta-xfce4.yml
- components/meta-x11.yml
- components/lightdm.yml
- components/initial-setup.yml
- components/epdfview.yml
Expand Down
2 changes: 1 addition & 1 deletion src/initial-setup
10 changes: 5 additions & 5 deletions src/welcome-tour/Window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ operating system and new features of this release</property>
<property name="receives-default">True</property>
<property name="relief">none</property>
<property name="use-stock">True</property>
<property name="uri">https://rlxos.dev/community</property>
<property name="uri">https://github.com/itsManjeet/rlxos/discussions</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down Expand Up @@ -199,7 +199,7 @@ operating system and new features of this release</property>
<property name="receives-default">True</property>
<property name="halign">center</property>
<property name="relief">none</property>
<property name="uri">https://rlxos.dev/apps</property>
<property name="uri">https://apps.rlxos.dev</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -277,7 +277,7 @@ operating system and new features of this release</property>
<property name="receives-default">True</property>
<property name="halign">center</property>
<property name="relief">none</property>
<property name="uri">https://docs.rlxos.dev/getting-started/welcome-tour/</property>
<property name="uri">https://docs.rlxos.dev</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -436,7 +436,7 @@ operating system and new features of this release</property>
<property name="receives-default">True</property>
<property name="halign">center</property>
<property name="relief">none</property>
<property name="uri">https://docs.rlxos.dev/system-management/extensions/</property>
<property name="uri">https://docs.rlxos.dev</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -516,7 +516,7 @@ operating system and new features of this release</property>
<property name="receives-default">True</property>
<property name="halign">center</property>
<property name="relief">none</property>
<property name="uri">https://rlxos.dev/community</property>
<property name="uri">https://github.com/itsManjeet/rlxos/discussions</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit 96c5254

Please sign in to comment.