LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-06-2015, 05:56 AM   #1
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Rep: Reputation: 34
[SOLVED] No title bars in graphical applications on minimal debian install.


The idea was to get under the hood and learn how Linux works but i jumped the gun (i have the attention span of a hummingbird), installed xorg, iceweasel, leafpad and blender. All the applications open from the xterm but without title bars so i cannot minimize them, close them or move them out of the way. I have installed firmware-linux, intel-microcode, default-jre(this because the Menu button in iceweasel doesn't work), just in case they were needed but no joy. Also,i cannot copy-paste anything in the terminal with the mouse which has an ugly x instead of a cursor.
In addition to these woes blender gives me this error when i run it;
Code:
AL lib: (EE) UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead
Googled this, found a lot of hits but nothing relevant.
and Iceweasel with that old
Code:
Glib-CRITICAL **: g-slice_set_config: assertion 'sys_page_page == 0'failed
. (I understand this is some mysterious bug which plagues many and don't care much to resolve it as long as iceweasel runs)

Last edited by mzsade; 08-07-2015 at 08:07 PM.
 
Old 08-06-2015, 05:07 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
sounds like your window manager is not running. or maybe not even installed?
how are you starting X?

btw, the errors you quoted seem unrelated. let's focus on the window manager for now.
 
Old 08-06-2015, 09:09 PM   #3
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
No window manager and i don't intend to install one if i can resolve this with xorg. Btw i get to my xsession with startx. Had a look at /etc/X11, didn't find any /etc/X11/xorg.conf as we used to back in the day (:lol) but there was this file Xsession.options which had these options, "allow-user-resources" and "allow-user-xsession" and a comment suggesting i "man Xsession.options(5)". I did just that and this is what these options said,
"If users have a file called .Xresources in their home directories, these resources will be merged with the default Xresources when they log in."
and,
"If users have an executable file called .xsession in their home directories, it can be used as the startup program for the Xsession (see Xsession(5)). If the file is present but not executable, it may still be used, but is assumed to be a Bourne shell script, and executed with sh(1)."

You wouldn't happen to have one each of these that will somehow make all my problems go away, wouldja?
 
Old 08-07-2015, 12:54 AM   #4
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
Found a couple of links that i'm trying to wrap my head around but it will take a seasoned Linux guru to help me out with them;
http://www.fifi.org/doc/debian-guide...es/node76.html
http://www.tldp.org/HOWTO/XWindow-User-HOWTO/intro.html

Wish my mentor Head_On_A_Stick of Debian/Crunchbang forums was here.
 
Old 08-07-2015, 09:38 AM   #5
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,487

Rep: Reputation: Disabled
You have only installed X, which, I think, comes with xterm. You 'can' use it to start other programs, but as you have no window manager installed, there obviously will be no window borders or controls, that is what a window manager does.
 
Old 08-07-2015, 11:01 AM   #6
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
Can't i list the few applications i mentioned as XClients in a .xsession file or something? (i am still vague about these things and apologize). What about the whole XFree86 thingee and all that comes with it? Won't that do?
 
Old 08-07-2015, 12:52 PM   #7
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,487

Rep: Reputation: Disabled
If you have XFree86, you likely have twm, an old style Window Manager, so just set it up & run it.
(Basically, copy xinitrc into your home directory as .xinitrc, then change what you want.)
 
1 members found this post helpful.
Old 08-07-2015, 08:06 PM   #8
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
Thanks, i searched high and low after your reply and the verdict is unanimous, i cannot run gui applications properly without a window manager. Twm does not come with xorg by default btw. Also, if i were to install a window manager, i might as well go the whole hog and install one with all the trimmings. :-) I will mark this as solved. Thank you all.

Edit: That bit about going the whole hog was a stupid thing to say, defeats the whole purpose of a minimal install. Between the extremes of tinywm and E17, i decided to go with OpenBox. Fixed everything for me, to me this bare black screen without any tint2 or such eye candy, but just the normal cursor and the right-click menu, appears exquisite.

The /etc/X11/xinit/xinitrc file points to the default /etc/X11/Xsession so i left it alone and created a ~/.xinitrc containing this line, "exec openbox-session".

Last edited by mzsade; 08-07-2015 at 11:34 PM.
 
Old 08-08-2015, 10:12 AM   #9
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Sounds like you were maybe confusing a window manager with a desktop environment. I've used Fluxbox in a minimal install under 300MB.
 
Old 08-08-2015, 02:43 PM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by mzsade View Post
Edit: That bit about going the whole hog was a stupid thing to say, defeats the whole purpose of a minimal install. Between the extremes of tinywm and E17, i decided to go with OpenBox. Fixed everything for me...
so, another satisfied openbox user?
nice.
 
Old 08-08-2015, 10:35 PM   #11
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by ondoho View Post
so, another satisfied openbox user?
nice.
Oh yeah! Although the OpenBox Menu Editor serves no purpose at all, but it's no biggie adding items to menu.xml with my leafpad.

Added this to ~/.profile so i don't have to startx before i can get to openbox,
Code:
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
To auto-login try out this awesome hack,
http://forums.debian.net/viewtopic.php?f=16&t=123694



Quote:
Originally Posted by replica9000 View Post
Sounds like you were maybe confusing a window manager with a desktop environment. I've used Fluxbox in a minimal install under 300MB.
300 MB? That's extravagant! OpenBox manages mine for under 150 MB.
Attached Thumbnails
Click image for larger version

Name:	2015-08-09-202325_1366x768_scrot.png
Views:	40
Size:	139.3 KB
ID:	19123  

Last edited by mzsade; 08-09-2015 at 10:11 AM.
 
Old 08-09-2015, 02:08 PM   #12
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ gkrellm! wow, that's so retro!

Quote:
Originally Posted by mzsade View Post
Although the OpenBox Menu Editor serves no purpose at all, but it's no biggie adding items to menu.xml with my leafpad.
i agree.
you might want to use an editor that has syntax highlighting (really helps with pesky xml), i recommend geany.

also, i use obmenu-generator to dynamically create a menu of all applications. i totally recommend it. can be combined with static menu items. it should have enough documentation, but ask if you need help.
 
Old 08-09-2015, 03:17 PM   #13
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by mzsade View Post
300 MB? That's extravagant! OpenBox manages mine for under 150 MB.
What arch/branch of Debian are you using? I just did a minbase install with DHCP support. Base x86_64 "Sid" system is 384MB. Fluxbox adds 16.9MB to base. OpenBox adds 58.6MB to base.
 
Old 08-09-2015, 07:35 PM   #14
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by ondoho View Post
^ gkrellm! wow, that's so retro!


i agree.
you might want to use an editor that has syntax highlighting (really helps with pesky xml), i recommend geany.

also, i use obmenu-generator to dynamically create a menu of all applications. i totally recommend it. can be combined with static menu items. it should have enough documentation, but ask if you need help.
Thanks you Ondoho, really appreciate the offer. About gkrellm, it does what conky does, i am over the Conky addiction, would rather spend my time on Bash tutorials. :-)

