Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 230)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#230 fixed IRC link on Dev page broken Jameson
Description

the IRC link on http://winswitch.org/dev/ points to localhost:10000 instead of a web url

#301 fixed Packages missing from all centos/EL repo treym
Description

The winswitch repo for centos/redhat based distros doesn't seem to contain the actual winswitch RPM

root /etc/yum.repos.d # cat winswitch.repo
[winswitch]
name=Winswitch
enabled=1
metadata_expire=1d
gpgcheck=1
gpgkey=http://winswitch.org/gpg.asc
baseurl=http://winswitch.org/dists/CentOS/7/x86_64/
root /etc/yum.repos.d # yum install winswitch
Loaded plugins: fastestmirror, langpacks, ps
Repository winswitch is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * elrepo: repos.ord.lax-noc.com
 * elrepo-kernel: repos.ord.lax-noc.com
 * epel: mirror.steadfast.net
 * nux-dextop: mirror.li.nux.ro
 * ovirt-4.1: mirrors.rit.edu
 * ovirt-4.1-epel: mirror.steadfast.net
No package winswitch available.
Error: Nothing to do
root /etc/yum.repos.d #
#145 fixed gtk.AboutDialog() web url fails on win32 and osx Antoine Martin Antoine gmail
Description

AFAIK, the code is correct:

d = gtk.AboutDialog()
d.set_website("http://winswitch.org/")
d.set_website_label("winswitch.org")

But on those platforms, it comes up with an error...

Maybe now is the time to replace the whole thing with a custom dialog? Or at the very least, remove the URL for those platforms that cannot handle it!

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.