[Bug 254439] New: /usr/bin/gnome does obsolete things
https://bugzilla.novell.com/show_bug.cgi?id=254439 Summary: /usr/bin/gnome does obsolete things Product: openSUSE 10.3 Version: Alpha 1plus Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de There are a few obsolete things in /usr/bin/gnome (package gnome-session) that could be removed or updated. # We use a cascaded KDE configuration while in GNOME, # to preconfigure some utilities better suited for GNOME export KDEDIRS=/usr/share/dist/kde-preconf => This was only used for suseplugger which is obsolete in GNOME, see bug 235438 # Manage GTK1 themes with gnome-theme-manager export GTK_RC_FILES=/etc/opt/gnome/gtk/gtkrc:$HOME/.gtkrc-1.2-gnome2 => /etc/opt/gnome is no more # If gconfd 1 is still running, shut it down now if [ -e /opt/gnome/bin/gconftool-1 ] then /opt/gnome/bin/gconftool-1 --shutdown fi => This does certainly not hurt, but it's a no-op because [ -e /opt/gnome/bin/gconftool-1 ] is never fulfilled. # add compatibility and default settings for GNOME1 # (set help browsers to epiphany & nautilus) if [ ! -d ~/.gnome ] ; then mkdir -p ~/.gnome cp /usr/share/dist/gnome1/* ~/.gnome/ fi if [ ! -e ~/.gtkrc ] ; then cp /usr/share/dist/gnome1/gtkrc ~/.gtkrc fi => This is 100% obsolete because /usr/share/dist/gnome1 does not exist. It actually even causes ugly, buggy-looking stderr output on first login in ~/.xsession-errors. export GNOME_ICON_PATH=/usr/share/images:$YAST_ICONS/apps:$KDE_CRYSTAL_32/apps:$KDE_CRYSTAL_32/devices:$KDE_CRYSTAL_32/mimetypes:$KDE_CRYSTAL_32/filesystems:$KDE_CRYSTAL_32/actions:$KDE_CRYSTAL_48/apps:$KDE_CRYSTAL_48/devices:$KDE_CRYSTAL_48/mimetypes:$KDE_CRYSTAL_48/filesystems:$KDE_CRYSTAL_48/actions:$GNOME_DEFAULT_48/apps:$GNOME_DEFAULT_32/apps:/usr/share/pixmaps:/opt/gnome/share/pixmaps => Lots of old stuff, /usr/share/images does not exist and /opt/gnome/share/pixmaps could be set within the opt_gnome-compat package. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=254439 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |bnc-team-gnome-build@forge.provo.novell.com |gnome@forge.provo.novell.com| ------- Comment #1 from jpr@novell.com 2007-03-20 13:54 MST ------- The gconfd-1 bit can still be fulfilled on an upgrade from an older system. gconf-1 is no longer shipped. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=254439 ------- Comment #2 from sbrabec@novell.com 2007-03-23 08:43 MST ------- I guess we can drop the gconf1 stuff. After upgrade, gconf1 will probably disappear, so shutting it down has no meaning. It was a special command for following situatuion: User starts gnucash1. it starts gconfd-1. User starts gnome2 application - it cannot start gconfd-2, because socket is used by gconfd-1. I guess it is no more problem. GTK_RC_FILES provides themes from theme manager to gtk1 apps. Still valid, but path needs update. GNOME_ICON_PATH most probably obsolete and maybe even not implemented - we have XDG_DATA_DIRS. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=254439 sbrabec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-gnome- |sbrabec@novell.com |build@forge.provo.novell.com| Status|NEW |ASSIGNED ------- Comment #3 from sbrabec@novell.com 2007-04-03 07:40 MST ------- KDEDIR ... not more needed, we have --with-kde-datadir=/opt/kde3 in gnome-desktop. GTK_RC_FILES ... not needed, gnome-session takes care. STYLE ... still used at least by SuSE specific patch in XMMS. /usr/share/dist/addon-scripts ...obsolete /usr/share/dist/gnome1 ... obsolete fix_wallpapers_on_update ... broken, needs fix ~/.skel/foo-run ... stuff needs update, to allow both to force new default design and to keep old one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=254439 ------- Comment #4 from sbrabec@novell.com 2007-04-03 08:20 MST ------- GNOME_ICON_PATH ... I see no reference in libraries or binaries. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=254439 sbrabec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #5 from sbrabec@novell.com 2007-04-04 07:03 MST ------- Code revised. Only two things remain here: - Background update. New code checks aspect ratio on every GNOME start, but only if user has default* selected. Could be nice to write a C multi-size wallpapers support. - NLD9 update check. Version check changed to SLED11. Code should disappear after SLED11. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com