I’m new to OpenSuse.
I moved from ubuntu and I was trying to install everything I had and needed on my new OpenSuse installation.
Final things I’ve installed was skype and pencil
now I have a problem:
I can’t open GNOME settings window
I can’t open YaST either
when I tried to use zypper like zypper info postgresql93-server I get Bus error
If you can’t do this in gnome, try in another environment. You should
have another one, perhaps lxdm.
And very important, please use code tags for pasting all that. Use the
‘#’ button in the forum editor - for command outputs and listings http://susepaste.org/images/15093674.jpg
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)
On 2015-08-08 01:56, aspersica wrote:
>
> Thanks a lot.
> Here is the output:
Well, your repository list is consistent, I think. I have my doubts
about those two home repos, though. What do you install from them?
Also, being new to openSUSE, I doubt you should update that fast your
KDE, but I don’t know. Somebody else can help you check the consistency
of your KDE.
On 2015-08-08 20:16, aspersica wrote:
>
> Is there any way I can revert back to original KDE instead of Phantom 5
> without Zypper?
Well… I would use YaST. First, on the repository management module, I
would disable the KDE repos you added.
Then, on the software module, I would, on repository view, I would
select the “oss” repo, then click on “switch system packages to the
versions in this repository”. That should be enough. After applying the
changes, try again, and see if there is any package in red.
Wait. You say that yast doesn’t work… Yast has 3 versions: kde, gnome,
and text.
Kde version:
su -
yast2 --qt &
gnome version:
su -
yast2 --gtk &
Text mode (ncurses) version:
su -
yast
One of them should work. Actually, to change the whole of kde, I would
use the text version in a console.
Notice that it is important to use “su -”, not “sudo”, nor “su”.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)
unlike Ubuntu openSUSE supports multiple DE’s, installing kde5 does not remove kde4 (unless you uninstalled it), why don’t you just logout of your current DE and login to kde4.
This is one of those rare situations where I would recommend using a “zypper dup” to re-install everything. If it was a minor KDE-specific issue I might instead suggest force re-installing each installed KDE package, but in your case there seems to be possible non-KDE issues involved (QT vs GTK, dbus issues)
If you do a complete re-install, you must not interrupt and allow everything to run completely.
As always, when doing something this drastic although the chances of encountering a problem are low, it’s not zero. Backup completely and if desired move or copy anything valuable to different storage (eg external drive). On a default openSUSE layout, most important personal files are stored in a /home partition.
(All following zypper commands should be executed in a root console, ie “su”)
First, disable unnecessary repos, plus your DVD source with the following command, leaving only online sources (Although this takes time downloading packages, it saves time overall installing all most recent patches and packages)
zypper mr -d 1 2 3 4 5 6 7 8 9
Now, do your “distro-upgrade” command which essentially re-installs your entire system and without the KDE repos you will have a default KDE5,
If you want to try a dry run first (IMO not necessary but may be a personal decision to verify you won’t likely run into a system-destroying show-stopper) you can run with the “-D” as follows to execute a simulated dry run
zypper dup -D
To actually do the re-install, run the following
zypper dup
This will probably run for hours, and longer if you have a slower Internet connection.
After the re-install has completed, do some quick tests to verify to yourself everything as configured is functional.
Then, you can re-enable any repos you wish and if necessary run a “zypper up” to clean up those apps
On 2015-08-09 00:06, tsu2 wrote:
>
> This is one of those rare situations where I would recommend using a
> “zypper dup” to re-install everything.
But he said in the first post that zypper also fails with the same error.
A possibility would be to boot the full 13.2 DVD, and choose “upgrade
installed system”. This reverts most of the system to the original
version (except those packages that are not in the DVD).
On 2015-08-08 23:06, aspersica wrote:
…
> The only issue is that I can’t find this option in YAST text version:
> “switch system packages to the versions in this repository”
You can navigate the options with the TAB key, or Alt-letter. You have
to change the “Filter”, thus press “Alt-f”. Then, on the repository list
(left panel) select the OSS repo.
And here we have the problem, I don’t see the switch either
However, you can, on “acTions”, “All listed packages”, “update all
unconditionally”. You might have to “Allow vendor change” in the
“Dependencies” menu.
The only way I could get it to work was by re-installing opensuse. I got a backup and reinstalled (This time with KDE only) and everything works great.
Have to learn KDE tricks a little bit and get more familiar with it, but so far so good.