Hi there,
Last week I sent out a series of about 25 patches for the second
review to the libvirt mailing list.
I am waiting for review.I might also do something else in the meantime :-)
Cheers,
David.
--
To unsubscribe, e-mail: opensuse-project+unsubscribe(a)opensuse.org
To contact the owner, email: opensuse-project+owner(a)opensuse.org
Hello everyone,
This week I worked on the issue of getting the dynamic implementation
of state_machine gem to pass all the existing tests. This required me
to use Ruby's method_missing feature to reroute the
model.machine.method calls to model.method . I have tried doing the
same with a basic version in the Request model. However it is
inefficient and leads to troubles in creating an object of Request.
The rerouting is necessary in the spec files and validations. However
the dynamic implementation seems to be working fine when tested on the
rails console. The machine is created and changes dynamically
reflected, with no extra conditions/code needed to handle the same.
I shall be discussing this issue with my mentor over the next week and
fix the same, so that it can be extended to other machines as well.
Thank You
Karthik.S
2nd Year,Information Technology
NITK,Surathkal
--
To unsubscribe, e-mail: opensuse-project+unsubscribe(a)opensuse.org
To contact the owner, email: opensuse-project+owner(a)opensuse.org
Hi all!
This week I spent most of my time with a little side project which
I've started earlier. This is about to integrate GitHub Travis and OBS
together. My mentors asked me to finalize it, because it seems very
useful.
Now it works like charm. All of the Zorp related packages in my GitHub
are automatically builds in Travis, and after the successful build
procedure, it sends them to my OBS where they are packaged to the
selected distributions:
* CentOS 7
* Debian 7.0
* Fedora 19
* Fedora 20
* openSUSE 13.1
* xUbuntu 12.04
* xUbuntu 14.04
The results are visible here:
https://github.com/VPetyaahttps://travis-ci.org/profile/VPetyaahttps://build.opensuse.org/project/show/home:VPetya:travis
Beside with this, I've also continued to implement the Zorp policy
generator. By the end of the week I plan to finish that as well.
Regards,
Peter
--
To unsubscribe, e-mail: opensuse-project+unsubscribe(a)opensuse.org
To contact the owner, email: opensuse-project+owner(a)opensuse.org
Hello Community,
This week I finished Email Notifications with all refactoring and
suggestions by Henne and other members and by mentor James.I finished
the first four notifications with delayed_jobs integration.I also
added a subscribe button in the button list for conference partial in
the home page for logged in users.The users now can
subscribe/unsubscribe from notifications even if they register or
submit a proposal.I thoroughly tested the subscribe feature in
combination with registration.
I also did some code clean-up to DRY things in email_settings.rb
model.One thing that is left is to add markdown to the email
templates, that I will do and complete the notifications with the last
one that is still remaining.
The commit are still in review
https://github.com/openSUSE/osem/pulls/gopesht .Most probably, they
will be pushed by start of next week, then I will take up Github
issues that are referenced for Splash Page and other parts of OSEM.
Well this bit for this week.
Happy Hacking :)
Gopesh Tulsyan
ROR Enthusiast,
Final Year Information Technology,
National Institute of Technology, Durgapur
On Sat, Jul 19, 2014 at 8:19 PM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
> Hello Community,
> Well, this week was really busy for me, I had to go college twice for
> my registration purposes and room allotment and it consumed 2 working
> days of the week.Still James co-operated with me and I have pushed the
> remaining notifications, they are currently in review.I am just left
> with one more notification from the list that I mentioned last
> weekend.Delayed job integration is still pending.
>
> On a different note, I have some github issues pending for the splash
> and work that I have done which was found as bugs.So I wish to spent
> the next week completing the github issues, integrate delayed jobs or
> any background queuing gem for sending emails and complete the
> notifications.
>
> As per my proposal, I discussed with James, we are not using redis in
> the production and so we will not intrgrate any in-house notification
> system for OSEM. Rather, I will have to discuss other feature that I
> can implement in time and would also write some documentation of using
> the splash.
>
> That's all this week!! Happy Hacking :)
> Gopesh Tulsyan
> ROR Enthusiast,
> Final Year Information Technology,
> National Institute of Technology, Durgapur
>
>
> On Sun, Jul 13, 2014 at 8:56 AM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>> Hello Community,
>> This week I started with email notifications. James said the listed 5
>> notifications
>> * Notify all participants when Conference dates/Registration dates are
>> updated.Highlight dates.
>> * Notify all participants when venue is changed.Highlight address and
>> Venue name.
>> * Notify all participants when a supporter level added.Also to notify,
>> when the price of the supporter level in changed.
>> * Notify all participants when Call for papers dates are added/updated.
>> * Notify all participants when the schedule is made public.
>>
>> are good to go.So I completed the first and the second, both are in
>> pipeline and is not merged yet.The other thing I thought while
>> implementing is that it takes lot of time to send email to
>> participants in the middle of updating the conference for the first
>> (say).So sending emails while updating data is a really bad idea, so I
>> thought of putting these in the background jobs, well in layman terms
>> Queue them to get processed later so that the UX is not hampered.
>>
>> I thought of using https://github.com/collectiveidea/delayed_job . But
>> using this didn't seem to worked well.The emails are getting delivered
>> without using the gem and on using it is throwing errors. So major
>> time went on fixing this and still I am not been to fix this issue.I
>> worked with James and it figured out that for new emails I should
>> first write tests and then reproduce the error that I got with
>> delated_jobs on specs.
>>
>> So probably, I try to finish email notifications with the gem.Well,
>> that's all this week.
>>
>> Happy Hacking!!! :)
>> Gopesh Tulsyan
>> ROR Enthusiast,
>> Final Year Information Technology,
>> National Institute of Technology, Durgapur
>>
>>
>> On Sat, Jul 5, 2014 at 11:56 PM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>> Hello Community,
>>> This week I finished the remaining components: Gallery and Footer and
>>> added Markdown for description fields that are rendered in the
>>> splash.The gallery is designed such that the splash page load is not
>>> affected.When the user clicks the "Gallery" button for the first time,
>>> the photos are loaded in a modal with the carousel via AJAX.After that
>>> for preceding clicks only the modal is invoked, until the page is
>>> refreshed. I did this by keeping a countdown variable in Javascript.
>>>
>>> For the footer I just made a up-arrow button which is displayed when
>>> the user scrolls down length of 100px.On clicking the button the user
>>> is taken to the topmost component, i,e the banner via smoothscroll.So
>>> the navigation and UX is built properly by using animation, tabs on
>>> the header and a button at the footer.
>>>
>>> I implemented markdown for only description fields that are rendered
>>> directly on to the splash.I did this using redcarpet gem and also
>>> added bootstrap-markdown(toopay) editor for description fields so that
>>> easily markdown tags are added by click without any hassle.
>>>
>>> Next week, I will start with email notifications.I have listed some
>>> notifications on my Trello board as suggested by James, to keep track
>>> of things.I still has to discuss what notifications are relevant to
>>> be sent.
>>>
>>> Well thats it!! for this week.
>>> Happy Hacking!!
>>> Gopesh Tulsyan
>>> ROR Enthusiast,
>>> Final Year Information Technology,
>>> National Institute of Technology, Durgapur
>>>
>>>
>>> On Sat, Jun 28, 2014 at 11:12 PM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>>> Hello Community,
>>>> I happy to say that I passed my mid-term evaluations, thank you for
>>>> the support and guidance so far.
>>>>
>>>> This week I integrated a theme inspired by onassis of
>>>> http://www.blacktie.co(licensehttp://www.blacktie.co/about-themes/).
>>>> I also integrated FontAwesome(license
>>>> http://fortawesome.github.io/Font-Awesome/license/) and smoothscroll
>>>> for better effects and animation for the splash.Although I am open any
>>>> kind of addition to view level be it animations, assets, layouts.My
>>>> mentor said that theme would be generally changed by the admins using
>>>> OSEM, so I wrote only one css file for the time being, if time is left
>>>> I can write one more theme for the splash.
>>>>
>>>> So I am left with three components(Press, Footer and Gallery) which I
>>>> will finish and push next week and as per my proposal I would be
>>>> working on Email Notifications. The email notifications needs
>>>> attention because whenever a conference is updated there is no check
>>>> which part is updated and the participants are not informed about the
>>>> update which is very essential.
>>>>
>>>> This is the link to the folder Week 6, which contains some snaps with
>>>> theme implemented.
>>>>
>>>> https://drive.google.com/folderview?id=0B8TQsfyoffN5cWNPaUU1OE1UWms&usp=sha…
>>>>
>>>> Happy Hacking :)
>>>>
>>>> Gopesh Tulsyan
>>>> ROR Enthusiast,
>>>> Final Year Information Technology,
>>>> National Institute of Technology, Durgapur
>>>>
>>>>
>>>> On Sat, Jun 21, 2014 at 4:41 PM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>>>>
>>>>> Hello Community,
>>>>> This week I completed the Location component with lodgings and added a
>>>>> banner component to the splash.This banner component is in place of
>>>>> carousel, it contains a background image, conference title, start-end
>>>>> dates and description.
>>>>>
>>>>> I also added the checkboxes for each component in admin dashboard as
>>>>> decided previous week, so that admins/organizer now can enable the
>>>>> component on the splash when they think it's completed.On a different
>>>>> note, we locked down on the carousel to be implemented as gallery in a
>>>>> lightbox.This enabled me to use the carousel code that I have written
>>>>> for taking photos for carousel. Only thing I have to do for gallery is
>>>>> to make the frontend the backend code for taking photos form the admin
>>>>> dashboard is merged.
>>>>>
>>>>> Next week is mid-term evaluation.Next, I will implement some styling
>>>>> onto the splash as decided by James.This won't take much time as I
>>>>> have to implement styling by looking at the themes.However, James and
>>>>> I decided that I will next improvise the email notifications as
>>>>> mentioned in my proposal.The email notifications have to implemented
>>>>> in a way so that the Users attending the Conference are aware about
>>>>> each and every update that the admins make to the conference and these
>>>>> mails will be fired by the admins explicitly.
>>>>>
>>>>> Some snaps of the splash page with test data are attatched.
>>>>>
>>>>> Google Drive link to the folder ----> Splash till Mid-Term(folder name)Week 5
>>>>> https://drive.google.com/folderview?id=0B8TQsfyoffN5UF8yMno4S3ZvTTg&usp=sha…
>>>>>
>>>>> Happy Hacking!!
>>>>>
>>>>> Gopesh Tulsyan
>>>>> ROR Enthusiast,
>>>>> 3rd Year Information Technology,
>>>>> National Institute of Technology, Durgapur
>>>>>
>>>>>
>>>>> On Sat, Jun 14, 2014 at 9:34 AM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>>>> > Hello Community,
>>>>> > This week was less work and more review.My mentor was not well so I
>>>>> > got my components reviewed later this week.However, the Sponsor and
>>>>> > Social Media components are merged now.I need to little refactoring
>>>>> > with with Location component and that will be merged too.
>>>>> >
>>>>> > Well I did the carousel component but Henne said that carousel are
>>>>> > useless so indeed we decided to have fold as in
>>>>> > https://conference.opensuse.org/index.html#home.
>>>>> > and we discussed here
>>>>> > https://github.com/openSUSE/osem/pull/222.
>>>>> >
>>>>> > So on discussing with James I have to redo this component again.
>>>>> >
>>>>> > Next Week Plans:
>>>>> > Right now there is no admin check on the components like whenever the
>>>>> > data for components are entered in the admin dashboard for the
>>>>> > conference they are rendered.So I will go ahead and create checkboxes
>>>>> > for each and every component so that the components are only visible
>>>>> > in the splash when the admin/organizers wants them to be displayed.
>>>>> >
>>>>> > Happy Hacking!!
>>>>> > Gopesh Tulsyan
>>>>> > ROR Enthusiast,
>>>>> > 3rd Year Information Technology,
>>>>> > National Institute of Technology, Durgapur
>>>>> >
>>>>> >
>>>>> > On Sat, Jun 7, 2014 at 9:54 AM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>>>> >> Hello Community,
>>>>> >>
>>>>> >> This week I completed the remaining components namely Sponsors, Social
>>>>> >> Media, Location with Lodging.The sponsor component involved in
>>>>> >> building a dashboard which was is currently absent in OSEM. Similarly,
>>>>> >> lodging component involves building a lodging dashboard under Venue
>>>>> >> section.The social media involved addition of fields in conference
>>>>> >> section to take urls for the conference in different social media like
>>>>> >> Google+, Twitter and Facebook.
>>>>> >> I built these components in pieces so that my commits are atomic,
>>>>> >> following the coding style suggested by James.
>>>>> >>
>>>>> >> These components are currently in review, once reviewed and merged I
>>>>> >> will focus on the style and theme integration.
>>>>> >>
>>>>> >> That's all this week. Happy Hacking!
>>>>> >>
>>>>> >> Gopesh Tulsyan
>>>>> >> ROR Enthusiast,
>>>>> >> 3rd Year Information Technology,
>>>>> >> National Institute of Technology, Durgapur
>>>>> >>
>>>>> >>
>>>>> >> On Sat, Jun 7, 2014 at 9:46 AM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>>>> >>>
>>>>> >>> Hello Community,
>>>>> >>>
>>>>> >>> This week I completed the remaining components namely Sponsors, Social Media, Location with Lodging.The sponsor component involved in building a dashboard which was is currently absent in OSEM. Similarly, lodging component involves building a lodging dashboard under Venue section.The social media involved addition of fields in conference section to take urls for the conference in different social media like Google+, Twitter and Facebook.
>>>>> >>> I built these components in pieces so that my commits are atomic, following the coding style suggested by James.
>>>>> >>>
>>>>> >>> These components are currently in review, once reviewed and merged I will focus on the style and theme integration.
>>>>> >>>
>>>>> >>> That's all this week. Happy Hacking!
>>>>> >>>
>>>>> >>> Gopesh Tulsyan
>>>>> >>> ROR Enthusiast,
>>>>> >>> 3rd Year Information Technology,
>>>>> >>> National Institute of Technology, Durgapur
>>>>> >>>
>>>>> >>>
>>>>> >>> On Sat, May 31, 2014 at 2:09 PM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>>>> >>>>
>>>>> >>>> Hello Community,
>>>>> >>>> This week my previously built components were reviewed by the OSEM
>>>>> >>>> maintainer Henne and my mentors James & Cornelius. James pointed out
>>>>> >>>> my mistakes I had done while coding those components.I had built these
>>>>> >>>> segments in a way that was hard to review, as well as my code was
>>>>> >>>> redundant as I was doing lot of compound work. So James thought me to
>>>>> >>>> do cherry-pick commits(for those pieces which I require in multiple
>>>>> >>>> components and which is not yet merged), so that my commits are more
>>>>> >>>> granular and atomic.Out of the five components Sponsors is still
>>>>> >>>> pending to reviewed, but the rest four(Header, Program, Registration,
>>>>> >>>> Cfp) are merged now. I did the components again in small patches which
>>>>> >>>> was easily reviewed and was merged.
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> So I faced problems this week in understanding the procedure to code
>>>>> >>>> in a way that is accepted.My logic was clear, but I was not following
>>>>> >>>> the norms due to which I had to redo my work. I am still working on
>>>>> >>>> the coding style suggested by James.
>>>>> >>>>
>>>>> >>>> Since the larger chunks are over I plan to complete the remaining five
>>>>> >>>> segments the upcoming week, so the structure of the splash page with
>>>>> >>>> all the data is in place.And to test the splash page with test data so
>>>>> >>>> that it doesn't break in any possible case.
>>>>> >>>>
>>>>> >>>> That's all this week, my progress on OSEM can be found in
>>>>> >>>> https://github.com/gopesht/osem .Here's the link to drive folder
>>>>> >>>>
>>>>> >>>> OSEM Event Splash Page for Visitors Week 2 updates snaps ->
>>>>> >>>> https://drive.google.com/folderview?id=0B8TQsfyoffN5emVsNzAzV1VVZFE&usp=sha…
>>>>> >>>>
>>>>> >>>> Happy Hacking!!
>>>>> >>>>
>>>>> >>>> Gopesh Tulsyan
>>>>> >>>> ROR Enthusiast,
>>>>> >>>> 3rd Year Information Technology,
>>>>> >>>> National Institute of Technology, Durgapur
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> On Sat, May 24, 2014 at 12:52 PM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>>>> >>>> >
>>>>> >>>> > Hello Community,
>>>>> >>>> > This week I had built three components namely Program component, Call
>>>>> >>>> > for Papers component and Registration component for the splash page. I
>>>>> >>>> > had built these components as a whole, both the frontend and
>>>>> >>>> > backend.Migrations for the missing attributes are done for the proper
>>>>> >>>> > display of these components.These components are designed with
>>>>> >>>> > conditional rendering of attributes so that the splash doesn't break
>>>>> >>>> > if one or more attributes are blank.
>>>>> >>>> >
>>>>> >>>> > What I intentded to do this week according to my proposal ->
>>>>> >>>> > Create models and associations, and decide what all can be given to
>>>>> >>>> > the admin to customize the splash page apart from the things discussed
>>>>> >>>> > above.Test with one sample conference how things are working.
>>>>> >>>> >
>>>>> >>>> > So the initial base is setup, the features(components are already
>>>>> >>>> > decided and it in the trello board as told by my mentor james).The
>>>>> >>>> > backend modeling are being done simultaneously as I will build these
>>>>> >>>> > components.
>>>>> >>>> >
>>>>> >>>> > Though I had this components, but they are still in review. I will
>>>>> >>>> > make suggested changes as will be told by my mentors James &
>>>>> >>>> > Cornelius.
>>>>> >>>> > Also as James suggested to built the structure of the components with
>>>>> >>>> > plain and simple layout, rather than focussing on styling and looks.
>>>>> >>>> > As when the data will be in place with the desired components, then I
>>>>> >>>> > will intregrate some themes to beautify the splash page.
>>>>> >>>> >
>>>>> >>>> > What I intent to do next week->
>>>>> >>>> > Currently, the sponsor dashboard is missing, and we require the
>>>>> >>>> > sponsor component for the splash.So I will first built the sponsor
>>>>> >>>> > dashboard with the modeling suggested by James.After that I will go
>>>>> >>>> > ahead and build the remaining components in the trello board.
>>>>> >>>> >
>>>>> >>>> > Happy Hacking!
>>>>> >>>> >
>>>>> >>>> > Gopesh Tulsyan
>>>>> >>>> > ROR Enthusiast,
>>>>> >>>> > 3rd Year Information Technology,
>>>>> >>>> > National Institute of Technology, Durgapur
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > On Sat, May 17, 2014 at 8:28 AM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>>>> >>>> > > Hello,
>>>>> >>>> > > This week I learnt testing, some basics and written controller test
>>>>> >>>> > > for admin/users, feature test for users, volunteers.I will be writing
>>>>> >>>> > > more tests for views as suggested my mentor James Mason.He tells
>>>>> >>>> > > writing view specs will make me implement my features better.I had
>>>>> >>>> > > also fixed bugs while testing like modal view in admin/users page,
>>>>> >>>> > > display users in admin/users page, fix attachment for proposals.
>>>>> >>>> > > I also reviewed and and added navigation for event splash page(initial kick-off)
>>>>> >>>> > > Tasks for the next week ->
>>>>> >>>> > > Write view specs, and start building components as mentioned in trello
>>>>> >>>> > > board for my GSoC project.
>>>>> >>>> > >
>>>>> >>>> > > Happy Hacking!
>>>>> >>>> > > Gopesh Tulsyan
>>>>> >>>> > > ROR Enthusiast,
>>>>> >>>> > > 3rd Year Information Technology,
>>>>> >>>> > > National Institute of Technology, Durgapur
>>>>> >>>> > >
>>>>> >>>> > >
>>>>> >>>> > > On Fri, May 9, 2014 at 9:04 PM, Gopesh Tulsyan <gopesh.7500(a)gmail.com> wrote:
>>>>> >>>> > >> I recently pushed a commit to kick start my GSoC project.The commit
>>>>> >>>> > >> consisted of a view displaying just the title of the conference.This
>>>>> >>>> > >> is the result of clicking the event on the home page.
>>>>> >>>> > >>
>>>>> >>>> > >> I had also setup the trello board where James assigned tasks to me such as
>>>>> >>>> > >> 1) Read the Ruby on Rails Guidelines for selected topics.
>>>>> >>>> > >> 2) Asked me to see 20 splash pages and figure out the components to
>>>>> >>>> > >> create a list for the OSEM splash page.
>>>>> >>>> > >>
>>>>> >>>> > >> Currently, I am done with the listing of the components and waiting
>>>>> >>>> > >> for the review.I am continuing with the guides.
>>>>> >>>> > >>
>>>>> >>>> > >> Looking forward to a great summers ahead.
>>>>> >>>> > >>
>>>>> >>>> > >> Happy Hacking!
>>>>> >>>> > >> Gopesh Tulsyan
>>>>> >>>> > >> ROR Enthusiast,
>>>>> >>>> > >> 3rd Year Information Technology,
>>>>> >>>> > >> National Institute of Technology, Durgapur
>>>>> >>>
>>>>> >>>
--
To unsubscribe, e-mail: opensuse-project+unsubscribe(a)opensuse.org
To contact the owner, email: opensuse-project+owner(a)opensuse.org
Hi,
this is my thirteenth weekly status report for my GSoc project.
The good news this week is that libmatemixer now has a working OSS
support on FreeBSD and OpenBSD (and probably others). The bad news is
that the initial design ideas I had proved to be partially wrong which
delayed my work quite a bit and I still haven't sorted it out
completely. So for now the OSS support lives in its own git branch,
which contains some design changes and experiments that I'm yet to
finalize. I hope I'll move on with it during the weekend.
I've also began working on supporting OSS4 and ALSA and as the end of
the coding period is approaching quickly, I'll have to speed up and
hopefully include working support for both of them before the end of the
next week. So that's the plan, wish me luck :-)
Thank you,
Michal
--
To unsubscribe, e-mail: opensuse-project+unsubscribe(a)opensuse.org
To contact the owner, email: opensuse-project+owner(a)opensuse.org
Hi All,
Below are the minutes from todays project meeting
The full logs are available at
http://community.opensuse.org/meetings/opensuse-project/2014/opensuse-proje…
Action Item Review
* Nothing has changed on the topic of marketing materials/guidelines
and their website, carrying action item forward
* ACTION: Henne to help Richard setup the website for the marketing
materials/guidelines once they're completed
GSoC
* Artem will be attending the Google mentor summit instead of Manu
* no other news from GSoC for todays meeting, but feel free to review
the regular updates posted by our GSoC'ers to the openSUSE Project
mailinglist - http://lists.opensuse.org/opensuse-project/
openSUSE Asia Summit
* the openSUSE.Asia summit website is live at
http://summit.opensuse.org
* Registration and Call for Papers is open!
* There is an Artwork/Logo Contest to design a logo for the summit,
please see the details at http://summit.opensuse.org/#artwork
* We are using a tool called 'snoek' to vote on the submitted Papers.
We need Djano developers to help
* Source for snoek is available at https://github.com/yifanjiang/snoek
- please contribute!
* ACTION: saurabhsood91_ to post announcements for openSUSE asia to
opensuse-india google group
Events/Booth Boxes
* We now have 3 volunteers (jdd, tigerfoot , and awafaa ) for testing
the new Booth Box request application
* If you're interested in having openSUSE supply a booth box for an
event in your area, please email board(a)opensuse.org and we'll guide
you through the process (Documentation coming soon!)
* openSUSE will be at GUADEC this weekend (25-30 July)
Next meeting date
* The Next openSUSE Project Meeting will be on 6th August at 15:00 UTC
- 2 weeks from now, as usual - See you there!
* Please post agenda items to
http://en.opensuse.org/openSUSE:Project_meeting#Agenda
Meeting ended at 15:45:59 UTC.
--
To unsubscribe, e-mail: opensuse-project+unsubscribe(a)opensuse.org
To contact the owner, email: opensuse-project+owner(a)opensuse.org
Hi.
If you search obkey at http://software.opensuse.org/find you get the package
with that name, but there is a obkey-lxde package too and it is not shown in
the result list. The same happens with btnx and btnx-config, and I suppose
that will happen with all packages with names like these.
Is there any way to list all the packages containing a given substring in
their names?
Greetings.
--
To unsubscribe, e-mail: opensuse-project+unsubscribe(a)opensuse.org
To contact the owner, email: opensuse-project+owner(a)opensuse.org
Hi community,
I am sending this report late because I thought I might as well fix my
problems before I report for the week, so sorry for that. Finally after
much deliberation I was finally able to solve my thread and job
problems, meaning that I finally was able to successfully integrate
thumbnails for epub documents in Atril. I also updated the window chrome
to set it to the valid epub options.
The X-windows errors that I used to refer to in a lot of my previous
commits were mostly due to this, and other than that because I finally
discovered the problem that for so long I thought was something to do
with pixmaps, turned out to be a zoom-control problem. I should have
only figured so, as "enlargement" of windows usually has something to do
with zoom. I finally found and fixed it.
For the coming weeks I can finally start working on my additional
planned features, as well as working on GTK3 compatibility. It remains
to see whether I would be able to do so much with it, since I did spend
quite a bit of time working on this problem, but I figured it's best to
incorporate all existing Atril features to epub documents rather than
make much change to it.
As usual follow the progress at:
https://github.com/rootavish/atril.git
Happy coding,
Avishkar Gupta
--
To unsubscribe, e-mail: opensuse-project+unsubscribe(a)opensuse.org
To contact the owner, email: opensuse-project+owner(a)opensuse.org
Hey everyone!
This week I worked on the services / chain loading thingie.
Yesterday I managed to solve the issue I had most recently.
(Systemd removes the "00", "01" whatever prefix you have, and you get a
module name.
So "01clf" becomes "clf". Or whatever you name your module.
So I had three modules, and they had prefixes. And the same name.
Same name, as in 01clf, 02clf, 03clf.
Of course this prefix-removal logic seems simple and OK.
But when you try to find the issue... it's not that easy to debug.
- Dracut does not add even ONE of the modules. All of them fails. ("not
found")
- If you specify to add even just "01clf" or "clf", module not found
error happens.
- Even if you set verbose flag, set verbosity to 6, you see no error.)
So. Uhm now I have the dialog started up in the second step.
Working on that at the moment (well, just rebooted my VM after I saved
my logs from systemd).
I also had some real-life™ this week - had to help my father with some
translation and stuff.
Will keep working today to make the boot happen from the pendrive (so I
can make a cool .webm or something to show off).
Just wanted to submit my report in time.
Good luck for everyone!
Regards,
Peter
--
To unsubscribe, e-mail: opensuse-project+unsubscribe(a)opensuse.org
To contact the owner, email: opensuse-project+owner(a)opensuse.org