Feature Request: openbox/nitrogen

Bug #1513031 reported by Christian Schendel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Variety
Fix Released
High
Peter Levi

Bug Description

Hi,

Variety is really awesome. So I added support for pure openbox/nitrogen.
Maybe its something that can be added to the trunk

# openbox/nitrogen
# check if openbox is running
# if so, check if nitrogen is installed
# now apply
if [ "$DESKTOP_SESSION" == "openbox" ]; then
 if dpkg-query -Wf'${db:Status-abbrev}' nitrogen 2>/dev/null | grep -q '^i'; then
     nitrogen --set-zoom-fill --save "$WP" 2> /dev/null
 fi
fi

thanks

Related branches

Revision history for this message
Peter Levi (peterlevi) wrote :

Thanks for this, I'll merge it when I get some time on my home computer (been sort of harder lately...), but I'll rely on you for testing.
Please stay available in this thread. Regards, Peter.

Changed in variety:
status: New → Confirmed
importance: Undecided → High
assignee: nobody → Peter Levi (peterlevi)
Revision history for this message
Peter Levi (peterlevi) wrote :

Committed, please test by running from source after you rename or delete your existing ~/.config/variety/scripts/set_wallpaper script.

Changed in variety:
status: Confirmed → Fix Committed
Peter Levi (peterlevi)
Changed in variety:
milestone: none → 0.5.0
milestone: 0.5.0 → 0.6.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.