Summary: | gnome-base/gnome-session should pull x11-misc/xdg-user-dirs-gtk in | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pacho Ramos <pacho> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | freedesktop-bugs, otavio.n.cipriani |
Priority: | Normal | Keywords: | InOverlay |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 353071 | ||
Bug Blocks: |
Description
Pacho Ramos
![]() We already do this in the overlay, gnome-session pulls it in. http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=blob;f=gnome-base/gnome-session/gnome-session-3.0.1.ebuild;hb=HEAD I didn't add it to GNOME 2 because it has gone stable, is deprecated, and I don't think we should touch it any more. I could add it in a future if a revbump for 2.32 is needed also In overlay ebuild I can read: 91 # FIXME: this should be done by x11-misc/xdg-user-dirs 92 doexe "${FILESDIR}/10-user-dirs-update" || die "doexe failed" Maybe that one could also be fixed in xdg-user-dirs :-/ (In reply to comment #3) > In overlay ebuild I can read: > 91 # FIXME: this should be done by x11-misc/xdg-user-dirs > 92 doexe "${FILESDIR}/10-user-dirs-update" || die "doexe failed" > > Maybe that one could also be fixed in xdg-user-dirs :-/ I wasn't entirely sure if DEs other than GNOME wanted this. This needs to be discussed/decided as well; blocking GNOME 3 release... Will CC freedesktop people then to check for comment #3 and following ;-) I think it is important to notice that "xdg-user-dirs-gtk-update" only works if "xdg-user-dirs-update" is run BEFORE it (bug #270852). (In reply to comment #6) > I think it is important to notice that "xdg-user-dirs-gtk-update" only works if > "xdg-user-dirs-update" is run BEFORE it (bug #270852). This is already being done right now for GNOME, since xdg-user-dirs-update is run before gnome-session is started, and then gnome-session starts xdg-user-dirs-gtk-update. (In reply to comment #7) > (In reply to comment #6) > > I think it is important to notice that "xdg-user-dirs-gtk-update" only works if > > "xdg-user-dirs-update" is run BEFORE it (bug #270852). > > This is already being done right now for GNOME, since xdg-user-dirs-update is > run before gnome-session is started, and then gnome-session starts > xdg-user-dirs-gtk-update. I know it is a little out of scope, but can you please tell me where/when "xdg-user-dirs-update" is run? I had to create the ".desktop" file I sent to bug #270852 to run "xdg-user-dirs-update". Without it "xdg-user-dirs-update" is NOT being run on my computer. (In reply to comment #8) > I know it is a little out of scope, but can you please tell me where/when > "xdg-user-dirs-update" is run? > > I had to create the ".desktop" file I sent to bug #270852 to run > "xdg-user-dirs-update". Without it "xdg-user-dirs-update" is NOT being run on > my computer. Ah, you must be running GNOME 2. This is done by GNOME 3, see gnome-session-3.0.2.ebuild (In reply to comment #9) > (In reply to comment #8) > > I know it is a little out of scope, but can you please tell me where/when > > "xdg-user-dirs-update" is run? > > > > I had to create the ".desktop" file I sent to bug #270852 to run > > "xdg-user-dirs-update". Without it "xdg-user-dirs-update" is NOT being run on > > my computer. > > Ah, you must be running GNOME 2. This is done by GNOME 3, see > gnome-session-3.0.2.ebuild Yes, I am running GNOME 2. Thank you very much. +*gnome-session-2.32.1-r3 (12 Sep 2011) + + 12 Sep 2011; Pacho Ramos <pacho@gentoo.org> -gnome-session-2.32.1.ebuild, + +gnome-session-2.32.1-r3.ebuild, + +files/gnome-session-2.32.1-dialog-size.patch, + +files/gnome-session-2.32.1-dialog-size2.patch, + +files/gnome-session-2.32.1-gsettings-conditions.patch, + +files/gnome-session-2.32.1-idle-transition.patch: + Also support Gsettings conditions to work with latest libcanberra, fix race + condition in idle monitor, fix dialog size, pull in x11-misc/xdg-user-dirs + stuff as done in gnome-session-3. Remove old. + |