This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
nikov2002's profile picture

LinOS (now isn't in alpha)

Started by nikov2002, 22 June 2015 - 01:03 PM
nikov2002 #1
Posted 22 June 2015 - 03:03 PM
LinOS (dev12)


Already I did:
Spoiler
  • Installing your apps
  • Gui
  • Menus, buttons etc..
  • Customise
  • Password managment
  • Really buggy updater
  • Deleted the waste from system
  • Filemanager is now can open apps(yay)
What is not working
Spoiler
  • Filemanager can't do any of things that filemanager do(copy,paste,rename)
  • Bugs, many bugs
Planned features
Spoiler
  • Smashing the appdrawer, filemanager and desktop together
  • Multiuser support (up to 3 (or more) users)
  • Animations
  • Updater
  • App Installer
Don't ask me to this:
  • Multishell (tried to do this, caused system not to work)

To install it simply run:
pastebin run VNAHfPcj

Screenshots:
Spoiler




Installing your apps
Spoiler
  1. Go to /apps directory
  2. Make dir "yournameofapp.app"
  3. In this folder "main" will be a source of your app
  4. Make folder named "resources" in the root of .app folder
  5. There you can add your icon by drawing it in photoshop.app (don't use paintutils) and apis, logos etc..
  6. Maybe I will make "app installer"
Changelog
SpoilerFirst release
Hotfix for case-sensitive fs
CREDITS

EliteClubSessions - APIS, Photoshop, CodeDoor
GravityScore - LuaIDE
Oeed - Compilr, Ink
Edited on 23 June 2015 - 06:48 AM
TsarN #2
Posted 22 June 2015 - 03:37 PM
This OS does not work on systems with case-sensitive filesystem (for example Linux)
nikov2002 #3
Posted 22 June 2015 - 04:55 PM
This OS does not work on systems with case-sensitive filesystem (for example Linux)
So, it works on windows, if you know how to solve it pls contact me

Which error it outputs?

p.s I am using windows 10 (ntfs)
Edited on 22 June 2015 - 02:57 PM
TsarN #4
Posted 22 June 2015 - 05:19 PM
When you install system you create folders with lower-case letters. However, in code you use capitalization. (/System/API in code, but /system/api in computer)
nikov2002 #5
Posted 22 June 2015 - 07:18 PM
When you install system you create folders with lower-case letters. However, in code you use capitalization. (/System/API in code, but /system/api in computer)
Ok, I will make a hotfix next day
Creator #6
Posted 22 June 2015 - 07:30 PM
This OS does not work on systems with case-sensitive filesystem (for example Linux)

I hate when FS are not case sensitive. Messes the string functions and stuff up.
nikov2002 #7
Posted 23 June 2015 - 08:49 AM
This OS does not work on systems with case-sensitive filesystem (for example Linux)

I hate when FS are not case sensitive. Messes the string functions and stuff up.
When you install system you create folders with lower-case letters. However, in code you use capitalization. (/System/API in code, but /system/api in computer)


Try it, i made the hotfix