Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome 2.26
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2729
Location: Pittsburgh, PA, USA

PostPosted: Thu Mar 19, 2009 8:18 pm    Post subject: Gnome 2.26 Reply with quote

BTW, 2.26 is out (at gnome.org):

http://library.gnome.org/misc/release-notes/2.26/

[EDIT]I see there are already some ebuilds for gnome-2.26 in the gnome overlay..[/EDIT]

Split from Gnome 2.24 and stuck. --timeBandit
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2735
Location: Parma (Italy)

PostPosted: Mon Mar 23, 2009 5:31 pm    Post subject: Reply with quote

Correctely upgraded on both my pcs. Just a little annoiance ( beyond gnome-settings-daemon crash ): my right click menus are only half translated.

Does anyone have a solution?

Thanks
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tanto religio potuit suadere malorum
Back to top
View user's profile Send private message
jbaldassari
n00b
n00b


Joined: 24 Mar 2009
Posts: 2

PostPosted: Wed Mar 25, 2009 1:48 am    Post subject: Reply with quote

Hi. I'm probably going to have to start a new thread for this problem I've been having since upgrading to 2.24, but I thought I would run it by you guys first in case this was a known issue.

After upgrading, whenever I click on a menu item in the first group of the Places menu (Home Folder, Desktop, or anything under Bookmarks), Gnome tries to open the directory with file-roller instead of nautilus. Running "gnome-open file:///" also starts file-roller instead of nautilus. Using the Computer icon on the desktop opens nautilus as expected, however. I've only found a couple of similar issues, and they were caused by MIME problems and multiple file managers, but my MIME configuration looks correct, and I'm only using nautilus. Has anyone else run into this issue or something similar? Thanks!
Back to top
View user's profile Send private message
jbaldassari
n00b
n00b


Joined: 24 Mar 2009
Posts: 2

PostPosted: Wed Mar 25, 2009 4:29 am    Post subject: Reply with quote

jbaldassari wrote:
Running "gnome-open file:///" also starts file-roller instead of nautilus.


I figured out what the issue was. The following line somehow got into my ~/.local/share/applications/mimeapps.list:
Code:
inode/directory=file-roller.desktop;


I have no idea what, if any, connection this has with my upgrade to 2.24. It seems unlikely that the upgrade was the direct cause of this because other users on my system were not affected. However, I didn't put that line in there, and I'm sure it wasn't there before I upgraded. Maybe it was just some weird fluke. Hope this helps someone else anyway.
Back to top
View user's profile Send private message
ebichu
Apprentice
Apprentice


Joined: 03 Jul 2002
Posts: 225
Location: Manchester, England

PostPosted: Wed Apr 22, 2009 6:14 pm    Post subject: Reply with quote

juniper wrote:
I have also encountered some problems.

1) clock doesn't work
2) keyboard layout doesn't work
3) my themes seem a bit messed. The title on the title bar is not centred and I am missing the window close/maximize/minimize buttons on the top right.

someone above had my second problem. I use gdm to start my session, how would I implement the solution above? or is there another solution?


For the keyboard layout I cheat and add tell the X server to ignore HAL and use the legacy configuration for keyboards and mice. I have this in the ServerLayout section of my /etc/X11/xorg.conf:

Code:

Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen 1"
    Option "AutoAddDevices" "false"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

The key line above is the Option "AutoAddDevices" "false".

