Ubuntu (GNOME) default video player name
I want to report a bug with the default video player in Ubuntu.
Based on this instructions I need to also know the program name.
On the icon it's named "Videos" but using ubuntu-bug videos
returns an error that the package isn't installed.
That is the name of the app.
App Visible on the background using Alt+F2 to trigger an error reporting modal.
That states there's no such app with that name
gnome video-player
migrated from unix.stackexchange.com Dec 3 '18 at 17:08
This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.
add a comment |
I want to report a bug with the default video player in Ubuntu.
Based on this instructions I need to also know the program name.
On the icon it's named "Videos" but using ubuntu-bug videos
returns an error that the package isn't installed.
That is the name of the app.
App Visible on the background using Alt+F2 to trigger an error reporting modal.
That states there's no such app with that name
gnome video-player
migrated from unix.stackexchange.com Dec 3 '18 at 17:08
This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.
Run the video player, look up name from PID: ls -l /proc/[PID]/exe; OR search installed packages
– bgregs
Dec 3 '18 at 13:01
The most likely cause of linked 'bug' is from gstreamer1.0-vaapi. Try removing it & see.sudo apt purge gstreamer1.0-vaapi
(- known and previously reported bug
– doug
Dec 4 '18 at 2:27
add a comment |
I want to report a bug with the default video player in Ubuntu.
Based on this instructions I need to also know the program name.
On the icon it's named "Videos" but using ubuntu-bug videos
returns an error that the package isn't installed.
That is the name of the app.
App Visible on the background using Alt+F2 to trigger an error reporting modal.
That states there's no such app with that name
gnome video-player
I want to report a bug with the default video player in Ubuntu.
Based on this instructions I need to also know the program name.
On the icon it's named "Videos" but using ubuntu-bug videos
returns an error that the package isn't installed.
That is the name of the app.
App Visible on the background using Alt+F2 to trigger an error reporting modal.
That states there's no such app with that name
gnome video-player
gnome video-player
edited Dec 3 '18 at 17:12
pomsky
28.7k1188113
28.7k1188113
asked Dec 3 '18 at 12:32
Samuel M.
1084
1084
migrated from unix.stackexchange.com Dec 3 '18 at 17:08
This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.
migrated from unix.stackexchange.com Dec 3 '18 at 17:08
This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.
Run the video player, look up name from PID: ls -l /proc/[PID]/exe; OR search installed packages
– bgregs
Dec 3 '18 at 13:01
The most likely cause of linked 'bug' is from gstreamer1.0-vaapi. Try removing it & see.sudo apt purge gstreamer1.0-vaapi
(- known and previously reported bug
– doug
Dec 4 '18 at 2:27
add a comment |
Run the video player, look up name from PID: ls -l /proc/[PID]/exe; OR search installed packages
– bgregs
Dec 3 '18 at 13:01
The most likely cause of linked 'bug' is from gstreamer1.0-vaapi. Try removing it & see.sudo apt purge gstreamer1.0-vaapi
(- known and previously reported bug
– doug
Dec 4 '18 at 2:27
Run the video player, look up name from PID: ls -l /proc/[PID]/exe; OR search installed packages
– bgregs
Dec 3 '18 at 13:01
Run the video player, look up name from PID: ls -l /proc/[PID]/exe; OR search installed packages
– bgregs
Dec 3 '18 at 13:01
The most likely cause of linked 'bug' is from gstreamer1.0-vaapi. Try removing it & see.
sudo apt purge gstreamer1.0-vaapi
(- known and previously reported bug– doug
Dec 4 '18 at 2:27
The most likely cause of linked 'bug' is from gstreamer1.0-vaapi. Try removing it & see.
sudo apt purge gstreamer1.0-vaapi
(- known and previously reported bug– doug
Dec 4 '18 at 2:27
add a comment |
1 Answer
1
active
oldest
votes
This isn’t obvious, but the GNOME Videos applications is also known as Totem, and the corresponding package is totem
:
ubuntu-bug totem
To find this out, the most reliable way, based on an application’s name in the launcher, is to find the corresponding launcher configuration file. Open a terminal, and run
grep -r Videos /usr/share/applications
This will list /usr/share/applications/org.gnome.Totem.desktop
; to find out which package supplies this file, run
dpkg -S /usr/share/applications/org.gnome.Totem.desktop
wrong spot.... .
– doug
Dec 4 '18 at 2:24
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%2f1098203%2fubuntu-gnome-default-video-player-name%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 isn’t obvious, but the GNOME Videos applications is also known as Totem, and the corresponding package is totem
:
ubuntu-bug totem
To find this out, the most reliable way, based on an application’s name in the launcher, is to find the corresponding launcher configuration file. Open a terminal, and run
grep -r Videos /usr/share/applications
This will list /usr/share/applications/org.gnome.Totem.desktop
; to find out which package supplies this file, run
dpkg -S /usr/share/applications/org.gnome.Totem.desktop
wrong spot.... .
– doug
Dec 4 '18 at 2:24
add a comment |
This isn’t obvious, but the GNOME Videos applications is also known as Totem, and the corresponding package is totem
:
ubuntu-bug totem
To find this out, the most reliable way, based on an application’s name in the launcher, is to find the corresponding launcher configuration file. Open a terminal, and run
grep -r Videos /usr/share/applications
This will list /usr/share/applications/org.gnome.Totem.desktop
; to find out which package supplies this file, run
dpkg -S /usr/share/applications/org.gnome.Totem.desktop
wrong spot.... .
– doug
Dec 4 '18 at 2:24
add a comment |
This isn’t obvious, but the GNOME Videos applications is also known as Totem, and the corresponding package is totem
:
ubuntu-bug totem
To find this out, the most reliable way, based on an application’s name in the launcher, is to find the corresponding launcher configuration file. Open a terminal, and run
grep -r Videos /usr/share/applications
This will list /usr/share/applications/org.gnome.Totem.desktop
; to find out which package supplies this file, run
dpkg -S /usr/share/applications/org.gnome.Totem.desktop
This isn’t obvious, but the GNOME Videos applications is also known as Totem, and the corresponding package is totem
:
ubuntu-bug totem
To find this out, the most reliable way, based on an application’s name in the launcher, is to find the corresponding launcher configuration file. Open a terminal, and run
grep -r Videos /usr/share/applications
This will list /usr/share/applications/org.gnome.Totem.desktop
; to find out which package supplies this file, run
dpkg -S /usr/share/applications/org.gnome.Totem.desktop
answered Dec 3 '18 at 13:02
Stephen Kitt
34628
34628
wrong spot.... .
– doug
Dec 4 '18 at 2:24
add a comment |
wrong spot.... .
– doug
Dec 4 '18 at 2:24
wrong spot.... .
– doug
Dec 4 '18 at 2:24
wrong spot.... .
– doug
Dec 4 '18 at 2:24
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1098203%2fubuntu-gnome-default-video-player-name%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
Run the video player, look up name from PID: ls -l /proc/[PID]/exe; OR search installed packages
– bgregs
Dec 3 '18 at 13:01
The most likely cause of linked 'bug' is from gstreamer1.0-vaapi. Try removing it & see.
sudo apt purge gstreamer1.0-vaapi
(- known and previously reported bug– doug
Dec 4 '18 at 2:27