minor fixes for trinity in get_wallpaper/set_wallpaper

Bug #1772551 reported by mike
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Variety
Fix Released
Undecided
James Lu

Bug Description

a small fix for trinity in get_wallpaper
*********************
# trinity
elif [ "$XDG_CURRENT_DESKTOP" == "Trinity" ]; then
#virtual desktop 1
        dcop kdesktop KBackgroundIface currentWallpaper 1 2> /dev/null
*************************

addition of a helpful comment in set_wallpaper
********************
# trinity
if [ "$XDG_CURRENT_DESKTOP" == "Trinity" ]; then
#display mode 4, 1-8
dcop kdesktop KBackgroundIface setWallpaper "$WP" 4 2> /dev/null
fi
**********************

James Lu (jlu5)
Changed in variety:
assignee: nobody → James Lu (tacocat)
Revision history for this message
James Lu (jlu5) wrote :

Merged with tweaks in https://github.com/varietywalls/variety/commit/23c5e476d5da5ecab659a9a80f60a7345a427e3f (I expanded the comments for a bit more clarity)

Changed in variety:
milestone: none → 0.6.10
status: New → Fix Committed
James Lu (jlu5)
Changed in variety:
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.