dpup 486

A home for all kinds of Puppy related projects
Message
Author
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#41 Post by dejan555 »

Toni, how did you create users? Did you use "usermgr" script?
Because I have this code

Code: Select all

chown -R "$USR" "/home/$USR"
which should set correct permissions when adding user. I'll check this tomorrow.

Yes I know drive icons aren't implemented yet, there's a tutorial I think by Pizzasgood on how he solved it in his pup but I decided to leave that unresolved for now (and I kinda like it when only root has access to drives).

Thanks for testing it's more proof of concept and it's not polished in any way but it's functional, usermgr script is also just a quick draft and would need more work and some nice gui maybe.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
saintless
Posts: 3862
Joined: Sat 11 Jun 2011, 13:43
Location: Bulgaria

#42 Post by saintless »

dejan555 wrote:Toni, how did you create users? Did you use "usermgr" script?
Because I have this code

Code: Select all

chown -R "$USR" "/home/$USR"
which should set correct permissions when adding user. I'll check this tomorrow.
Hi, Dejan555.
Yes, I use usermgr. It gives a message after creating new user with option 2 there is no group with such name in /ets/gshadow but I don't think this is the problem.
I tested this in usermgr script and it works giving user:user ownership:

Code: Select all

chown -R "$USR:$USR" "/home/$USR"
(and I kinda like it when only root has access to drives).
User will have read-only access by using desktop-drive-icons but it is not so important.
...would need more work and some nice gui maybe.
I think it is better to keep CLI user account management, It is nice to have output what happens and you can easy see any errors.

Toni

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#43 Post by dejan555 »

The error is because of adding to audio group, don't know why, it gives error first time that's why I have that line there twice, second time it's successfull.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#44 Post by dejan555 »

Added some more apps - compiled geeqie viewer with exif support, newer jwm snapshot, pcmanfm (+libfm and menu-cache, although I haven't used it much and it's not configured really for puppy), latest weechat development snapshot with new native exec and trigger plugins, wavelet-decompose plugin for gimp, libogg upgraded, libopus and opus utilities compiled but need yet to compile player that supports opus.

http://meownplanet.net/dejan/dpup486/packages/

EDIT: Recompiled lots of media libs, now ffmpeg is in making, will upload if usable.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#45 Post by dejan555 »

new version of dpup is posted here:
http://murga-linux.com/puppy/viewtopic.php?t=93329
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

Post Reply