├── .gitattributes
├── .github
├── CODEOWNERS
├── FUNDING.yml
├── ISSUE_TEMPLATE
│ ├── bug_report.yml
│ ├── config.yml
│ └── feature_request.yml
├── PULL_REQUEST_TEMPLATE.md
└── workflows
│ └── build-image.yml
├── .gitignore
├── .vscode
└── settings.json
├── AUTHORS.md
├── Assets
├── HKEY_CLASSES_ROOT.reg
├── HKEY_CURRENT_CONFIG.reg
├── HKEY_CURRENT_USER.reg
├── HKEY_LOCAL_MACHINE.reg
├── HKEY_USERS.reg
├── README.md
├── autorun.ico
├── autorun.inf
├── desktop
│ ├── Firefox Installer (1).exe
│ ├── Firefox Installer.exe
│ ├── Greentea OS Compat v1.3.exe
│ ├── Hellur.txt
│ ├── New folder (2)
│ │ └── leaves.png
│ ├── New folder
│ │ └── Hellur.txt
│ ├── README.md
│ ├── calc.exe
│ ├── cards.dll
│ ├── leaves.png
│ ├── mspaint.exe
│ ├── notepad.exe
│ ├── pdf.ico
│ ├── regedit.exe
│ ├── spider.exe
│ ├── wapp.exe
│ ├── wapp.exe.lnk
│ ├── wapp32.exe
│ ├── wapp64.exe
│ ├── winmine.exe
│ ├── wndapp.exe
│ ├── wndapp32.exe
│ └── wndapp64.exe
├── root
│ ├── Documents and Settings
│ │ └── vfs.inf
│ ├── Program Files (x86)
│ │ ├── Common Files
│ │ │ └── vfs.inf
│ │ └── vfs.inf
│ ├── Program Files
│ │ ├── Common Files
│ │ │ └── vfs.inf
│ │ └── vfs.inf
│ ├── ProgramData
│ │ ├── Application Data
│ │ │ └── vfs.inf
│ │ └── vfs.inf
│ ├── Users
│ │ ├── Public
│ │ │ ├── Desktop
│ │ │ │ └── vfs.inf
│ │ │ └── vfs.inf
│ │ └── vfs.inf
│ ├── Windows
│ │ ├── Cursors
│ │ │ ├── README.md
│ │ │ ├── aero_arrow.cur
│ │ │ ├── aero_busy.ani
│ │ │ ├── aero_ew.cur
│ │ │ ├── aero_helpsel.cur
│ │ │ ├── aero_link.cur
│ │ │ ├── aero_move.cur
│ │ │ ├── aero_nesw.cur
│ │ │ ├── aero_ns.cur
│ │ │ ├── aero_nwse.cur
│ │ │ ├── aero_pen.cur
│ │ │ ├── aero_unavail.cur
│ │ │ ├── aero_up.cur
│ │ │ ├── aero_working.ani
│ │ │ ├── input.cur
│ │ │ ├── mirror.cur
│ │ │ └── vfs.inf
│ │ ├── Fonts
│ │ │ ├── README.md
│ │ │ └── vfs.inf
│ │ ├── Resources
│ │ │ ├── Icons
│ │ │ │ ├── 256_application-community.ico
│ │ │ │ ├── 256_application-vnd.ms-access.ico
│ │ │ │ ├── 256_application-vnd.ms-excel.ico
│ │ │ │ ├── 256_application-vnd.ms-powerpoint.ico
│ │ │ │ ├── 256_application-vnd.oasis.opendocument.chart.ico
│ │ │ │ ├── 256_application-x-bittorrent.ico
│ │ │ │ ├── 256_application-x-cd-image.ico
│ │ │ │ ├── 256_application-x-flash-video.ico
│ │ │ │ ├── 256_application-x-ms-dos-executable.ico
│ │ │ │ ├── 256_application-x-object.ico
│ │ │ │ ├── 256_application-x-sln.ico
│ │ │ │ ├── 256_applications-3D.ico
│ │ │ │ ├── 256_applications-accessories.ico
│ │ │ │ ├── 256_applications-arcade.ico
│ │ │ │ ├── 256_applications-astronomy.ico
│ │ │ │ ├── 256_applications-biology.ico
│ │ │ │ ├── 256_applications-boardgames.ico
│ │ │ │ ├── 256_applications-cardgames.ico
│ │ │ │ ├── 256_applications-chat.ico
│ │ │ │ ├── 256_applications-debugging.ico
│ │ │ │ ├── 256_applications-development.ico
│ │ │ │ ├── 256_applications-drawing.ico
│ │ │ │ ├── 256_applications-education.ico
│ │ │ │ ├── 256_applications-electronics.ico
│ │ │ │ ├── 256_applications-engineering.ico
│ │ │ │ ├── 256_applications-filesharing.ico
│ │ │ │ ├── 256_applications-fonts.ico
│ │ │ │ ├── 256_applications-games.ico
│ │ │ │ ├── 256_applications-geography.ico
│ │ │ │ ├── 256_applications-geology.ico
│ │ │ │ ├── 256_applications-graphics.ico
│ │ │ │ ├── 256_applications-haskell.ico
│ │ │ │ ├── 256_applications-ide.ico
│ │ │ │ ├── 256_applications-interfacedesign.ico
│ │ │ │ ├── 256_applications-internet.ico
│ │ │ │ ├── 256_applications-java.ico
│ │ │ │ ├── 256_applications-libraries.ico
│ │ │ │ ├── 256_applications-lisp.ico
│ │ │ │ ├── 256_applications-mail.ico
│ │ │ │ ├── 256_applications-mathematics.ico
│ │ │ │ ├── 256_applications-monodevelopment.ico
│ │ │ │ ├── 256_applications-multimedia.ico
│ │ │ │ ├── 256_applications-ocaml.ico
│ │ │ │ ├── 256_applications-office.ico
│ │ │ │ ├── 256_applications-other.ico
│ │ │ │ ├── 256_applications-painting.ico
│ │ │ │ ├── 256_applications-perl.ico
│ │ │ │ ├── 256_applications-photography.ico
│ │ │ │ ├── 256_applications-physics.ico
│ │ │ │ ├── 256_applications-profiling.ico
│ │ │ │ ├── 256_applications-publishing.ico
│ │ │ │ ├── 256_applications-puzzles.ico
│ │ │ │ ├── 256_applications-python.ico
│ │ │ │ ├── 256_applications-roleplaying.ico
│ │ │ │ ├── 256_applications-ruby.ico
│ │ │ │ ├── 256_applications-science.ico
│ │ │ │ ├── 256_applications-simulation.ico
│ │ │ │ ├── 256_applications-sports.ico
│ │ │ │ ├── 256_applications-utilities.ico
│ │ │ │ ├── 256_applications-versioncontrol.ico
│ │ │ │ ├── 256_applications-viewers.ico
│ │ │ │ ├── 256_appointment-new.ico
│ │ │ │ ├── 256_apport.ico
│ │ │ │ ├── 256_aptdaemon-add.ico
│ │ │ │ ├── 256_aptdaemon-delete.ico
│ │ │ │ ├── 256_aptdaemon-setup.ico
│ │ │ │ ├── 256_audio-card.ico
│ │ │ │ ├── 256_audio-input-microphone.ico
│ │ │ │ ├── 256_audio-x-generic.ico
│ │ │ │ ├── 256_avatar-default.ico
│ │ │ │ ├── 256_battery-ac-adapter.ico
│ │ │ │ ├── 256_battery-caution-charging.ico
│ │ │ │ ├── 256_battery-caution.ico
│ │ │ │ ├── 256_battery-empty-charging.ico
│ │ │ │ ├── 256_battery-empty.ico
│ │ │ │ ├── 256_battery-full-charging.ico
│ │ │ │ ├── 256_battery-full.ico
│ │ │ │ ├── 256_battery-good-charging.ico
│ │ │ │ ├── 256_battery-good.ico
│ │ │ │ ├── 256_battery-low-charging.ico
│ │ │ │ ├── 256_battery-low.ico
│ │ │ │ ├── 256_battery-mouse-000.ico
│ │ │ │ ├── 256_battery-mouse-020.ico
│ │ │ │ ├── 256_battery-mouse-040.ico
│ │ │ │ ├── 256_battery-mouse-060.ico
│ │ │ │ ├── 256_battery-mouse-080.ico
│ │ │ │ ├── 256_battery-mouse-100.ico
│ │ │ │ ├── 256_battery-phone-000.ico
│ │ │ │ ├── 256_battery-phone-020.ico
│ │ │ │ ├── 256_battery-phone-040.ico
│ │ │ │ ├── 256_battery-phone-060.ico
│ │ │ │ ├── 256_battery-phone-080.ico
│ │ │ │ ├── 256_battery-phone-100.ico
│ │ │ │ ├── 256_battery.ico
│ │ │ │ ├── 256_bluetooth.ico
│ │ │ │ ├── 256_bookmark-missing.ico
│ │ │ │ ├── 256_bookmark-new.ico
│ │ │ │ ├── 256_camera-photo.ico
│ │ │ │ ├── 256_contact-new.ico
│ │ │ │ ├── 256_dialog-error.ico
│ │ │ │ ├── 256_dialog-ok-apply.ico
│ │ │ │ ├── 256_dialog-warning.ico
│ │ │ │ ├── 256_document-export.ico
│ │ │ │ ├── 256_document-import.ico
│ │ │ │ ├── 256_document-new.ico
│ │ │ │ ├── 256_document-page-setup.ico
│ │ │ │ ├── 256_document-print-preview.ico
│ │ │ │ ├── 256_document-print.ico
│ │ │ │ ├── 256_document-revert.ico
│ │ │ │ ├── 256_drive-harddisk-ieee1394.ico
│ │ │ │ ├── 256_drive-harddisk-usb.ico
│ │ │ │ ├── 256_drive-removable-media.ico
│ │ │ │ ├── 256_edit-clear.ico
│ │ │ │ ├── 256_edit-copy.ico
│ │ │ │ ├── 256_edit-delete.ico
│ │ │ │ ├── 256_edit-find-replace.ico
│ │ │ │ ├── 256_edit-find.ico
│ │ │ │ ├── 256_edit-redo.ico
│ │ │ │ ├── 256_edit-select-all.ico
│ │ │ │ ├── 256_edit-undo.ico
│ │ │ │ ├── 256_edit.ico
│ │ │ │ ├── 256_emblem-readonly.ico
│ │ │ │ ├── 256_emblem-symbolic-link.ico
│ │ │ │ ├── 256_emblem-unreadable.ico
│ │ │ │ ├── 256_extension.ico
│ │ │ │ ├── 256_facebook.ico
│ │ │ │ ├── 256_font-x-generic.ico
│ │ │ │ ├── 256_gmail.ico
│ │ │ │ ├── 256_gnome-dev-pcmcia.ico
│ │ │ │ ├── 256_gnome-dev-printer-new.ico
│ │ │ │ ├── 256_go-bottom.ico
│ │ │ │ ├── 256_go-down.ico
│ │ │ │ ├── 256_go-first.ico
│ │ │ │ ├── 256_go-home.ico
│ │ │ │ ├── 256_go-jump.ico
│ │ │ │ ├── 256_go-last.ico
│ │ │ │ ├── 256_go-next.ico
│ │ │ │ ├── 256_go-previous.ico
│ │ │ │ ├── 256_go-top.ico
│ │ │ │ ├── 256_go-up.ico
│ │ │ │ ├── 256_google.ico
│ │ │ │ ├── 256_help-contents.ico
│ │ │ │ ├── 256_help-hint.ico
│ │ │ │ ├── 256_help-info.ico
│ │ │ │ ├── 256_image-loading.ico
│ │ │ │ ├── 256_image-missing.ico
│ │ │ │ ├── 256_image-vnd.adobe.photoshop.ico
│ │ │ │ ├── 256_image-x-generic.ico
│ │ │ │ ├── 256_image-x-xcf.ico
│ │ │ │ ├── 256_input-mouse.ico
│ │ │ │ ├── 256_internet-chat.ico
│ │ │ │ ├── 256_internet-feed.ico
│ │ │ │ ├── 256_internet-mail.ico
│ │ │ │ ├── 256_internet-news-reader.ico
│ │ │ │ ├── 256_internet-web-browser.ico
│ │ │ │ ├── 256_jockey.ico
│ │ │ │ ├── 256_list-add.ico
│ │ │ │ ├── 256_list-remove.ico
│ │ │ │ ├── 256_locked.ico
│ │ │ │ ├── 256_mail-forward.ico
│ │ │ │ ├── 256_mail-inbox.ico
│ │ │ │ ├── 256_mail-mailbox.ico
│ │ │ │ ├── 256_mail-mark-important.ico
│ │ │ │ ├── 256_mail-outbox.ico
│ │ │ │ ├── 256_mail-reply-all.ico
│ │ │ │ ├── 256_mail-reply-sender.ico
│ │ │ │ ├── 256_media-eject.ico
│ │ │ │ ├── 256_media-flash-cf.ico
│ │ │ │ ├── 256_media-flash-ms.ico
│ │ │ │ ├── 256_media-import-audio-cd.ico
│ │ │ │ ├── 256_media-memory-sd.ico
│ │ │ │ ├── 256_media-memory-sm.ico
│ │ │ │ ├── 256_media-memory.ico
│ │ │ │ ├── 256_media-optical.ico
│ │ │ │ ├── 256_media-playback-pause.ico
│ │ │ │ ├── 256_media-playback-start.ico
│ │ │ │ ├── 256_media-playback-stop.ico
│ │ │ │ ├── 256_media-record.ico
│ │ │ │ ├── 256_media-seek-backward.ico
│ │ │ │ ├── 256_media-seek-forward.ico
│ │ │ │ ├── 256_media-skip-backward.ico
│ │ │ │ ├── 256_media-skip-forward.ico
│ │ │ │ ├── 256_midori.ico
│ │ │ │ ├── 256_multimedia-audio-player.ico
│ │ │ │ ├── 256_multimedia-player.ico
│ │ │ │ ├── 256_multimedia-video-player.ico
│ │ │ │ ├── 256_network-error.ico
│ │ │ │ ├── 256_network-idle.ico
│ │ │ │ ├── 256_object-inverse.ico
│ │ │ │ ├── 256_object-rotate-left.ico
│ │ │ │ ├── 256_object-rotate-right.ico
│ │ │ │ ├── 256_office-address-book.ico
│ │ │ │ ├── 256_office-calendar.ico
│ │ │ │ ├── 256_office-contact.ico
│ │ │ │ ├── 256_office-database.ico
│ │ │ │ ├── 256_office-document.ico
│ │ │ │ ├── 256_package-x-generic.ico
│ │ │ │ ├── 256_pda.ico
│ │ │ │ ├── 256_phone-motorola-droid.ico
│ │ │ │ ├── 256_phone.ico
│ │ │ │ ├── 256_playlist-automatic.ico
│ │ │ │ ├── 256_playlist.ico
│ │ │ │ ├── 256_postscript-viewer.ico
│ │ │ │ ├── 256_ppa.ico
│ │ │ │ ├── 256_preferences-desktop-accessibility.ico
│ │ │ │ ├── 256_preferences-desktop-locale.ico
│ │ │ │ ├── 256_preferences-desktop-online-accounts.ico
│ │ │ │ ├── 256_preferences-desktop-sound.ico
│ │ │ │ ├── 256_preferences-desktop.ico
│ │ │ │ ├── 256_preferences-system-time.ico
│ │ │ │ ├── 256_printer-error.ico
│ │ │ │ ├── 256_printer-remote.ico
│ │ │ │ ├── 256_printer.ico
│ │ │ │ ├── 256_process-stop.ico
│ │ │ │ ├── 256_processor.ico
│ │ │ │ ├── 256_shotwell.ico
│ │ │ │ ├── 256_software-properties.ico
│ │ │ │ ├── 256_system-lock-screen.ico
│ │ │ │ ├── 256_system-log-out.ico
│ │ │ │ ├── 256_system-run.ico
│ │ │ │ ├── 256_system-shutdown.ico
│ │ │ │ ├── 256_system-software-installer.ico
│ │ │ │ ├── 256_system-software-update.ico
│ │ │ │ ├── 256_system-upgrade.ico
│ │ │ │ ├── 256_system-users.ico
│ │ │ │ ├── 256_tab-new.ico
│ │ │ │ ├── 256_tag-new.ico
│ │ │ │ ├── 256_text-css.ico
│ │ │ │ ├── 256_text-html.ico
│ │ │ │ ├── 256_text-x-authors.ico
│ │ │ │ ├── 256_text-x-changelog.ico
│ │ │ │ ├── 256_text-x-chdr.ico
│ │ │ │ ├── 256_text-x-csrc.ico
│ │ │ │ ├── 256_text-x-generic-template.ico
│ │ │ │ ├── 256_text-x-gtkrc.ico
│ │ │ │ ├── 256_text-x-install.ico
│ │ │ │ ├── 256_text-x-javascript.ico
│ │ │ │ ├── 256_text-x-makefile.ico
│ │ │ │ ├── 256_text-x-preview.ico
│ │ │ │ ├── 256_text-x-python.ico
│ │ │ │ ├── 256_text-x-readme.ico
│ │ │ │ ├── 256_text-x-script.ico
│ │ │ │ ├── 256_text-x-vala.ico
│ │ │ │ ├── 256_text.ico
│ │ │ │ ├── 256_transform-rotate.ico
│ │ │ │ ├── 256_twitter.ico
│ │ │ │ ├── 256_unknown.ico
│ │ │ │ ├── 256_utilities-system-monitor.ico
│ │ │ │ ├── 256_utilities-terminal.ico
│ │ │ │ ├── 256_video-x-generic.ico
│ │ │ │ ├── 256_view-refresh.ico
│ │ │ │ ├── 256_window-close.ico
│ │ │ │ ├── 256_window-new.ico
│ │ │ │ ├── 256_x-office-document-template.ico
│ │ │ │ ├── 256_x-office-drawing-template.ico
│ │ │ │ ├── 256_x-office-drawing.ico
│ │ │ │ ├── 256_x-office-presentation-template.ico
│ │ │ │ ├── 256_x-office-presentation.ico
│ │ │ │ ├── 256_x-office-spreadsheet-template.ico
│ │ │ │ ├── 256_x-office-spreadsheet.ico
│ │ │ │ ├── Beautiful
│ │ │ │ │ ├── app.png
│ │ │ │ │ ├── app3.png
│ │ │ │ │ ├── app32.png
│ │ │ │ │ ├── app4.png
│ │ │ │ │ ├── folder(1).png
│ │ │ │ │ ├── folder(paper).png
│ │ │ │ │ ├── folder48.png
│ │ │ │ │ ├── paper_1.png
│ │ │ │ │ ├── paper_1_16.png
│ │ │ │ │ ├── paper_2.png
│ │ │ │ │ ├── paper_2_16.png
│ │ │ │ │ ├── paper_3.png
│ │ │ │ │ └── paper_4.png
│ │ │ │ ├── Conservative
│ │ │ │ │ └── folder48.png
│ │ │ │ ├── LICENSE.md
│ │ │ │ ├── README.md
│ │ │ │ ├── Start
│ │ │ │ │ ├── downloads.png
│ │ │ │ │ ├── files.png
│ │ │ │ │ ├── find.png
│ │ │ │ │ ├── gallery.png
│ │ │ │ │ ├── gear.png
│ │ │ │ │ ├── pip.png
│ │ │ │ │ ├── power.png
│ │ │ │ │ ├── search.png
│ │ │ │ │ └── user.png
│ │ │ │ ├── Tray
│ │ │ │ │ ├── volume.png
│ │ │ │ │ └── wifi.png
│ │ │ │ ├── address-book-insert.ico
│ │ │ │ ├── address-book-new.ico
│ │ │ │ ├── app16.png
│ │ │ │ ├── app48.png
│ │ │ │ ├── application-x-desktop.ico
│ │ │ │ ├── calculator.ico
│ │ │ │ ├── computer.ico
│ │ │ │ ├── default-icon.ico
│ │ │ │ ├── dictionary.ico
│ │ │ │ ├── dll48.png
│ │ │ │ ├── document-properties.ico
│ │ │ │ ├── drive-harddisk.ico
│ │ │ │ ├── epub+zip.ico
│ │ │ │ ├── favorites.ico
│ │ │ │ ├── folder-documents.ico
│ │ │ │ ├── folder-download.ico
│ │ │ │ ├── folder-music.ico
│ │ │ │ ├── folder-new.ico
│ │ │ │ ├── folder-open.ico
│ │ │ │ ├── folder-pictures.ico
│ │ │ │ ├── folder-publicshare.ico
│ │ │ │ ├── folder-recent.ico
│ │ │ │ ├── folder-remote.ico
│ │ │ │ ├── folder-saved-search.ico
│ │ │ │ ├── folder-templates.ico
│ │ │ │ ├── folder-videos.ico
│ │ │ │ ├── folder.ico
│ │ │ │ ├── folder16.png
│ │ │ │ ├── folder48.png
│ │ │ │ ├── illustrator.ico
│ │ │ │ ├── leaves.png
│ │ │ │ ├── leaves16.png
│ │ │ │ ├── leaves16white.png
│ │ │ │ ├── link.png
│ │ │ │ ├── media-optical-audio.ico
│ │ │ │ ├── msword.ico
│ │ │ │ ├── network.ico
│ │ │ │ ├── notepad.ico_16x16.png
│ │ │ │ ├── notepad.ico_48x48.png
│ │ │ │ ├── octet-stream.ico
│ │ │ │ ├── optical.ico
│ │ │ │ ├── pdf.ico
│ │ │ │ ├── system-file-manager.ico
│ │ │ │ ├── text-editor.ico
│ │ │ │ ├── trash-empty.ico
│ │ │ │ ├── trash-empty48.png
│ │ │ │ ├── trash-full.ico
│ │ │ │ ├── trash.png
│ │ │ │ ├── unknown48.png
│ │ │ │ ├── usb.ico
│ │ │ │ ├── user-home.ico
│ │ │ │ ├── vfs.inf
│ │ │ │ └── web camera.ico
│ │ │ └── vfs.inf
│ │ ├── SysWOW64
│ │ │ └── vfs.inf
│ │ ├── System32
│ │ │ └── vfs.inf
│ │ ├── Web
│ │ │ ├── Wallpaper
│ │ │ │ ├── Tofita
│ │ │ │ │ ├── alternative.png
│ │ │ │ │ ├── default.png
│ │ │ │ │ └── vfs.inf
│ │ │ │ └── vfs.inf
│ │ │ └── vfs.inf
│ │ ├── WinSxS
│ │ │ └── vfs.inf
│ │ └── vfs.inf
│ └── vfs.inf
└── tea.ico
├── Developer-Guide
├── CI.md
├── CPUID.md
├── Create-Pull-Request.md
├── Git-and-GitHub.md
├── Localization.md
├── Must-Have.md
├── Repos.md
├── Roadmap.md
├── VirtualBox-Config.md
├── x64.md
└── x86.md
├── Images
└── screenshot.jpg
├── LICENSE
├── README.md
├── User-Guide
├── Apps.md
├── Build-System.md
├── Community.md
├── Control-Panel.md
├── Frequently-Asked-Questions.md
├── Games.md
├── Greentea-FS.md
├── Hexa.md
├── Installation.md
├── Issues.md
├── Protection.md
├── Rolling.md
├── Shop.md
├── Vulkan.md
├── Web.md
└── Wiki-How.md
└── _config.yml
/.gitattributes:
--------------------------------------------------------------------------------
1 | * text=auto eol=crlf
2 |
3 | *.hexa text eol=crlf
4 | *.h text eol=crlf
5 | *.c text eol=crlf
6 | *.cpp text eol=crlf
7 | *.asm text eol=crlf
8 | *.ld text eol=crlf
9 | *.json text eol=crlf
10 | *.s text eol=crlf
11 | *.bat text eol=crlf
12 | *.js text eol=crlf
13 | *.inf text eol=crlf
14 | *.ini text eol=crlf
15 | *.reg text eol=crlf
16 | *.txt text eol=crlf
17 | *.html text eol=crlf
18 | *.htm text eol=crlf
19 | *.md text eol=auto
20 |
21 | *.cab binary
22 | *.jpeg binary
23 | *.tofita binary
24 | *.ttf binary
25 | *.webp binary
26 | *.exe binary
27 | *.dll binary
28 | *.img binary
29 | *.lib binary
30 | *.so binary
31 | *.efi binary
32 | *.zip binary
33 | *.iso binary
34 | *.jpg binary
35 | *.ico binary
36 | *.bmp binary
37 | *.png binary
38 | *.gif binary
39 | *.ani binary
40 | *.cur binary
41 | *.a binary
42 | *.o binary
43 |
--------------------------------------------------------------------------------
/.github/CODEOWNERS:
--------------------------------------------------------------------------------
1 | * @PeyTy
2 |
--------------------------------------------------------------------------------
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: [PeyTy] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4 | patreon: PeyTy # Replace with a single Patreon username
5 | #open_collective: # Replace with a single Open Collective username
6 | #ko_fi: # Replace with a single Ko-fi username
7 | #tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | #community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: PeyTy # Replace with a single Liberapay username
10 | #issuehunt: # Replace with a single IssueHunt username
11 | #otechie: # Replace with a single Otechie username
12 | custom: https://greenteaos.github.io/donate # Replace with a single custom sponsorship URL
13 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/bug_report.yml:
--------------------------------------------------------------------------------
1 | name: 'Bug report'
2 | description: 'Create a report to help us improve the project'
3 | labels: bug
4 | body:
5 | - type: textarea
6 | id: description
7 | attributes:
8 | label: Describe the bug
9 | description: A clear and concise description of what the bug is
10 | validations:
11 | required: true
12 | - type: textarea
13 | id: reproduction
14 | attributes:
15 | label: Reproduction
16 | description: Steps to reproduce the behavior
17 | placeholder: |
18 | 1. Go to '...'
19 | 2. Click on '...'
20 | 3. Scroll down to '...'
21 | 4. See error
22 | validations:
23 | required: true
24 | - type: textarea
25 | id: platform
26 | attributes:
27 | label: Platform
28 | description: Please complete the following information
29 | placeholder: |
30 | - Device
31 | - Version
32 | validations:
33 | required: true
34 | - type: textarea
35 | id: expected-behaviour
36 | attributes:
37 | label: Expected behavior
38 | description: A clear and concise description of what you expected to happen
39 | - type: textarea
40 | id: screenshots
41 | attributes:
42 | label: Screenshots
43 | description: If applicable, add screenshots to help explain your problem
44 | - type: textarea
45 | id: additional
46 | attributes:
47 | label: Additional context
48 | description: Add any other context about the problem here
49 | - type: checkboxes
50 | id: agreements
51 | attributes:
52 | label: Agreements
53 | description: By submitting this issue, you agree to follow our __Contributing Guidelines__ and __Code of Conduct__
54 | options:
55 | - label: I agree to follow this project's [__Code of Conduct__](https://github.com/GreenteaOS/.github/blob/kawaii/CODE_OF_CONDUCT.md)
56 | required: true
57 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/config.yml:
--------------------------------------------------------------------------------
1 | blank_issues_enabled: false
2 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/feature_request.yml:
--------------------------------------------------------------------------------
1 | name: 'Feature proposal'
2 | description: 'Suggest an idea for the Greentea OS'
3 | labels: enhancement
4 | body:
5 | - type: textarea
6 | id: formulation
7 | attributes:
8 | label: Is your feature request related to a Greentea OS userspace specifically? Please describe
9 | description: A clear and concise description of what the idea is
10 | placeholder: |
11 | I would like Greentea OS to be capable of [...]
12 | validations:
13 | required: true
14 | - type: textarea
15 | id: solution
16 | attributes:
17 | label: Describe the solution you'd like
18 | description: A clear and concise description of what you want to happen
19 | - type: textarea
20 | id: alternatives
21 | attributes:
22 | label: Describe alternatives you've considered
23 | description: A clear and concise description of any alternative solutions or features you've considered
24 | - type: textarea
25 | id: possible-impacts
26 | attributes:
27 | label: Describe the possible impacts for the developers and users
28 | description: A clear and concise description of possible impacts
29 | - type: textarea
30 | id: additional
31 | attributes:
32 | label: Additional context
33 | description: Add any other context or screenshots about the feature request here
34 | - type: checkboxes
35 | id: agreements
36 | attributes:
37 | label: Agreements
38 | description: By submitting this issue, you agree to follow our __Contributing Guidelines__ and __Code of Conduct__
39 | options:
40 | - label: I agree to follow this project's [__Contributing Guidelines__](https://github.com/GreenteaOS/.github/blob/kawaii/CONTRIBUTING.md)
41 | required: true
42 | - label: I agree to follow this project's [__Code of Conduct__](https://github.com/GreenteaOS/.github/blob/kawaii/CODE_OF_CONDUCT.md)
43 | required: true
44 |
--------------------------------------------------------------------------------
/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | Changes proposed in this pull request:
2 |
3 |
10 |
11 | -
12 |
13 | Related issue:
14 |
15 |
20 |
21 | -
22 |
23 | Checklist:
24 |
25 | - [ ] My code is commented, has adequate variable/methods names, autoformatted or manually formatted
26 | - [ ] Code is __not copy-pasted__ from __leaked source codes__ of commercial projects, nor from projects protected with GPL-incompatible licenses
27 | - [ ] My pull request is complete and does not require any additional steps
28 | - [ ] `(optional)` I added my real name to the [authors list](https://github.com/GreenteaOS/Greentea/blob/kawaii/AUTHORS.md) and to the license sections of the modified source files, to improve protective power of the [GPL license](https://en.wikipedia.org/wiki/GNU_General_Public_License)
29 | - [ ] I have checked [automatic builds](https://github.com/GreenteaOS/Greentea/actions) for this project and downloaded artifacts
30 |
31 | Agreements
32 |
33 | - [ ] I agree to follow this project's [__Contributing Guidelines__](https://github.com/GreenteaOS/.github/blob/kawaii/CONTRIBUTING.md)
34 | - [ ] I agree to follow this project's [__Code of Conduct__](https://github.com/GreenteaOS/.github/blob/kawaii/CODE_OF_CONDUCT.md)
35 |
--------------------------------------------------------------------------------
/.github/workflows/build-image.yml:
--------------------------------------------------------------------------------
1 | name: 'Build image'
2 |
3 | on:
4 | push:
5 | branches:
6 | - '**'
7 | paths-ignore:
8 | - '**.md'
9 | pull_request:
10 | branches:
11 | - '**'
12 | paths-ignore:
13 | - '**.md'
14 |
15 | defaults:
16 | run:
17 | shell: pwsh
18 |
19 | jobs:
20 | build-image:
21 | name: 'Building'
22 |
23 | strategy:
24 | matrix:
25 | system:
26 | - windows-2022
27 |
28 | runs-on: ${{ matrix.system }}
29 |
30 | steps:
31 | - name: Checkout
32 | uses: actions/checkout@v3
33 | with:
34 | fetch-depth: 0
35 |
36 | - name: Get Hexa
37 | run: |
38 | git clone --depth 1 https://github.com/hexalang/Hexa.git ../Hexa
39 |
40 | - name: Get Teapot
41 | run: |
42 | git clone --depth 1 https://github.com/GreenteaOS/Teapot.git ../Teapot
43 |
44 | - name: Get assets
45 | run: |
46 | git clone --depth 1 https://github.com/GreenteaOS/Tofita.git ../Tofita
47 | git clone --depth 1 https://github.com/GreenteaOS/Tongue.git ../Tongue
48 | git clone --depth 1 https://github.com/GreenteaOS/NjRAA.git ../NjRAA
49 |
50 | - name: Prepare Hexa
51 | run: |
52 | ../Teapot/node-v18.1.0-win-x64/node --trace-uncaught ../Hexa/bootstrap.js ../Hexa/hexa.json
53 | ../Teapot/node-v18.1.0-win-x64/node --trace-uncaught ../Hexa/hexa-node.js ../Hexa/hexa.json
54 | ../Teapot/node-v18.1.0-win-x64/node --trace-uncaught ../Hexa/hexa-node.js ../Hexa/hexa.json
55 |
56 | - name: Build Tofita
57 | run: |
58 | cd ../Tofita
59 | $env:Path += ";.\..\Hexa"
60 | $ErrorActionPreference = 'SilentlyContinue'
61 | cmd.exe /c 'build.bat'
62 |
63 | - name: Upload artifact
64 | uses: actions/upload-artifact@v3
65 | with:
66 | name: greentea-uefi64-image-${{ github.sha }}
67 | path: C:\Tea\greenteaos-uefi64.iso
68 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | *DS_Store
2 | *.tmp
3 | *~*
4 | .AppleDouble
5 | .LSOverride
6 | # Icon must end with two \r
7 | Icon
8 | # Thumbnails
9 | ._*
10 | # Files that might appear in the root of a volume
11 | .DocumentRevisions-V100
12 | .fseventsd
13 | .Spotlight-V100
14 | .TemporaryItems
15 | .Trashes
16 | .VolumeIcon.icns
17 | .com.apple.timemachine.donotpresent
18 | # Directories potentially created on remote AFP share
19 | .AppleDB
20 | .AppleDesktop
21 | Network Trash Folder
22 | Temporary Items
23 | .apdisk
24 |
25 | # Image file caches
26 | Thumbs.db
27 | ehthumbs.db
28 | # Folder config file
29 | Desktop.ini
30 | # Recycle Bin used on file shares
31 | $RECYCLE.BIN/
32 | # Shortcuts
33 | *.lnk
34 |
35 | # temporary files which can be created if a process still has a handle open of a deleted file
36 | .fuse_hidden*
37 | # KDE directory preferences
38 | .directory
39 | # Trash folder which might appear on any partition or disk
40 | .Trash-*
41 |
42 | # Include
43 | !Assets
44 | !Assets/**/*.*
45 |
--------------------------------------------------------------------------------
/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "cSpell.words": [
3 | "Greentea",
4 | "Hexa",
5 | "Tofita",
6 | "Vulkan"
7 | ]
8 | }
9 |
--------------------------------------------------------------------------------
/AUTHORS.md:
--------------------------------------------------------------------------------
1 | Add your name to improve power of [GPL license](https://en.wikipedia.org/wiki/GNU_General_Public_License)
2 |
3 | It will be impossible to change license without asking everyone on this list
4 |
5 | Anyone will be capable to sue GPL violators
6 |
7 | [Additional GitHub list of contributors](https://github.com/GreenteaOS/Greentea/graphs/contributors)
8 |
9 | ```c
10 | Oleh Petrenko https://github.com/PeyTy
11 | Renat Shakirov https://github.com/acidicMercury8
12 |
13 |
14 |
15 |
16 |
17 |
18 | // Add your name here ^^ Thanks!
19 | ```
20 |
--------------------------------------------------------------------------------
/Assets/HKEY_CLASSES_ROOT.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/HKEY_CLASSES_ROOT.reg
--------------------------------------------------------------------------------
/Assets/HKEY_CURRENT_CONFIG.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/HKEY_CURRENT_CONFIG.reg
--------------------------------------------------------------------------------
/Assets/HKEY_CURRENT_USER.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/HKEY_CURRENT_USER.reg
--------------------------------------------------------------------------------
/Assets/HKEY_LOCAL_MACHINE.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/HKEY_LOCAL_MACHINE.reg
--------------------------------------------------------------------------------
/Assets/HKEY_USERS.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/HKEY_USERS.reg
--------------------------------------------------------------------------------
/Assets/README.md:
--------------------------------------------------------------------------------
1 | # Assets
2 |
3 | Resources bundled into initial RAM disk.
4 |
--------------------------------------------------------------------------------
/Assets/autorun.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/autorun.ico
--------------------------------------------------------------------------------
/Assets/autorun.inf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/autorun.inf
--------------------------------------------------------------------------------
/Assets/desktop/Firefox Installer (1).exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/Firefox Installer (1).exe
--------------------------------------------------------------------------------
/Assets/desktop/Firefox Installer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/Firefox Installer.exe
--------------------------------------------------------------------------------
/Assets/desktop/Greentea OS Compat v1.3.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/Greentea OS Compat v1.3.exe
--------------------------------------------------------------------------------
/Assets/desktop/Hellur.txt:
--------------------------------------------------------------------------------
1 | Welcome to the Greentea OS!
2 |
3 | This is example file.
4 |
5 | Put something into desktop folder to include in the build :)
6 |
--------------------------------------------------------------------------------
/Assets/desktop/New folder (2)/leaves.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/New folder (2)/leaves.png
--------------------------------------------------------------------------------
/Assets/desktop/New folder/Hellur.txt:
--------------------------------------------------------------------------------
1 | Welcome to the Greentea OS!
2 |
3 | This is example file.
4 |
5 | Put something into desktop folder to include in the build :)
6 |
--------------------------------------------------------------------------------
/Assets/desktop/README.md:
--------------------------------------------------------------------------------
1 | Hellur!
2 |
--------------------------------------------------------------------------------
/Assets/desktop/calc.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/calc.exe
--------------------------------------------------------------------------------
/Assets/desktop/cards.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/cards.dll
--------------------------------------------------------------------------------
/Assets/desktop/leaves.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/leaves.png
--------------------------------------------------------------------------------
/Assets/desktop/mspaint.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/mspaint.exe
--------------------------------------------------------------------------------
/Assets/desktop/notepad.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/notepad.exe
--------------------------------------------------------------------------------
/Assets/desktop/pdf.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/pdf.ico
--------------------------------------------------------------------------------
/Assets/desktop/regedit.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/regedit.exe
--------------------------------------------------------------------------------
/Assets/desktop/spider.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/spider.exe
--------------------------------------------------------------------------------
/Assets/desktop/wapp.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/wapp.exe
--------------------------------------------------------------------------------
/Assets/desktop/wapp.exe.lnk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/wapp.exe.lnk
--------------------------------------------------------------------------------
/Assets/desktop/wapp32.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/wapp32.exe
--------------------------------------------------------------------------------
/Assets/desktop/wapp64.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/wapp64.exe
--------------------------------------------------------------------------------
/Assets/desktop/winmine.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/winmine.exe
--------------------------------------------------------------------------------
/Assets/desktop/wndapp.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/wndapp.exe
--------------------------------------------------------------------------------
/Assets/desktop/wndapp32.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/wndapp32.exe
--------------------------------------------------------------------------------
/Assets/desktop/wndapp64.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/desktop/wndapp64.exe
--------------------------------------------------------------------------------
/Assets/root/Documents and Settings/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Program Files (x86)/Common Files/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Program Files (x86)/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Program Files/Common Files/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Program Files/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/ProgramData/Application Data/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/ProgramData/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Users/Public/Desktop/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Users/Public/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Users/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/README.md:
--------------------------------------------------------------------------------
1 | Some cursors are from the Ubuntu project
2 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_arrow.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_arrow.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_busy.ani:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_busy.ani
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_ew.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_ew.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_helpsel.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_helpsel.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_link.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_link.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_move.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_move.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_nesw.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_nesw.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_ns.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_ns.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_nwse.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_nwse.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_pen.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_pen.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_unavail.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_unavail.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_up.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_up.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/aero_working.ani:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/aero_working.ani
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/input.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/input.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/mirror.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Cursors/mirror.cur
--------------------------------------------------------------------------------
/Assets/root/Windows/Cursors/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Fonts/README.md:
--------------------------------------------------------------------------------
1 | # Fonts
2 |
3 | Files are stored in the Tongue repo.
4 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Fonts/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [fontCharsToCode]
4 | default.json = ascii.tofita
5 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-community.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-community.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-vnd.ms-access.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-vnd.ms-access.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-vnd.ms-excel.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-vnd.ms-excel.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-vnd.ms-powerpoint.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-vnd.ms-powerpoint.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-vnd.oasis.opendocument.chart.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-vnd.oasis.opendocument.chart.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-x-bittorrent.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-x-bittorrent.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-x-cd-image.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-x-cd-image.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-x-flash-video.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-x-flash-video.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-x-ms-dos-executable.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-x-ms-dos-executable.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-x-object.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-x-object.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_application-x-sln.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_application-x-sln.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-3D.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-3D.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-accessories.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-accessories.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-arcade.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-arcade.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-astronomy.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-astronomy.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-biology.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-biology.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-boardgames.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-boardgames.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-cardgames.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-cardgames.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-chat.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-chat.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-debugging.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-debugging.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-development.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-development.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-drawing.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-drawing.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-education.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-education.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-electronics.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-electronics.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-engineering.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-engineering.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-filesharing.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-filesharing.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-fonts.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-fonts.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-games.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-games.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-geography.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-geography.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-geology.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-geology.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-graphics.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-graphics.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-haskell.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-haskell.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-ide.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-ide.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-interfacedesign.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-interfacedesign.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-internet.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-internet.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-java.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-java.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-libraries.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-libraries.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-lisp.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-lisp.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-mail.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-mail.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-mathematics.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-mathematics.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-monodevelopment.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-monodevelopment.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-multimedia.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-multimedia.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-ocaml.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-ocaml.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-office.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-office.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-other.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-other.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-painting.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-painting.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-perl.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-perl.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-photography.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-photography.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-physics.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-physics.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-profiling.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-profiling.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-publishing.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-publishing.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-puzzles.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-puzzles.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-python.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-python.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-roleplaying.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-roleplaying.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-ruby.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-ruby.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-science.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-science.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-simulation.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-simulation.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-sports.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-sports.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-utilities.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-utilities.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-versioncontrol.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-versioncontrol.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_applications-viewers.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_applications-viewers.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_appointment-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_appointment-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_apport.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_apport.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_aptdaemon-add.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_aptdaemon-add.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_aptdaemon-delete.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_aptdaemon-delete.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_aptdaemon-setup.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_aptdaemon-setup.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_audio-card.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_audio-card.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_audio-input-microphone.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_audio-input-microphone.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_audio-x-generic.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_audio-x-generic.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_avatar-default.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_avatar-default.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-ac-adapter.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-ac-adapter.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-caution-charging.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-caution-charging.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-caution.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-caution.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-empty-charging.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-empty-charging.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-empty.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-empty.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-full-charging.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-full-charging.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-full.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-full.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-good-charging.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-good-charging.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-good.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-good.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-low-charging.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-low-charging.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-low.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-low.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-mouse-000.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-mouse-000.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-mouse-020.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-mouse-020.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-mouse-040.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-mouse-040.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-mouse-060.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-mouse-060.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-mouse-080.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-mouse-080.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-mouse-100.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-mouse-100.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-phone-000.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-phone-000.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-phone-020.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-phone-020.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-phone-040.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-phone-040.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-phone-060.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-phone-060.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-phone-080.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-phone-080.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery-phone-100.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery-phone-100.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_battery.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_battery.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_bluetooth.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_bluetooth.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_bookmark-missing.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_bookmark-missing.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_bookmark-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_bookmark-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_camera-photo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_camera-photo.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_contact-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_contact-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_dialog-error.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_dialog-error.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_dialog-ok-apply.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_dialog-ok-apply.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_dialog-warning.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_dialog-warning.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_document-export.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_document-export.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_document-import.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_document-import.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_document-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_document-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_document-page-setup.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_document-page-setup.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_document-print-preview.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_document-print-preview.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_document-print.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_document-print.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_document-revert.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_document-revert.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_drive-harddisk-ieee1394.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_drive-harddisk-ieee1394.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_drive-harddisk-usb.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_drive-harddisk-usb.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_drive-removable-media.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_drive-removable-media.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_edit-clear.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_edit-clear.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_edit-copy.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_edit-copy.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_edit-delete.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_edit-delete.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_edit-find-replace.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_edit-find-replace.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_edit-find.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_edit-find.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_edit-redo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_edit-redo.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_edit-select-all.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_edit-select-all.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_edit-undo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_edit-undo.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_edit.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_edit.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_emblem-readonly.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_emblem-readonly.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_emblem-symbolic-link.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_emblem-symbolic-link.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_emblem-unreadable.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_emblem-unreadable.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_extension.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_extension.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_facebook.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_facebook.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_font-x-generic.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_font-x-generic.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_gmail.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_gmail.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_gnome-dev-pcmcia.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_gnome-dev-pcmcia.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_gnome-dev-printer-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_gnome-dev-printer-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-bottom.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-bottom.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-down.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-down.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-first.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-first.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-home.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-home.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-jump.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-jump.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-last.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-last.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-next.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-next.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-previous.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-previous.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-top.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-top.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_go-up.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_go-up.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_google.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_google.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_help-contents.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_help-contents.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_help-hint.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_help-hint.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_help-info.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_help-info.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_image-loading.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_image-loading.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_image-missing.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_image-missing.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_image-vnd.adobe.photoshop.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_image-vnd.adobe.photoshop.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_image-x-generic.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_image-x-generic.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_image-x-xcf.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_image-x-xcf.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_input-mouse.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_input-mouse.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_internet-chat.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_internet-chat.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_internet-feed.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_internet-feed.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_internet-mail.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_internet-mail.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_internet-news-reader.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_internet-news-reader.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_internet-web-browser.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_internet-web-browser.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_jockey.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_jockey.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_list-add.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_list-add.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_list-remove.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_list-remove.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_locked.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_locked.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_mail-forward.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_mail-forward.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_mail-inbox.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_mail-inbox.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_mail-mailbox.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_mail-mailbox.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_mail-mark-important.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_mail-mark-important.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_mail-outbox.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_mail-outbox.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_mail-reply-all.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_mail-reply-all.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_mail-reply-sender.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_mail-reply-sender.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-eject.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-eject.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-flash-cf.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-flash-cf.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-flash-ms.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-flash-ms.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-import-audio-cd.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-import-audio-cd.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-memory-sd.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-memory-sd.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-memory-sm.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-memory-sm.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-memory.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-memory.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-optical.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-optical.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-playback-pause.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-playback-pause.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-playback-start.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-playback-start.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-playback-stop.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-playback-stop.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-record.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-record.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-seek-backward.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-seek-backward.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-seek-forward.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-seek-forward.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-skip-backward.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-skip-backward.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_media-skip-forward.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_media-skip-forward.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_midori.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_midori.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_multimedia-audio-player.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_multimedia-audio-player.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_multimedia-player.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_multimedia-player.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_multimedia-video-player.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_multimedia-video-player.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_network-error.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_network-error.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_network-idle.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_network-idle.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_object-inverse.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_object-inverse.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_object-rotate-left.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_object-rotate-left.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_object-rotate-right.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_object-rotate-right.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_office-address-book.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_office-address-book.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_office-calendar.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_office-calendar.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_office-contact.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_office-contact.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_office-database.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_office-database.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_office-document.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_office-document.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_package-x-generic.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_package-x-generic.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_pda.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_pda.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_phone-motorola-droid.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_phone-motorola-droid.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_phone.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_phone.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_playlist-automatic.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_playlist-automatic.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_playlist.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_playlist.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_postscript-viewer.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_postscript-viewer.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_ppa.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_ppa.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_preferences-desktop-accessibility.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_preferences-desktop-accessibility.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_preferences-desktop-locale.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_preferences-desktop-locale.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_preferences-desktop-online-accounts.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_preferences-desktop-online-accounts.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_preferences-desktop-sound.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_preferences-desktop-sound.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_preferences-desktop.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_preferences-desktop.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_preferences-system-time.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_preferences-system-time.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_printer-error.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_printer-error.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_printer-remote.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_printer-remote.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_printer.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_printer.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_process-stop.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_process-stop.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_processor.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_processor.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_shotwell.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_shotwell.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_software-properties.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_software-properties.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_system-lock-screen.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_system-lock-screen.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_system-log-out.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_system-log-out.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_system-run.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_system-run.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_system-shutdown.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_system-shutdown.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_system-software-installer.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_system-software-installer.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_system-software-update.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_system-software-update.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_system-upgrade.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_system-upgrade.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_system-users.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_system-users.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_tab-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_tab-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_tag-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_tag-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-css.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-css.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-html.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-html.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-authors.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-authors.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-changelog.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-changelog.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-chdr.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-chdr.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-csrc.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-csrc.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-generic-template.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-generic-template.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-gtkrc.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-gtkrc.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-install.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-install.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-javascript.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-javascript.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-makefile.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-makefile.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-preview.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-preview.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-python.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-python.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-readme.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-readme.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-script.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-script.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text-x-vala.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text-x-vala.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_text.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_text.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_transform-rotate.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_transform-rotate.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_twitter.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_twitter.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_unknown.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_unknown.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_utilities-system-monitor.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_utilities-system-monitor.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_utilities-terminal.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_utilities-terminal.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_video-x-generic.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_video-x-generic.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_view-refresh.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_view-refresh.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_window-close.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_window-close.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_window-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_window-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_x-office-document-template.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_x-office-document-template.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_x-office-drawing-template.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_x-office-drawing-template.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_x-office-drawing.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_x-office-drawing.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_x-office-presentation-template.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_x-office-presentation-template.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_x-office-presentation.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_x-office-presentation.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_x-office-spreadsheet-template.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_x-office-spreadsheet-template.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/256_x-office-spreadsheet.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/256_x-office-spreadsheet.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/app.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/app.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/app3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/app3.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/app32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/app32.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/app4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/app4.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/folder(1).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/folder(1).png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/folder(paper).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/folder(paper).png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/folder48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/folder48.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/paper_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/paper_1.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/paper_1_16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/paper_1_16.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/paper_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/paper_2.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/paper_2_16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/paper_2_16.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/paper_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/paper_3.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Beautiful/paper_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Beautiful/paper_4.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Conservative/folder48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Conservative/folder48.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/LICENSE.md:
--------------------------------------------------------------------------------
1 | Some icons are from the Elementary project
2 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/README.md:
--------------------------------------------------------------------------------
1 | Some icons are from the Elementary project
2 |
3 | Original content is under CC0 license
4 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Start/downloads.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Start/downloads.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Start/files.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Start/files.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Start/find.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Start/find.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Start/gallery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Start/gallery.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Start/gear.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Start/gear.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Start/pip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Start/pip.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Start/power.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Start/power.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Start/search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Start/search.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Start/user.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Start/user.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Tray/volume.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Tray/volume.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/Tray/wifi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/Tray/wifi.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/address-book-insert.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/address-book-insert.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/address-book-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/address-book-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/app16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/app16.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/app48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/app48.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/application-x-desktop.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/application-x-desktop.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/calculator.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/calculator.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/computer.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/computer.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/default-icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/default-icon.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/dictionary.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/dictionary.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/dll48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/dll48.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/document-properties.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/document-properties.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/drive-harddisk.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/drive-harddisk.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/epub+zip.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/epub+zip.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/favorites.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/favorites.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-documents.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-documents.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-download.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-download.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-music.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-music.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-new.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-open.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-open.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-pictures.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-pictures.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-publicshare.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-publicshare.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-recent.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-recent.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-remote.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-remote.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-saved-search.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-saved-search.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-templates.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-templates.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder-videos.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder-videos.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder16.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/folder48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/folder48.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/illustrator.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/illustrator.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/leaves.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/leaves.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/leaves16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/leaves16.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/leaves16white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/leaves16white.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/link.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/link.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/media-optical-audio.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/media-optical-audio.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/msword.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/msword.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/network.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/network.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/notepad.ico_16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/notepad.ico_16x16.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/notepad.ico_48x48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/notepad.ico_48x48.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/octet-stream.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/octet-stream.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/optical.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/optical.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/pdf.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/pdf.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/system-file-manager.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/system-file-manager.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/text-editor.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/text-editor.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/trash-empty.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/trash-empty.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/trash-empty48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/trash-empty48.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/trash-full.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/trash-full.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/trash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/trash.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/unknown48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/unknown48.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/usb.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/usb.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/user-home.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/user-home.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/Icons/web camera.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Resources/Icons/web camera.ico
--------------------------------------------------------------------------------
/Assets/root/Windows/Resources/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/SysWOW64/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/System32/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Web/Wallpaper/Tofita/alternative.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Web/Wallpaper/Tofita/alternative.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Web/Wallpaper/Tofita/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/root/Windows/Web/Wallpaper/Tofita/default.png
--------------------------------------------------------------------------------
/Assets/root/Windows/Web/Wallpaper/Tofita/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Web/Wallpaper/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/Web/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/WinSxS/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/Windows/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/root/vfs.inf:
--------------------------------------------------------------------------------
1 | ; Virtual file system description for the current folder
2 | ; This is a comment
3 | [example section]
4 | key = value
5 | key = value
6 |
--------------------------------------------------------------------------------
/Assets/tea.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Assets/tea.ico
--------------------------------------------------------------------------------
/Developer-Guide/CI.md:
--------------------------------------------------------------------------------
1 | ### Nightly builds and CI
2 |
3 | #### What is CI and nightly build?
4 |
5 | Continuous Integration - methodology of regular rebuild and testing directly during the development process.
6 | Almost every change is built and tested. Thus, it makes it possible to have an early response about the quality of the product.
7 |
8 | #### When does the build take place?
9 |
10 | * When a developer makes changes to the GreenteaOS/Tofita repository
11 | * When the contributor sends a request to merge changes (Pull Request)
12 | * When the contributor makes commits to his pull request
13 |
14 | #### Where can I see the build status?
15 |
16 | * When you request a merge in the `Conversation` tab, below you can see a fairly bright status of `Build` in
17 | yellow (in progress), red (the build failed or contains errors) and green (build successful) colors.
18 | * You may find the link to the build log at top right corner
19 | * Not to be confused with the status of merge possibility!
20 | * Follow the link https://ci.appveyor.com/project/PeyTy/tofita
21 |
22 | #### Where to download a build?
23 |
24 | Go to the website of the CI system, select the build of interest, and click on the Artifacts tab.
25 |
26 | Official GreenteaOS nightly builds take place here https://ci.appveyor.com/project/PeyTy/tofita/build/artifacts
27 |
--------------------------------------------------------------------------------
/Developer-Guide/CPUID.md:
--------------------------------------------------------------------------------
1 | ## Notes on CPU compatibility
2 |
3 | List of required features. Note: `wide support` means *both* AMD and Intel.
4 |
5 | Greentea OS targets CPUs **at least** from Q3 2011 and newer
6 |
7 | - `SSE2` is mandatory on AMD64
8 | - `NX` bit should be present on all AMD64, but may be disabled, does not affect system working
9 | - `SSE3` wide support since 2005
10 | - `CMPXCHG16B` wide support since 2006
11 | - `PrefetchW` wide support since 2006
12 | - `LAHF/SAHF` wide support since 2005
13 | - `POPCNT` wide support since 2008
14 | - `2 MB` huge pages seems to be mandatory on AMD64
15 | - `I/O APIC` mandatory on multicore AMD64
16 | - `ACPI 2.0` required by Tofita
17 | - `SSE4.1` wide support since 2011 (CPU with SSE4.1 will have SSE3 and SSSE3)
18 | - `SSSE3` wide support since 2011
19 | - `SSE4.2` wide support since 2011
20 |
21 | Optional features:
22 |
23 | - `1 GB` huge pages (aka `PDPE1GB`) wide support since 2012 and used as optimization
24 | - `x2APIC` is optional on AMD and **used** by Greentea if present
25 | - `AVX` wide support since 2011 (except *all* Atoms, some modern Pentiums & Celerons, old Xeons)
26 |
27 | Not required features:
28 |
29 | - `SSE4a` seems like AMD-only and **not** used by Greentea
30 | - `AVX2` introduced in 2013 and **not** used by Greentea (available for third-party apps)
31 | - `AVX-512` introduced in 2016 and **not** used by Greentea
32 |
--------------------------------------------------------------------------------
/Developer-Guide/Create-Pull-Request.md:
--------------------------------------------------------------------------------
1 | ## How to contribute a Pull Request (PR or patch)
2 |
3 | ### Use pre-defined templates
4 |
5 | When you create new PR, GitHub proposes a template (constructed by our team). Please fill all required marks and check boxes. Most (if not all) Greentea repos provide those templates.
6 |
7 | ### Try to not move or rename files and folders
8 |
9 | This breaks existing PRs from other contributors and mostly unnecessary.
10 |
11 | ### End-of-lines or EOLs
12 |
13 | - Finish every file with empty line
14 | - Use `crlf` or `\r\n` eols for new files, and keep eols of existing ones unchanged
15 | - If you will change eol format of existing file it will look messed up in git (and rejected)
16 |
17 | See also:
18 |
19 | * :performing_arts: [How to leave feedback or bug report](../User-Guide/Issues.md)
20 |
--------------------------------------------------------------------------------
/Developer-Guide/Git-and-GitHub.md:
--------------------------------------------------------------------------------
1 | # Using Git and GitHub
2 |
3 | Git — source control system, repository — source code storage, GitHub — repository hosting.
4 |
5 | First of all, it is recommended to download [*applications*](https://github.com/GreenteaOS/Greentea/blob/kawaii/Developer-Guide/Must-Have.md#git-and-github-integration) able to **conveniently** work with Git.
6 |
7 | They learn how to commit individual lines of code instead of entire files and [the principle of small commits](https://wiki.mozilla.org/EngineeringProductivity/Projects/Conduit#Microcommits) ([another article about microcommits](https://theworstprogrammerever.com/post/microcommits/)).
8 |
9 | 
10 |
11 | ## What should I do if the entire file is displayed as changed?
12 |
13 | 
14 |
15 | - Change the end-of-line format to another (for new files, prefer CRLF, but if the file is already in LF — do not change its format)
16 | - It is possible that there are spaces at the end of the lines (look for the trim whitespace function in the editor)
17 | - Tabs in the beginning of the lines changed to spaces (or vice versa)
18 | - The permissions of the file have changed, or its other properties
19 | - The file was moved
20 |
21 | ## Git Special Files
22 |
23 | 
24 |
25 | - `.gitignore` — indicates files or extensions for ignoring
26 | - `.gitattributes` — specifies the characteristics of file formats and endings of lines (usually just `* text=auto`)
27 | - `.gitkeep` — empty file, allows you to commit an empty folder
28 | - `README.md` — the file to be displayed in the web interface of GitHub when you go to the folder
29 |
30 | ## How to issue and send a patch to the project?
31 |
32 | The GitHub system uses the pull request mechanism — first a fork is created — a copy of the repository — commits are made to it, and then the merge request is sent to the original repository.
33 |
34 | - Click the `Fork` button at the top of the screen or select a specific file and click the pencil icon (this will also create a fork)
35 | - The `Clone or download` button in **fork** will download the repository for making changes
36 | - The `New pull request` button will create a merge/pull request — select the desired branch and target repository
37 | - A good description of the request — the key to mutual understanding. Do not break the code, do not use someone else's work without the right to do so and follow the style. New commits can still be made to the repository (no need to recreate the pull request or fork for this).
38 | - The repository administrator will hold a discussion and merge (or not)
39 | - After the merge, you can remove the fork
40 |
41 | To update the **fork** code to the current version **of the target** repository — at this time, the easiest solution is to remove the fork and recreate it. The removal is done in the fork settings in its `Settings` -> `Delete this repository` -> Entering the name of the repository.
42 |
43 | ## Receiving and sending changes
44 |
45 | Git allows you to store commits locally on the computer (the commit itself does not cause sending to the server), and send at any convenient time.
46 |
47 | - `git pull` or consonant fetch operation in the editor — getting changes from the server
48 | - `git push` or consonant sync operation in the editor — sending changes to the server
49 |
50 | What if the sending fails?
51 |
52 | - Check [server availability](https://status.github.com/messages)
53 | - Make sure that you have write access to the repository or that it is not a someone else's repository
54 | - There may be conflicting changes, discuss them with the administrator of the repository
55 |
56 | You can also make changes to the code or wiki pages [editing via the GitHub web interface](../User-Guide/Wiki-How.md) by selecting the file and clicking the pencil icon.
57 |
58 | See also:
59 |
60 | * :performing_arts: [How to leave feedback or bug report](../User-Guide/Issues.md)
61 |
--------------------------------------------------------------------------------
/Developer-Guide/Localization.md:
--------------------------------------------------------------------------------
1 | ## Translation and localization
2 |
3 | Greentea may be freely adopted to any country or culture! But keep in mind, we do *not* accept non-universal cultural artifacts (no 'God mode' buttons either).
4 |
5 | Localized version of the texts are stored in the [Tongue](https://github.com/GreenteaOS/Tongue) repo.
6 |
--------------------------------------------------------------------------------
/Developer-Guide/Must-Have.md:
--------------------------------------------------------------------------------
1 | ### Recommended tools and kits
2 |
3 | Here are the list of recommended useful tools if you're going to debug some Greentea. Those are in actual use by our team.
4 |
5 | #### Git and GitHub integration
6 |
7 | - [GitHub Desktop](https://desktop.github.com/) - nice and sleek, highly recommend
8 | - [VS Code](https://code.visualstudio.com/) - supports Git with realtime diff editor
9 |
10 | #### Text and code editors
11 |
12 | - [VS Code](https://code.visualstudio.com/) - this is our main IDE and what not
13 |
14 | #### API hooking
15 |
16 | - [API Monitor by Rohitab](https://www.rohitab.com/apimonitor) - fantastic software to monitor and control API calls made by applications and services
17 | - [PE-bear](https://github.com/hasherezade/pe-bear) - provides deep insight into PE file format, most useful for headers, sections and resources investigation
18 | - [Cutter](https://cutter.re) - convenient disassembler and decompiler
19 | - [Ghidra](https://github.com/NationalSecurityAgency/ghidra/releases) - ultimate tool for reverse engineering
20 |
21 |
22 | #### Testing UI issues
23 |
24 | - [Allui](https://github.com/PeyTy/Allui) - custom made widget factory to check rendering issues and quick regression validations
25 | - [Curvi](https://github.com/PeyTy/Curvi) - mouse cursor viewer and debugging tool
26 |
--------------------------------------------------------------------------------
/Developer-Guide/Repos.md:
--------------------------------------------------------------------------------
1 | ## Repositories distinction
2 |
3 | Currently, [Tofita](https://github.com/GreenteaOS/Tofita) repo contains all required system source code, [Greentea](https://github.com/GreenteaOS/Greentea) has usermode programs with wiki, and [Teapot](https://github.com/GreenteaOS/Teapot) - build system and headers.
4 |
5 | Localized version of the texts are stored in the [Tongue](https://github.com/GreenteaOS/Tongue) repo.
6 |
--------------------------------------------------------------------------------
/Developer-Guide/Roadmap.md:
--------------------------------------------------------------------------------
1 | ## Roadmap and goals
2 |
3 | The main idea of the project is to quickly and efficiently create a compatible environment for the existing software and provide the best user experience of a personal computer.
4 |
5 | ### Planned features and improvements
6 |
7 | * CPU
8 | * [x] UEFI boot
9 | * [x] [x86-64-only mode (**dropping x86-32**)](x64.md)
10 | * [ ] Multicore HAL and scheduler
11 | * GPU
12 | * [ ] [Software Vulkan](../User-Guide/Vulkan.md)
13 | * [ ] Hardware Vulkan
14 | * [ ] OpenGL
15 | * [ ] D3D
16 | * Engine
17 | * [x] [New one in Hexa](../User-Guide/Hexa.md)
18 | * [x] Stable memory manager
19 | * [ ] GUI for OS installer
20 | * [ ] [Moving to a journaling filesystem](../User-Guide/Greentea-FS.md)
21 | * [x] LiveCD/USB
22 | * [ ] Stable networking
23 | * [x] Initial .exe support
24 | * [ ] Full .exe support
25 | * [ ] Unix subsystem (only software)
26 | * [ ] Android subsystem
27 | * [ ] [Easy system updates](../User-Guide/Rolling.md)
28 | * Visuals
29 | * [x] New default theming and visuals
30 | * [ ] Theming engine
31 | * [ ] [New HTML5-alike theming engine and toolkit](../User-Guide/Web.md)
32 | * [ ] Overhaul of theming engine (GPU-accelerated, shadows, blurs, effects)
33 | * Shell and UI
34 | * [x] Initial implementations of shell, tray, explorer, start button and others
35 | * [x] Greentea widgets and GUI elements
36 | * [ ] Stabilization of shell, tray, explorer, start button and others
37 | * [ ] [Shell overhaul to add modern features and look](../User-Guide/Control-Panel.md)
38 | * [ ] Customizable themes and widgets
39 | * [ ] Stable and finished user space software
40 |
41 | ---
42 |
43 | ### Not planned features
44 |
45 | This project started as a controversy to undefined future (and past) of existing operating systems.
46 | Our team decided to define precise list of *the most useful* features to the wide audiences.
47 | Features, like ARM support, aren't really useful in any real manner *right now*, as already showed by other vendors.
48 |
49 | **Update from 2023:** seems like M1 CPUs finally make ARM support valuable?
50 |
51 | Features, like LPT printing, has so small applicability (LPT ports in 2018 anyone?),
52 | so can't be considered in any manner real target for Greentea OS team and use case for our users.
53 | Also, multiply that by a *enormous* number of bugs, hacks and workarounds, which we should fix now,
54 | to at least make non-academic project! And then improve implementations, **the real things**.
55 | Otherwise it is a waste of time.
56 |
57 | ---
58 |
59 | ### Feature timings
60 |
61 | Features are highly dependent of the API version.
62 | Also, the ecosystem defines it's own distribution rules.
63 | For example: while it *is* possible to run Vulkan API over virtually any (even 20 years old) operating system,
64 | no hardware or middleware (LunarG) distributors actually did it.
65 | Some features also, like native Wi-Fi or BLE support, were non-existent on old versions.
66 | So we need to declare timings and dependencies per feature.
67 |
--------------------------------------------------------------------------------
/Developer-Guide/VirtualBox-Config.md:
--------------------------------------------------------------------------------
1 | ### Running in VirtualBox
2 |
3 | [VirtualBox](https://ru.wikipedia.org/wiki/VirtualBox) is used for running the system in an isolated environment.
4 | With its help it is possible to install Greentea OS into any file on the computer with the existing system,
5 | and changes within the virtual environment thus do not affect external files or devices.
6 |
7 | To install in this case, you only need to have a computer with a preinstalled system and a sufficient amount of memory
8 | (both disk and RAM).
9 | You may also need to enable [the VT-x option in the BIOS or UEFI](https://www.shaileshjha.com/step-by-step-guide-to-enable-intel-vt-x-or-amd-v-in-bios-or-uefi-in-windows-10-and-windows-8/).
10 |
11 | #### Installing the Virtual Machine
12 |
13 | * Download and run the installer [for the main operating system](https://www.virtualbox.org/wiki/Downloads);
14 | * There you also need to download the `VM VirtualBox Extension Pack` and open it (VirtualBox should start and suggest installing the extension).
15 |
16 | #### Testing Greentea
17 |
18 | You *must* configure the VM to support UEFI and multicore CPU.
19 |
20 | The simplest way to achieve this is to choose **Mac OS X (64-bit)** preset.
21 |
22 | Than, set CPU count to 2 or more cores, RAM to 2 or more GBs.
23 | Changing other defaults is not recommended.
24 |
25 |
26 | #### Linux user?
27 |
28 | Try `virtualbox-dkms` instead of normal `virtualbox` in case of problems.
29 |
--------------------------------------------------------------------------------
/Developer-Guide/x64.md:
--------------------------------------------------------------------------------
1 | ## x86-64/AMD64 support
2 |
3 | The most important stage in the development of Greentea is the implementation of support for 64-bit systems.
4 |
5 | This topic lists the work that have been done, the best practices for finding information, and the advantages of 64-bit systems.
6 |
7 | ### The objectives of this direction
8 |
9 | It is assumed, when achieving functionality on x64/amd64, **to drop** support for x86 32-bit platforms.
10 | At the same time, it should be noted that this does not exclude the possibility of running 32-bit applications that are technically only a more limited version of x64 (applications do not involve 64-bit memory addressing and advanced instruction sets).
11 |
12 | As for the support of devices that do not have a 64-bit version of the drivers, the situation looks twofold. On the one hand, the Greentea team can do the work of virtualizing 32-bit drivers and get their support in this way. On the other hand, such devices are extremely rare, mostly obsolete, but, most importantly, are very sensitive to the implementation of the operating system. Many of them were created, to put it mildly, not in the best way, violating the stability of the system, causing data corruption, creating security threats, or simply not having the support of modern software.
13 |
14 | Thus, with all due respect to users and businesses using such equipment, the Greentea team recommends not creating risks and not raising the cost of support, thus continuing to use 32-bit operating systems, in the absence of 64-bit versions of device drivers.
15 |
16 | UEFI support implemented for proper support of hardware description tables and optimal performance (by avoiding BIOS emulation and 64-to-16bit instruction jumps).
17 |
18 | All of the above also applies to all other 64-bit architectures (ARM, RISC-V).
19 |
20 | ### Advantages and disadvantages of x64/amd64
21 |
22 | The only significant drawback is the inability to run 32-bit versions of device drivers.
23 | Otherwise, there is a need for a 64-bit processor with an additional set of instructions (for example, SSE).
24 | Such processors dominate the market today, and 32-bit processors simply aren't on sale.
25 |
26 | Some users note that x64 requires more RAM (RAM). In reality, memory requirements grow by no more than a few percent.
27 | Moreover, modern memory managers are much better optimized for 64-bit addressing, which leads to increased performance by the same "lost" percentages.
28 |
29 | Of the advantages of x64, we note the following:
30 |
31 | * Ability to use more than 3 (three) gigabytes of RAM in a PC
32 | * A larger number of registers (local memory of the processor) allows using more advanced mechanisms to execute the code of programs. Such technologies are constantly evolving, which means that in the future the speed of your PC will constantly grow with the updates of the operating system. For comparison, the capabilities of 32-bit processors were exhausted already in the last millennium
33 | * Usually, almost every 64-bit processor is guaranteed to support advanced instruction sets that increase *security* and allow the algorithms to be applied up to tens of times faster than without them
34 | * There are other advantages of this platform, but they will not be so interesting to the reader due to the non-triviality of explaining their working principles (better debugging)
35 |
36 | And the most important thing:
37 |
38 | By releasing Greentea exclusively for x64 platforms, we guarantee a 100% possibility of applying these advantages in practice, without looking back on outdated, obsolete technologies.
39 |
--------------------------------------------------------------------------------
/Developer-Guide/x86.md:
--------------------------------------------------------------------------------
1 | ## x86 emulation on third-party platforms
2 |
3 | #### To begin with, today x86 is mostly a [i686](https://en.wikipedia.org/wiki/Intel_P6) and [AMD64](https://en.wikipedia.org/wiki/X86-64).
4 |
5 | Emulation at least i686 makes sense, since the vast majority of the software was released with only its support, and as a maximum - for the sake of driver support for those devices that were left without the x64 driver.
6 |
7 | Overall, the idea of supporting both i686 and AMD64 is much broader and very specific: there is no single hope that existing and new software will be developed with the support of other architectures, which was demonstrated in practice.
8 |
9 | We propose and aim to fully emulate x86 on all architectures. WITHOUT the possibility of using the set of instructions of the target architecture. Exceptions are virtual execution environments (supplied under OS).
10 |
11 | #### This radical measure will make it safe to port the system to all relevant platforms.
12 |
13 | The Greentea operating system, in turn, is less demanding than other desktop OSes: the Vulkan graphics subsystem is equally supported on a wide range of devices and does not require the support from the manufacturer (driver), the use of this subsystem will achieve a consistency of behavior and performance. The caching file system also eliminates some of the performance and reliability problems.
14 |
15 | Reducing the complexity of the elements of the system (integrated control panel, unification of services, etc.) and optimization for multi-core CPUs makes Greentea attractive for a large number of manufacturers (potentially including open hardware) that do not have high-performance solutions with high performance **per core**, like Intel, AMD and Apple.
16 |
17 | Using the now widespread memory protection scheme [X^W](https://en.wikipedia.org/wiki/W%5EX) makes it possible to pre-compile the fragments of executable files (AOT) and recompile on the fly, which significantly reduces the loss of performance. Considering the set of x86 instructions as a form of source code (like C language), we consider the hypothesis of the possibility of additional optimization.
18 |
19 | An auxiliary argument is the extraordinary similarity of modern micro- and macroarchitectures: multi-level caching, out of order execution, a lower-level microcode, CISC instructions and a RISC core, multiplied by two bus sizes (32, 64), multiple cores, built-in FPUs and SIMDs, and others. .
20 |
21 | The article will be expanded to include technical details.
22 |
23 | See also:
24 |
25 | * [Enhanced use of the Vulkan API](../User-Guide/Vulkan.md)
26 | * :six::four: [x86-64/AMD64 support](x64.md)
27 |
--------------------------------------------------------------------------------
/Images/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GreenteaOS/Greentea/80bdc8e37e24d443e26ca1a7ffc3830fd5cf9323/Images/screenshot.jpg
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU LESSER GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc. ](https://greenteaos.github.io)
2 |
3 | ## Greentea Operating System
4 |
5 | Warm and cozy, open-source operating system compatible with existing apps and games
6 |
7 |
8 | [](https://www.youtube.com/channel/UChcz5b20vDOk4ERoPs-pCbw/featured)
9 | [](https://telegram.me/greenteaos_news)
10 | [](https://telegram.me/greenteaos)
11 | [](https://github.com/GreenteaOS/Greentea#license)
12 |
13 | [](https://t.me/greenteaos_github)
14 | [](https://ci.appveyor.com/project/PeyTy/tofita/build/artifacts)
15 | [](https://greenteaos.github.io/donate/)
16 | [](https://github.com/sponsors/PeyTy)
17 | [](https://discord.gg/UGZq8GB)
18 |
19 | Greentea OS is an operating system based on open source code. The main idea of the project is to create a compatible environment for the existing software as fast and as qualitatively as possible and provide the user with the best experience with a personal computer.
20 |
21 | 
22 |
23 | ## Compatibility Goals
24 |
25 | Greentea OS does not limit itself just to running ".exe" files. Overall compatibility goals are:
26 |
27 | - GUI and console `.exe` apps
28 | - NT drivers (in the sandboxes/virtualized environments)
29 | - Linux ELF executables (in a Docker-like environments)
30 | - Android `.apk` apps
31 | - Framework for other platforms emulation
32 |
33 | ## Wiki
34 |
35 | [
36 | Give some attention for Greentea OS be noticed and *attract more developers*, thank you!](https://github.com/GreenteaOS/Greentea/stargazers)
37 |
38 | ### User guide
39 |
40 | * :grey_question: :grey_exclamation: [Frequently asked questions](User-Guide/Frequently-Asked-Questions.md)
41 | * :performing_arts: [How to leave feedback or bug report](User-Guide/Issues.md)
42 | * :book: [How to edit wiki-pages](User-Guide/Wiki-How.md)
43 | * :cd: [How to download the latest version of the system](User-Guide/Download-Latest.md)
44 | * :desktop_computer: [How to install the system on your computer](User-Guide/Installation.md)
45 | * :peace_symbol: [Code of conduct](https://github.com/GreenteaOS/.github/blob/kawaii/CODE_OF_CONDUCT.md)
46 |
47 | ### Developer and contributor guide
48 |
49 | Building, testing and enjoying the development process:
50 |
51 | * :hammer_and_wrench: [Build whole system](https://github.com/GreenteaOS/Tofita#build)
52 | * :package: [Running in VirtualBox](Developer-Guide/VirtualBox-Config.md)
53 | * :gear: [Recommended tools](Developer-Guide/Must-Have.md)
54 | * :dart: [Roadmap and goals](Developer-Guide/Roadmap.md)
55 | * :sunrise: [How to contribute a Pull Request (PR or patch)](Developer-Guide/Create-Pull-Request.md)
56 | * :game_die: [Notes on CPU compatibility](Developer-Guide/CPUID.md)
57 | * :six::four: [x86-64/AMD64 support](Developer-Guide/x64.md)
58 | * :building_construction: [Continuous integration and nightly builds](Developer-Guide/CI.md)
59 | * :speaking_head: [Translation and localization](Developer-Guide/Localization.md)
60 | * :octocat: [Using Git and GitHub](Developer-Guide/Git-and-GitHub.md)
61 | * [Repositories distinction](Developer-Guide/Repos.md)
62 |
63 | ### What makes Greentea so special
64 |
65 | * [The GreenteaFS file system](User-Guide/Greentea-FS.md)
66 | * [Enhanced use of the Vulkan API](User-Guide/Vulkan.md)
67 | * [Emulation of other operating systems](User-Guide/Vulkan.md)
68 | * [Shop for applications, games and other content](User-Guide/Shop.md)
69 | * [Using web-alike technologies to build native apps](User-Guide/Web.md)
70 | * [Monolithic rolling-release updates of the system](User-Guide/Rolling.md)
71 | * [Unified control panel](User-Guide/Control-Panel.md)
72 | * [X86 emulation on third-party platforms](Developer-Guide/x86.md)
73 | * [Built-in protection mechanisms (antivirus, stability, isolation and snapshots)](User-Guide/Protection.md)
74 | * [Hexa programming language](User-Guide/Hexa.md)
75 | * [Custom build system](User-Guide/Build-System.md)
76 |
77 | Content rating [0+](https://en.wikipedia.org/wiki/Motion_picture_content_rating_system)
78 |
79 | ## Get Greentea
80 |
81 |
82 |
83 |
84 |
85 |