14 posts
Location
/home/nikov2002
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 workingSpoiler
- Filemanager can't do any of things that filemanager do(copy,paste,rename)
- Bugs, many bugs
Planned featuresSpoiler
- 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 appsSpoiler
- Go to /apps directory
- Make dir "yournameofapp.app"
- In this folder "main" will be a source of your app
- Make folder named "resources" in the root of .app folder
- There you can add your icon by drawing it in photoshop.app (don't use paintutils) and apis, logos etc..
- Maybe I will make "app installer"
ChangelogSpoiler
First release
Hotfix for case-sensitive fsCREDITS
EliteClubSessions - APIS, Photoshop, CodeDoorGravityScore - LuaIDEOeed - Compilr, Ink
Edited on 23 June 2015 - 06:48 AM
29 posts
Posted 22 June 2015 - 03:37 PM
This OS does not work on systems with case-sensitive filesystem (for example Linux)
14 posts
Location
/home/nikov2002
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
29 posts
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)
14 posts
Location
/home/nikov2002
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
2679 posts
Location
You will never find me, muhahahahahaha
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.
14 posts
Location
/home/nikov2002
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