I have a Section "Screen" with Identifier "Screen 1", a Section "InputDevice" with Identifier "Mouse1" to configure the mouse, and a Section "InputDevice" with Identifier "Keyboard1" to configure the keyboard. (The identifiers are arbitrary and don't matter as long as the cross-references match up.)

The "proper" way to do it is to configure HAL, but trying to figure out the horrible XML files it uses drove me mad!
_________________
Ebichu wa chiizu ga daisuki dechu!
Back to top
View user's profile Send private message
Dark Foo
l33t
l33t


Joined: 21 Nov 2008
Posts: 921
Location: 127.0.0.1

PostPosted: Wed Apr 22, 2009 7:27 pm    Post subject: Reply with quote

Onip wrote:
Correctely upgraded on both my pcs. Just a little annoiance ( beyond gnome-settings-daemon crash ): my right click menus are only half translated.

Does anyone have a solution?

Thanks


i hit this and the /dev/dsp busy error!!!

to fix the gnome-settings-daemon crash add

eval `dbus-launch --sh-syntax --exit-with-session`
exec gnome-session

to .xinitec , and for the dsp error if anyone is getting that, go to

/etc/esd/esd.conf

and change

auto_spawn=0
spawn_options=-terminate -nobeeps -as 2
spawn_wait_ms=100
# default options are used in spawned and non-spawned mode
#default_options=

to

auto_spawn=0
#spawn_options=-terminate -nobeeps -as 2
spawn_wait_ms=100
# default options are used in spawned and non-spawned mode
#default_options=
default_options=-terminate -nobeeps -as 2

and reboot and you shouldn't get the /dev/dsp busy error again
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
Pryka
Guru
Guru


Joined: 08 Jun 2007
Posts: 587
Location: /dev/null

PostPosted: Sat Apr 25, 2009 6:36 am    Post subject: Reply with quote

Sorry for my eng

Hi... My Gnome 2.24.3 don't remember the positions and sizes of various programs like gedit, termina, file-roller etc. Every time they start from left upper corner with default size...

Why Gnome don't remember the last position and size?
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2729
Location: Pittsburgh, PA, USA

PostPosted: Sat Apr 25, 2009 7:46 am    Post subject: Reply with quote

Same happens for me in gnome-2.26.1

and using gedit 2.26.1

[EDIT]It appears this only happens if I run the application from the shell. In this case from gnome-terminal.[/EDIT]
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
EvaSDK
Developer
Developer


Joined: 12 Jul 2003
Posts: 162
Location: France, Paris

PostPosted: Sun May 03, 2009 11:10 pm    Post subject: Reply with quote

Pryka wrote:
Sorry for my eng

Hi... My Gnome 2.24.3 don't remember the positions and sizes of various programs like gedit, termina, file-roller etc. Every time they start from left upper corner with default size...

Why Gnome don't remember the last position and size?


are you using gnome-session-2.24 ? If so, that is your problem.
Back to top
View user's profile Send private message
Pryka
Guru
Guru


Joined: 08 Jun 2007
Posts: 587
Location: /dev/null

PostPosted: Sun May 10, 2009 9:17 am    Post subject: Reply with quote

nope... im using gnome-session-2.22.3-r1
Back to top
View user's profile Send private message
Kaste
Guru
Guru


Joined: 21 Dec 2005
Posts: 529
Location: /home Sweet /home

PostPosted: Wed May 13, 2009 9:10 am    Post subject: Shortcuts Reply with quote

I haven't found it being mentioned so i'll just ask. Is Ctrl+Alt+Del working for you guy? It is set to logout on standard which is just what i want except it doesn't work even though being set.
_________________
I'm a membar of Mesnar and me scull contains wakky secrets!
Back to top
View user's profile Send private message
lagadu
n00b
n00b


Joined: 13 Feb 2009
Posts: 17

PostPosted: Tue Jun 16, 2009 2:12 pm    Post subject: gnome 2.24.3 dashboard bug Reply with quote

I've posted a thread in the main desktop forum about gnome 2.24.3, thanks for reading it.
I was not aware of this dedicated thread.
sorry.

François
Back to top
View user's profile Send private message
lagadu
n00b
n00b


Joined: 13 Feb 2009
Posts: 17

PostPosted: Tue Jun 16, 2009 7:18 pm    Post subject: Gnome 2.24.3 dashboard ... Reply with quote

Sorry, me again.
About the probem I'm trying to report, I can now say that the most important thing is
on the gconf side. I can run gnome for a while and then when trying to start a stuff
handled by gconf, I get the following (translated from french) :

"error when contacting the configuration server : possible reasons : you have not activated
TCP/IP for ORBit or invalid NFS locks are present due to system crash ..."

I was previously using gnome 2.20 on a 2007 Gentoo, and it is still relevant.
What is the problmem with gconf by now ?

ps: of course I'm using an NFS mounted home directory.

Cheers.

François
Université de Rennes 1
France
Back to top
View user's profile Send private message
red-wolf76
l33t
l33t


Joined: 13 Apr 2005
Posts: 713
Location: Rhein-Main Area

PostPosted: Wed Jun 17, 2009 6:24 pm    Post subject: Reply with quote

Hi...

Gnome 2.26.1 working fine here, but only yesterday I upgraded to gdm-2.26.1 and boy, is it ever so ugly now!

I used to get to type in my username in emergence theme, but now I get a bummy chooser that I don't want. I've looked up the config stuff, but gdmsetup doesn't appear to be installed anymore and the config files are present in /etc/gdm/ as well as in /etc/X11/gdm/ which means I don't know where to put stuff.

Also, the keyboard layout defaults to US, whereas I've got a German one.

Any help?
_________________
0mFg, G3nt00 r0X0r$ T3h B1g!1111 ;)

