/srv/irclogs.ubuntu.com/2018/02/19/#lubuntu-devel.txt

-lugito:#lubuntu-devel- [masspackagelp] tsimonq2 pushed 3 new commits to master: https://git.io/vA8Sc01:49
-lugito:#lubuntu-devel- masspackagelp/master 36d6d70 Simon Quigley: Fix the README.md so it's not so verbose.01:49
-lugito:#lubuntu-devel- masspackagelp/master 41acb84 Simon Quigley: Give Lubuntu the copyright but state myself as the author.01:49
-lugito:#lubuntu-devel- masspackagelp/master dbe6bfe Simon Quigley: Modernize it.01:49
lubotfabianoleite was added by: fabianoleite02:25
lubot<tsimonq2> Welcome!02:26
lubot<fabianoleite> Obrigado! (Thank you!)02:28
lubot<fabianoleite> Boa noite, há muito tempo uso Ubuntu, porém notei que meu notebook não se comporta bem com as versões atualizadas, estava usando o Windows 10 😤 que também não é compatível, meu notebook é um  Dell Inspiron 1545, 4gb de RAM e processador dual core, então resolvi instalar o Lubuntu, ficou ótimo, porém o libreoffice Writer não abre, alguém já passou por isso?02:36
lubot<fabianoleite> Good night, I have long used Ubuntu, but I noticed that my notebook does not behave well with the updated versions, I was using Windows 10 😤 which is also not compatible, my notebook is a Dell Inspiron 1545, 4GB of RAM and dual core processor , so I decided to install Lubuntu, it was great, but the libreoffice Writer does not open, has anyone ever had it?02:39
-lugito:#lubuntu-devel- [lxqt-qtplugin-packaging] tsimonq2 tagged ubuntu/0.12.0-6ubuntu1 at ubuntu/bionic: https://git.io/vA8dT04:50
-lugito:#lubuntu-devel- [lxqt-qtplugin-packaging] tsimonq2 merged debian/0.12.0-6 into debian/sid: https://git.io/vA8dL04:51
lubot<msvenom> Lubuntu Is Awesome12:10
lubot<msvenom> I needed Some Development Softwares12:10
lubot<msvenom> Please Suggest12:11
lubot<tsimonq2> This isn't really a good support channel, sorry.12:21
lubot<VikingRedwolf> anyways that question is a bit... abstract12:21
lubot<VikingRedwolf> well, more the answer12:22
lubot<VikingRedwolf> development software depends on the needs, the target, the language knowledge, etc etc etc12:22
lubot<VikingRedwolf> @tsimonq2 !!14:38
lubot<VikingRedwolf> tell me the smplayer version we're going to ship14:38
lubot<VikingRedwolf> we need 16.6 or higher14:39
lubot<VikingRedwolf> and these settings: https://bin.rafaellaguna.uk/?caf10bef8f49c9a0#iMH+9PkevkmJUn25F03t/DOz8DkFl4lJfMF3crfnpSk=14:40
lubot<VikingRedwolf> in .config/smplayer/smplayer.ini14:40
lubot<VikingRedwolf> also the packages must be "smplayer, smplayer-themes and smplayer-skins"14:41
lubot<msvenom> friend can i change my lxpanel into dark theme14:42
lubot<VikingRedwolf> no using the default theme14:43
lubot<VikingRedwolf> but you can use this: https://www.box-look.org/p/1013337/14:46
lubot<VikingRedwolf> and you'll need this: https://www.opendesktop.org/p/1011980/14:46
lubot<msvenom> i have downloaded it14:47
lubot<VikingRedwolf> those are the gtk and icons themes. combined allow you to have dark panels14:47
lubot<msvenom> I don't Know How To Install it14:47
lubot<msvenom> (Photo, 1280x776) https://i.imgur.com/M91RfeG.jpg14:48
lubot<VikingRedwolf> the theme archive must be decompressed inside the hidden folder .themes (press ctrl+h to reveal hidden folders)14:49
lubot<VikingRedwolf> the icon archive must be decompressed into .icons14:49
lubot<VikingRedwolf> you can check this guide: https://www.maketecheasier.com/theme-up-lubuntu/14:50
lubot<msvenom> (Photo, 1280x776) https://i.imgur.com/RYp0U2I.jpg14:50
lubot<VikingRedwolf> those are icons14:51
lubot<VikingRedwolf> move that "Box-dark-panel" folder into .icons14:51
lubot<msvenom> done14:52
lubot<VikingRedwolf> nice14:52
lubot<msvenom> Next14:52
lubot<VikingRedwolf> you should move to lubuntu general channel for support :)14:52
lubot<msvenom> Is There Any Groups14:52
lubot<VikingRedwolf> it's called Lubuntu Support14:53
lubot<msvenom> Bro Thanks It Worked14:54
lubot<VikingRedwolf> good to hear :)14:54
lubot<msvenom> (Photo, 1280x800) https://i.imgur.com/1Bkqtk2.jpg14:54
lubot<VikingRedwolf> yes, it worked. don't expect all icons to be white and functional. that "dark" theme was deprecated. but it's something14:55
lubot<msvenom> It's Ok14:55
lubot<msvenom> Thanks14:55
lubot<VikingRedwolf> you can also install Arc or Adapta themes. they have dark versions. and you can always "right click" your panel to change the background manually14:55
lubot<msvenom> For Your Support14:56
lubot<VikingRedwolf> my pleasure14:56
lubot<msvenom> 😊😊😊😊14:56
lubot<tsimonq2> @VikingRedwolf, !upkg smplayer in DuckDuckGo15:15
lubot<Jacob Kim> U know how mplayer has a lot of frontends for gui15:38
lubot<Jacob Kim> How does one make a frontend for a program15:38
lubot<VikingRedwolf> it depends. you have Vala, Ruby, Python, etc.15:41
lubot<VikingRedwolf> and also you must count on the desktop widgets (gtk, plasma, qt, tk, etc)15:41
lubot<VikingRedwolf> also the language is not really relevant to the compiler base (c, gcc, c+, c#...)15:42
lubot<Jacob Kim> @VikingRedwolf, What does that mean15:42
lubot<VikingRedwolf> it's not the same doing a GUI for a GTK desktop or a Qt desktop15:42
lubot<Jacob Kim> Ah ok15:43
lubot<Jacob Kim> Do you need to use an sdk to make an app with gui15:43
lubot<VikingRedwolf> some people use a simple editor15:44
lubot<VikingRedwolf> but you need a lot of development packages15:44
lubot<Jacob Kim> And Qt has a toolkit to make gui with right15:44
lubot<VikingRedwolf> several toolkits15:45
lubot<Jacob Kim> Such as?15:45
lubot<VikingRedwolf> I don't know, I'm not a coder :)15:46
lubot<VikingRedwolf> but you have like 27 toolkits for different works in qtcreator15:46
lubot<VikingRedwolf> qt, qt+, qml, xml...15:46
lubot<VikingRedwolf> it's... complicated15:47
wxl_@tsimonq2: did you see it looks like the change to apt didn't get picked up20:52
=== wxl_ is now known as wxl
lubot<tsimonq2> @wxl_, Gah21:25
lubot<tsimonq2> Ok21:25
lubot<tsimonq2> Well then I guess it can wait for tomorrow :)21:26
lubot<tsimonq2> (for the next daily)21:26

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!