How to Install vaio-control-center from source?
I have a problem about turning off keyboard backlight that I asked here with no useful answers.
After searching on internet I find a package for vaio control center and downloaded it from here, I don't know how to install it.
This is the output of trying one solution:
USER@XXXXpc:~/vaio-control-center-0.1$ ls
compile Makefile run vaio-control-center vcc
COPYING moc_main_window.cpp ui_main_window.h vaio-control-center.pro
USER@XXXXpc:~/vaio-control-center-0.1$ ./compile
make: *** No rule to make target `/usr/share/qt/mkspecs/linux-g++-64/qmake.conf', needed by `Makefile'. Stop.
USER@XXXXpc:~/vaio-control-center-0.1$ ./run
./run: 3: ./run: ./vaio-control-center: not found
USER@XXXXpc:~/vaio-control-center-0.1$
Updated
I tried also with @pandya's suggestion from here. and the output is as follows:
root@user-pc:/# cd /home/user/vaio-f11-linux.control-center
root@user-pc:/home/user/vaio-f11-linux.control-center# ls
compile COPYING resource.qrc run sony-acpid vaio-control-center.pro vcc
root@user-pc:/home/user/vaio-f11-linux.control-center# ./compile
-su: ./compile: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./compile
sudo: ./compile: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./compile
root@user-pc:/home/user/vaio-f11-linux.control-center# <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center# ./run
-su: ./run: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./run
sudo: ./run: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./run
root@user-pc:/home/user/vaio-f11-linux.control-center# <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center#
and after running that I didn't see any affect on keyboard backlight.
software-installation install-from-source
|
show 1 more comment
I have a problem about turning off keyboard backlight that I asked here with no useful answers.
After searching on internet I find a package for vaio control center and downloaded it from here, I don't know how to install it.
This is the output of trying one solution:
USER@XXXXpc:~/vaio-control-center-0.1$ ls
compile Makefile run vaio-control-center vcc
COPYING moc_main_window.cpp ui_main_window.h vaio-control-center.pro
USER@XXXXpc:~/vaio-control-center-0.1$ ./compile
make: *** No rule to make target `/usr/share/qt/mkspecs/linux-g++-64/qmake.conf', needed by `Makefile'. Stop.
USER@XXXXpc:~/vaio-control-center-0.1$ ./run
./run: 3: ./run: ./vaio-control-center: not found
USER@XXXXpc:~/vaio-control-center-0.1$
Updated
I tried also with @pandya's suggestion from here. and the output is as follows:
root@user-pc:/# cd /home/user/vaio-f11-linux.control-center
root@user-pc:/home/user/vaio-f11-linux.control-center# ls
compile COPYING resource.qrc run sony-acpid vaio-control-center.pro vcc
root@user-pc:/home/user/vaio-f11-linux.control-center# ./compile
-su: ./compile: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./compile
sudo: ./compile: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./compile
root@user-pc:/home/user/vaio-f11-linux.control-center# <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center# ./run
-su: ./run: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./run
sudo: ./run: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./run
root@user-pc:/home/user/vaio-f11-linux.control-center# <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center#
and after running that I didn't see any affect on keyboard backlight.
software-installation install-from-source
2
try this: help.ubuntu.com/community/CompilingEasyHowTo
– M.Tarun
Jul 6 '14 at 17:00
you can find the email of owner for this application here linux-whiteboard.googlecode.com/svn-history/r116/branches/cpp/… 'as google email'
– hwez
Jul 7 '14 at 3:19
May code.google.com/p/vaio-f11-linux/wiki/VaioControlCenter help you?
– Pandya
Aug 24 '14 at 8:45
@Pandya I have updated question with your suggestion. still it's not working. thanks
– αғsнιη
Aug 24 '14 at 9:41
Which directory/usr/share/qt
or/usr/share/qt4
or exist in your pc?
– Pandya
Aug 26 '14 at 2:42
|
show 1 more comment
I have a problem about turning off keyboard backlight that I asked here with no useful answers.
After searching on internet I find a package for vaio control center and downloaded it from here, I don't know how to install it.
This is the output of trying one solution:
USER@XXXXpc:~/vaio-control-center-0.1$ ls
compile Makefile run vaio-control-center vcc
COPYING moc_main_window.cpp ui_main_window.h vaio-control-center.pro
USER@XXXXpc:~/vaio-control-center-0.1$ ./compile
make: *** No rule to make target `/usr/share/qt/mkspecs/linux-g++-64/qmake.conf', needed by `Makefile'. Stop.
USER@XXXXpc:~/vaio-control-center-0.1$ ./run
./run: 3: ./run: ./vaio-control-center: not found
USER@XXXXpc:~/vaio-control-center-0.1$
Updated
I tried also with @pandya's suggestion from here. and the output is as follows:
root@user-pc:/# cd /home/user/vaio-f11-linux.control-center
root@user-pc:/home/user/vaio-f11-linux.control-center# ls
compile COPYING resource.qrc run sony-acpid vaio-control-center.pro vcc
root@user-pc:/home/user/vaio-f11-linux.control-center# ./compile
-su: ./compile: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./compile
sudo: ./compile: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./compile
root@user-pc:/home/user/vaio-f11-linux.control-center# <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center# ./run
-su: ./run: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./run
sudo: ./run: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./run
root@user-pc:/home/user/vaio-f11-linux.control-center# <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center#
and after running that I didn't see any affect on keyboard backlight.
software-installation install-from-source
I have a problem about turning off keyboard backlight that I asked here with no useful answers.
After searching on internet I find a package for vaio control center and downloaded it from here, I don't know how to install it.
This is the output of trying one solution:
USER@XXXXpc:~/vaio-control-center-0.1$ ls
compile Makefile run vaio-control-center vcc
COPYING moc_main_window.cpp ui_main_window.h vaio-control-center.pro
USER@XXXXpc:~/vaio-control-center-0.1$ ./compile
make: *** No rule to make target `/usr/share/qt/mkspecs/linux-g++-64/qmake.conf', needed by `Makefile'. Stop.
USER@XXXXpc:~/vaio-control-center-0.1$ ./run
./run: 3: ./run: ./vaio-control-center: not found
USER@XXXXpc:~/vaio-control-center-0.1$
Updated
I tried also with @pandya's suggestion from here. and the output is as follows:
root@user-pc:/# cd /home/user/vaio-f11-linux.control-center
root@user-pc:/home/user/vaio-f11-linux.control-center# ls
compile COPYING resource.qrc run sony-acpid vaio-control-center.pro vcc
root@user-pc:/home/user/vaio-f11-linux.control-center# ./compile
-su: ./compile: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./compile
sudo: ./compile: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./compile
root@user-pc:/home/user/vaio-f11-linux.control-center# <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center# ./run
-su: ./run: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./run
sudo: ./run: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./run
root@user-pc:/home/user/vaio-f11-linux.control-center# <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center#
and after running that I didn't see any affect on keyboard backlight.
software-installation install-from-source
software-installation install-from-source
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Jul 6 '14 at 16:55
αғsнιηαғsнιη
24.7k2397161
24.7k2397161
2
try this: help.ubuntu.com/community/CompilingEasyHowTo
– M.Tarun
Jul 6 '14 at 17:00
you can find the email of owner for this application here linux-whiteboard.googlecode.com/svn-history/r116/branches/cpp/… 'as google email'
– hwez
Jul 7 '14 at 3:19
May code.google.com/p/vaio-f11-linux/wiki/VaioControlCenter help you?
– Pandya
Aug 24 '14 at 8:45
@Pandya I have updated question with your suggestion. still it's not working. thanks
– αғsнιη
Aug 24 '14 at 9:41
Which directory/usr/share/qt
or/usr/share/qt4
or exist in your pc?
– Pandya
Aug 26 '14 at 2:42
|
show 1 more comment
2
try this: help.ubuntu.com/community/CompilingEasyHowTo
– M.Tarun
Jul 6 '14 at 17:00
you can find the email of owner for this application here linux-whiteboard.googlecode.com/svn-history/r116/branches/cpp/… 'as google email'
– hwez
Jul 7 '14 at 3:19
May code.google.com/p/vaio-f11-linux/wiki/VaioControlCenter help you?
– Pandya
Aug 24 '14 at 8:45
@Pandya I have updated question with your suggestion. still it's not working. thanks
– αғsнιη
Aug 24 '14 at 9:41
Which directory/usr/share/qt
or/usr/share/qt4
or exist in your pc?
– Pandya
Aug 26 '14 at 2:42
2
2
try this: help.ubuntu.com/community/CompilingEasyHowTo
– M.Tarun
Jul 6 '14 at 17:00
try this: help.ubuntu.com/community/CompilingEasyHowTo
– M.Tarun
Jul 6 '14 at 17:00
you can find the email of owner for this application here linux-whiteboard.googlecode.com/svn-history/r116/branches/cpp/… 'as google email'
– hwez
Jul 7 '14 at 3:19
you can find the email of owner for this application here linux-whiteboard.googlecode.com/svn-history/r116/branches/cpp/… 'as google email'
– hwez
Jul 7 '14 at 3:19
May code.google.com/p/vaio-f11-linux/wiki/VaioControlCenter help you?
– Pandya
Aug 24 '14 at 8:45
May code.google.com/p/vaio-f11-linux/wiki/VaioControlCenter help you?
– Pandya
Aug 24 '14 at 8:45
@Pandya I have updated question with your suggestion. still it's not working. thanks
– αғsнιη
Aug 24 '14 at 9:41
@Pandya I have updated question with your suggestion. still it's not working. thanks
– αғsнιη
Aug 24 '14 at 9:41
Which directory
/usr/share/qt
or /usr/share/qt4
or exist in your pc?– Pandya
Aug 26 '14 at 2:42
Which directory
/usr/share/qt
or /usr/share/qt4
or exist in your pc?– Pandya
Aug 26 '14 at 2:42
|
show 1 more comment
1 Answer
1
active
oldest
votes
this how
download the file
$ wget http://downloads.sourceforge.net/project/vaio-control-ce/vaio-control-center-0.1.tar.bz2
enter code here
you have to install qt4-qmake
$ sudo apt-get install libqt4-dev qt4-qmake cmake r-base-dev libcurl4-gnutls-dev
& install g++
$ sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
$ sudo add-apt-repository ppa:jerzy-kozera/zeal-ppa
$ sudo apt-get update
$ sudo apt-get install build-essential g++
for the compilation
then
$ tar -xvf vaio-control-center-0.1.tar.bz2
$ cd vaio-control-center-0.1
$ /usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
$ make
$ ./run
you will get this another error you need to post that error in stackoverflow.com tag c++ & qt see what they can do
oh sorry i though that's another question chmod +rx Makefile
– hwez
Jul 6 '14 at 22:01
wait 1min ill download it & try
– hwez
Jul 6 '14 at 22:08
i have updated the answer
– hwez
Jul 6 '14 at 23:05
I get error while running/usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
bash: /usr/lib/i386-linux-gnu/qt4/bin/qmake: No such file or directory. I don't havei386-linux-gnu
folder.
– αғsнιη
Jul 7 '14 at 6:41
1
A bit of gray area, but I don't think asking at SO was helpful, that question is about to be closed. Also, duplicates between SE sites is not really acceptable. This question is asking installation help for program source package from user perspective, while Stack Overflow expects to give answers for programmers. Question could be almost same, but answers probably aren't.
– hyde
Aug 21 '14 at 18:53
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f492378%2fhow-to-install-vaio-control-center-from-source%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
this how
download the file
$ wget http://downloads.sourceforge.net/project/vaio-control-ce/vaio-control-center-0.1.tar.bz2
enter code here
you have to install qt4-qmake
$ sudo apt-get install libqt4-dev qt4-qmake cmake r-base-dev libcurl4-gnutls-dev
& install g++
$ sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
$ sudo add-apt-repository ppa:jerzy-kozera/zeal-ppa
$ sudo apt-get update
$ sudo apt-get install build-essential g++
for the compilation
then
$ tar -xvf vaio-control-center-0.1.tar.bz2
$ cd vaio-control-center-0.1
$ /usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
$ make
$ ./run
you will get this another error you need to post that error in stackoverflow.com tag c++ & qt see what they can do
oh sorry i though that's another question chmod +rx Makefile
– hwez
Jul 6 '14 at 22:01
wait 1min ill download it & try
– hwez
Jul 6 '14 at 22:08
i have updated the answer
– hwez
Jul 6 '14 at 23:05
I get error while running/usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
bash: /usr/lib/i386-linux-gnu/qt4/bin/qmake: No such file or directory. I don't havei386-linux-gnu
folder.
– αғsнιη
Jul 7 '14 at 6:41
1
A bit of gray area, but I don't think asking at SO was helpful, that question is about to be closed. Also, duplicates between SE sites is not really acceptable. This question is asking installation help for program source package from user perspective, while Stack Overflow expects to give answers for programmers. Question could be almost same, but answers probably aren't.
– hyde
Aug 21 '14 at 18:53
|
show 1 more comment
this how
download the file
$ wget http://downloads.sourceforge.net/project/vaio-control-ce/vaio-control-center-0.1.tar.bz2
enter code here
you have to install qt4-qmake
$ sudo apt-get install libqt4-dev qt4-qmake cmake r-base-dev libcurl4-gnutls-dev
& install g++
$ sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
$ sudo add-apt-repository ppa:jerzy-kozera/zeal-ppa
$ sudo apt-get update
$ sudo apt-get install build-essential g++
for the compilation
then
$ tar -xvf vaio-control-center-0.1.tar.bz2
$ cd vaio-control-center-0.1
$ /usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
$ make
$ ./run
you will get this another error you need to post that error in stackoverflow.com tag c++ & qt see what they can do
oh sorry i though that's another question chmod +rx Makefile
– hwez
Jul 6 '14 at 22:01
wait 1min ill download it & try
– hwez
Jul 6 '14 at 22:08
i have updated the answer
– hwez
Jul 6 '14 at 23:05
I get error while running/usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
bash: /usr/lib/i386-linux-gnu/qt4/bin/qmake: No such file or directory. I don't havei386-linux-gnu
folder.
– αғsнιη
Jul 7 '14 at 6:41
1
A bit of gray area, but I don't think asking at SO was helpful, that question is about to be closed. Also, duplicates between SE sites is not really acceptable. This question is asking installation help for program source package from user perspective, while Stack Overflow expects to give answers for programmers. Question could be almost same, but answers probably aren't.
– hyde
Aug 21 '14 at 18:53
|
show 1 more comment
this how
download the file
$ wget http://downloads.sourceforge.net/project/vaio-control-ce/vaio-control-center-0.1.tar.bz2
enter code here
you have to install qt4-qmake
$ sudo apt-get install libqt4-dev qt4-qmake cmake r-base-dev libcurl4-gnutls-dev
& install g++
$ sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
$ sudo add-apt-repository ppa:jerzy-kozera/zeal-ppa
$ sudo apt-get update
$ sudo apt-get install build-essential g++
for the compilation
then
$ tar -xvf vaio-control-center-0.1.tar.bz2
$ cd vaio-control-center-0.1
$ /usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
$ make
$ ./run
you will get this another error you need to post that error in stackoverflow.com tag c++ & qt see what they can do
this how
download the file
$ wget http://downloads.sourceforge.net/project/vaio-control-ce/vaio-control-center-0.1.tar.bz2
enter code here
you have to install qt4-qmake
$ sudo apt-get install libqt4-dev qt4-qmake cmake r-base-dev libcurl4-gnutls-dev
& install g++
$ sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
$ sudo add-apt-repository ppa:jerzy-kozera/zeal-ppa
$ sudo apt-get update
$ sudo apt-get install build-essential g++
for the compilation
then
$ tar -xvf vaio-control-center-0.1.tar.bz2
$ cd vaio-control-center-0.1
$ /usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
$ make
$ ./run
you will get this another error you need to post that error in stackoverflow.com tag c++ & qt see what they can do
edited Jul 6 '14 at 23:04
answered Jul 6 '14 at 20:52
hwezhwez
2,26811115
2,26811115
oh sorry i though that's another question chmod +rx Makefile
– hwez
Jul 6 '14 at 22:01
wait 1min ill download it & try
– hwez
Jul 6 '14 at 22:08
i have updated the answer
– hwez
Jul 6 '14 at 23:05
I get error while running/usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
bash: /usr/lib/i386-linux-gnu/qt4/bin/qmake: No such file or directory. I don't havei386-linux-gnu
folder.
– αғsнιη
Jul 7 '14 at 6:41
1
A bit of gray area, but I don't think asking at SO was helpful, that question is about to be closed. Also, duplicates between SE sites is not really acceptable. This question is asking installation help for program source package from user perspective, while Stack Overflow expects to give answers for programmers. Question could be almost same, but answers probably aren't.
– hyde
Aug 21 '14 at 18:53
|
show 1 more comment
oh sorry i though that's another question chmod +rx Makefile
– hwez
Jul 6 '14 at 22:01
wait 1min ill download it & try
– hwez
Jul 6 '14 at 22:08
i have updated the answer
– hwez
Jul 6 '14 at 23:05
I get error while running/usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
bash: /usr/lib/i386-linux-gnu/qt4/bin/qmake: No such file or directory. I don't havei386-linux-gnu
folder.
– αғsнιη
Jul 7 '14 at 6:41
1
A bit of gray area, but I don't think asking at SO was helpful, that question is about to be closed. Also, duplicates between SE sites is not really acceptable. This question is asking installation help for program source package from user perspective, while Stack Overflow expects to give answers for programmers. Question could be almost same, but answers probably aren't.
– hyde
Aug 21 '14 at 18:53
oh sorry i though that's another question chmod +rx Makefile
– hwez
Jul 6 '14 at 22:01
oh sorry i though that's another question chmod +rx Makefile
– hwez
Jul 6 '14 at 22:01
wait 1min ill download it & try
– hwez
Jul 6 '14 at 22:08
wait 1min ill download it & try
– hwez
Jul 6 '14 at 22:08
i have updated the answer
– hwez
Jul 6 '14 at 23:05
i have updated the answer
– hwez
Jul 6 '14 at 23:05
I get error while running
/usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
bash: /usr/lib/i386-linux-gnu/qt4/bin/qmake: No such file or directory. I don't have i386-linux-gnu
folder.– αғsнιη
Jul 7 '14 at 6:41
I get error while running
/usr/lib/i386-linux-gnu/qt4/bin/qmake -o Makefile vaio-control-center.pro
bash: /usr/lib/i386-linux-gnu/qt4/bin/qmake: No such file or directory. I don't have i386-linux-gnu
folder.– αғsнιη
Jul 7 '14 at 6:41
1
1
A bit of gray area, but I don't think asking at SO was helpful, that question is about to be closed. Also, duplicates between SE sites is not really acceptable. This question is asking installation help for program source package from user perspective, while Stack Overflow expects to give answers for programmers. Question could be almost same, but answers probably aren't.
– hyde
Aug 21 '14 at 18:53
A bit of gray area, but I don't think asking at SO was helpful, that question is about to be closed. Also, duplicates between SE sites is not really acceptable. This question is asking installation help for program source package from user perspective, while Stack Overflow expects to give answers for programmers. Question could be almost same, but answers probably aren't.
– hyde
Aug 21 '14 at 18:53
|
show 1 more comment
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f492378%2fhow-to-install-vaio-control-center-from-source%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
try this: help.ubuntu.com/community/CompilingEasyHowTo
– M.Tarun
Jul 6 '14 at 17:00
you can find the email of owner for this application here linux-whiteboard.googlecode.com/svn-history/r116/branches/cpp/… 'as google email'
– hwez
Jul 7 '14 at 3:19
May code.google.com/p/vaio-f11-linux/wiki/VaioControlCenter help you?
– Pandya
Aug 24 '14 at 8:45
@Pandya I have updated question with your suggestion. still it's not working. thanks
– αғsнιη
Aug 24 '14 at 9:41
Which directory
/usr/share/qt
or/usr/share/qt4
or exist in your pc?– Pandya
Aug 26 '14 at 2:42