Use sane CFLAGS! If for no other reason, do it for the lulz!
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2729
Location: Pittsburgh, PA, USA

PostPosted: Wed Jun 17, 2009 6:32 pm    Post subject: Reply with quote

gnome-2.26 has been working and stable (for me) for several months now. I am using 2.26.2 mostly before that I installed 2.24 last November.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
red-wolf76
l33t
l33t


Joined: 13 Apr 2005
Posts: 713
Location: Rhein-Main Area

PostPosted: Wed Jun 17, 2009 6:33 pm    Post subject: Reply with quote

Yeah. I'm pretty much running mostly ~x86 Gnome here as well. Do you have any pointers on the GDM issue? Did the config dir move?
_________________
0mFg, G3nt00 r0X0r$ T3h B1g!1111 ;)

Use sane CFLAGS! If for no other reason, do it for the lulz!
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2729
Location: Pittsburgh, PA, USA

PostPosted: Wed Jun 17, 2009 7:23 pm    Post subject: Reply with quote

Hmm. I have not had any issue with gdm although I had upgraded to gdm-2.24.1 on December 16th according to my emerge.log.

1229490994: === (1 of 1) Merging (gnome-base/gdm-2.24.1::/mnt/autofs/portage/local/layman/gnome/gnome-base/gdm/gdm-2.24.1.ebuild)
1229491019: === (1 of 1) Updating world file (gnome-base/gdm-2.24.1)

<snip>

1229494164: === (18 of 18) Updating world file (gnome-base/gnome-2.24.1)
1229494164: === (18 of 18) Post-Build Cleaning (gnome-base/gnome-2.24.1::/mnt/autofs/portage/local/layman/jmd-gentoo/gnome-base/gnome/gnome-2.24.1.ebuild)
1229494164: ::: completed emerge (18 of 18) gnome-base/gnome-2.24.1 to /
1229494164: *** Finished. Cleaning up...
1229494164: *** exiting successfully.
1229494164: *** terminating.
1229501401: Started emerge on: Dec 17, 2008 03:10:01
1229501401: *** emerge --jobs --keep-going sync
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
red-wolf76
l33t
l33t


Joined: 13 Apr 2005
Posts: 713
Location: Rhein-Main Area

PostPosted: Wed Jun 17, 2009 7:43 pm    Post subject: Reply with quote

2.24.1 worked just fine over here as well... Try upgrading to 2.26.1 and you'll see what I mean.
_________________
0mFg, G3nt00 r0X0r$ T3h B1g!1111 ;)

Use sane CFLAGS! If for no other reason, do it for the lulz!
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2729
Location: Pittsburgh, PA, USA

PostPosted: Wed Jun 17, 2009 7:46 pm    Post subject: Reply with quote

