LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-04-2018, 11:36 AM   #16
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Thumbs down


Quote:
Originally Posted by norobro View Post
Yes. You need the following:
Code:
deb http://deb.debian.org/debian/ stretch main
Isn't this line included in the 3rd line of my sources.list?

Code:
deb http://deb.debian.org/debian/ stretch-updates main
I thought that line included what

Code:
deb http://deb.debian.org/debian/ stretch main
is.

The problem of not having VLC installed is fixed. I updated package info from synaptic, and now I have vlc there again. A bit later I will try to install a VLC skin again, and report it in another post.

Quote:
Originally Posted by norobro View Post
See the following link for a description of updates as in stretch-updates: https://www.debian.org/News/2011/20110215
Thank you for pointing that.

Yesterday I even searched Debian documentation about sources.list, but I did not find anything totally useful.

And Debian wiki is sadly far away from complete, although its header in

https://www.debian.org/doc/

is

"Debian Wiki, a good source of information for newcomers".

Now, just as irony (probably caused by a different search), I found

https://wiki.debian.org/SourcesList?...t=sources.list

which explains more than I previously read.

Problem found: https://wiki.debian.org/Apt (pointed by a link in the sources.list wiki page) shows "Forbidden <p>You are not allowed to access this!</p>".

Same problem for https://wiki.debian.org/Software ! - which is a link in the /doc address.

Before I did not try, but all the links in the lower table of

https://wiki.debian.org/

are "Forbiden" !

Very, very bad...

Last edited by dedec0; 04-04-2018 at 11:39 AM.
 
Old 04-04-2018, 12:17 PM   #17
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Back to the original problem: VLC skin

Back to the original problem: VLC skin. Trying to use the downloaded, as described before... soon I will say something about it.
 
Old 04-04-2018, 12:52 PM   #18
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Question VLC problem is exactly what I said initially

VLC problem is exactly what I said initially, in this thread.

Saying it again, just to organize this thread.

Following instruction in

https://www.videolan.org/vlc/skins.html

VLC was executed with this command, safe and good for all users to use, to have it in English:

Code:
LIXO=$LANG; LANG=C; vlc; LANG=$LIXO
The preference window I have is:

http://imgbox.com/FEZmWle1

1. Clicking on the "Choose" button does not open a window to find my skin file, as I expected.

2. Putting the full path

/home/me/.local/share/vlc/skins2/baia.vermelha_redcoast.vlt

in that "Skin resource file" field, clicking the "Save" button below, closing VLC, opening it again, does not make the skin be used.

3. VLC version now is 2.2.7-1~deb9u1, the latest available.

Should I submit a bug in VLC? In VLC for Debian? (coarse steps for those are welcome)
 
Old 04-05-2018, 02:30 AM   #19
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
referring to you sources.list file: Take the line htat begins with 'deb' and put it above the line that begins with 'deb-src'. Copy the stretch-updates line and remove the 'src' from the beginning of one of those lines. Make every entry end with 'main contrib non-free'

Then, do an 'apt-get update', and 'apt-get -f install'. Then, proceed with fixing the system.

Last edited by AwesomeMachine; 04-05-2018 at 04:52 PM.
 
Old 06-18-2018, 08:02 AM   #20
doomvox
LQ Newbie
 
Registered: Jun 2018
Posts: 1

Rep: Reputation: Disabled
you need vlc-plugin-skins2 installed

I was seeing the exact same behavior as dedec0, and I narrowed it down to a missing "skins2" module. Under Debian you need the vlc-plugin-skins2 package installed:

sudo apt-get update
sudo apt-get install vlc-plugin-skins2

When it's installed you should see it when you do this from the command-line:

vlc --list | grep skins2

It would be nice if there was some error message to this effect-- vlc let's you switch to skins2 without telling you that you can't. On the Debian side, I might suggest that a dependency would fix this confusion, albeit at the loss of some flexibility.
 
2 members found this post helpful.
Old 06-21-2018, 07:52 AM   #21
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Question A different problem: the interface is pruned!

Quote:
Originally Posted by doomvox View Post
I was seeing the exact same behavior as dedec0, and I narrowed it down to a missing "skins2" module. Under Debian you need the vlc-plugin-skins2 package installed:

sudo apt-get update
sudo apt-get install vlc-plugin-skins2

When it's installed you should see it when you do this from the command-line:

vlc --list | grep skins2

It would be nice if there was some error message to this effect-- vlc let's you switch to skins2 without telling you that you can't. On the Debian side, I might suggest that a dependency would fix this confusion, albeit at the loss of some flexibility.
This issue was left as is for weeks. Yesterday I played with it again.

vlc-plugin-skins2 - exactly! I installed this package yesterday. Immediately the interface was changed! The 3 skins I downloaded weeks before are there - I just took sometime to discover how to activate them: right click VLC window -> menu "interface" -> menu "select skin"; in Portuguese, what I see, this is: right click VLC window -> menu "interface" (different (!) sound) -> menu "selecionar capa".

Another problem: interface is pruned. Does it have to be? Look:

- The main menu is gone! I does *not* appear with "press and release alt" (like happen in several programs) or anything I tried.

- The window title font color and background (have very low contrast. See an image which shows the VLC and Firefox window titles: imgbox.com/qJhuJcRZ. It looks like window XP window - badly made, since font color is wrong.

- The menus color still black with white background -> exactly what I wanted to change.

I have another program, it uses QT 3, but its interface window has different colors! For example, the menus and text windows are white text in a dark gray background. Worth to note: I am using Mate Desktop here - what does not seem, unfortunately, to be consired by VLC - and not exclusively, other graphical managers too seem to be ignored.

Suggestions? VLC skin work needed, if other skins have different features? Bug?
 
Old 06-28-2018, 03:24 PM   #22
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Are there VLC skins which can be resized, like the VLC "no skin window" is?

A related but different question. The skin is fine for my eyes, but:

- I still have to use white bg menu

- I cannot make the VLC skinned window bigger. I can only move it or put a movie in full screen

Are there VLC skins which can be resized, like the VLC "no skin window" is freely?
 
  


Reply

Tags
vlc skin



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i add a interface in vlc since i downloaded the vlc from root? rohanshrestha Linux - Newbie 6 09-10-2013 09:03 PM
LXer: Create your own VLC skin with VLC media player Skin Editor LXer Syndicated Linux News 0 12-06-2009 12:30 PM
How Can A Skin Load Automatically For VLC ? taurusx5 Linux - Software 2 09-10-2008 09:56 PM
Unable to install wmp11 skin VLC player me4linux Linux - Software 10 08-07-2007 11:18 AM
HOW 2 apply a skin on VLC player in linux shiben Linux - Software 2 01-30-2005 01:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration