├── .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 | ![image](https://cloud.githubusercontent.com/assets/359239/5745722/ab3d336e-9bdf-11e4-8001-fc7316e8155b.gif) 10 | 11 | ## What should I do if the entire file is displayed as changed? 12 | 13 | ![image](https://user-images.githubusercontent.com/3642643/38783049-9cb36556-4105-11e8-9f31-fabde2f65e81.png) 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 | ![image](https://user-images.githubusercontent.com/3642643/38783115-9673f222-4106-11e8-9dc3-a964be1919b9.png) 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. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | 9 | This version of the GNU Lesser General Public License incorporates 10 | the terms and conditions of version 3 of the GNU General Public 11 | License, supplemented by the additional permissions listed below. 12 | 13 | 0. Additional Definitions. 14 | 15 | As used herein, "this License" refers to version 3 of the GNU Lesser 16 | General Public License, and the "GNU GPL" refers to version 3 of the GNU 17 | General Public License. 18 | 19 | "The Library" refers to a covered work governed by this License, 20 | other than an Application or a Combined Work as defined below. 21 | 22 | An "Application" is any work that makes use of an interface provided 23 | by the Library, but which is not otherwise based on the Library. 24 | Defining a subclass of a class defined by the Library is deemed a mode 25 | of using an interface provided by the Library. 26 | 27 | A "Combined Work" is a work produced by combining or linking an 28 | Application with the Library. The particular version of the Library 29 | with which the Combined Work was made is also called the "Linked 30 | Version". 31 | 32 | The "Minimal Corresponding Source" for a Combined Work means the 33 | Corresponding Source for the Combined Work, excluding any source code 34 | for portions of the Combined Work that, considered in isolation, are 35 | based on the Application, and not on the Linked Version. 36 | 37 | The "Corresponding Application Code" for a Combined Work means the 38 | object code and/or source code for the Application, including any data 39 | and utility programs needed for reproducing the Combined Work from the 40 | Application, but excluding the System Libraries of the Combined Work. 41 | 42 | 1. Exception to Section 3 of the GNU GPL. 43 | 44 | You may convey a covered work under sections 3 and 4 of this License 45 | without being bound by section 3 of the GNU GPL. 46 | 47 | 2. Conveying Modified Versions. 48 | 49 | If you modify a copy of the Library, and, in your modifications, a 50 | facility refers to a function or data to be supplied by an Application 51 | that uses the facility (other than as an argument passed when the 52 | facility is invoked), then you may convey a copy of the modified 53 | version: 54 | 55 | a) under this License, provided that you make a good faith effort to 56 | ensure that, in the event an Application does not supply the 57 | function or data, the facility still operates, and performs 58 | whatever part of its purpose remains meaningful, or 59 | 60 | b) under the GNU GPL, with none of the additional permissions of 61 | this License applicable to that copy. 62 | 63 | 3. Object Code Incorporating Material from Library Header Files. 64 | 65 | The object code form of an Application may incorporate material from 66 | a header file that is part of the Library. You may convey such object 67 | code under terms of your choice, provided that, if the incorporated 68 | material is not limited to numerical parameters, data structure 69 | layouts and accessors, or small macros, inline functions and templates 70 | (ten or fewer lines in length), you do both of the following: 71 | 72 | a) Give prominent notice with each copy of the object code that the 73 | Library is used in it and that the Library and its use are 74 | covered by this License. 75 | 76 | b) Accompany the object code with a copy of the GNU GPL and this license 77 | document. 78 | 79 | 4. Combined Works. 80 | 81 | You may convey a Combined Work under terms of your choice that, 82 | taken together, effectively do not restrict modification of the 83 | portions of the Library contained in the Combined Work and reverse 84 | engineering for debugging such modifications, if you also do each of 85 | the following: 86 | 87 | a) Give prominent notice with each copy of the Combined Work that 88 | the Library is used in it and that the Library and its use are 89 | covered by this License. 90 | 91 | b) Accompany the Combined Work with a copy of the GNU GPL and this license 92 | document. 93 | 94 | c) For a Combined Work that displays copyright notices during 95 | execution, include the copyright notice for the Library among 96 | these notices, as well as a reference directing the user to the 97 | copies of the GNU GPL and this license document. 98 | 99 | d) Do one of the following: 100 | 101 | 0) Convey the Minimal Corresponding Source under the terms of this 102 | License, and the Corresponding Application Code in a form 103 | suitable for, and under terms that permit, the user to 104 | recombine or relink the Application with a modified version of 105 | the Linked Version to produce a modified Combined Work, in the 106 | manner specified by section 6 of the GNU GPL for conveying 107 | Corresponding Source. 108 | 109 | 1) Use a suitable shared library mechanism for linking with the 110 | Library. A suitable mechanism is one that (a) uses at run time 111 | a copy of the Library already present on the user's computer 112 | system, and (b) will operate properly with a modified version 113 | of the Library that is interface-compatible with the Linked 114 | Version. 115 | 116 | e) Provide Installation Information, but only if you would otherwise 117 | be required to provide such information under section 6 of the 118 | GNU GPL, and only to the extent that such information is 119 | necessary to install and execute a modified version of the 120 | Combined Work produced by recombining or relinking the 121 | Application with a modified version of the Linked Version. (If 122 | you use option 4d0, the Installation Information must accompany 123 | the Minimal Corresponding Source and Corresponding Application 124 | Code. If you use option 4d1, you must provide the Installation 125 | Information in the manner specified by section 6 of the GNU GPL 126 | for conveying Corresponding Source.) 127 | 128 | 5. Combined Libraries. 129 | 130 | You may place library facilities that are a work based on the 131 | Library side by side in a single library together with other library 132 | facilities that are not Applications and are not covered by this 133 | License, and convey such a combined library under terms of your 134 | choice, if you do both of the following: 135 | 136 | a) Accompany the combined library with a copy of the same work based 137 | on the Library, uncombined with any other library facilities, 138 | conveyed under the terms of this License. 139 | 140 | b) Give prominent notice with the combined library that part of it 141 | is a work based on the Library, and explaining where to find the 142 | accompanying uncombined form of the same work. 143 | 144 | 6. Revised Versions of the GNU Lesser General Public License. 145 | 146 | The Free Software Foundation may publish revised and/or new versions 147 | of the GNU Lesser General Public License from time to time. Such new 148 | versions will be similar in spirit to the present version, but may 149 | differ in detail to address new problems or concerns. 150 | 151 | Each version is given a distinguishing version number. If the 152 | Library as you received it specifies that a certain numbered version 153 | of the GNU Lesser General Public License "or any later version" 154 | applies to it, you have the option of following the terms and 155 | conditions either of that published version or of any later version 156 | published by the Free Software Foundation. If the Library as you 157 | received it does not specify a version number of the GNU Lesser 158 | General Public License, you may choose any version of the GNU Lesser 159 | General Public License ever published by the Free Software Foundation. 160 | 161 | If the Library as you received it specifies that a proxy can decide 162 | whether future versions of the GNU Lesser General Public License shall 163 | apply, that proxy's public statement of acceptance of any version is 164 | permanent authorization for you to choose that version for the 165 | Library. 166 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [](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 | [![Awesome!](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://www.youtube.com/channel/UChcz5b20vDOk4ERoPs-pCbw/featured) 9 | [![Telegram Channel](https://img.shields.io/badge/Telegram-Greentea%20OS%20NEWS-blue.svg?logo=Telegram)](https://telegram.me/greenteaos_news) 10 | [![Telegram Chatroom](https://img.shields.io/badge/Telegram-Greentea%20OS%20CHAT-blue.svg?logo=Telegram)](https://telegram.me/greenteaos) 11 | [![GPL License](https://img.shields.io/badge/License-GNU%20LGPLv3-green.svg?style=flat)](https://github.com/GreenteaOS/Greentea#license) 12 | 13 | [![GitHub Feed](https://img.shields.io/badge/GitHub-Feed-0f9d58.svg?style=flat&logo=GitHub)](https://t.me/greenteaos_github) 14 | [![Nightly Builds](https://img.shields.io/badge/Automated-Builds-ff69b4.svg?style=flat)](https://ci.appveyor.com/project/PeyTy/tofita/build/artifacts) 15 | [![Donate](https://img.shields.io/badge/Sponsor-Patreon-bb3bbb.svg?style=flat&logo=Patreon)](https://greenteaos.github.io/donate/) 16 | [![Sponsor](https://img.shields.io/badge/Sponsor-GitHub-bb3bbb.svg?style=flat&logo=Patreon)](https://github.com/sponsors/PeyTy) 17 | [![Discord](https://img.shields.io/badge/Discord-Join-758EDC.svg?logo=discord)](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 | ![Screenshot](Images/screenshot.jpg?raw=true) 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 | [![Give a star](https://github.com/GreenteaOS/Tofita/raw/kawaii/docs/star.png?raw=true) 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 |

86 | 87 | Latest version may be easily downloaded from our [automatic build bot](https://github.com/GreenteaOS/Tofita#automatic-builds). 88 | 89 | Some releases may be provided in the [Greentea LOAD](https://t.me/greenteaos_official) official downloads channel. 90 | 91 | ### DO *NOT* INSTALL ON A PC! USE VIRTUAL MACHINES! GREENTEA OS IS UNSTABLE RIGHT NOW! 92 | 93 | ## Issues and Proposals 94 | 95 | Visit out [Issues](https://github.com/GreenteaOS/Greentea/issues) section to dive into development process! You are free to read and share anything important (well, actually bugs), but talking in chat rooms is in prefer. 96 | 97 | ## Internals 98 | 99 | System's source code is hosted inside [Tofita](https://github.com/GreenteaOS/Tofita) repository. Feel free to make pull requests! 100 | 101 | ## License 102 | 103 | ___OS Greentea___ itself is being mostly a [GPL](https://en.wikipedia.org/wiki/GNU_General_Public_License) project. We are using some parts from other open source projects as well. No proprietary code allowed or in use. 104 | 105 | **If you found any code which violates GPL, then please open [issue](https://github.com/GreenteaOS/Greentea/issues)! IT WILL BE REMOVED TO ENSURE GPL CONFORMANCE.** 106 | 107 | **If yours country law disallows use of some parts of the project or has another problem, then *DO NOT* USE OR DISTRIBUTE binary builds or source code. Open [issue](https://github.com/GreenteaOS/Greentea/issues) instead!** 108 | 109 | This project is done by a broad variety of people. To discuss legal issues contact [developers directly](https://t.me/greenteaos). 110 | 111 | :black_flag: We do **not** support piracy, modification of unlicensed copies, and modifications that violate license agreements. 112 | 113 | ## License of the binary materials (icons, wallpapers, etc) 114 | 115 | Original content is under CC0 license 116 | 117 | When contributing your own content, you're implicitly agreeing to share it under CC0 too 118 | -------------------------------------------------------------------------------- /User-Guide/Apps.md: -------------------------------------------------------------------------------- 1 | ## Apps compatibility list 2 | 3 | - [Special apps and runtimes](#special-apps-and-runtimes) 4 | - [A](#a) [B](#b) [C](#c) [D](#d) [E](#e) [F](#f) [G](#g) [H](#h) [I](#i) [J](#j) [K](#k) [L](#l) [M](#m) [N](#n) [O](#o) [P](#p) [Q](#q) [R](#r) [S](#s) [T](#t) [U](#u) [V](#v) [W](#w) [X](#x) [Y](#y) [Z](#z) 5 | - [Non-latin named](#non-latin-named) 6 | 7 | Status examples: 8 | 9 | - :grey_question: Not tested yet 10 | - :broken_heart: Not works at all 11 | - :boom: Crashes instantly 12 | - :star: — Barely works 13 | - :star: :star: 14 | - :star: :star: :star: 15 | - :star: :star: :star: :star: 16 | - :star: :star: :star: :star: :star: — Perfect 17 | 18 | --- 19 | 20 | ## Special apps and runtimes 21 | 22 | | Application | Description and link | Version | OS | Status | Updated | Comment | 23 | | ------------- |:------------------------------|:-------:|:---------:|:------:|:----------:|---------:| 24 | | Hexa | Programming language, | 0.1 | 0.5.1 | Loadable | 32 aug 2077 | Requires latest dotNOPE | 25 | 26 | --- 27 | 28 | ## [A](#a) 29 | 30 | 31 | 32 | ## [B](#b) 33 | 34 | 35 | 36 | ## [C](#c) 37 | 38 | 39 | 40 | ## [D](#d) 41 | 42 | 43 | 44 | ## [E](#e) 45 | 46 | 47 | 48 | ## [F](#f) 49 | 50 | 51 | 52 | ## [G](#g) 53 | 54 | 55 | 56 | ## [H](#h) 57 | 58 | 59 | 60 | ## [I](#i) 61 | 62 | 63 | 64 | ## [J](#j) 65 | 66 | 67 | 68 | ## [K](#k) 69 | 70 | 71 | 72 | ## [L](#l) 73 | 74 | 75 | 76 | ## [M](#m) 77 | 78 | 79 | 80 | ## [N](#n) 81 | 82 | 83 | 84 | ## [O](#o) 85 | 86 | 87 | 88 | ## [P](#p) 89 | 90 | 91 | 92 | ## [Q](#q) 93 | 94 | 95 | 96 | ## [R](#r) 97 | 98 | 99 | 100 | ## [S](#s) 101 | 102 | 103 | 104 | ## [T](#t) 105 | 106 | 107 | 108 | ## [U](#u) 109 | 110 | 111 | 112 | ## [V](#v) 113 | 114 | 115 | 116 | ## [W](#w) 117 | 118 | 119 | 120 | ## [X](#x) 121 | 122 | 123 | 124 | ## [Y](#y) 125 | 126 | 127 | 128 | ## [Z](#z) 129 | 130 | --- 131 | 132 | ## [Non-latin named](#non-latin-named) 133 | 134 | -------------------------------------------------------------------------------- /User-Guide/Build-System.md: -------------------------------------------------------------------------------- 1 | ## Custom build system 2 | 3 | It is *not* okay to have only binary builds and in-the-middle subject of trust. Why not build OS yourself and trust nobody but developers? 4 | 5 | Greentea supports quick easy builds, so you may build system yourself, if you don't believe maintainer! 6 | -------------------------------------------------------------------------------- /User-Guide/Community.md: -------------------------------------------------------------------------------- 1 | Moved to https://t.me/greenteaos_news/48 2 | -------------------------------------------------------------------------------- /User-Guide/Control-Panel.md: -------------------------------------------------------------------------------- 1 | ## Unified control panel 2 | 3 | Classic interfaces are known to be complex and unpredictable. Most of the time user should "study" the system. 4 | 5 | Greentea solves this by joining together system-specific tools, panels and some apps (like Device Manager). 6 | -------------------------------------------------------------------------------- /User-Guide/Frequently-Asked-Questions.md: -------------------------------------------------------------------------------- 1 | ### Frequently asked questions about Greentea OS project 2 | 3 | > **Hint:** Hover on the point and click on the appearing "link" icon to share answers to questioners 4 | 5 | #### What is Greentea OS, shortly? 6 | 7 | Greentea is a free next-generation operating system for your PC 8 | 9 | #### Is Greentea OS an operating system, distro, visual theme or app? 10 | 11 | Similiar to macOS and Linux, Greentea is a full operating system, installable on a PC. It runs apps, games and has some built-in software. 12 | It is **not** based on any other system. 13 | 14 | #### Is Greentea OS Ad-driven or funded by corporations? 15 | 16 | Nope. Greentea is funded solely by [donations](https://greenteaos.github.io/donate/). 17 | 18 | #### Is Greentea OS a GNU/Linux distro? 19 | 20 | No. It is an independent OS, and isn't based on top of Linux. 21 | 22 | #### What makes Greentea OS so unique? 23 | 24 | ***From developer perspective:*** safety-first OS, aimed at strict isolation and code verification. 25 | To achieve those goals, we created new engine for it — Tofita, and programming language - Hexa. 26 | 27 | ***From user perspective:*** apps cannot break the system or make it slow. System updates are fast and not annoying. 28 | 29 | Being internally very different from common ones, 30 | this system is friendly and does not push "innovations" at you face, thus making you feel at home. 31 | 32 | #### How to track the progress in real time? 33 | 34 | Visit [our Telegram news channel](https://t.me/s/greenteaos_news) and check [commits feed of GitHub repos](https://t.me/s/greenteaos_github). 35 | 36 | #### What is Tofita? 37 | 38 | [Tofita](https://github.com/GreenteaOS/Tofita) is *the* Greentea OS engine, the core, the heart of the system. 39 | 40 | #### Where I may download it? 41 | 42 | Find public builds for users and testers at [Greentea official downloads channel](https://t.me/s/greenteaos_official). 43 | 44 | #### How can I test it? 45 | 46 | Check our [Telegram group](https://t.me/greenteaos) and ask for builds or [download manually](https://ci.appveyor.com/project/PeyTy/tofita/build/artifacts). 47 | 48 | #### Is it safe to host this project on GitHub? 49 | 50 | Yes. Git is a system, on which GitHub is based, used to store and operate on project's source code. 51 | 52 | Git is **distributed**, **decentralized** and **consistent**. It is **not** possible to silently edit, hack or fake code. 53 | 54 | There is no reason to worry about. 55 | 56 | #### I've seen some "fake" commits. Are fake commits a thing? 57 | 58 | Sadly, GitHub, as any other service, has small bugs in it. The bug may **visualize** fake commits, but fakes cannot be committed into project itself! So no real code touched, albeit it looks "hacked". Also, Git, as a system, allows to set arbitrary committer names, so they sould not be considered 100% real without "Verified" badge on them. 59 | 60 | That being said, you should not follow misleading information with fake links. 61 | 62 | #### What application compatibility is going to be supported? 63 | 64 | We support only classic-style APIs. 65 | 66 | #### Is Greentea made specifically for modern hardware? 67 | 68 | Greentea builds for comparatively modern hardware only — approximately for most PCs made in the last 10+ years, counting from 2011. 69 | 70 | The oldest hardware with possibility to run is 2008 (64-bit CPUs only), but this is not guaranteed and probably requires a patch. 71 | 72 | ### Sometimes Greentea definitely looks familiar...is this intentional? 73 | 74 | We investigate design decisions of macOS, iOS, Linux and Android. 75 | 76 | Note, that the *only* desktop things we try to keep are a flat look of window frames, sharp user interface edges and 77 | basics like font & icon sizes (for app compatibility and user experience familiarity). 78 | And drawing rectangles seems to give better performance than rounded corners. 79 | -------------------------------------------------------------------------------- /User-Guide/Games.md: -------------------------------------------------------------------------------- 1 | ## Games compatibility list 2 | 3 | - [Special tools and runtimes](#special-tools-and-runtimes) 4 | - [A](#a) [B](#b) [C](#c) [D](#d) [E](#e) [F](#f) [G](#g) [H](#h) [I](#i) [J](#j) [K](#k) [L](#l) [M](#m) [N](#n) [O](#o) [P](#p) [Q](#q) [R](#r) [S](#s) [T](#t) [U](#u) [V](#v) [W](#w) [X](#x) [Y](#y) [Z](#z) 5 | - [Non-latin named](#non-latin-named) 6 | 7 | --- 8 | 9 | ## Special tools and runtimes 10 | 11 | 12 | 13 | --- 14 | 15 | ## [A](#a) 16 | 17 | 18 | 19 | ## [B](#b) 20 | 21 | 22 | 23 | ## [C](#c) 24 | 25 | 26 | 27 | ## [D](#d) 28 | 29 | 30 | 31 | ## [E](#e) 32 | 33 | 34 | 35 | ## [F](#f) 36 | 37 | 38 | 39 | ## [G](#g) 40 | 41 | 42 | 43 | ## [H](#h) 44 | 45 | 46 | 47 | ## [I](#i) 48 | 49 | 50 | 51 | ## [J](#j) 52 | 53 | 54 | 55 | ## [K](#k) 56 | 57 | 58 | 59 | ## [L](#l) 60 | 61 | 62 | 63 | ## [M](#m) 64 | 65 | 66 | 67 | ## [N](#n) 68 | 69 | 70 | 71 | ## [O](#o) 72 | 73 | 74 | 75 | ## [P](#p) 76 | 77 | 78 | 79 | ## [Q](#q) 80 | 81 | 82 | 83 | ## [R](#r) 84 | 85 | 86 | 87 | ## [S](#s) 88 | 89 | 90 | 91 | ## [T](#t) 92 | 93 | 94 | 95 | ## [U](#u) 96 | 97 | 98 | 99 | ## [V](#v) 100 | 101 | 102 | 103 | ## [W](#w) 104 | 105 | 106 | 107 | ## [X](#x) 108 | 109 | 110 | 111 | ## [Y](#y) 112 | 113 | 114 | 115 | ## [Z](#z) 116 | 117 | --- 118 | 119 | ## [Non-latin named](#non-latin-named) 120 | 121 | -------------------------------------------------------------------------------- /User-Guide/Greentea-FS.md: -------------------------------------------------------------------------------- 1 | ## The GreenteaFS file system 2 | 3 | Greentea OS intents to use own high performance resilient file system. Main goal is to make it really fast and yet compatible with most common features. 4 | -------------------------------------------------------------------------------- /User-Guide/Hexa.md: -------------------------------------------------------------------------------- 1 | ## Hexa programming language 2 | 3 | https://hexalang.github.io 4 | 5 | Hexa has strict nullability, enforced exception checking, safe metaprogramming and supports advanced object oriented techniques. 6 | -------------------------------------------------------------------------------- /User-Guide/Installation.md: -------------------------------------------------------------------------------- 1 | ## How to install the system on your computer 2 | 3 | DO *NOT* INSTALL ON A PC! USE VIRTUAL MACHINES! GREENTEA OS IS UNSTABLE RIGHT NOW! 4 | 5 | Otherwise, installation should be straitforward and self descriptive: 6 | 7 | - Download or build the .iso yourself 8 | - Write it onto the flash drive with software like Rufus 9 | - You should check the manufacturers articles on how to enter BIOS on *your* system 10 | - Reboot the computer 11 | - Enter BIOS or boot selection menu 12 | - Choose something that resembles "Greentea OS" or USB drive of the corresponding model 13 | - Viola, enjoy 14 | 15 | If you have any problems, take a photo of your screen 16 | (it should contain some info that is useful to resolve the issue) 17 | and send it to the developers. 18 | -------------------------------------------------------------------------------- /User-Guide/Issues.md: -------------------------------------------------------------------------------- 1 | ### Feedback and discussion 2 | 3 | #### Finding and reading messages 4 | 5 | * Go to 6 | * Green indicator means the actual message 7 | * Red indicator - closed, irrelevant discussion or already fixed bug: link to all completed discussions 8 | * The search field is located directly under the **Issues** tab (not to be confused with the *This repository* box at the top of the screen) 9 | 10 | To leave a comment you need to have a GitHub account: 11 | 12 | You can insert pictures! Drag the image file to the input field or paste it from the clipboard using the *Ctrl + V* keyboard shortcut. 13 | 14 | To mention the developer, use the `@` character, for example [@torvalds](https://github.com/torvalds) 15 | 16 | To preview, click **Preview** (and then click **Write** to return from the preview mode). 17 | 18 | #### How do I leave feedback or a new error message? 19 | 20 | * Go to 21 | * Make sure, through the search, that there is no similiar issue: type the text in the search field directly under the **Issues** tab 22 | * Create issue by clicking the **New issue** button or by following the link 23 | 24 | #### How to add emotion and vote for comment 25 | 26 | * Add emotion to any comment:
![image](https://cloud.githubusercontent.com/assets/3642643/23592706/1ecbadb2-0216-11e7-9c23-14a9cfb04c3f.png) 27 | * Vote for an emotion or add one more:
[image](https://cloud.githubusercontent.com/assets/3642643/23592726/6016b8ca-0216-11e7-947a-76973bb7d1e0.png) 28 | 29 | The meaning of emotions should be interpreted accordingly as: 30 | * "like/agree/makes sense" 31 | * "dislike/disagree/against" 32 | * "funny joke!" 33 | * "hurray!/finally!" 34 | * "hmmm/eh/gee/sorry/nothing is clear/okay/have to think" 35 | * "I really like/I really hope/the best comment" 36 | 37 | #### How to comment on the commits 38 | 39 | Commit is a small update of the source code with a description to it. Usually commits are self-sufficient, for example: "Updated the icon", "Renamed the shutdown button of the computer". Large updates can consist of a group of commits going in turn. 40 | 41 | In accordance with international standards - commits are conducted in English, as well as comments to them. 42 | 43 | Click on the commit hash, for example [e1b5d02](https://github.com/GreenteaOS/Greentea/commit/e1b5d027a6913e0e4bbb6ecbbf62153cbb99ddc2) or `e1b5d027a6913e0e4bbb6ecbbf62153cbb99ddc2`, this will open the commit view page. Now you can leave a comment or start a discussion by clicking the `[+]` icon next to the desired line: 44 | 45 | ![image](https://user-images.githubusercontent.com/3642643/38614228-04339e86-3d95-11e8-9045-6ffc4b67e8d9.png) 46 | 47 | See also: 48 | 49 | * :peace_symbol: [Code of conduct](https://github.com/GreenteaOS/.github/blob/kawaii/CODE_OF_CONDUCT.md) 50 | -------------------------------------------------------------------------------- /User-Guide/Protection.md: -------------------------------------------------------------------------------- 1 | ## Built-in protection mechanisms (antivirus, stability, isolation and snapshots) 2 | 3 | Independent isolated copies of software allows user to safely run apps with more limited privileges, compared to classic approaches. Removable devices are not touched until explicit user permission granted. 4 | 5 | [Rolling release](Rolling.md) model ensures that core files are kept untouched and are impossible to infect. 6 | -------------------------------------------------------------------------------- /User-Guide/Rolling.md: -------------------------------------------------------------------------------- 1 | ## Monolithic rolling-release updates of the system 2 | 3 | Basic idea is to download a single system image via p2p-sharing (and do integrity checks, of course) and place it packed to the system partition as-is. Images a kept unchanged, and unpacked on-demand into RAM. They should contain internal components, libraries, common drivers and built-in apps. 4 | 5 | This will gave nearly instantaneous updates with improved system resilience. 6 | -------------------------------------------------------------------------------- /User-Guide/Shop.md: -------------------------------------------------------------------------------- 1 | ## Shop for applications, games and other content 2 | 3 | Shop should be an open place for sharing open source and free software between developers and users. There shuld also be possible to share themes and what not. 4 | 5 | Shop' database is kept on GitHub and open for PRs! Thus, no bureaucracy and payment systems. 6 | -------------------------------------------------------------------------------- /User-Guide/Vulkan.md: -------------------------------------------------------------------------------- 1 | ## Enhanced use of the Vulkan API 2 | 3 | [Vulkan](https://en.wikipedia.org/wiki/Vulkan_(API)) - is a modern most advanced graphics [API](https://en.wikipedia.org/wiki/Application_programming_interface). It allows to get best of your [GPU](https://en.wikipedia.org/wiki/Graphics_processing_unit). 4 | 5 | Greentea OS is going to use Vulkan as much as possible: [window composition](https://en.wikipedia.org/wiki/Compositing_window_manager), Direct 3D and OpenGL rendering, image and video decoding, WebGL and so on. 6 | 7 | This would require Vulkan to be always present, so there should be at least software emulation of that graphics API. 8 | 9 | ## NjRAA 10 | 11 | We will also investigate possibility of native D3D implementation in the project called [NjRAA](https://github.com/GreenteaOS/NjRAA) aka **Not just Renamed AMD API**. 12 | 13 | ## Case study 14 | 15 | - OpenGL over Vulkan 16 | - [VKGL - Core OpenGL over Vulkan](https://github.com/kbiElude/VKGL) 17 | - [ZINK: OpenGL Over Vulkan](https://gitlab.freedesktop.org/kusma/mesa/commits/zink) 18 | - [GLOVE: OpenGL ES Over Vulkan](https://github.com/Think-Silicon/GLOVE) 19 | - [ANGLE's WebGL / OpenGL ES Over Vulkan](https://github.com/google/angle/tree/master/src/libANGLE/renderer/vulkan) 20 | - Direct3D 9 over Vulkan 21 | - [VK9](https://github.com/disks86/VK9) 22 | - Direct3D 9/10/11 over Vulkan 23 | - [DXVK](https://github.com/doitsujin/dxvk) 24 | - Direct3D 9/10 over Gallium 25 | - [Gallium Nine Standalone](https://github.com/dhewg/nine) 26 | - Vulkan over Metal 27 | - [MoltenVK is a Vulkan Portability implementation](https://github.com/KhronosGroup/MoltenVK) 28 | -------------------------------------------------------------------------------- /User-Guide/Web.md: -------------------------------------------------------------------------------- 1 | ## Using web-alike technologies to build native apps 2 | 3 | Classic [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface) technologies are known to be fast aging and non-portable, while they also are vulnerable, slow and buggy. In comparison, there is HTML - old, proven, highly portable and quick to adapt GUI building model. We are OK to drop some realtime app performance to gain nearly ultimate development opportunity - HTML is highly known very videly used tech. 4 | But, instead of slow and unsafe JavaScript, we propose to use much faster [Hexa programming language](Hexa.md), which looks very similar. There is also a solid bet on [Vulkan](Vulkan.md) graphics [API](https://en.wikipedia.org/wiki/Application_programming_interface), which should highly improve performance and responsiveness of apps. 5 | -------------------------------------------------------------------------------- /User-Guide/Wiki-How.md: -------------------------------------------------------------------------------- 1 | ## How to edit wiki-pages 2 | 3 | It's really easy to edit wiki-pages on the GitHub! The are simple textual files in [Markdown](https://help.github.com/articles/basic-writing-and-formatting-syntax/) format. Those are ones with `.md` in their names. 4 | 5 | 1. You need to select a file to edit. If you are viewing a folder, click on a `.md` file. If you a seening an article at the bottom and list of files at the top - you are seeing a `README.md` one, click on it in the folder view. 6 | 2. To edit a page click the pensil `Edit this file` icon on the upper frame of the article. 7 | 3. Make edits and scroll down 8 | - If you see `Propose file change` panel, add a description and hit `Propose file change` button. 9 | - If you see `Commit changes` panel, add a description and hit `Commit changes` button. 10 | 4. Hit a big green `Create pull request` button... and then click a smaller `Create pull request` one. 11 | 5. You'll be redirected onto `Pull requests` section. 12 | 6. To add more edits to the same file click `Files changed` tab and pencil button on the file view. 13 | 14 | See also: 15 | 16 | * :performing_arts: [How to leave feedback or bug report](Issues.md) 17 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | plugins: 2 | - jemoji 3 | --------------------------------------------------------------------------------