I did emerge that however I may have not restarted gdm since.

[EDIT]Had to reboot because vmware server was on the fritz again. Anyways gdm-2.26.1 worked without any problems at all. [/EDIT]
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
lex82
Apprentice
Apprentice


Joined: 04 Jan 2006
Posts: 235
Location: Italy

PostPosted: Tue Jun 23, 2009 5:38 pm    Post subject: Reply with quote

Guys, I want to upgrade to GNOME 2.26 but I have a (mostly) stable system. What is the best method to get the new release? The "twopointtwentysix" version should be really stable by now (I guess)...
_________________
Byez, Axel.
Back to top
View user's profile Send private message
red-wolf76
l33t
l33t


Joined: 13 Apr 2005
Posts: 713
Location: Rhein-Main Area

PostPosted: Tue Jun 23, 2009 5:44 pm    Post subject: Reply with quote

Quote:
[EDIT]Had to reboot because vmware server was on the fritz again. Anyways gdm-2.26.1 worked without any problems at all. [/EDIT]


It does work here as well. It's just that I get a graphical login chooser, where previously there was none. :roll:
_________________
0mFg, G3nt00 r0X0r$ T3h B1g!1111 ;)

Use sane CFLAGS! If for no other reason, do it for the lulz!
Back to top
View user's profile Send private message
red-wolf76
l33t
l33t


Joined: 13 Apr 2005
Posts: 713
Location: Rhein-Main Area

PostPosted: Tue Jun 23, 2009 5:56 pm    Post subject: Reply with quote

lex82 wrote:
Guys, I want to upgrade to GNOME 2.26 but I have a (mostly) stable system. What is the best method to get the new release? The "twopointtwentysix" version should be really stable by now (I guess)...


Well that depends. Do you want just the 2.26.x?

As for what packages you'd need, you'd best try the following:

First update your system (I assume you have done so already)
Quote:
emerge -avuDN @system @world && emerge @preserved-rebuild && dispatch-conf


Then get the list of packages that you'll need to install for gnome (or you may use gnome-light if you can live without some of the stuff)
Quote:
ACCEPT_KEYWORDS="~x86" emerge -1Dp gnome


And that should get you a list of what to put in /etc/portage/package.keywords.

Then you'd have to keyword all relevant packages in there like so:
Quote:
<=foo-bar/package-2.26.99


If I've forgotten anything, feel free to correct me, anyone...
_________________
0mFg, G3nt00 r0X0r$ T3h B1g!1111 ;)

Use sane CFLAGS! If for no other reason, do it for the lulz!
Back to top
View user's profile Send private message
lex82
Apprentice
Apprentice


Joined: 04 Jan 2006
Posts: 235
Location: Italy

PostPosted: Tue Jun 23, 2009 7:05 pm    Post subject: Reply with quote

Yes, I just want GNOME to be in testing. I tried as you suggested with

ACCEPT_KEYWORDS="~amd64" emerge -1Dp gnome

but there are many blockers and it would upgrade also many packages that I would like to keep stable.
_________________
Byez, Axel.
Back to top
View user's profile Send private message
red-wolf76
l33t
l33t


Joined: 13 Apr 2005
Posts: 713
Location: Rhein-Main Area

PostPosted: Tue Jun 23, 2009 7:08 pm    Post subject: Reply with quote

lex82 wrote:
Yes, I just want GNOME to be in testing. I tried as you suggested with

ACCEPT_KEYWORDS="~amd64" emerge -1Dp gnome

but there are many blockers and it would upgrade also many packages that I would like to keep stable.


Hmm... Maybe the "D"eep option is to blame. Try without that...
_________________
0mFg, G3nt00 r0X0r$ T3h B1g!1111 ;)

Use sane CFLAGS! If for no other reason, do it for the lulz!
Back to top
View user's profile Send private message
red-wolf76
l33t
l33t


Joined: 13 Apr 2005
Posts: 713
Location: Rhein-Main Area

