Debian Multimedia :: How To Launch Desktop By Startx As Normal User

Jan 27, 2016

As a long time FreeBSD user, I consider give Debian a try upon the arrival of my new laptop. However, seems I couldn't launch desktop environment by simply typing startx on console as on FreeBSD. I can start desktop through a display manager like lightdm on Stretch, which is quite easy and straightforward, but I still prefer the "startx way".

I setup Debian Stretch on Virtualbox (4.3.43) using official debian-installer, login as a normal user, and install xfce4 via Code: Select allsudo apt-get install xfce4. The installation of xfce4 was very fast and it also introduced xorg related packages here. Then I edit my $HOME/.xinitrc as follows:

Code: Select allexec startxfce4

I typed startx to expect Xfce desktop but got the errors complained instead: [URL]....

while the xorg.0.log had the following contents: [URL]....

So, I failed to start xfce4 by startx as a normal user and had to install and start lightdm to go into desktop, but when I login as root, it worked and launched Xfce4 by startx without any problem. I couldn't figure it out now.

View 6 Replies


ADVERTISEMENT

Debian :: Could Not Launch Application 'user-dirs-update-gtk.desktop'

May 2, 2011

I have this message in the syslog from squeeze:

Code:

May 2 21:18:19 squeeze x-session-manager[1732]: WARNING: Could not launch application 'user-dirs-update-gtk.desktop': Unable to start application: Failed to execute child process "xdg-user-dirs-gtk-update" (No such file or directory)

View 1 Replies View Related

Debian Multimedia :: Select Multiple Desktop Environment Using Startx?

Jan 25, 2011

I use Debian Squeeze and I have the following desktop environment installed: fluxbox, lxde, openbox and icewm. I make login in text mode and I start X using startx command manually in terminal. When I do that, fluxbox is loaded, because my ~/.xinitrc is configured this way:

#!/bin/sh
# fix dbus problem
eval "$(dbus-launch --sh-syntax --exit-with-session)"
# start session
exec startfluxbox

[Code]...

And "%session" is the variable value (fluxbox/lxde/openbox/icewm) chosen during the graphical login. This script works with Slim, but I want to login in a non-graphical mode. Could I use this script somehow to do a non-graphical login using startx? Is there some way that I could run startx with some parameter that it would pass the "%session" value to .xinitrc?

View 6 Replies View Related

Debian Multimedia :: How Does Gnome Mount Partitions As Normal User

Sep 2, 2010

When I mount a USB partition from the console, I need to execute mount as root unless I add a line in /etc/fstab. However, Nautilus mounts my USB stick automatically without asking for root permissions and without any entry in/etc/fstab. How does it do this?

View 6 Replies View Related

Debian :: Starting Pppoe Connection By Normal User

Mar 8, 2010

I am using a broadband internet connection. Currently I am using pon and poff commands to start and stop the internet connection respectively. But for these commands to execute I should switch to the root user. I want even a normal user to be able to start or stop the connection. How can I do this?

View 1 Replies View Related

Debian Multimedia :: Using Startx For Multiple X Sessions

Sep 20, 2015

I have been able to log into a tty[1-6] as root or my user, and then startx -- :1, while logged in as myuser and running X on tty7, , but this somehow skips my default desktop manager (GDM3) and boot straight into LXDE (with no menus!). In /etc/X11/default-diplay-manager I have: /usr/sbin/gdm3 ? How do I get startx -- :1 to start a desktop manager?

Related 2nd question: When I did the above startx -- :1, it would start the X session in the same tty (e.g. tty2) where I was logged in when running the startx command. It used to be (in older Linux versions) that startx -- :1 would start an X session on tty8 (and the default would be :0 on tty7). Is this the (new) way things are supposed to work?

View 2 Replies View Related

Debian Multimedia :: Startx - No Screens Found

Nov 19, 2015

I tried to install NVIDIA drivers to my asus computer . When I rebooted startx did not launch.

These are the commands and source i used to install nvidia driver

Code: Select alldeb http://http.debian.net/debian/ jessie main contrib non-free
apt-get update
apt-get install nvidia-glx nvidia-kernel-dkms nvidia-xconfig nvidia-settings
nvidia-xconfig
shutdown -r now

Here is my log

Here is my lspci | grep -i vga

Here is my xorg.conf file

View 2 Replies View Related

Debian :: Dnssec - Necessary For Normal Desktop Users ?

Apr 29, 2011

I read one release goal for wheezy which I had read few days ago, dnssec for wheezy.

[url]

Now the only thing I understood is this will make it harder for the bad guys to give any fake packages while I'm updating from a debian mirror .

Am I correct in assuming that ?

Also do I just have to install the autotrust package and wait for the dnssec-conf to be packaged and installed, correct ?

View 4 Replies View Related

Debian :: Administrator Access To Normal User Home Directory

Nov 29, 2015

In my recent installations of Debian stable release (Jessie) with Gnome and Cinnamon respectively, I added my wife as a normal user. A home directory was created automatically for her.

