Debian Multimedia :: Both KDE And Gnome Won't Start / Change This?
Apr 9, 2011
I'm using Debian 2.6.32-5-amd64 (testing) for several years now. Initial installation was done at least two years ago, without any issues. I do keep my system up-to-date. However, a few months ago, after an apt-get update/upgrade/system-upgrade, I discovered that, if I try to launch KDE or Gnome, I only see a black screen and I actually need to restart my computer. On some cases the system even froze and needed to hardware reset, and run fsck in recovery mode after rebooting. Really very annoying... Since I don't use KDE or Gnome desktops (just a few applications depending on KDE/Gnome libraries), I didn't bother to figure out what is happening. However, others use my computer occasionally, and I would like to get KDE and Gnome working again. I purged and reinstalled everything that had to do with KDE or Gnome, even deleted KDE/Gnome files in my home directory, but the black screens are still there, everytime I try to start any of those desktops. Note that kdm or gdm don't even mention KDE or Gnome as available sessions, although all necessary packages are installed. I have no idea what to do to fix the problem.
Another question: I recently got rid of gdm because it is buggy and tried wdm instead. However, /etc/profile is not read anymore. Apparently, wdm does not use /etc/profile by default. Is there any way to change this?
View 12 Replies
ADVERTISEMENT
Apr 22, 2015
I am running this Debian wheezy: URL... on my BananaPro.
I installed Gnome and tried startx but command not found. I installed Xinit but then I get :
Xinit:unable to connect to x server.
View 14 Replies
View Related
Jul 1, 2010
Linux noob here with a very fresh Debian 5.04 install. Not sure if this is the correct board for this but here goes;*No* programs start in X. Terminal, System Monitor, Epiphany, Gedit, Synaptic Package Manager... They all fail to start.The programs try to start for 15 seconds after which they give up. For example, if I press the Epiphany-icon in the panel I see "Starting Epiphany We..." in the lower-left corner and the mouse cursor changes to the loading animation for 15 seconds but then after that nothing happens and the "Starting Epiphany We..."-icon disappears. I have two users (plus root of course) and the same thing happens with both accounts.
I can start the icons I have on my desktop (Computer, Home folder, Trash and Downloads) and I can Lock the screen/log off/shut down but that's about it. Oh and one more thing; sometimes when I log in everything works just fine, so this whole thing seems a bit random.
View 6 Replies
View Related
May 7, 2015
I installed jessie from a beta/rc shortly before release on my MacBook Pro 13 Retina and have kept it up to-date with apt-get dist-upgrade. Rcently gdm3/gnome-session have stopped working together. When I log in the screen goes black for a couple of seconds then goes back to the login screen. This happens with "System Default", "GNOME Classic" and "GNOME", but not with "GNOME on Wayland". However, Wayland seems to have some other issues. I haven't tried an alternative dm yet, eg lightdm, but the GNOME desktop does work when started with startx.
I've just used journalctl to get logs of what gdm3 and gnome-session were doing at the time. After booting I waited until the clock reached the next minute (19:55) so I'd know at which point in the logs I'd hit enter on my password. I'll post the gdm log separately in two chunks because the forum server doesn't seem to like text attachments and they're too long for one post.
Log from gnome-session:
Code: Select all-- Logs begin at Thu 2015-05-07 19:54:06 CEST, end at Thu 2015-05-07 19:56:41 CEST. --
May 07 19:54:08 jeanette gnome-session[885]: gnome-session[885]: WARNING: Could not parse desktop file caribou-autostart.desktop or it references a not found TryExec binary
[CODE]...
View 10 Replies
View Related
Sep 14, 2015
I've just installed a new Debian Jessie with gnome from zero, and I have installed Xbmc on it. when I open xbmc on gnome interface, it crash and log out from gnome.
On the xbmc crash log I find several errors, browsing them on the network I didn't find anything.
here the crash log:
Code:
Select all
############## XBMC CRASH LOG ###############
################ SYSTEM INFO ################
 Date: Mon 14 Sep 00:15:49 CEST 2015
 XBMC Options:
 Arch: x86_64
 Kernel: Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04)
 Release: Debian GNU/Linux 8 (jessie)
