TechnicalBooting lonely Linux

 

Press Ctrl+Enter to quickly submit your post
Quick Reply  
 
 
  
 From:  Manthorp   
 To:  Drew (X3N0PH0N)     
41672.89 In reply to 41672.88 
Wow!  Thanks Xen.  I have to make the house a little less squalid for guests now, but I'll try this as soon as I can.

"We all have flaws, and mine is being wicked."
James Thurber, The Thirteen Clocks 1951
 
0/0
 Reply   Quote More 

 From:  koswix  
 To:  Drew (X3N0PH0N)     
41672.90 In reply to 41672.88 
In Windows he'd just need to put a shortcut to LONELY.EXE I'm the startup folder.

Just sayin'.

:C

 ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
If Feds call you and say something bad on me, it may prove what I said are truth, they are afraid of it.

0/0
 Reply   Quote More 

 From:  Drew (X3N0PH0N)  
 To:  koswix     
41672.91 In reply to 41672.90 
Which, again, is exactly what you'd do on a consumer level distro with a consumer level desktop.
0/0
 Reply   Quote More 

 From:  koswix  
 To:  Drew (X3N0PH0N)     
41672.92 In reply to 41672.91 
(nod)

I was talking about windows 10 IOT edition for raspberry pi.

 ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
If Feds call you and say something bad on me, it may prove what I said are truth, they are afraid of it.

0/0
 Reply   Quote More 

 From:  Drew (X3N0PH0N)  
 To:  koswix     
41672.93 In reply to 41672.92 
Yeah, by 'desktop' I meant desktop environment. So Gnome or KDE or Unity or Cinnamon or Mate or Pantheon. As opposed to a niche tiling WM.
0/0
 Reply   Quote More 

 From:  Peter (BOUGHTONP)  
 To:  Drew (X3N0PH0N)     
41672.94 In reply to 41672.63 
I forgive you only because you revealed i3 to me.

Seems to be much more what I want compared to awesome - at least based on the screens+docs on the website; dunno when I'll have time to get switched over. :(

0/0
 Reply   Quote More 

 From:  koswix  
 To:  Drew (X3N0PH0N)     
41672.95 In reply to 41672.93 
Yes, but by Windows 10 IOT edition for raspberry pi I meant "hahaha wtf are Microsoft on? Do they seriously expect /anyone/ to ever use that heap of shit? I mean, they sent me an Intel galileo board f with a windows 8 build that runs on it, for /free/, and I didn't even have the deceny to boot it up before I formatted the SD card
0/0
 Reply   Quote More 

 From:  Drew (X3N0PH0N)  
 To:  Peter (BOUGHTONP)     
41672.96 In reply to 41672.94 
I fucking love i3.

I'd tried to use tilers before, just to see why people like them so much, and never got on with them. I certainly never thought I'd switch to one, I was just curious. But i3 just instantly clicked for me.

I use it without any bar now (bar gradually seemed less useful), just keyboard based window management and dmenu (edit: just switched to rofi, it's pretty great) for launching.
0/0
 Reply   Quote More 

 From:  Drew (X3N0PH0N)  
 To:  koswix     
41672.97 In reply to 41672.95 
Ahh, yes, I have used Windows 10 on a Pi briefly and it was fucking ridiculous.
0/0
 Reply   Quote More 

 From:  Manthorp   
 To:  Drew (X3N0PH0N)     
41672.98 In reply to 41672.88 
I've got as far as creating the /.i3/config file, but when I drop in the text and try to save, I get [ Error writing /home/pi/.i3/config: No such file or directory ]  I've tried starting the line

nano ~/.i3/config

with 'sudo' in case it's a permissions thing, but no dice.  I can't see a folder '.i3' under /home/pi btw.

cd /.i3 returns 'no such file or directory'

"We all have flaws, and mine is being wicked."
James Thurber, The Thirteen Clocks 1951
 
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  Manthorp      
41672.99 In reply to 41672.98 
in /home/pi run 

ls -a

-a shows hidden folders, which folders with a leading "." are hidden.

If it isn't there run

mkdir /home/pi/.i3
0/0
 Reply   Quote More 

 From:  Manthorp   
 To:  ANT_THOMAS     
41672.100 In reply to 41672.99 
Thanks for that Ant.  I've managed to create the config file & rebooted.  It now reboots to the attached screen.  I'll go through Xen's procedure again & see if i can spot any mistakes in what I've done.

In the config file, should the address of the file be written as:

exec --no-startup-id xfce4-terminal -e "node /home/pi/index.js" --hide-menubar --hold

or:

exec --no-startup-id xfce4-terminal -e "node index.js" --hide-menubar --hold ?

I've stuck with the second of those lines.

I've ploughed through Xen's (very clear) instructions a couple of times and can't see any errors in what I've done.

I'm assuming that raspi-config should continue to be set to log me into the console, not the GUI?

"We all have flaws, and mine is being wicked."
James Thurber, The Thirteen Clocks 1951
 

Attachments:

0/0
 Reply   Quote More 

 From:  Drew (X3N0PH0N)  
 To:  Manthorp      
41672.101 In reply to 41672.100 
That screenshot shows i3 running. So it's mostly there. The bottom bar is showing though - need to get rid of that. And the terminal doesn't seem to be running - need to fix that.

Either of those lines should work since index.js is right in your home folder (the canonical one's a bit 'better', it'll still work if i3 or node decide their current working directory is not home).

That screen is so cute  :-$

I'm going to test some things and then post again.


 
0/0
 Reply   Quote More 

Reply to All    
 

1–20  …  41–60  61–80  81–100  101

Rate my interest:

Adjust text size : Smaller 10 Larger

Beehive Forum 1.5.2 |  FAQ |  Docs |  Support |  Donate! ©2002 - 2024 Project Beehive Forum

Forum Stats