pencil prototyping won't launch

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I downloaded Pencil from https://pencil.evolus.vn and installed the .deb file successfully but whenever I try to open the application nothing happens. it appears in the dock for a few moments but it won't open. is there something missing?!
I'm on ubuntu 18.4 (kernel version : 4.17)
18.04 pencil
add a comment |Â
up vote
1
down vote
favorite
I downloaded Pencil from https://pencil.evolus.vn and installed the .deb file successfully but whenever I try to open the application nothing happens. it appears in the dock for a few moments but it won't open. is there something missing?!
I'm on ubuntu 18.4 (kernel version : 4.17)
18.04 pencil
1
what happens if you start pencil from the command line? (Open Terminal and type "pencil")
â Sebastian Stark
Jun 10 at 20:04
it returns "pencil: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory" seems I have to add libgconf library but how do I do that?
â user292314
Jun 11 at 5:50
I installed missing library using "sudo apt-get install libgconf-2-4" and it worked :) thanks for your comment @SebastianStark
â user292314
Jun 11 at 6:11
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I downloaded Pencil from https://pencil.evolus.vn and installed the .deb file successfully but whenever I try to open the application nothing happens. it appears in the dock for a few moments but it won't open. is there something missing?!
I'm on ubuntu 18.4 (kernel version : 4.17)
18.04 pencil
I downloaded Pencil from https://pencil.evolus.vn and installed the .deb file successfully but whenever I try to open the application nothing happens. it appears in the dock for a few moments but it won't open. is there something missing?!
I'm on ubuntu 18.4 (kernel version : 4.17)
18.04 pencil
asked Jun 10 at 19:17
user292314
2818
2818
1
what happens if you start pencil from the command line? (Open Terminal and type "pencil")
â Sebastian Stark
Jun 10 at 20:04
it returns "pencil: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory" seems I have to add libgconf library but how do I do that?
â user292314
Jun 11 at 5:50
I installed missing library using "sudo apt-get install libgconf-2-4" and it worked :) thanks for your comment @SebastianStark
â user292314
Jun 11 at 6:11
add a comment |Â
1
what happens if you start pencil from the command line? (Open Terminal and type "pencil")
â Sebastian Stark
Jun 10 at 20:04
it returns "pencil: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory" seems I have to add libgconf library but how do I do that?
â user292314
Jun 11 at 5:50
I installed missing library using "sudo apt-get install libgconf-2-4" and it worked :) thanks for your comment @SebastianStark
â user292314
Jun 11 at 6:11
1
1
what happens if you start pencil from the command line? (Open Terminal and type "pencil")
â Sebastian Stark
Jun 10 at 20:04
what happens if you start pencil from the command line? (Open Terminal and type "pencil")
â Sebastian Stark
Jun 10 at 20:04
it returns "pencil: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory" seems I have to add libgconf library but how do I do that?
â user292314
Jun 11 at 5:50
it returns "pencil: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory" seems I have to add libgconf library but how do I do that?
â user292314
Jun 11 at 5:50
I installed missing library using "sudo apt-get install libgconf-2-4" and it worked :) thanks for your comment @SebastianStark
â user292314
Jun 11 at 6:11
I installed missing library using "sudo apt-get install libgconf-2-4" and it worked :) thanks for your comment @SebastianStark
â user292314
Jun 11 at 6:11
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Try running the program in question from the terminal. This often gives a better view of what might be going wrong when it is not starting. Especially if you installed a program via dpkg, which has no dependency tracking built in like apt, you can easily forget some package the application needs to work.
Watch out for missing library packages in particular.
In this case the package depends on the libgconf-2-4 package, which you can install using the following command:
sudo apt install libgconf-2-4
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Try running the program in question from the terminal. This often gives a better view of what might be going wrong when it is not starting. Especially if you installed a program via dpkg, which has no dependency tracking built in like apt, you can easily forget some package the application needs to work.
Watch out for missing library packages in particular.
In this case the package depends on the libgconf-2-4 package, which you can install using the following command:
sudo apt install libgconf-2-4
add a comment |Â
up vote
2
down vote
accepted
Try running the program in question from the terminal. This often gives a better view of what might be going wrong when it is not starting. Especially if you installed a program via dpkg, which has no dependency tracking built in like apt, you can easily forget some package the application needs to work.
Watch out for missing library packages in particular.
In this case the package depends on the libgconf-2-4 package, which you can install using the following command:
sudo apt install libgconf-2-4
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Try running the program in question from the terminal. This often gives a better view of what might be going wrong when it is not starting. Especially if you installed a program via dpkg, which has no dependency tracking built in like apt, you can easily forget some package the application needs to work.
Watch out for missing library packages in particular.
In this case the package depends on the libgconf-2-4 package, which you can install using the following command:
sudo apt install libgconf-2-4
Try running the program in question from the terminal. This often gives a better view of what might be going wrong when it is not starting. Especially if you installed a program via dpkg, which has no dependency tracking built in like apt, you can easily forget some package the application needs to work.
Watch out for missing library packages in particular.
In this case the package depends on the libgconf-2-4 package, which you can install using the following command:
sudo apt install libgconf-2-4
answered Jun 11 at 11:24
Sebastian Stark
4,593838
4,593838
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1045385%2fpencil-prototyping-wont-launch%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
1
what happens if you start pencil from the command line? (Open Terminal and type "pencil")
â Sebastian Stark
Jun 10 at 20:04
it returns "pencil: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory" seems I have to add libgconf library but how do I do that?
â user292314
Jun 11 at 5:50
I installed missing library using "sudo apt-get install libgconf-2-4" and it worked :) thanks for your comment @SebastianStark
â user292314
Jun 11 at 6:11