############## END SYSTEM INFO ##############
[Code]....
View 3 Replies
View Related
Mar 7, 2016
i'm using debian 8.3 with gnome 3.14.4.Every time i'm opening a pdf file with evince, either by using terminal or nautilus, i can see as a default the thumbnails sidebar. Is there any option that i can use in the terminal, that can hide thumbnails sidebar at the opening?
I know that i can use F9 shortcut to hide the sidebar after the file opening, but i'm asking for an option so that i will not see the sidebar at all when the pdf file is opening.
View 1 Replies
View Related
Aug 16, 2011
In the murky world of X11, window managers, session managers and desktop environments I cannot seem to figure out how to achieve the following in Squeeze:
1. Leave Gnome installed, but prevent it from launching when typing startx
2. Have both X11 and my prefered default window manager (blackbox) startup when I type startx (or similar)
My ultimate goal is to leave Gnome installed but "dormant" and when I do a remote ssh -X be able to use X11 forwarding with blackbox.
View 3 Replies
View Related
Oct 8, 2015
Some days ago (2015-09-28) I installed Debian testing amd64. Log in as a user failed and instead of the Gnome UI there was a sad face with the text: „Oh no! Something has gone wrong. A problem occurred and the system can't recover.
All extensions have been disabled as a precaution. Log out“.
The relevant output of journalctl (run as root) said:
etc/gdm3/Xsession[5379]: cannot connect to brltty at :0
- /etc/gdm3/Xsession[5379]: Service 'org.kde.kaccessibleapp' does not exist.
- gnome-session[5379]: x-session-manager[5379]: WARNING: Application 'gnome-shell.desktop' killed by signal 5
- gnome-session[5379]: x-session-manager[5379]: WARNING: App 'gnome-shell.desktop' respawning too quickly
- x-session-manager[5379]: Unrecoverable failure in required component gnome-shell.desktop
[Code] ...
After some investigating, I found three work-arounds.
(1) Use gdm3-autologin: In /etc/gdm3/daemon.conf, remove the double crosses and insert own user name
AutomaticLoginEnable = true
AutomaticLogin = <own user name>
Disadvantage: Only one user can have access to the Gnome ui. If you log out, you enter the gdm3 greeter and … see above.
(2) Turn off gdm3 by running 'systemctl stop gdm3' as root, log in into a terminal as a user and run startx.
(3) Install package lightdm and make it to the standard display manager with 'dpkg-reconfigure lightdm'.
Disadvantage: Energy manager and screensaver settings of the Gnome control center are ignored.
The easiest way, however, especially if there are several users, is logging in via the gdm3 greeter.
View 10 Replies
View Related
Apr 16, 2011
How to get compiz to auto-start. What seems to be the generally accepted method (from what a few google searches and the debian wiki tell me) of using gconf-editor and changing the window manager from 'gnome-wm' to 'compiz' in desktop > gnome > session > required_components doesn't change anything. The only method I found that did not involve using a terminal and running 'compiz --replace' every time I boot the computer was to add compiz and fusion-icon to the gnome startup apps, but this causes unwanted flickering (it starts metacity and then replaces it with compiz, ie it's simply automating what I would do with the terminal). Autostarting the fusion-icon alone does not start compiz, although it allows me to start it from it's menu if I right click the icon. Note that I sometimes use fluxbox as well, so starting it on boot isn't really an option either.
Perhaps this can be useful :
compiz:
Installed: 0.8.4-4
Candidate: 0.8.4-4
gnome-session:
Installed: 2.30.2-3
Candidate: 2.30.2-3
View 5 Replies
View Related
Jun 2, 2015
I installed Gnome 3 Classic but I can't change my input source.in Gnome 3 I can but in Classic version I can't. In Gnome 3 I can see it beside the Clock but In Gnome 3 Classic it doesn't exist. How can I enable it?
View 0 Replies
View Related
Dec 28, 2014
I upgraded to jessie today and I am having problems with my background. When I log in, the background tries to start on the external monitor but then it fails to load. I can change the background in settings but it does not show up. The background just becomes black and I am not sure why.
View 3 Replies
View Related
Aug 12, 2015
I had a hard time finding out how to change -- get to-- the simple scan preferences. There is no batten on the screen to open preferences window. I found two way to change the preferences on simple scan.
1. Easy way:
I found that when you run a program in gnome an icon of that application appears on top bar. If you click on that icon a window will appear and one of the items on that window is preferences, by clicking on that you could open preferences window, and change your preferences.
2. Hard way:
Go to applications and open dconf Editor
then go to org section click on it
then go to gnome section click on it
then go to Simple-Scan click on it
now you can change things
View 0 Replies
View Related
Jul 16, 2011
I'm fairly new to Debian/GNOME, and I'm running Squeeze and GNOME 2 and I have some questions. How exactly do I change the background image for the login window? I've looked up various suggestions but none of them seem to work - the appearances window does not ever seem to change the background image for the login screen. Also, whenever I log out or when I close the lid on my laptop and it suspends, I am unable to log back in - all I see is a black screen and my cursor, which I can move.
View 9 Replies
View Related
Feb 8, 2011
I installed Debian Squeeze with Gnome today. I'm unable to change from the default icon theme. I can change themes, but the icon theme remains default.Things I've tried:
- I've made a new user account.
- .gtkrc-2.0 in my home is auto-generated, .gtkrc.mine does not exist.
# -- THEME AUTO-WRITTEN DO NOT EDIT include "/usr/share/themes/Darklooks/gtk-2.0/gtkrc" include "/home/haunted/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
- I've tried installing a theme into my /home/.themes.
- I've reinstalled gnome-settings-daemon.
- Tried changing themes then doing a full reboot.
- Cursed it periodically.
View 2 Replies
View Related
Feb 16, 2010
Can I start Debian and iceweacel without gnome.The idea I have is when I turn on my computer, only linux kernel and some moduls to be loaded, but not to be loaded gnome.So, when debian load, to appears only Iceweacel and nothing more.
View 9 Replies
View Related
Jul 9, 2010
Gnome sessions started hanging during login on a debian lenny box, and I can only think it's related to a recent package update as it was working fine before the last set. It affects all user accounts and hangs before the applications menu or any icons appear on the panels, but after after the top /bottom panels and the desktop background appears.
View 1 Replies
View Related
Sep 8, 2015
From gnome-tweak-tool, window is "Adwaita" . I can't see much options to change it. Which package do i have to install to have "Mist" as theme and icons?
View 2 Replies
View Related
Dec 14, 2009
I am new to Debian and have a new install. How does one change the desktop from gnome to kde? Also, I would like to change the screen resolution, but under preferences > screen resolution, the settngs are blank, ie, no resolutions to choose from. This Debian install is from the latest net install iso.
View 6 Replies
View Related
Mar 20, 2011
It's so frustrating that it costs me much self-control not to express my feelings about that directly.So the problem is that XFCE4 and GNOME starts after I choose GNOME option at start-up (in GDM or KDM - I don't know which of them I have as default).If I choose XFCE4 at start-up there is no problem - only XFCE4 starts. Otherwise (if I choose GNOME) GNOME starts and XFCE4 at the same time.
View 7 Replies
View Related
Jan 10, 2010
How do you change the preferences for the video in Gnome Player? All the tabs I see is general, audio,and display but no ' Video '. Is there any way to edit the Video preferences?
View 3 Replies
View Related
May 3, 2010
I'm just curious if anybody knows how to change the default settings in gnome-mplayer from it using video0 as the video input (which is my built-in webcam), to say video1 (which is my external usb tv tuner). There is no gui option for this.
My issue is not being able to use it for analog video, though it's not a huge deal because I figured out the same very thing for tvtime (video0 to video1). It'd just be another option.
View 1 Replies
View Related
Aug 24, 2015
So far I want to change two things i want to change both the bars to Black and i want the text to be white i tried google nothing...
View 4 Replies
View Related
Oct 6, 2015
Today I upgraded my system to the Nvidia driver 340.93 and 4.2.0-1 kernel on Debian Stretch.
While I wait for the gnome login screen to pop up I get the "Oh no something has gone wrong" message.
When I log in from another terminal and execute startx , gnome initiates and starts although settings like my resolution and other xserver settings are not loaded.
From the journalctl I believe the error is located in the following section:
Code: Select allOct 06 14:23:17 DEBIAN-PC org.a11y.atspi.Registry[1692]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 06 14:23:17 DEBIAN-PC gnome-session[1680]: X Error of failed request:Â BadValue (integer parameter out of range for operation)
Oct 06 14:23:17 DEBIAN-PC gnome-session[1680]: Major opcode of failed request:Â 154 (GLX)
[Code] ....
I reinstalled the xorg-xserver and the nvidia drivers and I get the same behavior.
Looking for some info in order to reconfigure the gnome-session to work?
View 12 Replies
View Related
May 26, 2010
How do i change the channel gnome-volume-control controls? I want it to control pcm but it controls master front. There used to be a setting right in the sound preferences but i think it disappeared with the 9.10 upgrade or at least i can not find it anymore. I've looked on the at gnome alsa mixer while changing the volume and master front gets controlled while pcm is always set to max. The problem with this is that master front does almost nothing to change the actual volume.
If i control pcm with the alsa mixer the volume range is fine. I've found a manual for gnome-volume-control on [URL].en and the pic there actually looks like i remember it looking. But i can not get to that screen. What i have looks completely different. Its a window with the tabs Sound Effects | Hardware | Input | Output | Applications. But there is no sight of any channel settings and the only slider there does the same as the applet one.
View 9 Replies
View Related
Jan 3, 2016
I got some trouble with suspending/hibernation using gnome or mate. None of them can suspend the T450 correcly neither to disk nor to ram. If I run pm-utils from a terminal pm-sleep and pm-hibernate work fine both. So I guess all I need is to change the commands which are run by clicking on the suspend or hibernate button, but how to change what is behind the GUI.
View 0 Replies
View Related
Sep 13, 2010
how to change the default language of gnome.when i boot into x-window ,i can select the language ,But ,if boot into console ,via "startx" to run the w-window ,the language is english,i can't select .my native language is Chinese.i set the right locale .I also searched for it .Someone told to add "export LANG=zh_CN.UTF-8"to $HOME/.xinitrc.there's no this file in my home dicretion.I create it .after that,when i run "startx",it's failed to start x-window.the ~/.xsession-error file shows
Initializing gnome-mount extension
seahorse nautilus module initialized
Unrecognized number formatter: cjk-chinese-simp
Unrecognized number formatter: cjk-chinese-simp
[code]...
how can i change the default language ,i have to .because if gnome is in English ,i can't run the Chines input method.
View 1 Replies
View Related
Feb 17, 2011
How to change gnome startup background under squeeze? I mean the beackground from user login mask.
View 3 Replies
View Related
Mar 12, 2010
So here is my GNOME background config file: less .gconf/desktop/gnome/background/%gconf.xml
Code:
<?xml version="1.0"?>
<gconf>
<entry name="primary_color" mtime="1249674695" type="string">
<stringvalue>#6666baba0000</stringvalue>
</entry>
[Code]...
View 2 Replies
View Related
Mar 3, 2011
If I start my Lenny with Gnome I get the login window. The strange problem is, I have us keyboard there, but after login I have german keyboard. Under System -> Preferences -> Keyboard I have only german keyboard layout setuped. Howto change keyboard layout at the login window?
View 2 Replies
View Related
Jan 13, 2011
i installed debian cd 1 on a school's computer however, some administration tools are missing (like add/remove programs...) , i tried to install the full gnome but the installation doesn't start
Pmaison:/home/pmaison# aptitude install gnome Lecture des listes de paquets... Fait Construction de l'arbre des d©pendances Lecture des informations d'tat... Fait Lecture de l'information d'©tat ©tendu nitialisation de l'tat des paquets... Fait Lecture des descriptions de tches... Fait Pas de version candidate trouve pour gnome....
View 5 Replies
View Related