diff --git a/packages.json b/packages.json index f8a46f0..54a8a5b 100644 --- a/packages.json +++ b/packages.json @@ -83,4 +83,4 @@ "all": [] } } -} \ No newline at end of file +} diff --git a/usr/etc/profile.d/deepin-firstboot.sh b/usr/etc/profile.d/deepin-firstboot.sh deleted file mode 100644 index c0e6939..0000000 --- a/usr/etc/profile.d/deepin-firstboot.sh +++ /dev/null @@ -1,6 +0,0 @@ -if test "$(id -u)" -gt "0" && test -d "$HOME"; then - if test ! -e "$HOME"/.config/autostart/deepin-firstboot.desktop; then - mkdir -p "$HOME"/.config/autostart - cp -f /usr/share/ublue-os/firstboot/deepin-firstboot.desktop "$HOME"/.config/autostart - fi -fi \ No newline at end of file diff --git a/usr/share/ublue-os/firstboot/deepin-firstboot.desktop b/usr/share/ublue-os/firstboot/deepin-firstboot.desktop deleted file mode 100644 index 8df5e89..0000000 --- a/usr/share/ublue-os/firstboot/deepin-firstboot.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=Deepin First Boot Setup -Comment=Sets up Ublue Desktop Correctly On FirstBoot -Exec=/usr/bin/yafti /usr/share/ublue-os/firstboot/yafti.yml -Icon=org.gnome.Terminal -Type=Application -Categories=Utility;System; -Name[en_US]=startup \ No newline at end of file diff --git a/usr/share/ublue-os/firstboot/yafti.yml b/usr/share/ublue-os/firstboot/yafti.yml deleted file mode 100644 index 6125f85..0000000 --- a/usr/share/ublue-os/firstboot/yafti.yml +++ /dev/null @@ -1,115 +0,0 @@ -title: Welcome to uBlue -properties: - mode: "run-on-change" -screens: - first-screen: - source: yafti.screen.title - values: - title: "Welcome to UBlue Deepin (Alpha)" - icon: "/path/to/icon" - description: | - Pick some applications to get started - can-we-modify-your-flatpaks: - source: yafti.screen.consent - values: - title: Welcome, Traveler - show_terminal: true - condition: - run: flatpak remotes --system | grep fedora - description: | - WARNING: This will remove your existing Flatpaks if you are rebasing! - If you do not want to do this, then you can exit the installer. - If you accept, please wait a few seconds for the operation to complete. - actions: - - run: /usr/lib/fedora-third-party/fedora-third-party-opt-out - - run: /usr/bin/fedora-third-party disable - - run: flatpak remove --system --noninteractive --all - - run: flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo - applications: - source: yafti.screen.package - values: - title: Application Installation - show_terminal: true - package_manager: yafti.plugin.flatpak - groups: - Core: - description: Core applications - default: true - packages: - - Backup: org.gnome.DejaDup - - Calculator: org.gnome.Calculator - - Celluloid Video Player: io.github.celluloid_player.Celluloid - - Disk Usage Analyzer: org.gnome.baobab - - Photo Organizer: org.gnome.Shotwell - - Fedora Media Writer: org.fedoraproject.MediaWriter - - Flatseal Permissions Manager: com.github.tchx84.Flatseal - - Mozilla Firefox: org.mozilla.firefox - Gestures: - description: Configure touchpad gestures - default: false - packages: - - Touché: com.github.joseexposito.touche - Web Browsers: - description: Additional browsers to complement Firefox - default: false - packages: - - Brave: com.brave.Browser - - Google Chrome: com.google.Chrome - - Microsoft Edge: com.microsoft.Edge - - Opera: com.opera.Opera - Communication: - description: Apps for emails, chatting, and sharing - default: false - packages: - - HexChat: io.github.Hexchat - - Pidgin: im.pidgin.Pidgin - - Thunderbird Email: org.mozilla.Thunderbird - - Transmission: com.transmissionbt.Transmission - Productivity: - description: Create papers, spreadsheets, or code - default: false - packages: - - LibreOffice: org.libreoffice.LibreOffice - - Obsidian: md.obsidian.Obsidian - - OnlyOffice: org.onlyoffice.desktopeditors - - Slack: com.slack.Slack - - Standard Notes: org.standardnotes.standardnotes - - Thunderbird Email: org.mozilla.Thunderbird - - Visual Studio Code: com.visualstudio.code - Gaming: - description: Game on! - default: false - packages: - - Bottles: com.usebottles.bottles - - Discord: com.discordapp.Discord - - Games: org.gnome.Games - - Heroic Games Launcher: com.heroicgameslauncher.hgl - - MangoHUD: org.freedesktop.Platform.VulkanLayer.MangoHud//22.08 - - Steam: com.valvesoftware.Steam - - Gamescope for Steam: com.valvesoftware.Steam.Utility.gamescope - - Proton Updater for Steam: net.davidotek.pupgui2 - Streaming: - description: Stream to the Internet - default: false - packages: - - OBS Studio: com.obsproject.Studio - - VkCapture for OBS: com.obsproject.Studio.OBSVkCapture - - Gstreamer for OBS: com.obsproject.Studio.Plugin.Gstreamer - - Gstreamer VAAPI for OBS: com.obsproject.Studio.Plugin.GStreamerVaapi - - Boatswain for Streamdeck: com.feaneron.Boatswain - - final-screen: - source: yafti.screen.title - values: - title: "All done!" - icon: "/path/to/icon" - links: - - "Install More Applications": - run: /usr/bin/gnome-software - - "Website": - run: /usr/bin/xdg-open https://ublue.it - - "Join the Discord Community": - run: /usr/bin/xdg-open https://discord.gg/XjG48C7VHx - description: | - Thanks for trying UBlue Deepin. We hope you enjoy it! - You may need to reboot before installed apps will appear in the menu. \ No newline at end of file