You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Installing kwin in Linux Lite Video Tutorial

Author (Read 4512 times)

0 Members and 1 Guest are viewing this topic.

Re: Installing kwin in Linux Lite Video Tutorial
« Reply #5 on: April 29, 2015, 04:22:11 PM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
There is a bash built in that can show you all the commands you could run.
Code: [Select]
compgen -cintroduction to commands
Code: [Select]
man intro
manual pages are very important you type in man and then a command
man <command_name>
Code: [Select]
man man
Code: [Select]
man ls
Code: [Select]
man cp
Code: [Select]
man mv
Code: [Select]
man apt-getHelp: --help
Code: [Select]
ls --help
Code: [Select]
cp --help
Code: [Select]
mv --help



 

Re: Installing kwin in Linux Lite Video Tutorial
« Reply #4 on: April 29, 2015, 01:54:17 PM »
 

diggle

  • New to Forums
  • *
  • 2
    Posts
  • Reputation: 1
  • Linux Lite Tech Geek
    • View Profile

  • CPU: i7 2600k

  • MEMORY: 16Gb

  • VIDEO CARD: EVGA GTX 760
Hello TJ,
Welcome to the Forums.
That's lot of dependancies for a window manager. More than 200 MB. But it's preety cool isn't it. :)

You don't need gedit, you can use leafpad to edit this file:
/etc/xdg/xfce4/xfconf/xfce-perchannel-x­ml/xfce4-session.xml
It's actually just a xfce4-session.xml
But you should always include the path to that file.
If you use the next command it will open the file in default text editor which is included in Linux Lite.
Code: [Select]
gksudo leafpad "/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml"
You are getting that error in gedit because gedit can not open your home folder simply because it's a folder.
~ is the same as $HOME which is an environment variable.
If you echo it you will see what is stored in the variable:
Code: [Select]
echo ~
Code: [Select]
echo $HOMEI get /home/milos
For you it will print out /home/tj or something like that.
You typed in:
Code: [Select]
sudo gedit ~ /etc/xdg/xfce4/xfconf/xfce-perchannel-x­ml/xfce4-session.xmlThe first tab gedit is trying to open is your home folder and text editor can't do that.
This will open just the file you want to edit:
Code: [Select]
sudo gedit "/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml"
It's a good practice to use the quotes " " when you are opening a file with the command line.
"/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml"
Some files may contain spaces and this way you are "telling" the program where the string begins and where it ends.

Yes Thank u for all that Commands i will remember these 8)  Leafpad gedit all the same still get to the same state. Assuming i know that command it would have been easier.  u still get to the file even know its red i wasn't really worried about that part. Thanks for letting me know that happened tho and why that was great to know. i will put that in the Description of the video also. Some people like gedit and some like leafpad but its really all the same it doesn't matter to me as long as it gets the job done. I didn't know that leafpad was even in there thanks for letting me know all this wonderful info 8)
 

Re: Installing kwin in Linux Lite Video Tutorial
« Reply #3 on: April 29, 2015, 08:02:49 AM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
Hello TJ,
Welcome to the Forums.
That's lot of dependancies for a window manager. More than 200 MB. But it's preety cool isn't it. :)

You don't need gedit, you can use leafpad to edit this file:
/etc/xdg/xfce4/xfconf/xfce-perchannel-x­ml/xfce4-session.xml
It's actually just a xfce4-session.xml
But you should always include the path to that file.
If you use the next command it will open the file in default text editor which is included in Linux Lite.
Code: [Select]
gksudo leafpad "/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml"
You are getting that error in gedit because gedit can not open your home folder simply because it's a folder.
~ is the same as $HOME which is an environment variable.
If you echo it you will see what is stored in the variable:
Code: [Select]
echo ~
Code: [Select]
echo $HOMEI get /home/milos
For you it will print out /home/tj or something like that.
You typed in:
Code: [Select]
sudo gedit ~ /etc/xdg/xfce4/xfconf/xfce-perchannel-x­ml/xfce4-session.xmlThe first tab gedit is trying to open is your home folder and text editor can't do that.
This will open just the file you want to edit:
Code: [Select]
sudo gedit "/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml"
It's a good practice to use the quotes " " when you are opening a file with the command line.
"/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml"
Some files may contain spaces and this way you are "telling" the program where the string begins and where it ends.
 

Re: Installing kwin in Linux Lite Video Tutorial
« Reply #2 on: April 29, 2015, 06:05:16 AM »
 

N4RPS

  • Donator
  • Platinum Level Poster
  • **********
  • 1149
    Posts
  • Reputation: 155
  • Knows JUST ENOUGH Linux to be DANGEROUS
    • View Profile
    • Orphans for Christ, Self Advocates of Mecklenburg

  • CPU: Several Different 32-bit & 64-bit CPUs, 2-8 GB RAM

  • MEMORY: 8Gb

  • VIDEO CARD: Several Different AMD and Intel GPUs
Hello, diggle!

Welcome to the Linux Lite forums.

Thank you, for 'bringing something 3D to the table'. Spatry has a video that makes it more clear about why one might want to use Kwin...



73 DE N4RPS
Rob


A gun in your hand is worth more than a whole police force on the phone.
 

Installing kwin in Linux Lite Video Tutorial
« Reply #1 on: April 28, 2015, 11:12:51 PM »
 

diggle

  • New to Forums
  • *
  • 2
    Posts
  • Reputation: 1
  • Linux Lite Tech Geek
    • View Profile

  • CPU: i7 2600k

  • MEMORY: 16Gb

  • VIDEO CARD: EVGA GTX 760


Enjoy this Tutorial Linux Lite Members  8) 8)
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section