In these installations, I am able to access her home directory, while, in the past, I was not allowed to access her home directory on previous Debian releases.

View 1 Replies View Related

Debian Hardware :: Mounting Drives As Normal User - GUI Apps

May 13, 2015

I have two internal partitions that I auto-mount at startup using fstab. This works fine & I can unmount/mount as a normal user no problem in the terminal (umount /dev/sdb1) but using thunar (or nautilus) I receive a message saying "not authorised to perform operation" (I use the DWM window manager, in gnome it pops up with a password prompt).

If I open thunar as root then I can mount/unmount.

The strange thing is I can mount/unmount usb sticks or mtp devices as a normal user no probs from thunar! So, I'm assuming it must be my fstab that's the problem?

Code:

Select allLABEL="DebianLive"             /                ext4    errors=remount-ro    0      1
/dev/sda6                      none             swap    sw                   0      0
/dev/disk/by-label/Vault       /media/Vault     ext4    users,auto,exec      0      0
/dev/disk/by-label/LiveJob     /media/LiveJob   ext4    users,auto,exec      0      0

This used to work fine on my wheezy install, only started having problems when I switched to Jessie ....

View 4 Replies View Related

Debian Multimedia :: Black Screen After Startx Command

Dec 21, 2015

I updated Debian system yesterday. I am getting black screen after I execute startx command. I am using system as server and manually boot into GUI mode whenever required.

View 10 Replies View Related

Fedora :: Non-root User Cannot Launch 'shortcuts' From The File Manager / Plasma Desktop Manager

Aug 3, 2011

