Replies: 10 comments 4 replies
-
Are you using SMPlayer from a snap package? |
Beta Was this translation helpful? Give feedback.
-
if you installed it with apt, then I think that's not the problem. What distro are you using? |
Beta Was this translation helpful? Give feedback.
-
Is there any hope for this? |
Beta Was this translation helpful? Give feedback.
-
I'm afraid I didn't have the time yet to look into this issue. |
Beta Was this translation helpful? Give feedback.
-
Yes, its enabled. You'd previously mentioned permissions not being set
if I'd use snap to install. Can you tell me what to look at? Maybe the
apt install missed it?
thanks - Larry
…On 12/1/22 5:32 AM, Ricardo wrote:
I'm afraid I didn't have the time yet to look into this issue.
Anyway, is the option "use the system native file dialog" (preferences
-> interface) enabled?
—
Reply to this email directly, view it on GitHub
<#588 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFLUU2HCUWZPVJGZ44N7WTWLB5CNANCNFSM6AAAAAAR7FZJ34>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
https://ubuntu.com/blog/a-guide-to-snap-permissions-and-interfaces |
Beta Was this translation helpful? Give feedback.
-
I don't notice any problems:
***@***.***: snap interfaces smplayer
Slot Plug
smplayer:mpris -
:audio-playback smplayer
:desktop smplayer
:desktop-legacy smplayer
:home smplayer
:network smplayer
:network-bind smplayer
:opengl smplayer
:optical-drive smplayer
:screen-inhibit-control smplayer
:unity7 smplayer
:wayland smplayer
:x11 smplayer
- smplayer:alsa
- smplayer:dvb
- smplayer:jack1
- smplayer:mount-observe
- smplayer:network-control
- smplayer:network-manager
- smplayer:pulseaudio
- smplayer:removable-media
'snap interfaces' is deprecated; use 'snap connections'.
***@***.***: snap connections smplayer
Interface Plug Slot Notes
alsa smplayer:alsa - -
audio-playback smplayer:audio-playback :audio-playback -
desktop smplayer:desktop :desktop -
desktop-legacy smplayer:desktop-legacy :desktop-legacy -
dvb smplayer:dvb - -
home smplayer:home :home -
jack1 smplayer:jack1 - -
mount-observe smplayer:mount-observe - -
mpris - smplayer:mpris -
network smplayer:network :network -
network-bind smplayer:network-bind :network-bind -
network-control smplayer:network-control - -
network-manager smplayer:network-manager - -
opengl smplayer:opengl :opengl -
optical-drive smplayer:optical-drive :optical-drive -
pulseaudio smplayer:pulseaudio - -
removable-media smplayer:removable-media - -
screen-inhibit-control smplayer:screen-inhibit-control
:screen-inhibit-control -
unity7 smplayer:unity7 :unity7 -
wayland smplayer:wayland :wayland -
x11 smplayer:x11 :x11 -
***@***.***:
…On 12/2/22 5:13 AM, Ricardo wrote:
https://ubuntu.com/blog/a-guide-to-snap-permissions-and-interfaces
—
Reply to this email directly, view it on GitHub
<#588 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFLUU4FQCVUPS2LOYID2TTWLHDTHANCNFSM6AAAAAAR7FZJ34>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Wondering if it was a file permission thing, I did chmod 4755 and owner to root on /usr/bin/smplayer ... still couldnt access files |
Beta Was this translation helpful? Give feedback.
-
Permissions are wide open:
BUT! Your other idea, sudo smplayer - uncovers another bit of a clue. Turns out starting smplayer from the terminal command line (with out without the sudo) and then doing File|Open successfully plays the file - as does starting smplayer from selecting the 9-dots, then smplayer. Its only when double clicking a file from the file manager that fails. So what is double clicking doing different than just opening smplayer? |
Beta Was this translation helpful? Give feedback.
-
I've noticed something - When I start SMPlayer from the command line, then do "Open|File" a normal looking dialog box opens and I can select any file (even on the Samba drives) and the file plays normally. But - if I start SMPlayer by double clicking a file on the Samba drives, then do the "Open|File" a completely different looking dialog box displays which shows just "Computer" and "64" on the left hand panel. No idea what "64" is. Selecting either does nothing. ??? |
Beta Was this translation helpful? Give feedback.
-
I have a pair of boxes that had been on Ubuntu 22.04. One box is the server for a Samba drive, the other is the client. SMPlayer opened and played video files on this drive just fine. Then I upgraded the client box to Ubuntu 22.10, now SMPlayer can't read/open any video files on the shared drive. Files on the local drive play fine. The built-in video play "Video" plays videos on this drive.
I've tried accessing/playing the video files two different ways, one by using the file manager to navigate to the file and double clicking on it. SMPlayer starts, pops up an error message and closes -2. The log says it cannot open the file. If I do "Open|File" on the SMPlayer bar, then click "Computer" then "/" a small set of directories open: bin, etc, home, lib, lib32, meta, snap, usr, and var - the disk is mount under /smb.
Why can't SMPlayer see the video files on this Samba drive? SMPlayer is version 22.7.0 (revision 10091)
Beta Was this translation helpful? Give feedback.
All reactions