Created
February 24, 2018 23:30
-
-
Save hemenkapadia/835e38f9c4e3ab342c8fb00908d66eab to your computer and use it in GitHub Desktop.
Qimo over lubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 sudo apt-get update | |
2 sudo dpkg --configure -a | |
3 sudo apt-get update | |
4 sudo apt-get upgrade | |
5 clear | |
6 sudo -lshw -class network | |
7 sudo lshw -class network | |
8 lshw | |
9 sudo lshw | |
10 lshw -calss network | |
11 lshw -class network | |
12 clear | |
13 sudo add-apt-repository ppa:ricotz/docky | |
14 sudo apt-get update | |
15 sudo apt-get upgrade | |
16 sudo apt-get install plank | |
17 plank | |
18 exit | |
19 sudo apt-get install tuxmath | |
20 cd | |
21 df -h | |
22 sudo apt-get install flashplugin-installer | |
23 ps -eaf | grep firefox | |
24 kill 2879 | |
25 ps -eaf | grep firefox | |
26 sudo apt-get install tuxmath | |
27 ls | |
28 cd /usr/share | |
29 ls | |
30 cd lvm | |
31 cd lubuntu/ | |
32 ls | |
33 cd wallpapers/ | |
34 ls -l | |
35 mv ~/Downloads/*.jpg . | |
36 sudo mv ~/Downloads/*.jpg . | |
37 sudo apt-get install tuxmath | |
38 cd /home/vidhi/.config/plank/dock1/launchers | |
39 ls | |
40 ls -l | |
41 mv leafpad.dockitem tuxmath.dockitem | |
42 ls | |
43 ls -l | |
44 cp tuxmath.dockitem leafpad.dockitem | |
45 sudo apt-get install tuxpaint | |
46 sudo apt-get install childsplay | |
47 sudo apt-get install gcompris | |
48 ls -l | |
49 sudo cp tuxpaint.dockitem gcompris.dockitem | |
50 vi gcompris.dockitem | |
51 sudo vi gcompris.dockitem | |
52 ls -l | |
53 cat gcompris.dockitem | |
54 ps -eaf | grep plank | |
55 kill 938 | |
56 plank | |
57 cd | |
58 sudo apt-get install laby | |
59 sudo apt-get install tuxtype | |
60 sudo apt-get install laby | |
61 lxshortcut -o ~/Desktop/kodable | |
62 sudo apt-get install pulseaudio | |
63 ps -eaf | grep firefox | |
64 ls -ls | |
65 ls -la | |
66 vi .tuxpaintrc | |
67 exit | |
68 lsb_release -a | |
69 history | |
70 ls -l | |
71 history >> qimo_over_lubuntu.txt | |
Many times the launchers get deleted from docky. The launcher files are in | |
/home/vidhi/.config/plank/dock1/launchers | |
vidhi@vidhi-dell-e1405:~/.config/plank/dock1/launchers$ ls -l | |
total 20 | |
-rw-rw-r-- 1 vidhi vidhi 86 Jan 15 15:00 childsplay.dockitem | |
-rw-rw-r-- 1 vidhi vidhi 84 Mar 26 2017 gcompris-1.dockitem | |
-rw-rw-r-- 1 vidhi vidhi 83 Mar 25 2017 tuxmath.dockitem | |
-rw-rw-r-- 1 vidhi vidhi 84 Mar 25 2017 tuxpaint.dockitem | |
-rw-rw-r-- 1 vidhi vidhi 107 Jan 15 15:09 tuxtype.dockitem | |
vidhi@vidhi-dell-e1405:~/.config/plank/dock1/launchers$ | |
A sample launcher file | |
vidhi@vidhi-dell-e1405:~/.config/plank/dock1/launchers$ cat tuxpaint.dockitem | |
[PlankDockItemPreferences] | |
Launcher=file:///usr/share/applications/tuxpaint.desktop | |
vidhi@vidhi-dell-e1405:~/.config/plank/dock1/launchers$ | |
/usr/share/applications has a lot of desktop files | |
To add the filefox icon to the docker, some how i needed to do sudo as normal cp was not allowing !! wonder why | |
vidhi@vidhi-dell-e1405:~/.config/plank/dock1/launchers$ sudo cp tuxtype.dockitem firefox.dockitem | |
vidhi@vidhi-dell-e1405:~/.config/plank/dock1/launchers$ sudo chown vidhi:vidhi firefox.dockitem | |
vidhi@vidhi-dell-e1405:~/.config/plank/dock1/launchers$ ls -l | |
total 24 | |
-rw-rw-r-- 1 vidhi vidhi 86 Jan 15 15:00 childsplay.dockitem | |
-rw-r--r-- 1 vidhi vidhi 107 Feb 24 15:28 firefox.dockitem | |
-rw-rw-r-- 1 vidhi vidhi 84 Mar 26 2017 gcompris-1.dockitem | |
-rw-rw-r-- 1 vidhi vidhi 83 Mar 25 2017 tuxmath.dockitem | |
-rw-rw-r-- 1 vidhi vidhi 84 Mar 25 2017 tuxpaint.dockitem | |
-rw-rw-r-- 1 vidhi vidhi 107 Jan 15 15:09 tuxtype.dockitem | |
vidhi@vidhi-dell-e1405:~/.config/plank/dock1/launchers$ | |
Updated the file as below | |
vidhi@vidhi-dell-e1405:~/.config/plank/dock1/launchers$ cat firefox.dockitem | |
[PlankDockItemPreferences] | |
#The uri for this item. | |
Launcher=file:///usr/share/applications/firefox.desktop | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment