Canon (MG 5350) scangear doesn't appear in dash
I recently downloaded the Ubuntu scangear driver from their website for my canon pixma MG5350 3 in one printer. I downloaded the debian package and installed it trough the terminal, however I can't seem to find the app himself.
I searched for it trough dash and other scanning apps didn't work from the beginning (like Xsane and simple scan), since they don't seem to recognize my printer/scanner.
The terminal seemed to install the driver/program just fine; it didn't encounter any errors. How can I fix this?
unity-dash canon pixma
add a comment |
I recently downloaded the Ubuntu scangear driver from their website for my canon pixma MG5350 3 in one printer. I downloaded the debian package and installed it trough the terminal, however I can't seem to find the app himself.
I searched for it trough dash and other scanning apps didn't work from the beginning (like Xsane and simple scan), since they don't seem to recognize my printer/scanner.
The terminal seemed to install the driver/program just fine; it didn't encounter any errors. How can I fix this?
unity-dash canon pixma
add a comment |
I recently downloaded the Ubuntu scangear driver from their website for my canon pixma MG5350 3 in one printer. I downloaded the debian package and installed it trough the terminal, however I can't seem to find the app himself.
I searched for it trough dash and other scanning apps didn't work from the beginning (like Xsane and simple scan), since they don't seem to recognize my printer/scanner.
The terminal seemed to install the driver/program just fine; it didn't encounter any errors. How can I fix this?
unity-dash canon pixma
I recently downloaded the Ubuntu scangear driver from their website for my canon pixma MG5350 3 in one printer. I downloaded the debian package and installed it trough the terminal, however I can't seem to find the app himself.
I searched for it trough dash and other scanning apps didn't work from the beginning (like Xsane and simple scan), since they don't seem to recognize my printer/scanner.
The terminal seemed to install the driver/program just fine; it didn't encounter any errors. How can I fix this?
unity-dash canon pixma
unity-dash canon pixma
edited Jun 14 '14 at 11:54
bain
9,22123143
9,22123143
asked Jul 5 '13 at 19:58
MichaelMichael
184312
184312
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
select [Create] - [ScanGear MP...] from the [File] menu in Gimp
or run in terminal: scangearmp
form their documentation:
Only GIMP can start ScanGear. No other application software can start ScanGear.
If GIMP is not installed, you must install the software.
add a comment |
If you want ScangearMP to appear in the Dash, you can create a .desktop file for it.
Copy the following into a text editor:
[Desktop Entry]
Version=1.0
Name=ScanGear MP
Comment=Cannon's scanner software
Exec=scangearmp
Icon=scanner
Terminal=false
Type=Application
Categories=Utility;Application;Graphics;Scanning;
Save the file with filename scangearmp.desktop
To use the desktop file from the Dash you will need to copy it to /usr/share/applications for any user to be able to use it (you will need administrator permissions) or to ~/.local/share/applications (where ~ means your user directory) if you just want it to be available for one user.
Source: adapted from Creating a .desktop file for a new application, and as I've used myself.
Notes:
Version
Refers to the .desktop file version, not to the program version.
Name
The name that should be displayed on the menu.
Exec
The path to the executable. As scangearmp installs into /usr/bin (in the default path) I've left off the full path, which works for me.
Icon
The path to the icon file that will be used in the Dash. I've used a generic icon name that's also used for Simple Scan.
add a 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%2f316819%2fcanon-mg-5350-scangear-doesnt-appear-in-dash%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
select [Create] - [ScanGear MP...] from the [File] menu in Gimp
or run in terminal: scangearmp
form their documentation:
Only GIMP can start ScanGear. No other application software can start ScanGear.
If GIMP is not installed, you must install the software.
add a comment |
select [Create] - [ScanGear MP...] from the [File] menu in Gimp
or run in terminal: scangearmp
form their documentation:
Only GIMP can start ScanGear. No other application software can start ScanGear.
If GIMP is not installed, you must install the software.
add a comment |
select [Create] - [ScanGear MP...] from the [File] menu in Gimp
or run in terminal: scangearmp
form their documentation:
Only GIMP can start ScanGear. No other application software can start ScanGear.
If GIMP is not installed, you must install the software.
select [Create] - [ScanGear MP...] from the [File] menu in Gimp
or run in terminal: scangearmp
form their documentation:
Only GIMP can start ScanGear. No other application software can start ScanGear.
If GIMP is not installed, you must install the software.
answered Jul 27 '13 at 13:03
FedikFedik
1565
1565
add a comment |
add a comment |
If you want ScangearMP to appear in the Dash, you can create a .desktop file for it.
Copy the following into a text editor:
[Desktop Entry]
Version=1.0
Name=ScanGear MP
Comment=Cannon's scanner software
Exec=scangearmp
Icon=scanner
Terminal=false
Type=Application
Categories=Utility;Application;Graphics;Scanning;
Save the file with filename scangearmp.desktop
To use the desktop file from the Dash you will need to copy it to /usr/share/applications for any user to be able to use it (you will need administrator permissions) or to ~/.local/share/applications (where ~ means your user directory) if you just want it to be available for one user.
Source: adapted from Creating a .desktop file for a new application, and as I've used myself.
Notes:
Version
Refers to the .desktop file version, not to the program version.
Name
The name that should be displayed on the menu.
Exec
The path to the executable. As scangearmp installs into /usr/bin (in the default path) I've left off the full path, which works for me.
Icon
The path to the icon file that will be used in the Dash. I've used a generic icon name that's also used for Simple Scan.
add a comment |
If you want ScangearMP to appear in the Dash, you can create a .desktop file for it.
Copy the following into a text editor:
[Desktop Entry]
Version=1.0
Name=ScanGear MP
Comment=Cannon's scanner software
Exec=scangearmp
Icon=scanner
Terminal=false
Type=Application
Categories=Utility;Application;Graphics;Scanning;
Save the file with filename scangearmp.desktop
To use the desktop file from the Dash you will need to copy it to /usr/share/applications for any user to be able to use it (you will need administrator permissions) or to ~/.local/share/applications (where ~ means your user directory) if you just want it to be available for one user.
Source: adapted from Creating a .desktop file for a new application, and as I've used myself.
Notes:
Version
Refers to the .desktop file version, not to the program version.
Name
The name that should be displayed on the menu.
Exec
The path to the executable. As scangearmp installs into /usr/bin (in the default path) I've left off the full path, which works for me.
Icon
The path to the icon file that will be used in the Dash. I've used a generic icon name that's also used for Simple Scan.
add a comment |
If you want ScangearMP to appear in the Dash, you can create a .desktop file for it.
Copy the following into a text editor:
[Desktop Entry]
Version=1.0
Name=ScanGear MP
Comment=Cannon's scanner software
Exec=scangearmp
Icon=scanner
Terminal=false
Type=Application
Categories=Utility;Application;Graphics;Scanning;
Save the file with filename scangearmp.desktop
To use the desktop file from the Dash you will need to copy it to /usr/share/applications for any user to be able to use it (you will need administrator permissions) or to ~/.local/share/applications (where ~ means your user directory) if you just want it to be available for one user.
Source: adapted from Creating a .desktop file for a new application, and as I've used myself.
Notes:
Version
Refers to the .desktop file version, not to the program version.
Name
The name that should be displayed on the menu.
Exec
The path to the executable. As scangearmp installs into /usr/bin (in the default path) I've left off the full path, which works for me.
Icon
The path to the icon file that will be used in the Dash. I've used a generic icon name that's also used for Simple Scan.
If you want ScangearMP to appear in the Dash, you can create a .desktop file for it.
Copy the following into a text editor:
[Desktop Entry]
Version=1.0
Name=ScanGear MP
Comment=Cannon's scanner software
Exec=scangearmp
Icon=scanner
Terminal=false
Type=Application
Categories=Utility;Application;Graphics;Scanning;
Save the file with filename scangearmp.desktop
To use the desktop file from the Dash you will need to copy it to /usr/share/applications for any user to be able to use it (you will need administrator permissions) or to ~/.local/share/applications (where ~ means your user directory) if you just want it to be available for one user.
Source: adapted from Creating a .desktop file for a new application, and as I've used myself.
Notes:
Version
Refers to the .desktop file version, not to the program version.
Name
The name that should be displayed on the menu.
Exec
The path to the executable. As scangearmp installs into /usr/bin (in the default path) I've left off the full path, which works for me.
Icon
The path to the icon file that will be used in the Dash. I've used a generic icon name that's also used for Simple Scan.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Jul 28 '14 at 13:23
OliOli
15114
15114
add a comment |
add a 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%2f316819%2fcanon-mg-5350-scangear-doesnt-appear-in-dash%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