Non-root user cannot launch "shortcuts" (sorry I grew up on windows, don't know the right term) from the file manager or plasma desktop manager.They have full permissions to the shortcuts, even ones they create do not work.If I log in with root permissions they work fine

View 2 Replies View Related

Debian Multimedia :: Wheezy - Startx Kills Mouse And Keyboard?

Jun 1, 2011

I rebooted my system about a few days ago to find that whenever X was started, my mouse and keyboard would not function. I am unable to even switch to another tty when this occurs, however alt+sysrq+r will allow me to switch ttys again.

Xorg.0.log
[    70.287]
X.Org X Server 1.10.1
Release Date: 2011-04-15

[code]....

View 11 Replies View Related

Debian Multimedia :: 7.8 Startx - No Screens Found > Wlan0 Doesn't Exist

Apr 17, 2015

Installed Debian 7.8 KDE next to Windows 8.1.

Installed perfect perfect (except for network part). Grub came up, I selected Linux. After start up I typed

Code: Select allstartx

And I get the

Code: Select allFatal server error: no screens found

Also when I run

Code: Select allsudo iwconfig all I get is
Code: Select alllo        no wireless extensions

eth0            no wireless extensions

Running lspci I get (vga for startx problem and network for WiFi problem)

Code: Select allVGA compatible controller: Intel Corporation  ValleyView SSA-CUnit (rev 0e)
Code: Select allNetwork controller: Atheros Comm. AR9485 Wireless network adapter (rev 01)

View 6 Replies View Related

Ubuntu Multimedia :: Lucid 10.04 No Sound As Normal User / But Sound OK As Root

May 1, 2010

I've got a custom compiled kernel, just built on Lucid 10.04 from the kernel sources.System works fine, except for sound.When I log in as normal user and try to play a wav file using.The sound file is being played, but I hear no sound.However, when I do "sudo -s" and become root, execute the same mplayer command then I can hear the sound.My Sound preferences shows no input device and only "Dummy Output" as output device.On the generic kernel as came with the Lucid 10.04 CD, sound preferences shows different devices.The strange thing is: when I compiled my custom kernel, I changed nothing to the sound options in the kernel config file.

View 6 Replies View Related

Server :: Make A Normal User Execute Commands Of The Super User's?

Jul 3, 2010

I have a question that i want to make a normal user to execute the commands which the root user is able to execute, say if i have a user named siru and when i logged in using siru i cannot run commands like tracert,nmap@loccalhost and all but i can run when i have logged into root account so my question is how to make siru to run the command tracert,nmap@localhost.I have even edited the .bash_profile of siru's home directory from

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then

[code]...

View 1 Replies View Related

Slackware :: Can't Startx Using Ordinary User

Sep 13, 2010

i've added a user using

useradd turf passwd turf and so on.. after loggin, i can't startx..

View 5 Replies View Related

Debian Multimedia :: Kate Fails To Launch As Root

Oct 5, 2010

I am attempting to launch kate via kdesu as well as from the command line and it fails both times. I have (after the first failed attempt) coppied my .kde folder to /root and still am not able to launch it (it works fine under my login). The following is what I get after removing my personal .kde folder from root and launching kate: kate(16689): Session bus not found

KCrash: Application 'kate' crashing...
sock_file=/root/.kde/socket-debian/kdeinit4__0
Warning: connect() failed: : No such file or directory
KCrash cannot reach kdeinit, launching directly.
drkonqi(16694): Session bus not found

View 6 Replies View Related

Server :: Cannot Startx By User Account Oracle?

Feb 3, 2010

Startx by non-root user account in red hat linux kernel 2.6. How can I use the command "startx" by other user account such as "oracle"? I cannot startx by user account oracle?

Code:
[oracle@localhost ~]$ startx

Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console ownership?

Please consult the The X.Org Foundation support at [URL] for help.
[1]+ Stopped startx
[oracle@localhost ~]$

View 1 Replies View Related

Slackware :: Slack 13.x: Cannot Startx As Any User Except Root?

May 27, 2010

Just installed Slack-13.1 and it looks really good. At least as root. Problem is, I create a normal user, and when I log in as the user, startx just gives me a black screen.

View 2 Replies View Related

General :: Use Startx To Get Into Front Desktop?

Aug 2, 2010

I use startx to get into my front desktop.

What command should I use to restart my desktop?

View 5 Replies View Related

Debian Multimedia :: Launch Windows 7 Start Menu Via Freerdp RemoteApp

Oct 6, 2015

For many years, I was happily running VMware virtual windows machine (XP, now Win7) on my linux host. Using the VMware unity mode I had the perfect, seamless integration of windows applications on my favourite linux desktop. However, VMware has dropped unity support for Linux hosts in their latest release 12. So I need a new method to get my seamless integration.

I have set up some launchers for the most commonly used windows applications to run them as RemoteApp via xfreerdp directly from my dock. That seems to work OK. Now sometimes I have to access some other program or maybe the control panels or something like that. For this purpose it would be very useful to be able to launch the (or any 3rd party) "start menu" as remote up and from there launch whatever is needed. So far I did not find anything that looked like a StartMenu.exe I could use

How I could access the start menu via RemoteApp.

VMware Unity was way cool. I tried Seamless Mode in VBox, but that doesn't cut it for me ....

View 1 Replies View Related

General :: Difference Between GDM And The Gnome Desktop When Using Startx?

Jul 19, 2011

I came along the comment (when you type startx => you won't go to KDM or GDM but directly to your standart desktop= KDE,GNOME,...) at [URL] and would like to know what the difference is if any.

View 2 Replies View Related

Ubuntu :: Type Startx After Login To Get To GUI Desktop ?

Mar 8, 2011

Whenever I load up my computer, Ubuntu comes up with a command line asking for my user name and password. I can type all that in, and get into the system, but it's still in the command line. If I type startx, it will then load the GUI desktop just fine. Is there any particular reason it wont' boot straight into a GUI login screen?

I originally had Ubuntu dual booted with Windows 7, and was having this problem. When I installed Ubuntu fresh on an external hdd, the issue went away. However, I recently formatted the hdd and re-installed Ubuntu and now it's doing this again.

View 8 Replies View Related

Slackware :: Set Default User And/or Password In Console Login, Automate Startx?

Jun 23, 2010

- is there a way to set the default user in console login so that all needed is to press enter(or event without it) to be able to input the password for that user - also is it possible to console login without password, by just inputting user name and pressing enter how to put startx for that user right on login, so that the user doesn't input the command manually

View 6 Replies View Related

Debian :: Using Gnome-desktop - Now Can't Login To User?

Jun 17, 2011

I am using gnome-desktop , now I can't login to my user, which log I have to view ?

View 9 Replies View Related

Fedora :: Using 'fdisk -l' As Normal User In F12 ?

Apr 15, 2010

Is there any way to use 'fdisk -l' as a normal user? I see in F12, /sbin has been added to PATH by default for a normal user, but when trying to use it, nothing shows up.

See below for demonstration purposes:

Code:

Password:

I don't want to use 'su -' or 'su -c' and login every time.

View 6 Replies View Related

Ubuntu :: Man Pages Not Available To Normal User?

Jun 11, 2010

Recently I noticed, that manpages are not available anymore for a normal user:

Code:
$ man grep
No manual entry for grep
See 'man 7 undocumented' for help when manual pages are not available.With root privileges everything works fine

View 2 Replies View Related

Ubuntu :: Normal User Settings ?

Oct 1, 2010

As I get reply from antoher forum is best there on Ubuntu is better to have 2 user accounts - one is admin and other is normal user for surfing, and other things. But there is problem. How can I install applications on this normal user account?

And,.. is option for installed applications (on normal user acc.) is no visible or installed on admin account?

- Can I .reg file for program which is running on Wine, use for a program that I need to change settings in "registry"?

View 7 Replies View Related

Slackware :: Possible To Mount As A Normal User?

Jun 28, 2011

I just want to be able to access and modify the files on my usb drive as a normal user. The mount command works perfectly as root but then the files that I end up copying to my home folder can only be modified as root. I only use a window manager and use just bash for file management. I just want to be able to it through the command line.

(using 13.37)

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved