super n00b questions regarding i3 install

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

super n00b questions regarding i3 install

Unread post by wuxmedia » Sun Dec 23, 2012 7:29 pm

so megusta i3 and in an attempt to ween me off of MATE, gui stuff in general, i smeared 3some onto my HDD. after being happy with the liveCD in general.
install went smooth, but contrary to the README nothing appears on the tray, no clipit, redshit nm-app anything.
this i can live without.
wifi network goes OK after i run CENI. and sticks. cool.

also no i3 status bar? seems to run according to htop, but nothing displayed, could i get conky to do the service? np either way.

this isn't a compliant as such, just i'm such a super noob, i have no handle on this.

not even sure if it's a support question, didn't expect anything till i read the README.
i will look at the i3 website.
"Seek, and Ye shall find"
"Github | Chooons | Site"

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: super n00b questions regarding i3 install

Unread post by machinebacon » Sun Dec 23, 2012 8:44 pm

Do you need the config from the live user? It is essentially the default i3 with an autostart. I don't have i3 on this box right now, but I can install it on the quick or you boot into the live session and check it.
i3bar does quite definitely run, it is started by i3. How about checking the resolution (xrandr/arandr/grandr) maybe it is off the visible area of the screen?
..gnutella..

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: super n00b questions regarding i3 install

Unread post by wuxmedia » Sun Dec 23, 2012 8:56 pm

thanks for getting back, no worries.
just confused (shock)

to clarify, there is essentially no difference between the live session and the install, as far as i can see thats all thats confusing me. 8)

as you say it i3bar does run, just not outputting what i might have expected.
i can see the workspace switcher, thats on the same 'line' is it not?
i will chuck some scrots up once i boot back into it. maybe explain myself better.

totally no rush.
"Seek, and Ye shall find"
"Github | Chooons | Site"

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: super n00b questions regarding i3 install

Unread post by machinebacon » Sun Dec 23, 2012 9:08 pm

here is a live session on a netbook, right lower corner the clipit/volume/nm/redshift

left lower corner workspace 1

cant really say anything atm

cat .i3/conf

the last 4 lines are the autostarts, maybe add a sleep there

Edit: tried it on another laptop, no problems there too. Can you post a scrot with htop running?
Attachments
1.png
1.png (10.39 KiB) Viewed 6638 times
..gnutella..

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: super n00b questions regarding i3 install

Unread post by pidsley » Sun Dec 23, 2012 9:14 pm

(edit) this does not solve your tray problem, but since you asked about conky...

http://crunchbang.org/forums/viewtopic. ... 14#p200514
2ManyDogs wrote:To put conky on the status bar, use this code with a simple one-line conky:

bar {
status_command conky
}
if you need help with a simple one-line conky, there's one in the scrotwm review: http://crunchbang.org/forums/viewtopic. ... 92#p199992

also see the i3 online docs (they are very good): http://i3wm.org/docs/userguide.html

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: super n00b questions regarding i3 install

Unread post by machinebacon » Sun Dec 23, 2012 9:19 pm

^ That's nice and good but there should be i3's tray running, it's the i3 default and it does - but why not at wux?
..gnutella..

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: super n00b questions regarding i3 install

Unread post by pidsley » Sun Dec 23, 2012 9:21 pm

Don't know. I'm downloading threesome right now, will take a look later.

I posted that because he asked about conky.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: super n00b questions regarding i3 install

Unread post by machinebacon » Sun Dec 23, 2012 9:24 pm

Thanks. (It was more a rhetorical question ;) )
..gnutella..

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: super n00b questions regarding i3 install

Unread post by wuxmedia » Sun Dec 23, 2012 9:48 pm

Image

not sure where to start.
"Seek, and Ye shall find"
"Github | Chooons | Site"

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: super n00b questions regarding i3 install

Unread post by pidsley » Sun Dec 23, 2012 10:02 pm

I just booted the live version, and my status bar looks the same. Give me a minute to troubleshoot some stuff.

(edit) I'm sure bacon will have more to say about this, but until he gets back, at least on my machine the i3 config file does not have the startup lines he's talking about. You can add them yourself:

Start leafpad, and open ~/.i3/config. Add these lines to the end:

Code: Select all

exec clipit
exec volumeicon
and whatever else you want to run at startup. Save the file, and log out/back in.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: super n00b questions regarding i3 install

Unread post by machinebacon » Sun Dec 23, 2012 10:31 pm

the 1 + 4 lines, for completeness sake, are:

Code: Select all


for_window [class="Xmessage" instance="xmessage"] floating enable

exec --no-startup-id nm-applet
exec volumeicon
exec clipit
exec gtk-redshift -l 50:50 -t 5700:5900 
thanks Pidsley

I don't know what happened - have I uploaded the wrong file? linked it to the wrong directory? I'll upload this thing again some day, wux you didn't miss much just these lines, everything else is vanilla.

Thanks everyone.

(I see this as a personal failure. The directory had two versions of the file - with and without the modification, and I uploaded the wrong one via wput. Gnah! )
..gnutella..

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: super n00b questions regarding i3 install

Unread post by rhowaldt » Sun Dec 23, 2012 11:22 pm

Gnah! haha :) you are allowed your 'failures' Jules, you got a whole battery of wins on your side already.
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: super n00b questions regarding i3 install

Unread post by wuxmedia » Mon Dec 24, 2012 12:36 am

^ agreed, i would have removed them pesky icons anyway 8)

i was more wondering about the statusbar.
but i will see if conky can be used.

thanks
"Seek, and Ye shall find"
"Github | Chooons | Site"

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: super n00b questions regarding i3 install

Unread post by pidsley » Mon Dec 24, 2012 12:52 am

I was just about to write a how-to for that :) Or you can do it...

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: super n00b questions regarding i3 install

Unread post by wuxmedia » Mon Dec 24, 2012 12:58 am

i3status was not installed??

Image

rebooting now to check...

@pidsley oh it seems well documented on the i3 website i dunno what JaSONs got to do with it though 8)
"Seek, and Ye shall find"
"Github | Chooons | Site"

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: super n00b questions regarding i3 install

Unread post by pidsley » Mon Dec 24, 2012 1:17 am


User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: super n00b questions regarding i3 install

Unread post by dkeg » Mon Dec 24, 2012 1:40 am

This happened to me before. You may need to install i3status

Code: Select all

sudo apt-get install i3status
Once installed you should be able to just

Code: Select all

MOD+SHIFT+r
and it should show. If not try a reboot. If you want to change it up, it is it

Code: Select all

/etc/i3status.conf
Check out our wiki for a quick i3 guide for some i3 tweakage
http://linuxbbq.org/wiki/index.php?title=I3wm

Work hard; Complain less

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: super n00b questions regarding i3 install

Unread post by wuxmedia » Fri Dec 28, 2012 12:46 pm

thanks dkeg. ended up using conky, but might retry i3status. seeing as i installed it.
"Seek, and Ye shall find"
"Github | Chooons | Site"

Post Reply