Quote:
Originally Posted by replica9000 View Post
What arch/branch of Debian are you using? I just did a minbase install with DHCP support. Base x86_64 "Sid" system is 384MB. Fluxbox adds 16.9MB to base. OpenBox adds 58.6MB to base.
My bad, i was citing what this gkrellm displays, http://i.imgur.com/oELgyZN.png

This is the actual picture, but please bear in mind that i have iceweasel running with 3 tabs open now.
Code:
:~$ free -m
             total       used       free     shared    buffers     cached
Mem:          3852        505       3347         53         16        225
-/+ buffers/cache:        263       3589
Swap:         5999          0       5999
Mine is plain old stable with backports enabled. Perhaps the fact that i don't have any display manager installed, not even xdm, may have something to do with it. You might want to revise your claims about Fluxbox tho'..
https://l3net.files.wordpress.com/20...ng?w=625&h=617
https://l3net.wordpress.com/2013/04/...sktops-part-2/

Last edited by mzsade; 08-09-2015 at 08:30 PM. Reason: Missed a reply
 
  


Reply

Tags
titlebar



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware 13 Thai language support for Dolphin, OOo title bars, 'Everything' install slackist Slackware 1 12-12-2009 05:57 AM
no title bars random guy Linux - Software 4 12-26-2006 04:21 PM
How to Switch to graphical mode after minimal install rafid Linux - Newbie 9 10-25-2006 11:42 AM
I lost my title bars.. bingviini Linux - Newbie 2 11-16-2004 04:59 AM
xmms and title bars Linux~Powered Linux - Software 2 05-03-2004 03:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration