Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: GDM doesnt load profile file
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-8613@inbox.vuxu.org>
@ 2021-04-01  2:35 ` j1cs
  0 siblings, 0 replies; only message in thread
From: j1cs @ 2021-04-01  2:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1497 bytes --]

New comment by j1cs on void-packages repository

https://github.com/void-linux/void-packages/issues/8613#issuecomment-467726985

Comment:
@Cogitri I think i found something or maybe not.
It appears the umask changed.
I did two tests: one before installing gnome and one after.
In a fresh installation I installed nodejs and then i ran: ```sudo npm i -g @angular/cli``` and ng performed well.
Then I installed gnome and i ran ```sudo npm -i g http-server``` then i checked:
```
$ http-server
bash: command not found
```
```
$ /usr/bin/http-server
bash: /usr/bin/http-server: Permission denied
```
then I checked both binaries and their permissions and thats show up:
```
$ sudo ls -ls /usr/bin/ng
0 lrwxrwxrwx 1 root root 39 Feb 27 01:21 /usr/bin/ng -> ../lib/node_modules/@angular/cli/bin/ng

$ sudo ls -l /usr/lib/node_modules/@angular/cli/bin/ng
-rwxr-xr-x 1 root root 881 Oct 26  1985 /usr/lib/node_modules/@angular/cli/bin/ng
```
```
$ sudo ls -l /usr/bin/http-server
lrwxrwxrwx 1 root root 47 Feb 27 01:43 /usr/bin/http-server -> ../lib/node_modules/http-server/bin/http-server

$ sudo ls -l /usr/lib/node_modules/http-server/bin/http-server
-rwxr-x--- 1 jics jics 5001 Jan 10  2018 /usr/lib/node_modules/http-server/bin/http-server
```
as you can see permissions and owners are totally messed up after gnome get into the game.
I dont know if is related with this bec. i didnt test before merge happened.

PD: tested in wayland and xorg

Thanks for advanced!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-01  2:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-8613@inbox.vuxu.org>
2021-04-01  2:35 ` GDM doesnt load profile file j1cs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).