PostPosted: Tue Jun 23, 2009 7:13 pm    Post subject: Reply with quote

BTW here's what I have in my package.keywords, concerning gnome.
Quote:
app-admin/gnome-system-tools
~app-text/gnome-doc-utils-0.16.1
dev-cpp/gnome-vfsmm
dev-cpp/libgnomecanvasmm
dev-cpp/libgnomemm
dev-cpp/libgnomeuimm
~dev-java/libgnome-java-2.12.5
dev-python/gnome-applets-python
dev-python/gnome-desktop-python
dev-python/gnome-keyring-python
dev-python/gnome-media-python
dev-python/gnome-python
dev-python/gnome-python-base
dev-python/gnome-python-desktop
dev-python/gnome-python-desktop-base
dev-python/gnome-python-extras
dev-python/gnome-python-extras-base
dev-python/gnome-vfs-python
dev-python/libgnome-python
dev-python/libgnomecanvas-python
dev-python/libgnomeprint-python
gnome-base/gnome-control-center
gnome-base/eel
gnome-base/gail
gnome-base/gconf
gnome-base/gdm
gnome-base/gnome-applets
gnome-base/gnome-common
gnome-base/gnome-desktop
gnome-base/gnome-keyring
gnome-base/gnome-light
gnome-base/gnome-menus
gnome-base/gnome-mime-data
gnome-base/gnome-mount
gnome-base/gnome-panel
gnome-base/gnome-session
gnome-base/gnome-vfs
gnome-base/gnome-volume-manager
gnome-base/gnome-settings-daemon
gnome-base/gvfs
gnome-base/libbonobo
gnome-base/libbonoboui
gnome-base/libglade
gnome-base/libgnome
gnome-base/libgnomecanvas
gnome-base/libgnomekbd
gnome-base/libgnomeprint
gnome-base/libgnomeprintui
gnome-base/libgnomeui
gnome-base/libgtop
gnome-base/librsvg
gnome-base/nautilus
gnome-base/orbit
gnome-extra/bug-buddy
gnome-extra/deskbar-applet
gnome-extra/evolution-data-server
gnome-extra/evolution-webcal
gnome-extra/fast-user-switch-applet
gnome-extra/gcalctool
gnome-extra/gconf-editor
gnome-extra/gdesklets-core
gnome-extra/gnome-user-docs
gnome-extra/gnome-audio
gnome-extra/gnome-games
gnome-extra/gnome-games-extra-data
gnome-extra/gnome-keyring-manager
gnome-extra/gnome-media
gnome-extra/gnome-power-manager
gnome-extra/gnome-user-docs
gnome-extra/gnome-utils
gnome-extra/gnome-vfs-obexftp
gnome-extra/gnome-screensaver
gnome-extra/gnome-system-monitor
gnome-extra/gtkhtml
gnome-extra/gucharmap
gnome-extra/libgda
gnome-extra/libgnomedb
gnome-extra/libgsf
gnome-extra/nautilus-cd-burner
gnome-extra/policykit-gnome
gnome-extra/sensors-applet
gnome-extra/yelp
gnome-extra/zenity
~media-plugins/gst-plugins-gnomevfs-0.10.20
media-sound/gnome-alsamixer
media-video/gnome-mplayer
net-analyzer/gnome-netstatus
net-analyzer/gnome-nettool
~net-print/gnome-cups-manager-0.33
~net-print/libgnomecups-0.2.3
net-wireless/bluez-gnome
net-wireless/gnome-bluetooth
x11-terms/gnome-terminal
x11-themes/gnome-backgrounds
x11-themes/gnome-icon-theme
x11-themes/gnome-themes
x11-themes/gnome-themes-extras


There should be some others that are needed and which don't have "gnome" in the package name, but that should get you started.
_________________
0mFg, G3nt00 r0X0r$ T3h B1g!1111 ;)

Use sane CFLAGS! If for no other reason, do it for the lulz!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum