Void Linux discussion
 help / color / mirror / Atom feed
* Gnome 3 pulls out systemd dependencies
@ 2015-10-16  9:23 Frankie Wild
  2015-10-16  9:38 ` Frankie Wild
  0 siblings, 1 reply; 4+ messages in thread
From: Frankie Wild @ 2015-10-16  9:23 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 1179 bytes --]

It seems that Gnome 3 is pulling out some systemd dependencies. I have just 
noticed it and tried to remove the whole gnome meta package but some 
components are still there.

[mar1n3r0@localhost user]$ whereis systemd
systemd: /usr/lib/systemd
[mar1n3r0@localhost user]$ cd /usr/lib/systemd/
[mar1n3r0@localhost systemd]$ ls -al
total 136
drwxr-xr-x   3 root root   4096 Oct 13 14:29 .
drwxr-xr-x 149 root root 126976 Oct 15 23:10 ..
drwxr-xr-x   2 root root   4096 Oct 13 14:29 user
[mar1n3r0@localhost systemd]$ cd user/
[mar1n3r0@localhost user]$ ls -al
total 36
drwxr-xr-x 2 root root 4096 Oct 13 14:29 .
drwxr-xr-x 3 root root 4096 Oct 13 14:29 ..
-rw-r--r-- 1 root root  180 Oct 14 10:50 gvfs-afc-volume-monitor.service
-rw-r--r-- 1 root root  123 Oct 14 10:49 gvfs-daemon.service
-rw-r--r-- 1 root root  183 Oct 14 10:50 gvfs-goa-volume-monitor.service
-rw-r--r-- 1 root root  184 Oct 14 10:50 gvfs-gphoto2-volume-monitor.service
-rw-r--r-- 1 root root  143 Oct 14 10:49 gvfs-metadata.service
-rw-r--r-- 1 root root  185 Oct 14 10:50 gvfs-mtp-volume-monitor.service
-rw-r--r-- 1 root root  181 Oct 14 10:50 gvfs-udisks2-volume-monitor.service
[mar1n3r0@localhost user]$


[-- Attachment #1.2: Type: text/html, Size: 1457 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Gnome 3 pulls out systemd dependencies
  2015-10-16  9:23 Gnome 3 pulls out systemd dependencies Frankie Wild
@ 2015-10-16  9:38 ` Frankie Wild
  2015-10-16  9:45   ` Juan RP
  0 siblings, 1 reply; 4+ messages in thread
From: Frankie Wild @ 2015-10-16  9:38 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 1376 bytes --]

xbps-remove -R gnome did the trick. Systemd traces are gone again.

On Friday, October 16, 2015 at 12:23:39 PM UTC+3, Frankie Wild wrote:
>
> It seems that Gnome 3 is pulling out some systemd dependencies. I have 
> just noticed it and tried to remove the whole gnome meta package but some 
> components are still there.
>
> [mar1n3r0@localhost user]$ whereis systemd
> systemd: /usr/lib/systemd
> [mar1n3r0@localhost user]$ cd /usr/lib/systemd/
> [mar1n3r0@localhost systemd]$ ls -al
> total 136
> drwxr-xr-x   3 root root   4096 Oct 13 14:29 .
> drwxr-xr-x 149 root root 126976 Oct 15 23:10 ..
> drwxr-xr-x   2 root root   4096 Oct 13 14:29 user
> [mar1n3r0@localhost systemd]$ cd user/
> [mar1n3r0@localhost user]$ ls -al
> total 36
> drwxr-xr-x 2 root root 4096 Oct 13 14:29 .
> drwxr-xr-x 3 root root 4096 Oct 13 14:29 ..
> -rw-r--r-- 1 root root  180 Oct 14 10:50 gvfs-afc-volume-monitor.service
> -rw-r--r-- 1 root root  123 Oct 14 10:49 gvfs-daemon.service
> -rw-r--r-- 1 root root  183 Oct 14 10:50 gvfs-goa-volume-monitor.service
> -rw-r--r-- 1 root root  184 Oct 14 10:50 
> gvfs-gphoto2-volume-monitor.service
> -rw-r--r-- 1 root root  143 Oct 14 10:49 gvfs-metadata.service
> -rw-r--r-- 1 root root  185 Oct 14 10:50 gvfs-mtp-volume-monitor.service
> -rw-r--r-- 1 root root  181 Oct 14 10:50 
> gvfs-udisks2-volume-monitor.service
> [mar1n3r0@localhost user]$
>
>

[-- Attachment #1.2: Type: text/html, Size: 1775 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Gnome 3 pulls out systemd dependencies
  2015-10-16  9:38 ` Frankie Wild
@ 2015-10-16  9:45   ` Juan RP
  2015-10-16 10:54     ` Frankie Wild
  0 siblings, 1 reply; 4+ messages in thread
From: Juan RP @ 2015-10-16  9:45 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 263 bytes --]

gvfs by default installs systemd user units even with systemd disabled.

Those files are simply "user units" that are useless without systemd, so 
that you don't really need to worry about.

Anyway I've removed completely those files in gvfs-1.26.1_3.

Enjoy

>
>

[-- Attachment #1.2: Type: text/html, Size: 499 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Gnome 3 pulls out systemd dependencies
  2015-10-16  9:45   ` Juan RP
@ 2015-10-16 10:54     ` Frankie Wild
  0 siblings, 0 replies; 4+ messages in thread
From: Frankie Wild @ 2015-10-16 10:54 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 362 bytes --]

Thanks a mil !

On Friday, October 16, 2015 at 12:45:27 PM UTC+3, Juan RP wrote:
>
> gvfs by default installs systemd user units even with systemd disabled.
>
> Those files are simply "user units" that are useless without systemd, so 
> that you don't really need to worry about.
>
> Anyway I've removed completely those files in gvfs-1.26.1_3.
>
> Enjoy
>
>>
>>

[-- Attachment #1.2: Type: text/html, Size: 714 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-16 10:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16  9:23 Gnome 3 pulls out systemd dependencies Frankie Wild
2015-10-16  9:38 ` Frankie Wild
2015-10-16  9:45   ` Juan RP
2015-10-16 10:54     ` Frankie Wild

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).