


Full Icon Themes by wfpaisa 15 comments
Thank you in advance. - May 13 2020

SDDM Login Themes by Rokin 2 comments
https://github.com/Rokin05/SDDM-Themes/issues/4
I use Arch based distribution, so: sddm 0.18.1-2, Plasma 5.18.2, Qt 5.14.1 - Mar 06 2020

SDDM Login Themes by Rokin 1 comment
https://github.com/Rokin05/SDDM-Themes/issues/4
I use Arch based distribution, so: sddm 0.18.1-2, Plasma 5.18.2, Qt 5.14.1 - Mar 06 2020

Full Icon Themes by fabianalexis 175 comments
Is it possible to generate folder's icons as green color instead of blue? - Aug 19 2019

Full Icon Themes by fabianalexis 20 comments
Is it possible to generate folder's icons as green instead of blue? - Aug 19 2019

Full Icon Themes by sonakinci41 26 comments
Second thing is that you could detect in script if it is running in Plasma and without sudo and then install the icons in ~/.local/share/icons. I run like this and copied icons from ~/.icons to this directory (manually). - Sep 17 2017

Full Icon Themes by sonakinci41 26 comments

Full Icon Themes by sonakinci41 26 comments

Full Icon Themes by sonakinci41 26 comments

Full Icon Themes by sira313 13 comments
In Plasma 5 also they look good only missing couple icons (in Dolphin, KDevelop). - Sep 02 2017

Plasma 5 Applets by I-Dream-in-Code 17 comments

Plasma 5 Applets by I-Dream-in-Code 17 comments
BTW. You can remove from package all directories named "CMakeFiles", because they are generated by cmake tool (run in your install_plasmoid.sh script).
- Jun 21 2017

Plasma 5 Applets by I-Dream-in-Code 17 comments
In top right corner is shown number of packages waiting for update, but I think it could be replaced by tooltip - showing info when mouse cursor will be over the icon. And the status if there is something to update could be mark by color of icon - like in octopi. Thanks that the icon could be decreased. - Jun 21 2017

Plasma 5 Applets by I-Dream-in-Code 17 comments
And one small suggestion about "Arch updater settings -> General. Option label: "Check Every (Minutes)". The number you could put next to the label, and make just separator between these two options.
About #4. Sorry I was wrong. I checked command "checkupdates" and it seems that command shows only packages related with normal repository. I made this mistake, because in my AUR were the sane packages as checkupdates showed yesterday. Today I updated system using Octopi and after that checkupdates showed less (all of these what I linked with AUR repo. just disappeared). Anyway "checkupdates" works as I expected, so is fine.
And one interesting thing. I wonder why above command shows more than octopi and pamac :/. Almost all yesterday's packages were shown today by octopi and pamac (only glibc was skipping). - Jun 21 2017

Plasma 5 Applets by I-Dream-in-Code 17 comments
1. I have vertical Panel and icons are arranged in two vertical rows. Icon from this plasmoid is not scalable and takes the place of 4 icons. Takes too much space and looks ugly.
2. "Arch updater settings -> General. Option label: "Check Every (Minutes) has white color, so contrast is bad, but second option "Hide the updates version number" is in black color, so correct.
3. I have dark desktop theme in my Plasma (Simple Flow). When I click on plasmoid icon I see the list of packages to update in black color, so contrast is very bad.
4. The list of packages to update contains mixed packages. I mean I see AUR packages and also these coming from standard repository. I expected only these second ones. These coming from AUR I would like to update separately. - Jun 20 2017

Plasma 5 Weather by clearmartin 166 comments
Could you please check this?
Bug 375860 - Crash in QTXML Patterns parsing
https://bugs.kde.org/show_bug.cgi?id=375860 - May 22 2017

Video Players by koko2k 64 comments
"Subtitles under the movie". I tried use "Video/Audio chains". Unfortunately it doesn't work and crashes application. I made request on bugtraq: http://xt7-player.sourceforge.net/xt7forum/viewtopic.php?f=3&t=148
"Polish subtitles" problem I resolved. There was a little bug in my additional option. I wrote: -subcp 1250 instead -subcp cp1250 - Nov 26 2011

Video Players by koko2k 64 comments
1. Recently opened files (in File menu)
2. Save movie time position during closing application and seek to saved time when the same movie (in the same location) is started (-ss option).
3. Subtitles under the movie.
I obtain it by following settings in mplayer config file:
vf=pp,expand=:::::1.6
It works only for vo=xv,x11
Things that not work:
1. Polish subtitles
In "Subtitles and osd" I checked "Charset" and set FallBack to cp1250 (Language is empty). Polish character are not visible (I see '?' instead them). When I call mplayer like this: Quote:mplayer moviename.avi -subcp cp1250 then Polish character are visible. In "Language" comboBox I can't find 'pl'. Thats why I not set language.
Settings Quote:-subcp 1250 in 'Windows/General options/misc/Additional option' doesn't work. Charset in 'Subtitles and osd' is unchecked. xt7-player log following command:
Quote:FMain.GetOptionsFromGui.1443: Exception, doing SubAndOsd.Init() now...
-vf-pre scale -ass -ass-force-style FontName="Bitstream Vera Sans",FontSize=18,Bold=1,Italic=Alignment=2,outline=1,OutlineColour=H00000000,MarginV=10,PrimaryColour=H00FFFFFF,shadow=2,BackColour=H7F000000 -sub-fuzziness 0 -subfont-osd-scale 4 -subfont-text-scale 4 -subpos 10 -subcp 1250 -dvbin card=1 -dvbin timeout=10 -cdrom-device "Please, choose" -vf-add eq2,hue,screenshot,scale
MplayerClass.do_play.539: commandline=mplayer -identify -slave -wid 88080784 -noconfig all -mouse-movements -vf-pre scale -ass -ass-force-style FontName="Bitstream Vera Sans",FontSize=18,Bold=1,Italic=Alignment=2,outline=1,OutlineColour=H00000000,MarginV=10,PrimaryColour=H00FFFFFF,shadow=2,BackColour=H7F000000 -sub-fuzziness 0 -subfont-osd-scale 4 -subfont-text-scale 4 -subpos 10 -subcp 1250 -dvbin card=1 -dvbin timeout=10 -cdrom-device "Please, choose" -vf-add eq2,hue,screenshot,scale -vo xv,gl,gl2,x11,null, -ao oss:/dev/dsp:/dev/mixer,alsa,arts,esd:localhost,jack,pulse::,null, -alang "en,eng" -slang "en,eng" -input conf=/tmp/FakeInput.conf:file=/home/piotr/.config/gambas3/Xt7-Player/.InputPipes/Xt7Input-37402 "moviename.avi"
Maybe some option override '-subcp 1250'? - Nov 26 2011

Plasma 4 Extensions by F1ash 123 comments
Line:
str_ = str(randomString(24))
has been replaced by:
str_ = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(24))
MailChecker work properly, after this fix.
Good idea is replaced it by below lines too.
char_set = string.ascii_uppercase + string.digits
str_ = ''.join(random.sample(char_set,24))
- May 22 2011

System Software by piotrpsz 52 comments

Full Icon Themes
by
sonakinci41